From owner-cvs-sys Mon Sep 16 01:52:37 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA21708 for cvs-sys-outgoing; Mon, 16 Sep 1996 01:52:37 -0700 (PDT) Received: (from rgrimes@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA21687; Mon, 16 Sep 1996 01:52:21 -0700 (PDT) Date: Mon, 16 Sep 1996 01:52:21 -0700 (PDT) From: "Rodney W. Grimes" Message-Id: <199609160852.BAA21687@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/16 01:52:20 Branch: sys/pci RELENG_2_1_0 Modified: sys/pci pcisupport.c Log: Remove botched up code that attempted to print I/O base address for the 0x12308086 (Intel PIIX) Bus master IDE Interface, it is already printed correctly by the generic PCI magreg code. Revision Changes Path 1.13.4.5 +3 -5 src/sys/pci/pcisupport.c