From owner-freebsd-commit Sun Nov 5 21:23:04 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id VAA06674 for freebsd-commit-outgoing; Sun, 5 Nov 1995 21:23:04 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id VAA06599 for cvs-all-outgoing; Sun, 5 Nov 1995 21:22:11 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id VAA06552 for cvs-sys-outgoing; Sun, 5 Nov 1995 21:21:28 -0800 Received: (from gibbs@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id VAA06538 ; Sun, 5 Nov 1995 21:21:17 -0800 Date: Sun, 5 Nov 1995 21:21:17 -0800 From: "Justin T. Gibbs" Message-Id: <199511060521.VAA06538@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/scsi aic7xxx.c Sender: owner-commit@FreeBSD.org Precedence: bulk gibbs 95/11/05 21:21:16 Modified: sys/i386/eisa eisaconf.c eisaconf.h Log: Probe all slots even if an EISA main board isn't found. This catches cards like the Adaptec 284x that use EISA ID registers for identification even when in stalled in non-EISA systems. Use one format throught the files. -Wall fixes. Modified: sys/i386/scsi aic7xxx.c Log: -Wall fixes.