cvs commit: src/etc MAKEDEV src/usr.sbin/fwcontrol fwcontrol.8
fwcontrol.c src/sys/dev/firewire firewire.c firewire.h
firewirereg.h fwdev.c fwohci.c fwohci_pci.c fwohcireg.h if_fwe.c
sbp.c
Hidetoshi Shimokawa
simokawa at FreeBSD.org
Sun Aug 17 20:52:45 PDT 2003
simokawa 2003/08/17 20:52:43 PDT
FreeBSD src repository
Modified files: (Branch: RELENG_4)
etc MAKEDEV
usr.sbin/fwcontrol fwcontrol.8 fwcontrol.c
sys/dev/firewire firewire.c firewire.h firewirereg.h
fwdev.c fwohci.c fwohci_pci.c fwohcireg.h
if_fwe.c sbp.c
Log:
Sync with -current:
- Improve DMA channel allocation
- Some workarounds to detect memory map failure.
- Change device name convention.
- Disable T_RBC faking (sbp)
Revision Changes Path
1.243.2.60 +13 -11 src/etc/MAKEDEV
1.3.2.26 +41 -42 src/sys/dev/firewire/firewire.c
1.2.2.9 +4 -3 src/sys/dev/firewire/firewire.h
1.1.2.17 +4 -4 src/sys/dev/firewire/firewirereg.h
1.2.4.13 +316 -213 src/sys/dev/firewire/fwdev.c
1.1.2.23 +16 -1 src/sys/dev/firewire/fwohci.c
1.3.2.15 +7 -6 src/sys/dev/firewire/fwohci_pci.c
1.2.2.8 +2 -2 src/sys/dev/firewire/fwohcireg.h
1.1.2.14 +4 -7 src/sys/dev/firewire/if_fwe.c
1.5.2.23 +2 -2 src/sys/dev/firewire/sbp.c
1.1.2.8 +4 -1 src/usr.sbin/fwcontrol/fwcontrol.8
1.1.2.10 +67 -30 src/usr.sbin/fwcontrol/fwcontrol.c
More information about the cvs-src
mailing list