diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2008-05-01 14:29:02 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2008-05-01 14:29:02 +0000 |
commit | 6f134f204a45add0c85ab0606b3862eb879cc238 (patch) | |
tree | 45028e367d10c50c049bb06609db624f64563450 | |
parent | ffe637e63e3912746cf6a3cc9ab37e8c0a9c44b1 (diff) |
The built-in frame buffer in models 362 and 382 actually comes in different
flavours. Add another frame buffer ID to recognize it, so that it gets
skipped correctly.
I am quite sure it has an SGC PROM in addition to the DIO PROM, but I don't
have the hardware to check...
-rw-r--r-- | sys/arch/hp300/dev/diodevs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/hp300/dev/diodevs b/sys/arch/hp300/dev/diodevs index 83e9ecbdf93..96a77ee2cc3 100644 --- a/sys/arch/hp300/dev/diodevs +++ b/sys/arch/hp300/dev/diodevs @@ -1,4 +1,4 @@ -$OpenBSD: diodevs,v 1.7 2005/09/27 22:05:36 miod Exp $ +$OpenBSD: diodevs,v 1.8 2008/05/01 14:29:01 miod Exp $ /* $NetBSD: diodevs,v 1.7 2003/11/23 01:57:35 tsutsui Exp $ */ /*- @@ -76,13 +76,14 @@ framebuffer HRMCATSEYE 0x07 1 high-res mono catseye display framebuffer DAVINCI 0x08 2 98730/98731 (\"davinci\") display framebuffer XXXCATSEYE 0x09 1 catseye display framebuffer HYPERION 0x0e 1 A1096A (\"hyperion\") display -framebuffer FB3x2 0x11 4 362/382 internal display /* Unsupported framebuffers. */ framebuffer XGENESIS 0x0b 1 x-genesis display framebuffer TIGERSHARK 0x0c 3 TurboVRX (\"tigershark\") display framebuffer YGENESIS 0x0d 1 y-genesis display +framebuffer FB3X2_A 0x10 4 362/382 internal display #1 +framebuffer FB3X2_B 0x11 4 362/382 internal display #2 /* Devices not yet supported. Descriptions are lacking. */ |