Date: Mon, 3 Feb 2003 00:12:28 -0800 (PST) From: Hidetoshi Shimokawa <simokawa@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/firewire firewire.c firewire.h firewirereg.h fwdev.c fwmem.c fwohci.c fwohci_pci.c fwohcivar.h if_fwe.c sbp.c src/usr.sbin/fwcontrol fwcontrol.c Message-ID: <200302030812.h138CSbA079169@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
simokawa 2003/02/03 00:12:28 PST
Modified files: (Branch: RELENG_4)
sys/dev/firewire firewire.c firewire.h firewirereg.h
fwdev.c fwmem.c fwohci.c fwohci_pci.c
fwohcivar.h if_fwe.c sbp.c
usr.sbin/fwcontrol fwcontrol.c
Log:
Sync with -current:
- Probe number of IT/IR DMA contexts as specified in OHCI spec.
- Restart cycle master after bus manager election.
- Change some function names.
- Sort device list by eui64 in acendent order correctly.
- Replace timeout with callout_*.
- Replace TAILQ with STAILQ for device list.
- Define new malloc type.
- Fix overwrite problem of freed buffers.
- Drain AT queues and pend AR queues on SID.
* sbp
- Handle SCSI_STATUS_BUSY case.
- Set dual phase retry BUSY_TIMEOUT.
- Improve error/debug messages.
- Issue LOGOUT command on detach and shutdown.
- Add basic support for device wiring down.
- Do agent reset in sbp_timeout().
* fwcontrol
- Fix alignment in printf().
Revision Changes Path
1.3.2.12 +147 -93 src/sys/dev/firewire/firewire.c
1.2.2.5 +2 -0 src/sys/dev/firewire/firewire.h
1.1.2.8 +14 -8 src/sys/dev/firewire/firewirereg.h
1.2.4.7 +35 -38 src/sys/dev/firewire/fwdev.c
1.1.2.4 +4 -4 src/sys/dev/firewire/fwmem.c
1.1.2.11 +48 -41 src/sys/dev/firewire/fwohci.c
1.3.2.6 +5 -3 src/sys/dev/firewire/fwohci_pci.c
1.1.2.5 +1 -1 src/sys/dev/firewire/fwohcivar.h
1.1.2.7 +3 -3 src/sys/dev/firewire/if_fwe.c
1.5.2.10 +191 -51 src/sys/dev/firewire/sbp.c
1.1.2.5 +1 -1 src/usr.sbin/fwcontrol/fwcontrol.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?200302030812.h138CSbA079169>
