diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-06-17 21:21:34 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-06-17 21:21:34 +0000 |
commit | 226756de18f3297a52634613f2bd4e835b91ed1d (patch) | |
tree | e434188eb8fb928e3b35ad0337d0e1f72ccc2081 /sys/arch/sparc/conf/files.sparc | |
parent | c0549bc55fa12827d6b81b623d3e92f8ac575c32 (diff) |
New driver and wsdisplay type for the Weitek Power9000 and Brooktree Bt445
combination, found on the Tadpole SPARCbook 3 only (later model use the
Power9100 and are already supported).
Untested for lack of hardware and volunteers, but carefully crafted; if it
does not work out of the box, this should be a good starting point.
"worth having in the tree" millert@
Diffstat (limited to 'sys/arch/sparc/conf/files.sparc')
-rw-r--r-- | sys/arch/sparc/conf/files.sparc | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/sys/arch/sparc/conf/files.sparc b/sys/arch/sparc/conf/files.sparc index 1aebeea10b4..cbe58eb27d9 100644 --- a/sys/arch/sparc/conf/files.sparc +++ b/sys/arch/sparc/conf/files.sparc @@ -1,4 +1,4 @@ -# $OpenBSD: files.sparc,v 1.54 2003/05/15 04:13:14 miod Exp $ +# $OpenBSD: files.sparc,v 1.55 2003/06/17 21:21:31 miod Exp $ # $NetBSD: files.sparc,v 1.44 1997/08/31 21:29:16 pk Exp $ # @(#)files.sparc 8.1 (Berkeley) 7/19/93 @@ -190,7 +190,16 @@ device cgtwelve: wsemuldisplaydev, rasops1, rasops32, wsemul_sun attach cgtwelve at sbus file arch/sparc/dev/cgtwelve.c cgtwelve -# Onboard Weitek p9100 found on Tadpole 3GS/3GX +# Onboard Weitek P9000 found on Tadpole SPARCbook 3, and BT ``Chameleon'' RAMDAC +device p9k: wsemuldisplaydev, rasops8, wsemul_sun, bt_dac +attach p9k at sbus +file arch/sparc/dev/p9000.c p9k + +device btcham +attach btcham at obio +file arch/sparc/dev/bt445.c btcham + +# Onboard Weitek p9100 found on Tadpole SPARCbook 3GS/3GX/3TX/3XP device pnozz: wsemuldisplaydev, rasops8, rasops16, rasops24, rasops32, wsemul_sun, bt_dac attach pnozz at sbus file arch/sparc/dev/p9100.c pnozz |