From owner-cvs-all Wed Nov 13 7:41:28 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1374F37B406; Wed, 13 Nov 2002 07:41:26 -0800 (PST) Received: from angelica.unixdaemons.com (angelica.unixdaemons.com [209.148.64.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AB4943E4A; Wed, 13 Nov 2002 07:41:25 -0800 (PST) (envelope-from hiten@angelica.unixdaemons.com) Received: from angelica.unixdaemons.com (hiten@localhost.unixdaemons.com [127.0.0.1]) by angelica.unixdaemons.com (8.12.5/8.12.1) with ESMTP id gADFfK06045619; Wed, 13 Nov 2002 10:41:20 -0500 (EST) X-Authentication-Warning: angelica.unixdaemons.com: Host hiten@localhost.unixdaemons.com [127.0.0.1] claimed to be angelica.unixdaemons.com Received: (from hiten@localhost) by angelica.unixdaemons.com (8.12.5/8.12.1/Submit) id gADFfK7V045618; Wed, 13 Nov 2002 10:41:20 -0500 (EST) (envelope-from hiten) Date: Wed, 13 Nov 2002 10:41:20 -0500 From: Hiten Pandya To: "Matthew N. Dodd" Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/conf options src/sys/dev/pci pci_pci.c Message-ID: <20021113104120.B45269@angelica.unixdaemons.com> References: <200211130942.gAD9gP6i090470@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200211130942.gAD9gP6i090470@repoman.freebsd.org>; from mdodd@FreeBSD.ORG on Wed, Nov 13, 2002 at 01:42:25AM -0800 X-Operating-System: FreeBSD i386 X-Public-Key: http://www.pittgoth.com/~hiten/pubkey.asc X-URL: http://www.unixdaemons.com/~hiten X-PGP: http://pgp.mit.edu:11371/pks/lookup?search=Hiten+Pandya&op=index Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Nov 13, 2002 at 01:42:25AM -0800, Matthew N. Dodd wrote the words in effect of: > mdodd 2002/11/13 01:42:25 PST > > Modified files: > sys/conf options > sys/dev/pci pci_pci.c > Log: > Convert kernel compile option PCI_ALLOW_UNSUPPORTED_IO_RANGE to > a loader tunable hw.pci.allow_unsupported_io_range. > > Submitted by: Hiten Pandya > Approved by: re (murray) Can someone please commit this: Index: pci_pci.c =================================================================== RCS file: /home/ncvs/src/sys/dev/pci/pci_pci.c,v retrieving revision 1.18 diff -u -r1.18 pci_pci.c --- pci_pci.c 2002/11/13 09:42:25 1.18 +++ pci_pci.c 2002/11/13 15:40:35 @@ -47,7 +47,6 @@ #include #include "pcib_if.h" -#include "opt_pci.h" static int pcib_probe(device_t dev); static int pcib_route_interrupt(device_t pcib, device_t dev, int pin); I apologize for the incovenience this may have caused. Cheers. -- Hiten Pandya (hiten@unixdaemons.com, hiten@uk.FreeBSD.org) http://www.unixdaemons.com/~hiten/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message