diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2010-03-07 21:26:25 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2010-03-07 21:26:25 +0000 |
commit | 620991ed7c96f5cb2d5aba33e5780c9feae911d8 (patch) | |
tree | e33eb7e3e5e14a1383c9f42033684daa5b952db9 /sys/arch/sgi/conf | |
parent | 6132f545a66994e896da7919ab654a3a371d2fcd (diff) |
Minimalistic driver for the ImpactSR (Mardigras) video option found on older
Octane systems, as well as some Onyxes. With special permission to change a
systemwide .h file and add a manpage from deraadt@
Magic numbers and operation sequencing borrowed from Linux; tested on
Octane + ESI.
ok deraadt@
Diffstat (limited to 'sys/arch/sgi/conf')
-rw-r--r-- | sys/arch/sgi/conf/GENERIC-IP27 | 4 | ||||
-rw-r--r-- | sys/arch/sgi/conf/GENERIC-IP30 | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/arch/sgi/conf/GENERIC-IP27 b/sys/arch/sgi/conf/GENERIC-IP27 index ec5bb27e55f..682548ddd14 100644 --- a/sys/arch/sgi/conf/GENERIC-IP27 +++ b/sys/arch/sgi/conf/GENERIC-IP27 @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC-IP27,v 1.30 2010/03/04 14:50:35 jsing Exp $ +# $OpenBSD: GENERIC-IP27,v 1.31 2010/03/07 21:26:24 miod Exp $ # # THIS KERNEL IS FOR Origin, Onyx, Fuel, Tezro (IP27, IP35) SYSTEMS ONLY. # @@ -47,6 +47,8 @@ xbow* at mainbus0 xbridge* at xbow? xbpci* at xbridge? pci* at xbpci? +impact* at xbow? +wsdisplay* at impact? odyssey* at xbow? wsdisplay* at odyssey? diff --git a/sys/arch/sgi/conf/GENERIC-IP30 b/sys/arch/sgi/conf/GENERIC-IP30 index 34c1c7da3b8..6193016f4f7 100644 --- a/sys/arch/sgi/conf/GENERIC-IP30 +++ b/sys/arch/sgi/conf/GENERIC-IP30 @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC-IP30,v 1.25 2010/03/04 14:50:35 jsing Exp $ +# $OpenBSD: GENERIC-IP30,v 1.26 2010/03/07 21:26:24 miod Exp $ # # THIS KERNEL IS FOR Octane and Octane 2 (IP30) SYSTEMS ONLY. # @@ -50,6 +50,8 @@ onewire* at xheart? xbridge* at xbow? xbpci* at xbridge? pci* at xbpci? +impact* at xbow? +wsdisplay* at impact? odyssey* at xbow? wsdisplay* at odyssey? |