Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc/conf Comment out nell and pcmcia children unt...
details: https://anonhg.NetBSD.org/src/rev/4f76aacf91c3
branches: trunk
changeset: 472507:4f76aacf91c3
user: abs <abs%NetBSD.org@localhost>
date: Fri Apr 30 21:09:50 1999 +0000
description:
Comment out nell and pcmcia children until audioamd panic resolved
diffstat:
sys/arch/sparc/conf/GENERIC | 47 ++++++++++++++++++++++----------------------
1 files changed, 24 insertions(+), 23 deletions(-)
diffs (91 lines):
diff -r 55f61f68f1df -r 4f76aacf91c3 sys/arch/sparc/conf/GENERIC
--- a/sys/arch/sparc/conf/GENERIC Fri Apr 30 20:54:04 1999 +0000
+++ b/sys/arch/sparc/conf/GENERIC Fri Apr 30 21:09:50 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.79 1999/04/26 04:25:38 ad Exp $
+# $NetBSD: GENERIC,v 1.80 1999/04/30 21:09:50 abs Exp $
include "arch/sparc/conf/std.sparc"
@@ -185,8 +185,9 @@
sbus* at xbox?
## SBus to PCMCIA bridge
-nell* at sbus? slot ? offset ? # PCMCIA bridge
-pcmcia* at nell?
+# Currently enabling nell* with audioamd* causes panic at attach
+#nell* at sbus? slot ? offset ? # PCMCIA bridge
+#pcmcia* at nell?
#### Standard system devices -- all required for a given architecture
@@ -257,9 +258,9 @@
mbpp* at magma?
## PCMCIA serial interfaces
-com* at pcmcia?
-pcmcom* at pcmcia?
-com* at pcmcom?
+#com* at pcmcia?
+#pcmcom* at pcmcia?
+#com* at pcmcom?
#### Disk controllers and disks
@@ -322,8 +323,8 @@
scsibus* at sw?
## PCMCIA SCSI controllers
-aic* at pcmcia?
-scsibus* at aic?
+#aic* at pcmcia?
+#scsibus* at aic?
## These entries find devices on all SCSI busses and assign
@@ -358,8 +359,8 @@
fd* at fdc0 # the drive itself
## PCMCIA IDE controllers
-wdc* at pcmcia?
-wd* at wdc?
+#wdc* at pcmcia?
+#wd* at wdc?
## A disk-like interface to files. Can be used to create floppy, CD,
## miniroot images, etc.
@@ -419,21 +420,21 @@
en0 at sbus? slot ? offset ?
# PCMCIA ethernet devices
-ep* at pcmcia?
-mbe* at pcmcia?
-ne* at pcmcia?
-sm* at pcmcia?
+#ep* at pcmcia?
+#mbe* at pcmcia?
+#ne* at pcmcia?
+#sm* at pcmcia?
# MII/PHY support
-exphy* at mii? phy ? # 3Com internal PHYs
-icsphy* at mii? phy ? # Integrated Circuit Systems ICS1890
-inphy* at mii? phy ? # Intel 82555 PHYs
-lxtphy* at mii? phy ? # Level One LXT-970 PHYs
-nsphy* at mii? phy ? # NS83840 PHYs
-qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs
-sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs
-tlphy* at mii? phy ? # ThunderLAN PHYs
-ukphy* at mii? phy ? # generic unknown PHYs
+#exphy* at mii? phy ? # 3Com internal PHYs
+#icsphy* at mii? phy ? # Integrated Circuit Systems ICS1890
+#inphy* at mii? phy ? # Intel 82555 PHYs
+#lxtphy* at mii? phy ? # Level One LXT-970 PHYs
+#nsphy* at mii? phy ? # NS83840 PHYs
+#qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs
+#sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs
+#tlphy* at mii? phy ? # ThunderLAN PHYs
+#ukphy* at mii? phy ? # generic unknown PHYs
## Loopback network interface; required
pseudo-device loop
Home |
Main Index |
Thread Index |
Old Index