summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/conf
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-10-10 04:31:57 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-10-10 04:31:57 +0000
commitabbe089247e3585b4842ad5592f8748c1756720a (patch)
treec47f8f94956946a231618078e55d5d4f343ec8db /sys/arch/sparc64/conf
parentbe8dea9d513c3c961b1eb75f6a46116f50254c2f (diff)
pci one
Diffstat (limited to 'sys/arch/sparc64/conf')
-rw-r--r--sys/arch/sparc64/conf/RAMDISKU573
1 files changed, 73 insertions, 0 deletions
diff --git a/sys/arch/sparc64/conf/RAMDISKU5 b/sys/arch/sparc64/conf/RAMDISKU5
new file mode 100644
index 00000000000..57a0b2033bb
--- /dev/null
+++ b/sys/arch/sparc64/conf/RAMDISKU5
@@ -0,0 +1,73 @@
+# $OpenBSD: RAMDISKU5,v 1.1 2001/10/10 04:31:56 deraadt Exp $
+
+# Machine architecture; required by config(8)
+machine sparc64
+
+option SUN4U
+option _LP64
+
+# maxusers means mostly "let's get small" in terms of kernel malloc's
+maxusers 2
+
+option RAMDISK_HOOKS
+option MINIROOTSIZE=6144
+
+#option DDB # need this to see what's happening
+
+option TIMEZONE=0 # time zone to adjust RTC time by
+option DST=0 # daylight saving time used by RTC
+
+option SMALL_KERNEL
+#option DIAGNOSTIC # internal consistency checks
+option FFS # UFS
+#option NFSCLIENT # Network File System client
+#option CD9660 # ISO 9660 + Rock Ridge file system
+option INET # IP + ICMP + TCP + UDP
+option BOOT_CONFIG # add support for boot -c
+
+# Generic swap; second partition of root disk or network.
+config bsd root on rd0a
+
+# Main bus and CPU .. all systems.
+mainbus0 at root
+cpu0 at mainbus0
+
+# Bus types found on SPARC systems.
+psycho* at mainbus0
+pci* at psycho? # Ultra 5
+pci* at ppb?
+ppb* at pci? dev ? function ?
+ebus* at pci?
+
+hme* at pci? dev ? function ?
+gem* at pci? dev ? function ?
+
+auxio* at ebus?
+com* at ebus?
+clock* at ebus? # Mostek clock
+
+## PROM console driver -- if all else fails
+pcons0 at mainbus0 # PROM console
+
+timer* at mainbus0 # Timer chip (some systems)
+
+pciide* at pci? dev ? function ? flags 0x0000
+wd* at pciide? channel ? drive ? flags 0x0000
+atapiscsi* at pciide? channel ?
+scsibus* at atapiscsi?
+
+siop* at pci? dev ? function ?
+scsibus* at siop?
+
+# These entries find devices on all SCSI busses and assign
+# unit numers dynamically.
+sd* at scsibus? target ? lun ? # SCSI disks
+#cd* at scsibus? target ? lun ? # SCSI CD-ROMs
+
+# Media Independent Interface (mii) drivers)
+nsphy* at mii? phy ? # NS and compatible PHYs
+qsphy* at mii? phy ? # Quality Semi QS6612 PHYs
+ukphy* at mii? phy ? # Unknown PHYs
+
+pseudo-device rd 2 # ramdisk
+pseudo-device loop 1 # network loopback