summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2010-03-21 17:04:47 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2010-03-21 17:04:47 +0000
commit8d1a2da38d1d84fd1ed768fde0803f8aef6d72db (patch)
tree1a3d2297127f713ff31efb71e5f204047205ff77
parenta454d7f4d40269d5e15677d2cdb39e572fcb9cfb (diff)
add glass console support to the ramdisks; from miod
-rw-r--r--sys/arch/sgi/conf/RAMDISK-IP2714
-rw-r--r--sys/arch/sgi/conf/RAMDISK-IP3013
2 files changed, 25 insertions, 2 deletions
diff --git a/sys/arch/sgi/conf/RAMDISK-IP27 b/sys/arch/sgi/conf/RAMDISK-IP27
index 41eb6566277..7ac18474249 100644
--- a/sys/arch/sgi/conf/RAMDISK-IP27
+++ b/sys/arch/sgi/conf/RAMDISK-IP27
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK-IP27,v 1.17 2009/12/18 11:40:16 jsing Exp $
+# $OpenBSD: RAMDISK-IP27,v 1.18 2010/03/21 17:04:46 deraadt Exp $
#
# THIS KERNEL IS FOR Origin, Onyx, Fuel, Tezro (IP27, IP35) SYSTEMS ONLY.
@@ -55,6 +55,10 @@ xbow0 at mainbus0
xbridge* at xbow?
xbpci* at xbridge?
pci* at xbpci?
+impact* at xbow?
+wsdisplay* at impact?
+odyssey* at xbow?
+wsdisplay* at odyssey?
# IOC3
ioc* at pci?
@@ -62,6 +66,7 @@ com0 at ioc? base 0x00020178
com1 at ioc? base 0x00020170
dsrtc0 at ioc?
iec* at ioc?
+iockbc* at ioc?
onewire* at ioc?
option ONEWIREVERBOSE
@@ -76,6 +81,7 @@ com2 at iof? base 0x390
com3 at iof? base 0x398
com* at iof?
dsrtc0 at iof?
+iockbc* at iof?
#### SCSI controllers
ahc* at pci?
@@ -193,6 +199,12 @@ ipgphy* at mii? # IC Plus IP1000A PHYs
gentbi* at mii? # Generic 1000BASE-X ten-bit PHY
ukphy* at mii? # "unknown" PHYs
+#### Keyboard and Mouse
+pckbd* at iockbc?
+pms* at iockbc?
+wskbd* at pckbd? mux 1
+wsmouse* at pms? mux 0
+
#### SCSI Bus devices
scsibus* at ahc?
scsibus* at isp?
diff --git a/sys/arch/sgi/conf/RAMDISK-IP30 b/sys/arch/sgi/conf/RAMDISK-IP30
index aa555a3260f..0f151d562fb 100644
--- a/sys/arch/sgi/conf/RAMDISK-IP30
+++ b/sys/arch/sgi/conf/RAMDISK-IP30
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK-IP30,v 1.14 2009/12/18 11:40:16 jsing Exp $
+# $OpenBSD: RAMDISK-IP30,v 1.15 2010/03/21 17:04:46 deraadt Exp $
#
# THIS KERNEL IS FOR Octane and Octane 2 (IP30) SYSTEMS ONLY.
@@ -57,6 +57,10 @@ onewire* at xheart?
xbridge* at xbow?
xbpci* at xbridge?
pci* at xbpci?
+impact* at xbow?
+wsdisplay* at impact?
+odyssey* at xbow?
+wsdisplay* at odyssey?
# IOC3
ioc* at pci?
@@ -65,6 +69,7 @@ com1 at ioc? base 0x00020170
com* at ioc?
dsrtc0 at ioc?
iec* at ioc?
+iockbc* at ioc?
onewire* at ioc?
option ONEWIREVERBOSE
@@ -187,6 +192,12 @@ ipgphy* at mii? # IC Plus IP1000A PHYs
gentbi* at mii? # Generic 1000BASE-X ten-bit PHY
ukphy* at mii? # "unknown" PHYs
+#### Keyboard and Mouse
+pckbd* at iockbc?
+pms* at iockbc?
+wskbd* at pckbd? mux 1
+wsmouse* at pms? mux 0
+
#### SCSI Bus devices
scsibus* at ahc?
scsibus* at isp?