Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386/conf Comment out ichlpcib.
details: https://anonhg.NetBSD.org/src/rev/f8b868fece9e
branches: trunk
changeset: 566160:f8b868fece9e
user: minoura <minoura%NetBSD.org@localhost>
date: Thu Apr 29 11:54:24 2004 +0000
description:
Comment out ichlpcib.
There are at least 2 reports that it freezes upon startup.
http://mail-index.netbsd.org/current-users/2004/04/19/0016.html
diffstat:
sys/arch/i386/conf/GENERIC | 8 ++++----
sys/arch/i386/conf/GENERIC_LAPTOP | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
diffs (76 lines):
diff -r 72143f3e652a -r f8b868fece9e sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC Thu Apr 29 08:44:40 2004 +0000
+++ b/sys/arch/i386/conf/GENERIC Thu Apr 29 11:54:24 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.597 2004/04/21 01:05:35 christos Exp $
+# $NetBSD: GENERIC,v 1.598 2004/04/29 11:54:24 minoura Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.597 $"
+#ident "GENERIC-$Revision: 1.598 $"
maxusers 32 # estimated number of users
@@ -348,7 +348,7 @@
elansc* at pci? dev ? function ? # AMD Elan SC520 System Controller
# PCI bridges
-ichlpcib* at pci? dev ? function ? # Intel ICH PCI-ISA w/ watchdog support
+#ichlpcib* at pci? dev ? function ? # Intel ICH PCI-ISA w/ watchdog support
pchb* at pci? dev ? function ? # PCI-Host bridges
pceb* at pci? dev ? function ? # PCI-EISA bridges
pcib* at pci? dev ? function ? # PCI-ISA bridges
@@ -365,7 +365,7 @@
eisa0 at pceb?
# ISA bus support
-isa0 at ichlpcib?
+#isa0 at ichlpcib?
isa0 at mainbus?
isa0 at pceb?
isa0 at pcib?
diff -r 72143f3e652a -r f8b868fece9e sys/arch/i386/conf/GENERIC_LAPTOP
--- a/sys/arch/i386/conf/GENERIC_LAPTOP Thu Apr 29 08:44:40 2004 +0000
+++ b/sys/arch/i386/conf/GENERIC_LAPTOP Thu Apr 29 11:54:24 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC_LAPTOP,v 1.90 2004/03/14 08:09:42 minoura Exp $
+# $NetBSD: GENERIC_LAPTOP,v 1.91 2004/04/29 11:54:24 minoura 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 @@
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.90 $"
+#ident "GENERIC-$Revision: 1.91 $"
maxusers 32 # estimated number of users
@@ -284,9 +284,9 @@
#options PCIINTR_DEBUG # super-verbose PCI interrupt fixup
# PCI bridges
+#ichlpcib* at pci? dev ? function ? # Intel ICH PCI-ISA w/ watchdog support
pchb* at pci? dev ? function ? # PCI-Host bridges
pcib* at pci? dev ? function ? # PCI-ISA bridges
-ichlpcib* at pci? dev ? function ? # Intel ICH PCI-ISA w/ watchdog support
ppb* at pci? dev ? function ? # PCI-PCI bridges
# XXX 'puc's aren't really bridges, but there's no better place for them here
puc* at pci? dev ? function ? # PCI "universal" comm. cards
@@ -294,9 +294,9 @@
agp* at pchb?
# ISA bus support
+#isa0 at ichlpcib?
isa0 at mainbus?
isa0 at pcib?
-isa0 at ichlpcib?
# PCMCIA bus support
pcmcia* at pcic? controller ? socket ?
Home |
Main Index |
Thread Index |
Old Index