Date: Sat, 31 Aug 2002 00:26:07 -0700 (PDT) From: "Justin T. Gibbs" <gibbs@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aic7xxx ahc_eisa.c ahc_pci.c ahd_pci.c aic7770.c aic79xx.c aic79xx.h aic79xx.reg aic79xx.seq aic79xx_inline.h aic79xx_osm.c aic79xx_osm.h aic79xx_pci.c aic7xxx.c aic7xxx.h aic7xxx.reg aic7xxx.seq aic7xxx_93cx6.c ... Message-ID: <200208310726.g7V7Q7I9046261@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
gibbs 2002/08/31 00:26:07 PDT Modified files: (Branch: RELENG_4) sys/dev/aic7xxx ahc_eisa.c ahc_pci.c aic7770.c aic7xxx.c aic7xxx.h aic7xxx.reg aic7xxx.seq aic7xxx_93cx6.c aic7xxx_93cx6.h aic7xxx_inline.h aic7xxx_osm.c aic7xxx_osm.h aic7xxx_pci.c Added files: (Branch: RELENG_4) sys/dev/aic7xxx ahd_pci.c aic79xx.c aic79xx.h aic79xx.reg aic79xx.seq aic79xx_inline.h aic79xx_osm.c aic79xx_osm.h aic79xx_pci.c Log: MFC: The latest ahc and ahd drivers from -current. Revision Changes Path 1.15.2.7 +4 -4 src/sys/dev/aic7xxx/ahc_eisa.c 1.29.2.10 +9 -6 src/sys/dev/aic7xxx/ahc_pci.c 1.2.2.1 +282 -0 src/sys/dev/aic7xxx/ahd_pci.c (new) 1.1.2.6 +40 -34 src/sys/dev/aic7xxx/aic7770.c 1.3.2.1 +8643 -0 src/sys/dev/aic7xxx/aic79xx.c (new) 1.3.2.1 +1316 -0 src/sys/dev/aic7xxx/aic79xx.h (new) 1.2.2.1 +3774 -0 src/sys/dev/aic7xxx/aic79xx.reg (new) 1.2.2.1 +1702 -0 src/sys/dev/aic7xxx/aic79xx.seq (new) 1.3.2.1 +979 -0 src/sys/dev/aic7xxx/aic79xx_inline.h (new) 1.3.2.1 +2002 -0 src/sys/dev/aic7xxx/aic79xx_osm.c (new) 1.4.2.1 +597 -0 src/sys/dev/aic7xxx/aic79xx_osm.h (new) 1.3.2.1 +814 -0 src/sys/dev/aic7xxx/aic79xx_pci.c (new) 1.41.2.23 +289 -77 src/sys/dev/aic7xxx/aic7xxx.c 1.16.2.14 +32 -13 src/sys/dev/aic7xxx/aic7xxx.h 1.20.2.12 +330 -304 src/sys/dev/aic7xxx/aic7xxx.reg 1.94.2.17 +22 -16 src/sys/dev/aic7xxx/aic7xxx.seq 1.8.2.6 +1 -1 src/sys/dev/aic7xxx/aic7xxx_93cx6.c 1.7.2.4 +1 -1 src/sys/dev/aic7xxx/aic7xxx_93cx6.h 1.2.2.12 +10 -1 src/sys/dev/aic7xxx/aic7xxx_inline.h 1.27.2.2 +22 -9 src/sys/dev/aic7xxx/aic7xxx_osm.c 1.14.2.2 +51 -20 src/sys/dev/aic7xxx/aic7xxx_osm.h 1.2.2.15 +178 -167 src/sys/dev/aic7xxx/aic7xxx_pci.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?200208310726.g7V7Q7I9046261>