summaryrefslogtreecommitdiffstats
path: root/sys/modules/firewire
diff options
context:
space:
mode:
authorsimokawa <simokawa@FreeBSD.org>2003-01-04 10:21:11 +0000
committersimokawa <simokawa@FreeBSD.org>2003-01-04 10:21:11 +0000
commitadd68c49b8bbbd4fbacfa1989dbaa46bccfe6b67 (patch)
tree16bfde68ffdea0e04708b63ac8b1dad6a4249507 /sys/modules/firewire
parenta89644e51ccce7a1b5e803e72c90529840591a8c (diff)
downloadFreeBSD-src-add68c49b8bbbd4fbacfa1989dbaa46bccfe6b67.zip
FreeBSD-src-add68c49b8bbbd4fbacfa1989dbaa46bccfe6b67.tar.gz
- Replace printf() with device_printf().
- Separate fc->dev (i.e. fwohci0) and fc->bdev (i.e. firewire0). - Remove unused firewirebusreg.h. - Reduce size of descriptor block for asynchronous transmit and check the number of descriptor when copying from mbuf. - Skip mbuf whose length is zero. NFS seems passing such mbuf and some chips generates unrecoverable error.
Diffstat (limited to 'sys/modules/firewire')
-rw-r--r--sys/modules/firewire/firewire/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/firewire/firewire/Makefile b/sys/modules/firewire/firewire/Makefile
index 01771f7..8133b12 100644
--- a/sys/modules/firewire/firewire/Makefile
+++ b/sys/modules/firewire/firewire/Makefile
@@ -6,7 +6,7 @@
KMOD= firewire
SRCS = bus_if.h device_if.h pci_if.h \
- firewire.c firewire.h firewire_phy.h firewirebusreg.h firewirereg.h \
+ firewire.c firewire.h firewire_phy.h firewirereg.h \
fwohci.c fwohci_pci.c fwohcireg.h fwohcivar.h \
iec13213.h iec68113.h \
fwcrom.c fwdev.c fwmem.c fwmem.h
OpenPOWER on IntegriCloud