From owner-freebsd-commit Sun Oct 1 08:11:34 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA16833 for freebsd-commit-outgoing; Sun, 1 Oct 1995 08:11:34 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA16771 for cvs-all-outgoing; Sun, 1 Oct 1995 08:10:10 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA16760 for cvs-sys-outgoing; Sun, 1 Oct 1995 08:10:08 -0700 Received: (from dufault@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA16729 ; Sun, 1 Oct 1995 08:09:53 -0700 Date: Sun, 1 Oct 1995 08:09:53 -0700 From: Peter Dufault Message-Id: <199510011509.IAA16729@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/isa aha1542.c Sender: owner-commit@FreeBSD.org Precedence: bulk dufault 95/10/01 08:09:53 Modified: sys/i386/isa aha1542.c Log: Support the 1542CP by recognizing the new ID. Try to make future 1542 revs work by assuming the next few sequential ID codes are new Adaptec boards and enabling them after printing a warning. Conditionalize the informational boot messages with "if (bootverbose)".