diff options
author | jake <jake@FreeBSD.org> | 2003-08-24 01:54:06 +0000 |
---|---|---|
committer | jake <jake@FreeBSD.org> | 2003-08-24 01:54:06 +0000 |
commit | 7d3b79c4ead81a7695443d9d66bd88499e73579e (patch) | |
tree | 3821183caa19cd570a896283abcc9382e8a56ab1 /sys/conf/options.sparc64 | |
parent | 99928843b99026d1f842ec9105758d9026e2451f (diff) | |
download | FreeBSD-src-7d3b79c4ead81a7695443d9d66bd88499e73579e.zip FreeBSD-src-7d3b79c4ead81a7695443d9d66bd88499e73579e.tar.gz |
Hook syscons and the creator driver up to the sparc64. This compiles but
will not link due to missing keyboard drivers.
Diffstat (limited to 'sys/conf/options.sparc64')
-rw-r--r-- | sys/conf/options.sparc64 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/conf/options.sparc64 b/sys/conf/options.sparc64 index 5bd885a..4106ee9 100644 --- a/sys/conf/options.sparc64 +++ b/sys/conf/options.sparc64 @@ -2,6 +2,10 @@ SUN4U opt_global.h +GFB_DEBUG opt_gfb.h +GFB_NO_FONT_LOADING opt_gfb.h +GFB_NO_MODE_CHANGE opt_gfb.h + EBUS_DEBUG opt_ebus.h PSYCHO_DEBUG opt_psycho.h DEBUGGER_ON_POWERFAIL opt_psycho.h @@ -12,3 +16,5 @@ IOMMU_DEBUG opt_iommu.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 |