From owner-freebsd-commit Fri Oct 20 15:13:20 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA22377 for freebsd-commit-outgoing; Fri, 20 Oct 1995 15:13:20 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA22362 for cvs-all-outgoing; Fri, 20 Oct 1995 15:13:11 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA22352 for cvs-sys-outgoing; Fri, 20 Oct 1995 15:13:08 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA22343 ; Fri, 20 Oct 1995 15:13:00 -0700 Date: Fri, 20 Oct 1995 15:13:00 -0700 From: David Greenman Message-Id: <199510202213.PAA22343@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/isa pcibus.c Sender: owner-commit@FreeBSD.org Precedence: bulk davidg 95/10/20 15:12:58 Branch: sys/i386/isa RELENG_2_1_0 Modified: sys/i386/isa pcibus.c Log: Kill unnecessary outl (CONF1_DATA_PORT, 0) that was killing some non-PCI machines. Submitted by: Stefan Esser