summaryrefslogtreecommitdiffstats
path: root/sys/conf/options.sparc64
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2005-05-21 20:15:14 +0000
committermarius <marius@FreeBSD.org>2005-05-21 20:15:14 +0000
commit04974fa76eb1957d466d8fa77dcd23d008b19399 (patch)
tree78657fa3eb5b59a4f51b29d6bf261ad4a30e5216 /sys/conf/options.sparc64
parent3c03499e5b87c381757115bd28ead50404867bb6 (diff)
downloadFreeBSD-src-04974fa76eb1957d466d8fa77dcd23d008b19399.zip
FreeBSD-src-04974fa76eb1957d466d8fa77dcd23d008b19399.tar.gz
For sparc64 conditionalize the compilation of the gfb_cursor() variant
which doesn't assume a hardware cursor on __sparc64__ rather than on DEV_CREATOR. If we want to include more than one framebuffer driver in e.g. the GENERIC kernel all drivers have to work the same way. Now that DEV_CREATOR is no longer used remove it from options.sparc64.
Diffstat (limited to 'sys/conf/options.sparc64')
-rw-r--r--sys/conf/options.sparc642
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/conf/options.sparc64 b/sys/conf/options.sparc64
index 307ce70..3c7f9ff 100644
--- a/sys/conf/options.sparc64
+++ b/sys/conf/options.sparc64
@@ -13,5 +13,3 @@ OFWCONS_POLL_HZ opt_ofw.h
# Debug IOMMU inserts/removes using diagnostic accesses. Very loud.
IOMMU_DIAG opt_iommu.h
PMAP_STATS opt_pmap.h
-
-DEV_CREATOR opt_creator.h
OpenPOWER on IntegriCloud