From owner-cvs-sys Fri Sep 6 02:17:24 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA07130 for cvs-sys-outgoing; Fri, 6 Sep 1996 02:17:24 -0700 (PDT) Received: (from rgrimes@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA07110; Fri, 6 Sep 1996 02:17:09 -0700 (PDT) Date: Fri, 6 Sep 1996 02:17:09 -0700 (PDT) From: "Rodney W. Grimes" Message-Id: <199609060917.CAA07110@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 rgrimes 96/09/06 02:17:09 Branch: sys/pci RELENG_2_1_0 Modified: sys/pci pcisupport.c Log: First pass at merging minor differences between HEAD and RELENG_2_1_0, this eliminates cosmetic differences and brings over the staticizing of this file. Add detection of several Intel chips recently added to HEAD (Natoma and Orion GX/KX). More clean up work will happen after pass 2 of merging once the files are pretty much identical. After that additional bootverbose chipset register dumps will be added (Triton-II and Natoma). Revision Changes Path 1.13.4.4 +24 -19 src/sys/pci/pcisupport.c