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/RAMDISK | |
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/RAMDISK')
-rw-r--r-- | sys/arch/sparc/conf/RAMDISK | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sys/arch/sparc/conf/RAMDISK b/sys/arch/sparc/conf/RAMDISK index c50f82ce805..3fd9bae9b95 100644 --- a/sys/arch/sparc/conf/RAMDISK +++ b/sys/arch/sparc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.44 2003/05/25 21:55:44 miod Exp $ +# $OpenBSD: RAMDISK,v 1.45 2003/06/17 21:21:31 miod Exp $ # $NetBSD: GENERIC,v 1.28.2.1 1996/07/02 23:55:22 jtc Exp $ # Machine architecture; required by config(8) @@ -271,7 +271,12 @@ wsdisplay* at zx? vigra* at sbus? wsdisplay* at vigra? -# Weitek p9100 found on Tadpole 3GS/3GX +# Weitex P9000 found on Tadpole SPARCbook 3, with external ``Chameleon'' RAMDAC +p9k0 at sbus? +btcham0 at obio? +wsdisplay* at p9k? + +# Weitek P9100 found on Tadpole SPARCbook 3GS/3GX/3TX/3XP pnozz0 at sbus? wsdisplay* at pnozz? |