Date: Sun, 5 Jan 2003 05:50:05 -0800 (PST) From: Hidetoshi Shimokawa <simokawa@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/fwcontrol fwcontrol.8 fwcontrol.c fwcrom.c src/sys/dev/firewire firewire.c firewire.h firewirebusreg.h firewirereg.h fwcrom.c fwdev.c fwohci.c fwohci_pci.c fwohcireg.h fwohcivar.h sbp.c ... Message-ID: <200301051350.h05Do5H2030165@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
simokawa 2003/01/05 05:50:05 PST
Modified files: (Branch: RELENG_4)
usr.sbin/fwcontrol fwcontrol.8 fwcontrol.c fwcrom.c
sys/dev/firewire firewire.c firewire.h firewirereg.h
fwdev.c fwohci.c fwohci_pci.c fwohcireg.h
fwohcivar.h sbp.c
sys/modules/firewire/firewire Makefile
Added files: (Branch: RELENG_4)
sys/dev/firewire fwcrom.c
Removed files: (Branch: RELENG_4)
sys/dev/firewire firewirebusreg.h
Log:
MFC: Sync FireWire driver/utility with current.
- Implement primal Configuration ROM parser.
- Support multiple LUNs for SBP-II.
- Update PCI device IDs.
- Improve phy access.
- Free allocated memory when detaching.
- Detect contigmalloc failure.
- Support suspend/resume.
- Remove unused firewirebusreg.h.
- Skip mbuf whose length is zero.
- Remove speed_map API because speed_map is obsoleted by 1394a.
Revision Changes Path
1.3.2.5 +22 -20 src/sys/dev/firewire/firewire.c
1.2.2.3 +1 -1 src/sys/dev/firewire/firewire.h
1.1.2.2 +0 -38 src/sys/dev/firewire/firewirebusreg.h (dead)
1.1.2.3 +2 -0 src/sys/dev/firewire/firewirereg.h
1.2.2.1 +255 -0 src/sys/dev/firewire/fwcrom.c (new)
1.2.4.2 +0 -5 src/sys/dev/firewire/fwdev.c
1.1.2.6 +308 -182 src/sys/dev/firewire/fwohci.c
1.3.2.5 +82 -46 src/sys/dev/firewire/fwohci_pci.c
1.2.2.3 +19 -15 src/sys/dev/firewire/fwohcireg.h
1.1.2.3 +5 -1 src/sys/dev/firewire/fwohcivar.h
1.5.2.5 +41 -15 src/sys/dev/firewire/sbp.c
1.2.2.3 +2 -2 src/sys/modules/firewire/firewire/Makefile
1.1.2.2 +1 -3 src/usr.sbin/fwcontrol/fwcontrol.8
1.1.2.2 +17 -35 src/usr.sbin/fwcontrol/fwcontrol.c
1.1.2.2 +5 -4 src/usr.sbin/fwcontrol/fwcrom.c
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?200301051350.h05Do5H2030165>
