From owner-cvs-sys Sun May 12 09:25:43 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA28239 for cvs-sys-outgoing; Sun, 12 May 1996 09:25:43 -0700 (PDT) Received: (from gibbs@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA28218 Sun, 12 May 1996 09:25:33 -0700 (PDT) Date: Sun, 12 May 1996 09:25:33 -0700 (PDT) From: "Justin T. Gibbs" Message-Id: <199605121625.JAA28218@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:25:33 Modified: sys/pci aic7870.c Log: 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.33 +2 -2 src/sys/pci/aic7870.c