Date: Sat, 4 Jan 2003 02:21:12 -0800 (PST) From: Hidetoshi Shimokawa <simokawa@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/firewire/firewire Makefile src/sys/dev/firewire firewire.c firewirebusreg.h fwohci.c fwohci_pci.c Message-ID: <200301041021.h04ALCbJ037128@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
simokawa 2003/01/04 02:21:12 PST
Modified files:
sys/modules/firewire/firewire Makefile
sys/dev/firewire firewire.c fwohci.c fwohci_pci.c
Removed files:
sys/dev/firewire firewirebusreg.h
Log:
- 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.
Revision Changes Path
1.13 +11 -11 src/sys/dev/firewire/firewire.c
1.2 +0 -38 src/sys/dev/firewire/firewirebusreg.h (dead)
1.13 +25 -13 src/sys/dev/firewire/fwohci.c
1.12 +0 -1 src/sys/dev/firewire/fwohci_pci.c
1.5 +1 -1 src/sys/modules/firewire/firewire/Makefile
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301041021.h04ALCbJ037128>
