From owner-cvs-sys Thu Sep 5 14:34:30 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA21566 for cvs-sys-outgoing; Thu, 5 Sep 1996 14:34:30 -0700 (PDT) Received: (from se@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA21522; Thu, 5 Sep 1996 14:34:16 -0700 (PDT) Date: Thu, 5 Sep 1996 14:34:16 -0700 (PDT) From: Stefan Esser Message-Id: <199609052134.OAA21522@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pci pcisupport.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk se 96/09/05 14:34:15 Modified: sys/pci pcisupport.c Log: Fix Orion specific code by moving config_orion() to a place where it does not depend on bootverbose being true. Include only register specifications for those chip sets that apply to a cpu that might boot this a particular kernel (ie. make the Saturn code depend on I486_CPU being defined, the Pentium chip sets on I586_CPU ...) Revision Changes Path 1.36 +50 -42 src/sys/pci/pcisupport.c