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
Hidetoshi Shimokawa
simokawa at FreeBSD.org
Fri Mar 26 15:17:14 PST 2004
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 at 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
More information about the cvs-src
mailing list