diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2012-04-17 15:36:56 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2012-04-17 15:36:56 +0000 |
commit | 55b040815206d7dce82f59a01096792b5b766e98 (patch) | |
tree | 28ddc1a5387e22267d7b3af73a1ee3aa53d4440c /sys/arch/sgi/conf | |
parent | 91ed4a46917ab93a8b6a3c3a667d9e6607c144de (diff) |
Driver for the ``Entry'' LG1 frame buffer found on low-range Indigo systems
only. Ported from NetBSD, not tested due to lack of hardware, hopefully it
will be working as intended (fingers crossed)
Diffstat (limited to 'sys/arch/sgi/conf')
-rw-r--r-- | sys/arch/sgi/conf/GENERIC-IP22 | 10 | ||||
-rw-r--r-- | sys/arch/sgi/conf/RAMDISK-IP22 | 28 |
2 files changed, 24 insertions, 14 deletions
diff --git a/sys/arch/sgi/conf/GENERIC-IP22 b/sys/arch/sgi/conf/GENERIC-IP22 index 5b59abe8ef5..ac9503fc7fb 100644 --- a/sys/arch/sgi/conf/GENERIC-IP22 +++ b/sys/arch/sgi/conf/GENERIC-IP22 @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC-IP22,v 1.7 2012/04/17 15:22:59 miod Exp $ +# $OpenBSD: GENERIC-IP22,v 1.8 2012/04/17 15:36:52 miod Exp $ # # THIS KERNEL IS FOR INDIGO (IP20), INDY (IP22) AND INDIGO2 (IP24) SYSTEMS ONLY. # @@ -70,8 +70,8 @@ zstty* at zs0 # Serial ports #wsmouse* at zsms? mux 0 pckbd* at pckbc? -pms* at pckbc? wskbd* at pckbd? mux 1 +pms* at pckbc? wsmouse* at pms? mux 0 newport* at gio? # Indy Newport and Indigo2 XL graphics @@ -80,8 +80,8 @@ wsdisplay* at newport? #grtwo* at gio? disable # Express (GR2) graphics #wsdisplay* at grtwo? -#light* at gio? # Light/Starter/Entry (LG1/LG2) graphics -#wsdisplay* at light? +light* at gio? # Light/Starter/Entry (LG1/LG2) graphics +wsdisplay* at light? #audio* at haltwo? @@ -96,4 +96,4 @@ uk* at scsibus? pseudo-device crypto 1 #pseudo-device hotplug 1 # devices hot plugging -#pseudo-device wsmux 2 # Mouse and keyboard multiplexor +pseudo-device wsmux 2 # Mouse and keyboard multiplexor diff --git a/sys/arch/sgi/conf/RAMDISK-IP22 b/sys/arch/sgi/conf/RAMDISK-IP22 index 2e221475856..6db3c73b0b5 100644 --- a/sys/arch/sgi/conf/RAMDISK-IP22 +++ b/sys/arch/sgi/conf/RAMDISK-IP22 @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK-IP22,v 1.4 2012/04/15 20:18:16 miod Exp $ +# $OpenBSD: RAMDISK-IP22,v 1.5 2012/04/17 15:36:52 miod Exp $ # # THIS KERNEL IS FOR INDIGO (IP20), INDY (IP22) AND INDIGO2 (IP24) SYSTEMS ONLY. @@ -40,7 +40,7 @@ option TGT_INDIGO2 # Indigo2 (IP22/IP26/IP28) option TGT_INDY # Indy (IP24) option ARCBIOS # mandatory option CPU_R4000 # R4000/R4400 support (IP20/IP22/IP24) -#option CPU_R4600 # R4600 support (IP22/IP24) +option CPU_R4600 # R4600 support (IP22/IP24) option CPU_R5000 # R5000 support (IP24) # Specify storage configuration using ramdisk @@ -66,19 +66,29 @@ dpclock0 at hpc0 # IP20 dsclock0 at hpc0 # IP22/24 sq* at hpc? # On-board Ethernet or E++ adapter wdsc* at hpc? # On-board SCSI or GIO32 SCSI adapter -#pckbc* at hpc? # Indy/Indigo2 keyboard and mouse +pckbc* at hpc? # Indy/Indigo2 keyboard and mouse -zs* at hpc? -zstty* at zs? # Serial ports +zs0 at hpc0 +#zs1 at hpc0 +zstty* at zs0 # Serial ports +#zskbd* at zs1 channel 0 +#wskbd* at zskbd? mux 1 +#zsms* at zs1 channel 1 +#wsmouse* at zsms? mux 0 -#newport* at gio? # Indy Newport graphics -#wsdisplay* at newport? +pckbd* at pckbc? +wskbd* at pckbd? mux 1 +#pms* at pckbc? +#wsmouse* at pms? mux 0 + +newport* at gio? # Indy Newport graphics +wsdisplay* at newport? #grtwo* at gio? # Express (GR2) graphics #wsdisplay* at grtwo? -#light* at gio? # Light/Starter/Entry (LG1/LG2) graphics -#wsdisplay* at light? +light* at gio? # Light/Starter/Entry (LG1/LG2) graphics +wsdisplay* at light? scsibus* at scsi? sd* at scsibus? |