summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-04-24 20:20:37 +0000
committerpeter <peter@FreeBSD.org>1999-04-24 20:20:37 +0000
commitbf0ce86bdff8e9f64ea9e8682cb115dce636d586 (patch)
tree3d01b413a60eb04425dc7071d6dd7a504677a005 /sys
parentd6f4bd18f508c92a26bf83b89c11d5641e61fbeb (diff)
downloadFreeBSD-src-bf0ce86bdff8e9f64ea9e8682cb115dce636d586.zip
FreeBSD-src-bf0ce86bdff8e9f64ea9e8682cb115dce636d586.tar.gz
#if 0 out the pci device list, not that you could do a lot with it. It
was only looking at old style drivers in the pcidevice_set, which doesn't exist any more.. Ultimately, the pci and eisa bus drivers will check for hints for wiring, flags and enable/disable etc as well.
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/i386/userconfig.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/i386/i386/userconfig.c b/sys/i386/i386/userconfig.c
index b6add1c..355935c 100644
--- a/sys/i386/i386/userconfig.c
+++ b/sys/i386/i386/userconfig.c
@@ -46,7 +46,7 @@
** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
** THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
**
- ** $Id: userconfig.c,v 1.135 1999/04/18 20:15:06 peter Exp $
+ ** $Id: userconfig.c,v 1.136 1999/04/19 19:40:58 peter Exp $
**/
/**
@@ -129,7 +129,7 @@
#include <i386/isa/pnp.h>
#endif
-#if NPCI > 0
+#if NPCI > 0 && 0
#include <pci/pcivar.h>
#endif
@@ -569,7 +569,7 @@ getdevs(void)
if (!devinfo(&scratch)) /* get more info on the device */
insdev(&scratch,ap[i].id_enabled?active:inactive);
}
-#if NPCI > 0
+#if NPCI > 0 && 0
for (i = 0; i < pcidevice_set.ls_length; i++)
{
if (pcidevice_set.ls_items[i])
@@ -2517,7 +2517,7 @@ visuserconfig(void)
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: userconfig.c,v 1.135 1999/04/18 20:15:06 peter Exp $
+ * $Id: userconfig.c,v 1.136 1999/04/19 19:40:58 peter Exp $
*/
#include "scbus.h"
OpenPOWER on IntegriCloud