Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sun3/conf sync with GENERIC3X
details: https://anonhg.NetBSD.org/src/rev/52c85b20d570
branches: trunk
changeset: 471692:52c85b20d570
user: gwr <gwr%NetBSD.org@localhost>
date: Thu Apr 08 06:49:54 1999 +0000
description:
sync with GENERIC3X
diffstat:
sys/arch/sun3/conf/INSTALL3X | 12 +++++++++---
sys/arch/sun3/conf/KGDB3X | 7 +++++--
sys/arch/sun3/conf/RAMDISK3X | 4 +++-
3 files changed, 17 insertions(+), 6 deletions(-)
diffs (110 lines):
diff -r 9fc1061b5750 -r 52c85b20d570 sys/arch/sun3/conf/INSTALL3X
--- a/sys/arch/sun3/conf/INSTALL3X Thu Apr 08 05:07:35 1999 +0000
+++ b/sys/arch/sun3/conf/INSTALL3X Thu Apr 08 06:49:54 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL3X,v 1.2 1998/06/26 01:54:11 lukem Exp $
+# $NetBSD: INSTALL3X,v 1.3 1999/04/08 06:49:54 gwr Exp $
#
# INSTALL3X - Installation kernel for the Sun3X
#
@@ -47,12 +47,13 @@
#options COMPAT_43 # and 4.3BSD and ...
#options COMPAT_10 # NetBSD 1.0
#options COMPAT_11 # NetBSD 1.1
-options COMPAT_12 # NetBSD 1.2
+#options COMPAT_12 # NetBSD 1.2
options COMPAT_13 # NetBSD 1.3
+#options COMPAT_LINUX # can run Linux/m68k executables
+#options EXEC_ELF32 # 32-bit ELF executables (Linux)
# Filesystem options
file-system FFS # Berkeley Fast Filesystem
-#file-system MFS # memory-based filesystem
file-system NFS # Sun NFS client support
file-system CD9660 # ISO 9660 + Rock Ridge file system
file-system MSDOSFS # MS-DOS FAT file system
@@ -61,9 +62,11 @@
#file-system NULLFS # loopback 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
+#options FFS_EI # FFS Endian Independant support
# Networking options
options INET # IP prototol stack support
@@ -121,7 +124,9 @@
#
# Emulex SCSI (3/80 only)
+# Both `dma' and `esp' are needed.
# See GENERIC3X for the flags description.
+dma0 at obio0 addr 0x66001000 ipl 2
esp0 at obio0 addr 0x66000000 ipl 2 flags 0xff0f
# Floppy drive
@@ -170,6 +175,7 @@
pseudo-device sl 2 # CSLIP
pseudo-device ppp 2 # PPP
pseudo-device tun 2 # network tunneling over tty
+#pseudo-device gre 2 # generic L3 over IP tunnel
#pseudo-device ipfilter # ip filter
# rnd is EXPERIMENTAL
#pseudo-device rnd # /dev/random and in-kernel generator
diff -r 9fc1061b5750 -r 52c85b20d570 sys/arch/sun3/conf/KGDB3X
--- a/sys/arch/sun3/conf/KGDB3X Thu Apr 08 05:07:35 1999 +0000
+++ b/sys/arch/sun3/conf/KGDB3X Thu Apr 08 06:49:54 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: KGDB3X,v 1.21 1998/06/26 01:54:12 lukem Exp $
+# $NetBSD: KGDB3X,v 1.22 1999/04/08 06:49:54 gwr Exp $
# KGDB3X Sun3X (3/80, 3/470)
# like GENERIC but supports gdb on other machine, i.e.:
@@ -120,7 +120,9 @@
#
# Emulex SCSI (3/80 only)
+# Both `dma' and `esp' are needed.
# See GENERIC3X for the flags description.
+dma0 at obio0 addr 0x66001000 ipl 2
esp0 at obio0 addr 0x66000000 ipl 2 flags 0xff0f
# Floppy drive
@@ -155,7 +157,7 @@
cgfour0 at obmem0 addr 0x50300000
# P4 accelerated 8-bit color frame buffer
-# cgsix0 at obmem0 addr 0x50000000
+# cgsix0 at obmem0 addr 0x50000000
# P4 24-bit color frame buffer
# cgeight0 at obmem0 addr 0x50300000
@@ -188,6 +190,7 @@
pseudo-device sl 2 # CSLIP
pseudo-device ppp 2 # PPP
pseudo-device tun 2 # network tunneling over tty
+#pseudo-device gre 2 # generic L3 over IP tunnel
#pseudo-device ipfilter # ip filter
# rnd is EXPERIMENTAL
#pseudo-device rnd # /dev/random and in-kernel generator
diff -r 9fc1061b5750 -r 52c85b20d570 sys/arch/sun3/conf/RAMDISK3X
--- a/sys/arch/sun3/conf/RAMDISK3X Thu Apr 08 05:07:35 1999 +0000
+++ b/sys/arch/sun3/conf/RAMDISK3X Thu Apr 08 06:49:54 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: RAMDISK3X,v 1.7 1998/06/26 01:54:13 lukem Exp $
+# $NetBSD: RAMDISK3X,v 1.8 1999/04/08 06:49:55 gwr Exp $
# RAMDISK: Root/swap on ramdisk
# This kernel is used to:
@@ -80,7 +80,9 @@
#
# Emulex SCSI (3/80 only)
+# Both `dma' and `esp' are needed.
# See GENERIC3X for the flags description.
+dma0 at obio0 addr 0x66001000 ipl 2
esp0 at obio0 addr 0x66000000 ipl 2 flags 0xff0f
# Floppy drive
Home |
Main Index |
Thread Index |
Old Index