Date: Sun, 28 Mar 2004 03:50:44 -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 fwohcireg.h fwohcivar.h if_fwe.c sbp.c sbp_targ.c Message-ID: <200403281150.i2SBoiUb068577@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
simokawa 2004/03/28 03:50:44 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/firewire firewire.c firewire.h firewirereg.h fwcrom.c fwdev.c fwdma.c fwmem.c fwohci.c fwohci_pci.c fwohcireg.h fwohcivar.h if_fwe.c sbp.c sbp_targ.c Log: Sync with -current: * all - s/__FUNCTION__/__func__/. - Compatibility for RELENG_4 and DragonFly. * firewire - Fix kldload failure - Add a PCI ID of NEC uPD72873. - Fix a bug reported misc/64623. - 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.3.2.29 +60 -26 src/sys/dev/firewire/firewire.c 1.2.2.12 +1 -1 src/sys/dev/firewire/firewire.h 1.1.2.20 +13 -6 src/sys/dev/firewire/firewirereg.h 1.2.2.5 +18 -3 src/sys/dev/firewire/fwcrom.c 1.2.4.16 +30 -18 src/sys/dev/firewire/fwdev.c 1.1.2.4 +13 -4 src/sys/dev/firewire/fwdma.c 1.1.2.14 +14 -6 src/sys/dev/firewire/fwmem.c 1.1.2.27 +22 -14 src/sys/dev/firewire/fwohci.c 1.3.2.20 +77 -33 src/sys/dev/firewire/fwohci_pci.c 1.2.2.12 +2 -1 src/sys/dev/firewire/fwohcireg.h 1.1.2.10 +4 -4 src/sys/dev/firewire/fwohcivar.h 1.1.2.18 +31 -21 src/sys/dev/firewire/if_fwe.c 1.5.2.27 +167 -80 src/sys/dev/firewire/sbp.c 1.2.2.4 +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?200403281150.i2SBoiUb068577>