From owner-freebsd-commit Thu Jan 4 00:55:33 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA23545 for freebsd-commit-outgoing; Thu, 4 Jan 1996 00:55:33 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA23535 for cvs-all-outgoing; Thu, 4 Jan 1996 00:55:27 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA23525 for cvs-sys-outgoing; Thu, 4 Jan 1996 00:55:22 -0800 (PST) Received: (from gibbs@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA23518 Thu, 4 Jan 1996 00:55:18 -0800 (PST) Date: Thu, 4 Jan 1996 00:55:18 -0800 (PST) From: "Justin T. Gibbs" Message-Id: <199601040855.AAA23518@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/pci aic7870.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk gibbs 96/01/04 00:55:16 Branch: usr.sbin/lsdev RELENG_2_1_0 Modified: usr.sbin/lsdev i386.c Log: Add eisaconf support from HEAD. Revision Changes Path 1.8.4.1 +9 -5 src/usr.sbin/lsdev/i386.c Branch: sys/conf RELENG_2_1_0 Modified: sys/conf files Log: Add pci/bt9xx.c from HEAD Revision Changes Path 1.41.4.2 +1 -0 src/sys/conf/files Branch: sys/dev/aic7xxx RELENG_2_1_0 Modified: sys/dev/aic7xxx aic7xxx.seq aic7xxx_asm.c Log: Merge with HEAD. New and improved aic7xxx driver. Revision Changes Path 1.16.4.5 +789 -891 src/sys/dev/aic7xxx/aic7xxx.seq 1.9.4.1 +57 -15 src/sys/dev/aic7xxx/aic7xxx_asm.c Branch: sys/i386/conf RELENG_2_1_0 sys/i386/eisa RELENG_2_1_0 Modified: sys/i386/conf GENERIC LINT files.i386 sys/i386/eisa aha1742.c eisaconf.c eisaconf.h Removed: sys/i386/eisa eisadevs.c Log: Merge with HEAD. Add eisaconf support and update all eisaconf based drivers (ahb, ahc, bt). Revision Changes Path 1.46.2.7 +5 -4 src/sys/i386/conf/GENERIC 1.184.4.10 +22 -8 src/sys/i386/conf/LINT 1.98.4.6 +11 -9 src/sys/i386/conf/files.i386 1.45.2.1 +1 -3 src/sys/i386/eisa/aha1742.c 1.2.4.1 +460 -187 src/sys/i386/eisa/eisaconf.c 1.2.4.1 +88 -21 src/sys/i386/eisa/eisaconf.h Branch: sys/i386/i386 RELENG_2_1_0 Modified: sys/i386/i386 autoconf.c Log: Merge with HEAD. Probe the PCI and Eisa busses before the ISA bus and enable interrupts before any bus configuration is performed. Revision Changes Path 1.33.4.1 +16 -8 src/sys/i386/i386/autoconf.c Branch: sys/i386/include RELENG_2_1_0 Modified: sys/i386/include devconf.h Log: Add esiaconf support from HEAD. Revision Changes Path 1.9.4.1 +3 -1 src/sys/i386/include/devconf.h Branch: sys/i386/isa RELENG_2_1_0 Modified: sys/i386/isa isa.c isa_device.h Removed: sys/i386/isa aha1742.c aic7770.c bt742a.c Log: Remove old eisaconf conflict detection code from the isa* files. Remove old ISA versions of eisaconf drivers. Revision Changes Path 1.50.4.1 +1 -42 src/sys/i386/isa/isa.c 1.23.4.1 +1 -4 src/sys/i386/isa/isa_device.h Branch: sys/i386/scsi RELENG_2_1_0 Modified: sys/i386/scsi 93cx6.c aic7xxx.c aic7xxx.h bt.c Log: Merge with HEAD. Much improved aic7xxx driver and reorganized bt driver. Revision Changes Path 1.1.2.2 +2 -3 src/sys/i386/scsi/93cx6.c 1.29.2.7 +537 -1267 src/sys/i386/scsi/aic7xxx.c 1.10.2.5 +82 -49 src/sys/i386/scsi/aic7xxx.h 1.3.2.1 +1 -3 src/sys/i386/scsi/bt.c Branch: sys/pci RELENG_2_1_0 Modified: sys/pci aic7870.c Log: Merge with HEAD. Much improved aic7xxx driver. Revision Changes Path 1.11.2.6 +396 -29 src/sys/pci/aic7870.c