summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/conf
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2005-08-09 16:48:12 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2005-08-09 16:48:12 +0000
commitcf5a844546f42637ee6ad0f89260c75e7ce8df9f (patch)
tree7f1d7fcd561206a0d91471ae22946fef5a5a525d /sys/arch/sparc64/conf
parent815716551650631f7ff0ca9b922eac1343e7467f (diff)
apparently some ultra machines do need this, work by miod; testing my uwe
Diffstat (limited to 'sys/arch/sparc64/conf')
-rw-r--r--sys/arch/sparc64/conf/RAMDISKU546
1 files changed, 43 insertions, 3 deletions
diff --git a/sys/arch/sparc64/conf/RAMDISKU5 b/sys/arch/sparc64/conf/RAMDISKU5
index f7cde69f486..408c54a16d7 100644
--- a/sys/arch/sparc64/conf/RAMDISKU5
+++ b/sys/arch/sparc64/conf/RAMDISKU5
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISKU5,v 1.9 2005/05/01 07:54:43 david Exp $
+# $OpenBSD: RAMDISKU5,v 1.10 2005/08/09 16:48:11 deraadt Exp $
# Machine architecture; required by config(8)
machine sparc64
@@ -23,7 +23,6 @@ option FFS # UFS
#option NFSCLIENT # Network File System client
#option CD9660 # ISO 9660 + Rock Ridge file system
option INET # IP + ICMP + TCP + UDP
-option INET6 # IPv6 (needs INET)
option BOOT_CONFIG # add support for boot -c
# Generic swap; second partition of root disk or network.
@@ -34,17 +33,20 @@ mainbus0 at root
cpu0 at mainbus0
# Bus types found on SPARC systems.
+upa0 at mainbus0
+schizo* at mainbus0
+pci* at schizo?
psycho* at mainbus0
pci* at psycho? # Ultra 5
pci* at ppb?
ppb* at pci?
ebus* at pci?
+# PCI Ethernet
hme* at pci?
gem* at pci?
auxio* at ebus?
-#com* at ebus?
clock* at ebus? # Mostek clock
## PROM console driver -- if all else fails
@@ -58,7 +60,10 @@ atapiscsi* at pciide?
scsibus* at atapiscsi?
siop* at pci?
+#isp* at pci?
+#option ISP_COMPILE_FW=1
scsibus* at siop?
+#scsibus* at isp?
# These entries find devices on all SCSI busses and assign
# unit numers dynamically.
@@ -70,5 +75,40 @@ nsphy* at mii? # NS and compatible PHYs
qsphy* at mii? # Quality Semi QS6612 PHYs
ukphy* at mii? # Unknown PHYs
+# PCI USB Controllers
+ohci* at pci ?
+uhci* at pci?
+
+# USB bus support
+usb* at ohci?
+usb* at uhci?
+
+# USB devices
+uhub* at usb? # USB Hubs
+uhub* at uhub? # USB Hubs
+uhidev* at uhub? # Human Interface Devices
+ukbd* at uhidev? # USB Keyboard
+wskbd* at ukbd?
+
+# SAB82532 based serial ports
+sab* at ebus?
+sabtty* at sab?
+
+# NS16550 based serial ports
+com* at ebus?
+comkbd* at ebus?
+wskbd* at comkbd?
+
+# i8042 based serial ports (PS/2 ports)
+pckbc* at ebus? # controller
+pckbd* at pckbc? # ps2 keyboard
+wskbd* at pckbd? # generic keyboard layer
+
+# Framebuffers
+creator* at upa0
+wsdisplay* at creator?
+vgafb* at pci?
+wsdisplay* at vgafb?
+
pseudo-device rd 2 # ramdisk
pseudo-device loop 1 # network loopback