Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/conf update to reality



details:   https://anonhg.NetBSD.org/src/rev/630731b1c33e
branches:  trunk
changeset: 488099:630731b1c33e
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Jun 18 07:02:04 2000 +0000

description:
update to reality

diffstat:

 sys/arch/sparc64/conf/POWEROFSEVEN |  40 ++++++++++++++++++++++++++-----------
 1 files changed, 28 insertions(+), 12 deletions(-)

diffs (108 lines):

diff -r 0184e527a589 -r 630731b1c33e sys/arch/sparc64/conf/POWEROFSEVEN
--- a/sys/arch/sparc64/conf/POWEROFSEVEN        Sun Jun 18 06:58:30 2000 +0000
+++ b/sys/arch/sparc64/conf/POWEROFSEVEN        Sun Jun 18 07:02:04 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: POWEROFSEVEN,v 1.8 2000/04/05 14:28:55 mrg Exp $
+#      $NetBSD: POWEROFSEVEN,v 1.9 2000/06/18 07:02:04 mrg Exp $
 #
 # Configuration for Ultra5/Ultra10
 
@@ -31,6 +31,7 @@
 ## automagically determined at boot time.
 
 config         netbsd  root on ? type ?
+config         netbsd_wd0      root on wd0h type ffs dumps on wd0b
 
 ## UVM options.
 options        UVM_PAGE_TRKOWN
@@ -131,15 +132,15 @@
 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               EXEC_ELF64      # Exec module for sparc64 & SunOs 5.x binaries. -- 64-bit only
-#options               SYSCALL_DEBUG
-#options               COMPAT_AOUT     # NetBSD/sparc compat support
+#options       EXEC_ELF64      # Exec module for sparc64 & SunOs 5.x binaries. -- 64-bit only
+#options       SYSCALL_DEBUG
+#options       COMPAT_AOUT     # NetBSD/sparc compat support
 options        EXEC_AOUT       # execve(2) support for a.out binaries
 
 ## File systems.  You probably need at least one of FFS or NFS.
 file-system    FFS             # Berkeley Fast Filesystem
 file-system    NFS             # Sun NFS-compatible filesystem client
-#file-system   KERNFS          # kernel data-structure filesystem
+file-system    KERNFS          # kernel data-structure filesystem
 #file-system   NULLFS          # NULL layered filesystem
 file-system    MFS             # memory-based filesystem
 #file-system   FDESC           # user file descriptor filesystem
@@ -193,6 +194,9 @@
 
 #### Standard system devices -- all required for a given architecture
 
+## PROM console driver -- if all else fails
+pcons0 at mainbus0                             # PROM console
+
 ## Auxiliary system registers -- We use the OBP for power management
 #auxreg0 at sbus0
 auxio0 at ebus?                                # auxio registers
@@ -227,7 +231,7 @@
 ##     Part of NS PC87332VLJ Super I/O controller: kbd/mouse (com)
 
 ## These are two SAB82532 controllers
-#sab0  at ebus?                        # ttya/ttyb
+#sab0  at ebus?
 #sabtty0       at sab0 channel 0       # ttya
 #sabtty1       at sab0 channel 1       # ttyb
 
@@ -271,8 +275,13 @@
 #fas*  at sbus? slot ? offset ?
 #scsibus* at fas?
 
-## GLM support is missing
-#scsi* at pci?                                         # 53C875 "glm" compatible
+## NCR/Symbios 53c8xx support
+siop*  at pci? dev ? function ?                        # 53C875 "glm" compatible
+scsibus* at siop?
+
+# PCI SCSI cards
+ahc*   at pci? dev ? function ?
+scsibus* at ahc?
 
 ## These entries find devices on all SCSI busses and assign
 ## unit numbers dynamically.
@@ -336,15 +345,22 @@
 #lebuffer*     at sbus? slot ? offset ?                # SBus
 #le*           at lebuffer?                            # SBus
 
-## HME not supported yet
+## Happy Meal Ethernet
 #hme*          at sbus0 slot ? offset ?
-hme*           at pci?                                 # network "hme" compatible
+hme*           at pci? dev ? function ?                # network "hme" compatible
 
 ## qec/be, qec/hme
 #qec*          at sbus? slot ? offset ?
 #be*           at qec?
 #qe*           at qec?
 
+# DEC Tulip
+tlp*           at pci? dev ? function ?
+options        TLP_MATCH_21040
+options        TLP_MATCH_21041
+options        TLP_MATCH_21140
+options        TLP_MATCH_21142
+
 # MII/PHY support
 #exphy*        at mii? phy ?                   # 3Com internal PHYs
 #icsphy*       at mii? phy ?                   # Integrated Circuit Systems ICS1890
@@ -389,8 +405,8 @@
 ## /dev/audio support (`audiocs' plus `audio')
 ##
 #audiocs*      at sbus? slot ? offset ?                # SUNW,CS4231
-#audiocs*      at ebus?                                # SUNW,CS4231
-#audio*                at audiocs?
+audiocs*       at ebus?                                # SUNW,CS4231
+audio*         at audiocs?
 
 
 ## Sun "bwtwo" black and white framebuffer, found on sun4, sun4c, and sun4m



Home | Main Index | Thread Index | Old Index