Date: Sun, 17 Aug 2003 20:52:43 -0700 (PDT) From: Hidetoshi Shimokawa <simokawa@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: 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 Message-ID: <200308180352.h7I3qhZa049048@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308180352.h7I3qhZa049048>