Date: Thu, 5 Sep 1996 14:34:16 -0700 (PDT) From: Stefan Esser <se> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pci pcisupport.c Message-ID: <199609052134.OAA21522@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199609052134.OAA21522>