From owner-freebsd-commit Tue Jan 9 08:15:16 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA18753 for freebsd-commit-outgoing; Tue, 9 Jan 1996 08:15:16 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA18736 for cvs-all-outgoing; Tue, 9 Jan 1996 08:15:04 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA18718 for cvs-sys-outgoing; Tue, 9 Jan 1996 08:14:59 -0800 (PST) Received: (from gibbs@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA18711 Tue, 9 Jan 1996 08:14:57 -0800 (PST) Date: Tue, 9 Jan 1996 08:14:57 -0800 (PST) From: "Justin T. Gibbs" Message-Id: <199601091614.IAA18711@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/09 08:14:55 Modified: sys/dev/aic7xxx aic7xxx.seq Log: Change the inb and outb routines slightly. It seems that waiting for SPIORDY after polling REQINIT is a bad idea. Revision Changes Path 1.28 +5 -13 src/sys/dev/aic7xxx/aic7xxx.seq Modified: sys/pci aic7870.c Log: Don't bother setting the DSCommand register. Adaptec's own BIOS doesn't. Revision Changes Path 1.23 +1 -4 src/sys/pci/aic7870.c