Comment out piixpcib(4) until the multiple PRs are fixed.
This commit is contained in:
parent
a2da5d58f1
commit
358f1bd73f
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC_LAPTOP,v 1.247 2007/10/17 19:54:42 garbled Exp $
|
||||
# $NetBSD: GENERIC_LAPTOP,v 1.248 2007/10/26 22:42:43 xtraeme Exp $
|
||||
# From: NetBSD: GENERIC,v 1.414 2001/07/30 19:59:05 ad Exp
|
||||
#
|
||||
# GENERIC_LAPTOP -- GENERIC with cardbus and some USB devices enabled
|
||||
@ -8,7 +8,7 @@ include "arch/i386/conf/std.i386"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.247 $"
|
||||
#ident "GENERIC-$Revision: 1.248 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
@ -359,7 +359,7 @@ options PCI_INTR_FIXUP # fixup PCI interrupt routing
|
||||
# PCI bridges
|
||||
#ichlpcib* at pci? dev ? function ? # Intel ICH PCI-ISA w/ timecounter,
|
||||
# watchdog and SpeedStep support
|
||||
piixpcib* at pci? dev ? function ? # Intel PIIX4 PCI-ISA w/ SpeedStep
|
||||
#piixpcib* at pci? dev ? function ? # Intel PIIX4 PCI-ISA w/ SpeedStep
|
||||
#viapcib* at pci? dev ? function ? # VIA VT8235 PCI-ISA w/ SMBus support
|
||||
#iic* at viapcib?
|
||||
pchb* at pci? dev ? function ? # PCI-Host bridges
|
||||
@ -372,7 +372,7 @@ agp* at pchb?
|
||||
|
||||
# ISA bus support
|
||||
#isa0 at ichlpcib?
|
||||
isa0 at piixpcib?
|
||||
#isa0 at piixpcib?
|
||||
#isa0 at viapcib?
|
||||
isa0 at mainbus?
|
||||
isa0 at pcib?
|
||||
|
Loading…
Reference in New Issue
Block a user