diff options
author | John Marino <marino@FreeBSD.org> | 2014-09-09 22:48:40 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-09-09 22:48:40 +0000 |
commit | 4afa6c0abb021c43aa8f06bc75f52e4779858202 (patch) | |
tree | 8d7e99a6d510f177e75132d4f429ab2c6dc379ff /net/etherboot/files/patch-c99 | |
parent | Upgrade from 3.0.0-beta6 to 3.0.0-beta8. (diff) |
Remove three unrelated unstaged ports
Notes
Notes:
svn path=/head/; revision=367789
Diffstat (limited to 'net/etherboot/files/patch-c99')
-rw-r--r-- | net/etherboot/files/patch-c99 | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/net/etherboot/files/patch-c99 b/net/etherboot/files/patch-c99 deleted file mode 100644 index 8f242777f4dc..000000000000 --- a/net/etherboot/files/patch-c99 +++ /dev/null @@ -1,24 +0,0 @@ ---- filo/usb/ohci.c.orig Wed Aug 9 22:33:30 2006 -+++ filo/usb/ohci.c Wed Aug 9 22:34:47 2006 -@@ -1155,10 +1155,10 @@ - - int timeout = 30; - int smm_timeout = 50; /* 0,5 sec */ -+ ohci_t *ohci = &_ohci_x[controller]; - - debug("Resetting OHCI\n"); - ohci_regs = (ohci_regs_t *)hc_base[controller]; -- ohci_t *ohci = &_ohci_x[controller]; - - #ifndef __hppa__ - /* PA-RISC doesn't have SMM, but PDC might leave IR set */ -@@ -1204,8 +1204,8 @@ - u32 mask; - unsigned int fminterval; - int delaytime; -- ohci_regs = (ohci_regs_t *)hc_base[controller]; - ohci_t *ohci = &_ohci_x[controller]; -+ ohci_regs = (ohci_regs_t *)hc_base[controller]; - - debug("Starting OHCI\n"); - |