Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Nov 2002 10:41:20 -0500
From:      Hiten Pandya <hiten@angelica.unixdaemons.com>
To:        "Matthew N. Dodd" <mdodd@FreeBSD.ORG>
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>
In-Reply-To: <200211130942.gAD9gP6i090470@repoman.freebsd.org>; from mdodd@FreeBSD.ORG on Wed, Nov 13, 2002 at 01:42:25AM -0800
References:  <200211130942.gAD9gP6i090470@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <hiten@angelica.unixdaemons.com>
>   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 <pci/pcib_private.h>
 
 #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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021113104120.B45269>