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 update this to GENERIC rev. 1.84.



details:   https://anonhg.NetBSD.org/src/rev/0d2619ff03e4
branches:  trunk
changeset: 473514:0d2619ff03e4
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Jun 06 13:06:38 1999 +0000

description:
update this to GENERIC rev. 1.84.

diffstat:

 sys/arch/sparc/conf/BILL-THE-CAT |   7 +--
 sys/arch/sparc/conf/INSTALL      |  67 ++++++++++++++++++++++++++++++++++++---
 2 files changed, 64 insertions(+), 10 deletions(-)

diffs (184 lines):

diff -r 3752a366e3bb -r 0d2619ff03e4 sys/arch/sparc/conf/BILL-THE-CAT
--- a/sys/arch/sparc/conf/BILL-THE-CAT  Sun Jun 06 13:00:03 1999 +0000
+++ b/sys/arch/sparc/conf/BILL-THE-CAT  Sun Jun 06 13:06:38 1999 +0000
@@ -1,5 +1,5 @@
-#      $NetBSD: BILL-THE-CAT,v 1.5 1999/05/19 21:05:59 ad Exp $
-#      From: GENERIC,v 1.76 1999/01/17 20:45:26 pk Exp
+#      $NetBSD: BILL-THE-CAT,v 1.6 1999/06/06 13:06:38 mrg Exp $
+#      From: NetBSD: GENERIC,v 1.84 1999/06/06 13:00:03 mrg Exp
 
 include "arch/sparc/conf/std.sparc"
 
@@ -126,7 +126,7 @@
 options        COMPAT_13       # NetBSD 1.3 binary compatibility
 options        COMPAT_SUNOS    # SunOS 4.x binary compatibility
 options        COMPAT_SVR4     # SunOS 5.x binary compatibility
-options        EXEC_ELF32      # Exec module for SunOS 5.x binaries.
+options        COMPAT_AOUT     # NetBSD a.out compatibility
 
 ## File systems.  You probably need at least one of FFS or NFS.
 file-system    FFS             # Berkeley Fast Filesystem
@@ -533,6 +533,5 @@
 
 ## Random device, used to implement /dev/random (a source of random noise),
 ## and generate randomness for some kernel formulae.
-## THIS DEVICE IS EXPERIMENTAL; use at your own risk.
 
 pseudo-device  rnd
diff -r 3752a366e3bb -r 0d2619ff03e4 sys/arch/sparc/conf/INSTALL
--- a/sys/arch/sparc/conf/INSTALL       Sun Jun 06 13:00:03 1999 +0000
+++ b/sys/arch/sparc/conf/INSTALL       Sun Jun 06 13:06:38 1999 +0000
@@ -1,6 +1,6 @@
-#      $NetBSD: INSTALL,v 1.7 1999/05/19 21:06:00 ad Exp $
+#      $NetBSD: INSTALL,v 1.8 1999/06/06 13:16:06 mrg Exp $
 #
-# from: NetBSD: GENERIC,v 1.67 1998/05/20 11:50:54 pk Exp
+# from: NetBSD: GENERIC,v 1.84 1999/06/06 13:00:03 mrg Exp
 #
 # floppy install kernel.  try to keep this in sync with GENERIC but
 # leave as much disabled as possible.
@@ -80,7 +80,7 @@
 ## intercept.  DDB_HISTORY_SIZE adds up/down arrow command history.
 options        DDB                     # kernel dynamic debugger
 #options       DDB_HISTORY_SIZE=100    # enable history editing in DDB
-#options       DDB_ONPANIC             # see also sysctl(8): `ddb.onpanic'
+#options       DDB_ONPANIC=1           # see also sysctl(8): `ddb.onpanic'
 
 ## You may also use gdb, on another computer connected to this machine over
 ## a serial port.  Both KGDBDEV and KGDBRATE should be specified; KGDBDEV is
@@ -139,7 +139,7 @@
 options        COMPAT_13       # NetBSD 1.3 binary compatibility
 #options       COMPAT_SUNOS    # SunOS 4.x binary compatibility
 #options       COMPAT_SVR4     # SunOS 5.x binary compatibility
-#options       EXEC_ELF32      # Exec module for SunOS 5.x binaries.
+#options       COMPAT_AOUT     # NetBSD a.out compatibility
 
 ## File systems.  You probably need at least one of FFS or NFS.
 file-system    FFS             # Berkeley Fast Filesystem
@@ -200,6 +200,11 @@
 #xbox* at sbus? slot ? offset ?
 #sbus* at xbox?
 
+## SBus to PCMCIA bridge
+# 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
 
 ## Auxiliary system registers on sun4c and sun4m
@@ -225,6 +230,9 @@
 #memreg0       at obio0 addr 0xf4000000                # sun4/200 and sun4/300
 #memreg0       at obio0 addr 0x04000000                # sun4/100
 
+## ECC memory control
+eccmemctl0 at mainbus0                         # sun4m
+
 ## Timer chip found on 4/300, sun4c, and sun4m systems.
 timer0 at mainbus0                             # sun4c
 timer0 at obio0                                # sun4m
@@ -265,6 +273,10 @@
 #mtty* at magma?
 #mbpp* at magma?
 
+## PCMCIA serial interfaces
+#com*  at pcmcia?
+#pcmcom*       at pcmcia?
+#com*  at pcmcom?
 
 #### Disk controllers and disks
 
@@ -326,6 +338,11 @@
 #sw0   at obio0 addr 0x0a000000 level 3
 #scsibus* at sw?
 
+## PCMCIA SCSI controllers
+#aic*  at pcmcia?
+#scsibus* at aic?
+
+
 ## These entries find devices on all SCSI busses and assign
 ## unit numbers dynamically.
 sd*    at scsibus? target ? lun ?              # SCSI disks
@@ -357,6 +374,10 @@
 fdc0   at obio0                                # sun4m controller
 fd*    at fdc0                                 # the drive itself
 
+## PCMCIA IDE controllers
+#wdc*  at pcmcia?
+#wd*   at wdc?
+
 ## A disk-like interface to files.  Can be used to create floppy, CD,
 ## miniroot images, etc.
 
@@ -367,6 +388,10 @@
 
 #pseudo-device ccd     4
 
+## RAIDframe disk driver: software RAID driver.  See raid(4).
+
+#pseudo-device raid    4
+
 ## Memory disk device, used on boot floppies with compressed
 ## kernel-plus-root-disk images.
 
@@ -402,6 +427,31 @@
 #ie3   at vme0 addr 0x35ff02 pri 3 vec 0x77            # VME
 #ie4   at vme0 addr 0x2dff02 pri 3 vec 0x7c            # VME
 
+## qec/be, qec/hme
+qec*           at sbus? slot ? offset ?
+be*            at qec?
+qe*            at qec?
+
+# midway ATM
+en0    at sbus? slot ? offset ?
+
+# PCMCIA ethernet devices
+#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
+
 ## Loopback network interface; required
 pseudo-device  loop
 
@@ -418,6 +468,9 @@
 ## This is used by the third-party user-mode "ppp" program, and others.
 #pseudo-device tun             4
 
+## Generic L3 over IP tunnel
+#pseudo-device gre             2       # generic L3 over IP tunnel
+
 ## Berkeley Packet Filter, required to run RARPD.  A generic C-language
 ## interface that allows selective examining of incoming packets.
 #pseudo-device bpfilter        8
@@ -436,6 +489,9 @@
 #audioamd0     at sbus0 slot ? offset ?                # sun4m
 #audio*                at audioamd0
 
+#audiocs0      at sbus0 slot ? offset ?                # SUNW,CS4231
+#audio*                at audiocs0
+
 
 ## Sun "bwtwo" black and white framebuffer, found on sun4, sun4c, and sun4m
 ## systems.  If your sun4 system has a cgfour installed in the P4 slot,
@@ -491,6 +547,5 @@
 
 ## Random device, used to implement /dev/random (a source of random noise),
 ## and generate randomness for some kernel formulae.
-## THIS DEVICE IS EXPERIMENTAL; use at your own risk.
 
-#pseudo-device rnd
+pseudo-device  rnd



Home | Main Index | Thread Index | Old Index