Date: Sun, 23 Feb 2003 23:31:28 -0800 (PST) From: Hidetoshi Shimokawa <simokawa@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/fwcontrol fwdv.c src/sys/dev/firewire firewire.c fwohci.c fwohci_pci.c fwohcireg.h if_fwe.c sbp.c Message-ID: <200302240731.h1O7VS7l056513@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
simokawa 2003/02/23 23:31:28 PST
Modified files: (Branch: RELENG_4)
usr.sbin/fwcontrol fwdv.c
sys/dev/firewire firewire.c fwohci.c fwohci_pci.c
fwohcireg.h if_fwe.c sbp.c
Log:
Sync with -current:
* firewire
- Don't initiate bus reset even if probe failed for some nodes to prevent
infinite bus reset loop.
- Protect timeout routine with splfw() for 4-stable.
- Fix memory leak in detaching.
- Initialize fc->status to other than FWBUSREST.
* fwohci
- Ignore BUS reset events while BUS reset phase
- Add 'uPD72871/2 IEEE1394 1-Chip OHCI Host Controller'.
- Use pci_get_devid().
* sbp
- Make sure to release devq when start request.
Revision Changes Path
1.3.2.16 +25 -7 src/sys/dev/firewire/firewire.c
1.1.2.14 +13 -1 src/sys/dev/firewire/fwohci.c
1.3.2.8 +5 -1 src/sys/dev/firewire/fwohci_pci.c
1.2.2.5 +22 -21 src/sys/dev/firewire/fwohcireg.h
1.1.2.8 +2 -2 src/sys/dev/firewire/if_fwe.c
1.5.2.13 +13 -46 src/sys/dev/firewire/sbp.c
1.2.2.3 +48 -71 src/usr.sbin/fwcontrol/fwdv.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-src" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302240731.h1O7VS7l056513>
