Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sun2/conf Trimmed off some options that are unneces...



details:   https://anonhg.NetBSD.org/src/rev/c75fbaa2b225
branches:  trunk
changeset: 508721:c75fbaa2b225
user:      fredette <fredette%NetBSD.org@localhost>
date:      Wed Apr 18 15:08:59 2001 +0000

description:
Trimmed off some options that are unnecessary for now,
and some that don't work.  Added some more comments,
commented out some 2/50 device entries.

diffstat:

 sys/arch/sun2/conf/FOURMEG |  45 +++++++++++++++++++++++----------------------
 sys/arch/sun2/conf/GENERIC |  42 ++++++++++++++++++++++--------------------
 2 files changed, 45 insertions(+), 42 deletions(-)

diffs (237 lines):

diff -r b4d7affd4acc -r c75fbaa2b225 sys/arch/sun2/conf/FOURMEG
--- a/sys/arch/sun2/conf/FOURMEG        Wed Apr 18 14:01:06 2001 +0000
+++ b/sys/arch/sun2/conf/FOURMEG        Wed Apr 18 15:08:59 2001 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: FOURMEG,v 1.1 2001/03/29 21:07:56 fredette Exp $
+# $NetBSD: FOURMEG,v 1.2 2001/04/18 15:08:59 fredette Exp $
 
 # FOURMEG Sun2 (2/120, 2/170, 2/50, ...)
 # Supports root on: ie0, sd*, ...
 
 include "arch/sun2/conf/std.sun2"
 
-#ident                 "FOURMEG-$Revision: 1.1 $"
+#ident                 "FOURMEG-$Revision: 1.2 $"
 
 # Machines to be supported by this kernel
 #options       FPU_EMULATE
@@ -40,20 +40,20 @@
 #options       SCSIVERBOSE             # Verbose SCSI errors
 
 # Compatability options
-options        COMPAT_SUNOS    # can run SunOS 4.1.1 executables
-options        COMPAT_43       # and 4.3BSD and ...
+#options       COMPAT_SUNOS    # can run SunOS 4.1.1 executables
+#options       COMPAT_43       # and 4.3BSD and ...
 
 # Filesystem options
 file-system    FFS             # Berkeley Fast Filesystem
 file-system    NFS             # Sun NFS client support
 file-system    CD9660          # ISO 9660 + Rock Ridge file system
-file-system    FDESC           # /dev/fd/*
-file-system    KERNFS          # /kern
-file-system    NULLFS          # loopback file system
-file-system    OVERLAY         # overlay file system
-file-system    PROCFS          # /proc
-file-system    UNION           # union file system
-file-system    MFS             # memory-based filesystem
+#file-system   FDESC           # /dev/fd/*
+#file-system   KERNFS          # /kern
+#file-system   NULLFS          # loopback file system
+#file-system   OVERLAY         # overlay file system
+#file-system   PROCFS          # /proc
+#file-system   UNION           # union file system
+#file-system   MFS             # memory-based filesystem
 
 #options       NFSSERVER       # nfs server support
 #options       QUOTA           # FFS quotas
@@ -105,27 +105,28 @@
 ## Zilog 8530 serial chips.  Each has two-channels.
 ## zs0 is ttya and ttyb.  zs1 is the keyboard and mouse.
 zs0    at obio0 addr 0x002000  # 2/120, 2/170
-zs0    at obio0 addr 0x7f2000  # 2/50
+#zs0   at obio0 addr 0x7f2000  # 2/50
 zstty0 at zs0 channel 0        # ttya
 zstty1 at zs0 channel 1        # ttyb
 
 zs1    at obmem0 addr 0x780000 # 2/120, 2/170
+#zs1   at obio0 addr 0x7f1800  # 2/50
 kbd0   at zs1 channel 0        # keyboard
 ms0    at zs1 channel 1        # mouse
 
-zs2    at mbmem0 addr 0x080800 # 2/120, 2/170
+zs2    at mbmem0 addr 0x080800 # 2/120, 2/170 (first sc SCSI)
 zstty2 at zs2 channel 0        # ttyc
 zstty3 at zs2 channel 1        # ttyd
 
-zs3    at mbmem0 addr 0x081000 # 2/120, 2/170
+zs3    at mbmem0 addr 0x081000 # 2/120, 2/170 (first sc SCSI)
 zstty4 at zs3 channel 0        # ttye
 zstty5 at zs3 channel 1        # ttyf
 
-zs4    at mbmem0 addr 0x084800 # 2/120, 2/170
+zs4    at mbmem0 addr 0x084800 # 2/120, 2/170 (second sc SCSI)
 zstty6 at zs4 channel 0        # ttyg
 zstty7 at zs4 channel 1        # ttyh
 
-zs5    at mbmem0 addr 0x085000 # 2/120, 2/170
+zs5    at mbmem0 addr 0x085000 # 2/120, 2/170 (second sc SCSI)
 zstty8 at zs4 channel 0        # ttyi
 zstty9 at zs4 channel 1        # ttyj
 
@@ -175,11 +176,11 @@
 #uk*   at scsibus? target ? lun ?              # unknown SCSI
 
 ## Xylogics 450 or 451 Multibus/VME SMD disk controllers and disks.
-xyc0   at mbio0 addr 0xee40 ipl 2 
+#xyc0  at mbio0 addr 0xee40 ipl 2 
 #xyc0  at vme0 addr 0xee40 ipl 2 vect 0x48
-xyc1   at mbio0 addr 0xee48 ipl 2 
+#xyc1  at mbio0 addr 0xee48 ipl 2 
 #xyc1  at vme0 addr 0xee48 ipl 2 vect 0x49
-xy*    at xyc? drive ?
+#xy*   at xyc? drive ?
 
 ## Memory-disk device.
 pseudo-device  md              2
@@ -187,14 +188,14 @@
 #### Network interfaces.
 
 ## Intel Ethernet (onboard, or Multibus/VME)
-ie0    at obio0 0x7f0800 ipl 3         # 2/50
+#ie0   at obio0 0x7f0800 ipl 3         # 2/50
 ie0    at mbmem0 addr 0x88000 ipl 3
 
 ## Frame buffers.
 
 ## Sun "bwtwo" black and white framebuffer.
-bwtwo0  at obmem0 addr 0x00700000      # 2/120
-bwtwo0 at obio0 addr 0x0               # 2/50
+bwtwo0  at obmem0 addr 0x00700000      # 2/120, 2/170
+#bwtwo0        at obio0 addr 0x0               # 2/50
 
 #### Miscellaneous.
 pseudo-device  loop            1       # network loopback
diff -r b4d7affd4acc -r c75fbaa2b225 sys/arch/sun2/conf/GENERIC
--- a/sys/arch/sun2/conf/GENERIC        Wed Apr 18 14:01:06 2001 +0000
+++ b/sys/arch/sun2/conf/GENERIC        Wed Apr 18 15:08:59 2001 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: GENERIC,v 1.1 2001/03/29 21:07:57 fredette Exp $
+# $NetBSD: GENERIC,v 1.2 2001/04/18 15:08:59 fredette Exp $
 
 # GENERIC Sun2 (2/120, 2/170, 2/50, ...)
 # Supports root on: ie0, sd*, ...
 
 include "arch/sun2/conf/std.sun2"
 
-#ident                 "GENERIC-$Revision: 1.1 $"
+#ident                 "GENERIC-$Revision: 1.2 $"
 
 # Machines to be supported by this kernel
 #options       FPU_EMULATE
@@ -40,7 +40,7 @@
 #options       SCSIVERBOSE             # Verbose SCSI errors
 
 # Compatability options
-options        COMPAT_SUNOS    # can run SunOS 4.1.1 executables
+#options       COMPAT_SUNOS    # can run SunOS 4.1.1 executables
 options        COMPAT_43       # and 4.3BSD and ...
 
 # Filesystem options
@@ -51,7 +51,7 @@
 file-system    KERNFS          # /kern
 file-system    NULLFS          # loopback file system
 file-system    OVERLAY         # overlay file system
-file-system    PROCFS          # /proc
+#file-system   PROCFS          # /proc
 file-system    UNION           # union file system
 file-system    MFS             # memory-based filesystem
 
@@ -62,7 +62,7 @@
 
 # Networking options
 options        INET            # IP prototol stack support
-options        INET6           # IPV6
+#options       INET6           # IPV6
 #options       IPSEC           # IP security
 #options       IPSEC_ESP       # IP security (encryption part; define w/IPSEC)
 #options       IPSEC_DEBUG     # debug for IP security
@@ -104,28 +104,30 @@
 
 ## Zilog 8530 serial chips.  Each has two-channels.
 ## zs0 is ttya and ttyb.  zs1 is the keyboard and mouse.
+## zs0 is REQUIRED to use KGDB.
 zs0    at obio0 addr 0x002000  # 2/120, 2/170
-zs0    at obio0 addr 0x7f2000  # 2/50
+#zs0   at obio0 addr 0x7f2000  # 2/50
 zstty0 at zs0 channel 0        # ttya
 zstty1 at zs0 channel 1        # ttyb
 
 zs1    at obmem0 addr 0x780000 # 2/120, 2/170
+#zs1   at obio0 addr 0x7f1800  # 2/50
 kbd0   at zs1 channel 0        # keyboard
 ms0    at zs1 channel 1        # mouse
 
-zs2    at mbmem0 addr 0x080800 # 2/120, 2/170
+zs2    at mbmem0 addr 0x080800 # 2/120, 2/170 (first sc SCSI)
 zstty2 at zs2 channel 0        # ttyc
 zstty3 at zs2 channel 1        # ttyd
 
-zs3    at mbmem0 addr 0x081000 # 2/120, 2/170
+zs3    at mbmem0 addr 0x081000 # 2/120, 2/170 (first sc SCSI)
 zstty4 at zs3 channel 0        # ttye
 zstty5 at zs3 channel 1        # ttyf
 
-zs4    at mbmem0 addr 0x084800 # 2/120, 2/170
+zs4    at mbmem0 addr 0x084800 # 2/120, 2/170 (second sc SCSI)
 zstty6 at zs4 channel 0        # ttyg
 zstty7 at zs4 channel 1        # ttyh
 
-zs5    at mbmem0 addr 0x085000 # 2/120, 2/170
+zs5    at mbmem0 addr 0x085000 # 2/120, 2/170 (second sc SCSI)
 zstty8 at zs4 channel 0        # ttyi
 zstty9 at zs4 channel 1        # ttyj
 
@@ -169,17 +171,17 @@
 sd*    at scsibus? target ? lun ?              # SCSI disks
 st*    at scsibus? target ? lun ?              # SCSI tapes
 cd*    at scsibus? target ? lun ?              # SCSI CD-ROMs
-ch*    at scsibus? target ? lun ?              # SCSI changer devices
-ss*    at scsibus? target ? lun ?              # SCSI scanners
-ses*   at scsibus? target ? lun ?              # SCSI SES/SAF-TE
-uk*    at scsibus? target ? lun ?              # unknown SCSI
+#ch*   at scsibus? target ? lun ?              # SCSI changer devices
+#ss*   at scsibus? target ? lun ?              # SCSI scanners
+#ses*  at scsibus? target ? lun ?              # SCSI SES/SAF-TE
+#uk*   at scsibus? target ? lun ?              # unknown SCSI
 
 ## Xylogics 450 or 451 Multibus/VME SMD disk controllers and disks.
-xyc0   at mbio0 addr 0xee40 ipl 2 
+#xyc0  at mbio0 addr 0xee40 ipl 2 
 #xyc0  at vme0 addr 0xee40 ipl 2 vect 0x48
-xyc1   at mbio0 addr 0xee48 ipl 2 
+#xyc1  at mbio0 addr 0xee48 ipl 2 
 #xyc1  at vme0 addr 0xee48 ipl 2 vect 0x49
-xy*    at xyc? drive ?
+#xy*   at xyc? drive ?
 
 ## Memory-disk device.
 pseudo-device  md              2
@@ -187,14 +189,14 @@
 #### Network interfaces.
 
 ## Intel Ethernet (onboard, or Multibus/VME)
-ie0    at obio0 0x7f0800 ipl 3         # 2/50
+#ie0   at obio0 0x7f0800 ipl 3         # 2/50
 ie0    at mbmem0 addr 0x88000 ipl 3
 
 ## Frame buffers.
 
 ## Sun "bwtwo" black and white framebuffer.
-bwtwo0  at obmem0 addr 0x00700000      # 2/120
-bwtwo0 at obio0 addr 0x0               # 2/50
+bwtwo0  at obmem0 addr 0x00700000      # 2/120, 2/170
+#bwtwo0        at obio0 addr 0x0               # 2/50
 
 #### Miscellaneous.
 pseudo-device  loop            1       # network loopback



Home | Main Index | Thread Index | Old Index