From owner-cvs-sys Sun May 12 09:26:30 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA28300 for cvs-sys-outgoing; Sun, 12 May 1996 09:26:30 -0700 (PDT) Received: (from gibbs@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA28285 Sun, 12 May 1996 09:26:25 -0700 (PDT) Date: Sun, 12 May 1996 09:26:25 -0700 (PDT) From: "Justin T. Gibbs" Message-Id: <199605121626.JAA28285@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pci aic7870.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 96/05/12 09:26:24 Branch: sys/pci RELENG_2_1_0 Modified: sys/pci aic7870.c Log: Merge with HEAD: Fix a brain-o. The scratch ram on aic78X0 controllers is initialized to 0x00 not 0xff after POST, so test for that when trying to determine if a BIOS intialized the card for us. Revision Changes Path 1.11.2.14 +2 -2 src/sys/pci/aic7870.c