diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2008-03-23 20:07:22 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2008-03-23 20:07:22 +0000 |
commit | d7587c033f6201d88394130514279ca9634466aa (patch) | |
tree | 47d355ce67a051a0ab84f9d7a308d66bf861fc1a /sys/arch/sparc64/conf | |
parent | 712a5571ca24ceaa215282115ec90a3520b6a71d (diff) |
Not-functional-enough driver for the Sun Expert3D cards, put in tree as an
incentive for further tinkering only; not for the faint of heart.
Diffstat (limited to 'sys/arch/sparc64/conf')
-rw-r--r-- | sys/arch/sparc64/conf/files.sparc64 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/sparc64/conf/files.sparc64 b/sys/arch/sparc64/conf/files.sparc64 index f0b22d27137..dccf3ca42c8 100644 --- a/sys/arch/sparc64/conf/files.sparc64 +++ b/sys/arch/sparc64/conf/files.sparc64 @@ -1,4 +1,4 @@ -# $OpenBSD: files.sparc64,v 1.103 2008/03/16 22:21:27 kettenis Exp $ +# $OpenBSD: files.sparc64,v 1.104 2008/03/23 20:07:21 miod Exp $ # $NetBSD: files.sparc64,v 1.50 2001/08/10 20:53:50 eeh Exp $ # maxpartitions must be first item in files.${ARCH} @@ -113,6 +113,10 @@ device vgafb: wsemuldisplaydev, rasops_bswap, rasops8, rasops16, rasops32 attach vgafb at pci file arch/sparc64/dev/vgafb.c vgafb +device ifb: wsemuldisplaydev, rasops8 +attach ifb at pci +file arch/sparc64/dev/ifb.c ifb + # IOMMU is for both sbus and pci file arch/sparc64/dev/iommu.c sbus | psycho | schizo | pyro | vpci file arch/sparc64/dev/viommu.c vpci |