diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-04-16 20:45:01 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-04-16 20:45:01 +0000 |
commit | d105cf31eb9e601911439f943234005022f2fffc (patch) | |
tree | c5c2177e2819abafb0a582108c557f96bfd95ac0 /sys/dev/pcmcia/files.pcmcia | |
parent | 9814cc09896824c76461742feedf2a2faf252afb (diff) |
Preliminary driver for the Colorgraphic VoyagerVGA pcmcia frame buffer;
more like a proof of concept than anything useful, due to the slowness of the
beast, but deraadt@ insists this gets in the tree.
Written with matthieu@'s help.
Diffstat (limited to 'sys/dev/pcmcia/files.pcmcia')
-rw-r--r-- | sys/dev/pcmcia/files.pcmcia | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/pcmcia/files.pcmcia b/sys/dev/pcmcia/files.pcmcia index c2258786138..bad941f812c 100644 --- a/sys/dev/pcmcia/files.pcmcia +++ b/sys/dev/pcmcia/files.pcmcia @@ -1,4 +1,4 @@ -# $OpenBSD: files.pcmcia,v 1.38 2005/03/08 20:00:25 tdeval Exp $ +# $OpenBSD: files.pcmcia,v 1.39 2006/04/16 20:45:00 miod Exp $ # $NetBSD: files.pcmcia,v 1.9 1998/06/21 18:45:41 christos Exp $ # # Config.new file and device description for machine-independent PCMCIA code. @@ -95,3 +95,8 @@ file dev/pcmcia/if_an_pcmcia.c an_pcmcia device gpr attach gpr at pcmcia with gpr file dev/pcmcia/gpr.c gpr needs-flag + +# IODATA CFXGA Compact flash VGA card +device cfxga: wsemuldisplaydev, rasops16 +attach cfxga at pcmcia with cfxga +file dev/pcmcia/cfxga.c cfxga |