Date: Tue, 7 Jan 2003 05:43:50 -0800 (PST) From: Hidetoshi Shimokawa <simokawa@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files 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 if_fwe.c sbp.c src/sys/modules/firewire/firewire Makefile Message-ID: <200301071343.h07DhoVr072441@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
simokawa 2003/01/07 05:43:50 PST
Modified files: (Branch: RELENG_5_0)
sys/conf files
sys/dev/firewire firewire.c firewire.h firewirereg.h
fwdev.c fwohci.c fwohci_pci.c fwohcireg.h
fwohcivar.h if_fwe.c sbp.c
sys/modules/firewire/firewire Makefile
Added files: (Branch: RELENG_5_0)
sys/dev/firewire fwcrom.c
Removed files: (Branch: RELENG_5_0)
sys/dev/firewire firewirebusreg.h
Log:
MFC: Sync FireWire drvier/utility with -current.
- Support multiple LUNs in SBP-II.
- Suspend/resume support .
- Phy probe improvement.
- SBP-II device probe improvement.
Approved by: re (jhb)
Revision Changes Path
1.739.2.1 +3 -2 src/sys/conf/files
1.9.2.2 +36 -22 src/sys/dev/firewire/firewire.c
1.2.4.2 +1 -1 src/sys/dev/firewire/firewire.h
1.1.4.1 +0 -38 src/sys/dev/firewire/firewirebusreg.h (dead)
1.3.2.1 +3 -1 src/sys/dev/firewire/firewirereg.h
1.2.4.1 +255 -0 src/sys/dev/firewire/fwcrom.c (new)
1.2.2.1 +2 -7 src/sys/dev/firewire/fwdev.c
1.7.2.2 +334 -198 src/sys/dev/firewire/fwohci.c
1.6.2.2 +82 -46 src/sys/dev/firewire/fwohci_pci.c
1.2.4.2 +19 -15 src/sys/dev/firewire/fwohcireg.h
1.1.4.2 +5 -1 src/sys/dev/firewire/fwohcivar.h
1.3.2.2 +37 -3 src/sys/dev/firewire/if_fwe.c
1.8.2.2 +68 -17 src/sys/dev/firewire/sbp.c
1.3.2.1 +2 -2 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?200301071343.h07DhoVr072441>
