diff options
| author | Marius Strobl <marius@FreeBSD.org> | 2005-05-21 20:15:14 +0000 |
|---|---|---|
| committer | Marius Strobl <marius@FreeBSD.org> | 2005-05-21 20:15:14 +0000 |
| commit | 912dd06aeda9a1b8d427583a2b477527d2a5fcd9 (patch) | |
| tree | 78657fa3eb5b59a4f51b29d6bf261ad4a30e5216 | |
| parent | b33c1067f883feaa980adfa44ae0d2ea06e435ae (diff) | |
Notes
| -rw-r--r-- | sys/conf/options.sparc64 | 2 | ||||
| -rw-r--r-- | sys/dev/syscons/scgfbrndr.c | 5 |
2 files changed, 1 insertions, 6 deletions
diff --git a/sys/conf/options.sparc64 b/sys/conf/options.sparc64 index 307ce702c362..3c7f9ffcd32a 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 diff --git a/sys/dev/syscons/scgfbrndr.c b/sys/dev/syscons/scgfbrndr.c index cba157e0aca7..e105d1d5f2d0 100644 --- a/sys/dev/syscons/scgfbrndr.c +++ b/sys/dev/syscons/scgfbrndr.c @@ -31,9 +31,6 @@ __FBSDID("$FreeBSD$"); #include "opt_syscons.h" #include "opt_gfb.h" -#ifdef __sparc64__ -#include "opt_creator.h" -#endif #ifdef __powerpc__ #include "opt_ofwfb.h" #endif @@ -213,7 +210,7 @@ gfb_cursor_shape(scr_stat *scp, int base, int height, int blink) static int pxlblinkrate = 0; -#if defined(DEV_CREATOR) || defined(SC_OFWFB) +#if defined(__sparc64__) || defined(SC_OFWFB) static void gfb_cursor(scr_stat *scp, int at, int blink, int on, int flip) { |
