diff options
author | julian <julian@FreeBSD.org> | 2002-02-06 19:35:37 +0000 |
---|---|---|
committer | julian <julian@FreeBSD.org> | 2002-02-06 19:35:37 +0000 |
commit | 021d8e63a1879a46bf287d200af7cde8f8463a73 (patch) | |
tree | 0827f162973182853097573796c118284210e225 /sys/dev/usb/uhci.c | |
parent | 6a036e317e2e8e5408927c02ab424b3406b49b98 (diff) | |
download | FreeBSD-src-021d8e63a1879a46bf287d200af7cde8f8463a73.zip FreeBSD-src-021d8e63a1879a46bf287d200af7cde8f8463a73.tar.gz |
Make LINT compile after fruitless attempts to get the authors
to fix their code.
ata stuff:
Change name of ar_attach to not colide with existing ar_attach in if_ar.c.
usb stuff:
Create a dummy function to satisfy a call to it when in DEBUG mode.
Diffstat (limited to 'sys/dev/usb/uhci.c')
-rw-r--r-- | sys/dev/usb/uhci.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/dev/usb/uhci.c b/sys/dev/usb/uhci.c index 4c3e77d..dc95b72 100644 --- a/sys/dev/usb/uhci.c +++ b/sys/dev/usb/uhci.c @@ -704,6 +704,12 @@ uhci_dumpregs(uhci_softc_t *sc) UREAD2(sc, UHCI_PORTSC2))); } +Static void +uhci_dump_ii(uhci_intr_info_t *ii) +{ + printf("Fill me in"); +} + void uhci_dump_td(uhci_soft_td_t *p) { |