summaryrefslogtreecommitdiffstats
path: root/sys/dev/firewire/fwohci_pci.c
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/dev/firewire/fwohci_pci.c
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/dev/firewire/fwohci_pci.c')
-rw-r--r--sys/dev/firewire/fwohci_pci.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/firewire/fwohci_pci.c b/sys/dev/firewire/fwohci_pci.c
index d82382e..1181aa3 100644
--- a/sys/dev/firewire/fwohci_pci.c
+++ b/sys/dev/firewire/fwohci_pci.c
@@ -47,7 +47,6 @@
#include <pci/pcireg.h>
#include <dev/firewire/firewire.h>
-#include <dev/firewire/firewirebusreg.h>
#include <dev/firewire/firewirereg.h>
#include <dev/firewire/fwohcireg.h>
OpenPOWER on IntegriCloud