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/10a0001723fb
branches: trunk
changeset: 494128:10a0001723fb
user: mrg <mrg%NetBSD.org@localhost>
date: Sun Jul 02 15:02:29 2000 +0000
description:
update to reality:
- TRAPWIN is defined in locore.s
- don't config netbsd_wd0
- enable MSDOSFS and FFS_IE
- enable INET6 & IPSEC*
- enable ipfilter
- comment sbus & zs at sbus
- enable scsi devices seeing we have scsi bus support
- hardwire the onboard hme as 'hme0'
- disable audiocs for now
- disable rnd for now
diffstat:
sys/arch/sparc64/conf/POWEROFSEVEN | 54 +++++++++++++++++++------------------
1 files changed, 28 insertions(+), 26 deletions(-)
diffs (145 lines):
diff -r 15b587db0d91 -r 10a0001723fb sys/arch/sparc64/conf/POWEROFSEVEN
--- a/sys/arch/sparc64/conf/POWEROFSEVEN Sun Jul 02 14:00:38 2000 +0000
+++ b/sys/arch/sparc64/conf/POWEROFSEVEN Sun Jul 02 15:02:29 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: POWEROFSEVEN,v 1.9 2000/06/18 07:02:04 mrg Exp $
+# $NetBSD: POWEROFSEVEN,v 1.10 2000/07/02 15:02:29 mrg Exp $
#
# Configuration for Ultra5/Ultra10
@@ -12,9 +12,8 @@
# Options for variants of the Sun SPARC architecure.
# We currently support three architecture types; at least one is required.
options SUN4U # sun4u - Ultra 140 and 170
-options TRAPWIN
options __ELF__ # we use elf
-#options _LP64 # we're using a 64-bit compiler
+#options _LP64 # we're using a 64-bit compiler
## System options specific to the sparc machine type
@@ -31,7 +30,6 @@
## 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
@@ -150,15 +148,19 @@
#file-system PROCFS # /proc
file-system CD9660 # ISO 9660 + Rock Ridge file system
#file-system UNION # union file system
-#file-system MSDOSFS # MS-DOS FAT filesystem(s).
+file-system MSDOSFS # MS-DOS FAT filesystem(s).
## File system options.
options NFSSERVER # Sun NFS-compatible filesystem server
#options QUOTA # FFS quotas
-#options FFS_EI # FFS Endian Independent support
+options FFS_EI # FFS Endian Independent support
## Network protocol support. In most environments, INET is required.
options INET # IP (Internet Protocol) v4
+options INET6 # IPV6
+options IPSEC # IP security
+options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
+#options IPSEC_DEBUG # debug for IP security
#options TCP_COMPAT_42 # 4.2BSD IP implementation compatibility
#options GATEWAY # packet forwarding ("router switch")
#options MROUTING # packet forwarding of multicast packets
@@ -171,8 +173,8 @@
#options NETATALK # AppleTalk (over Ethernet) protocol
options NTP # Network Time Protocol in-kernel support
#options PPS_SYNC # Add serial line synchronization for NTP
-#options PFIL_HOOKS # Add pfil(9) hooks, intended for custom LKMs.
-#options IPFILTER_LOG # Add ipmon(8) logging for ipfilter device
+options PFIL_HOOKS # Add pfil(9) hooks, intended for custom LKMs.
+options IPFILTER_LOG # Add ipmon(8) logging for ipfilter device
#options PPP_BSDCOMP # Add BSD compression to ppp device
#options PPP_DEFLATE # Add deflate (libz) compression to ppp device
#options PPP_FILTER # Add active filters for ppp (via bpf)
@@ -184,7 +186,7 @@
#### Bus types found on SPARC systems.
-sbus0 at mainbus0 # Ultra 1
+#sbus0 at mainbus0 # Ultra 1
#upa0 at mainbus0 # Ultra 1E, Ultra 2, Ex0000
psycho* at mainbus0 # Darwin, Ultra5
pci* at psycho?
@@ -218,13 +220,13 @@
## Sbus machines:
## Zilog 8530 serial chips. Each has two-channels.
## zs0 is ttya and ttyb. zs1 is the keyboard and mouse.
-zs0 at sbus0 slot ? offset ?
-zstty0 at zs0 channel 0 # ttya
-zstty1 at zs0 channel 1 # ttyb
+#zs0 at sbus0 slot ? offset ?
+#zstty0 at zs0 channel 0 # ttya
+#zstty1 at zs0 channel 1 # ttyb
-zs1 at sbus0 slot ? offset ?
-kbd0 at zs1 channel 0 # keyboard
-ms0 at zs1 channel 1 # mouse
+#zs1 at sbus0 slot ? offset ?
+#kbd0 at zs1 channel 0 # keyboard
+#ms0 at zs1 channel 1 # mouse
## PCI machines:
## Siemens SAB82532 controller: ttya and ttyb (sab)
@@ -285,12 +287,12 @@
## These entries find devices on all SCSI busses and assign
## unit numbers dynamically.
-#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
-#uk* at scsibus? target ? lun ? # unknown SCSI
+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
+uk* at scsibus? target ? lun ? # unknown SCSI
# PCI IDE.
pciide* at pci ? dev ? function ? flags 0x0000
@@ -347,6 +349,7 @@
## Happy Meal Ethernet
#hme* at sbus0 slot ? offset ?
+hme0 at pci? dev 1 function 1 # U5/U10 on-board
hme* at pci? dev ? function ? # network "hme" compatible
## qec/be, qec/hme
@@ -397,7 +400,7 @@
## IP Filter, used in firewall and NAT applications. See ipnat(8) for
## one example of the use of the IP Filter.
-#pseudo-device ipfilter
+pseudo-device ipfilter
#### Audio and video devices
@@ -405,8 +408,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
@@ -447,6 +450,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