Date: Fri, 26 Mar 2004 15:17:11 -0800 (PST) From: Hidetoshi Shimokawa <simokawa@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/firewire firewire.c firewire.h firewirereg.h fwcrom.c fwdev.c fwdma.c fwmem.c fwohci.c fwohci_pci.c fwohcivar.h if_fwe.c sbp.c sbp_targ.c Message-ID: <200403262317.i2QNHBgY030234@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
simokawa 2004/03/26 15:17:11 PST FreeBSD src repository Modified files: sys/dev/firewire firewire.c firewire.h firewirereg.h fwcrom.c fwdev.c fwdma.c fwmem.c fwohci.c fwohci_pci.c fwohcivar.h if_fwe.c sbp.c sbp_targ.c Log: MFp4: FireWire * all - s/__FUNCTION__/__func__/. Submitted by: Stefan Farfeleder <stefan@fafoe.narf.at> - Compatibility for RELENG_4 and DragonFly. * firewire - Timestamp just before queuing. - Retry bus probe if it fails. - Use device_printf() for debug message. - Invalidiate CROM while update. - Don't process minimum/invalid CROM. * sbp - Add ORB_SHORTAGE flag. - Add sbp.tags tunable. - Revive doorbell support. It's not enabled by default. Revision Changes Path 1.71 +45 -20 src/sys/dev/firewire/firewire.c 1.18 +1 -1 src/sys/dev/firewire/firewire.h 1.34 +13 -6 src/sys/dev/firewire/firewirereg.h 1.10 +18 -3 src/sys/dev/firewire/fwcrom.c 1.40 +26 -12 src/sys/dev/firewire/fwdev.c 1.6 +13 -4 src/sys/dev/firewire/fwdma.c 1.27 +14 -6 src/sys/dev/firewire/fwmem.c 1.74 +22 -13 src/sys/dev/firewire/fwohci.c 1.42 +30 -8 src/sys/dev/firewire/fwohci_pci.c 1.12 +4 -4 src/sys/dev/firewire/fwohcivar.h 1.28 +31 -21 src/sys/dev/firewire/if_fwe.c 1.75 +167 -80 src/sys/dev/firewire/sbp.c 1.6 +65 -65 src/sys/dev/firewire/sbp_targ.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403262317.i2QNHBgY030234>