summaryrefslogtreecommitdiff
path: root/i386/i386at/kd.c
diff options
context:
space:
mode:
Diffstat (limited to 'i386/i386at/kd.c')
-rw-r--r--i386/i386at/kd.c13
1 files changed, 1 insertions, 12 deletions
diff --git a/i386/i386at/kd.c b/i386/i386at/kd.c
index f2e8f15..cf03bc2 100644
--- a/i386/i386at/kd.c
+++ b/i386/i386at/kd.c
@@ -93,14 +93,6 @@ WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include <i386at/kdsoft.h>
#include <cons.h>
-#include <blit.h>
-#if NBLIT > 0
-#include <i386at/blitvar.h>
-#else
-#define blit_present() FALSE
-#define blit_init() /* nothing */
-#endif
-
#define DEBUG 1 /* export feep() */
#define DEFAULT -1 /* see kd_atoi */
@@ -1200,10 +1192,7 @@ kdinit()
* board specific initialization: set up globals and kd_dxxx
* pointers, and synch displayed cursor with logical cursor.
*/
- if (blit_present())
- blit_init();
- else
- kd_xga_init();
+ kd_xga_init();
/* get rid of any garbage in output buffer */
if (inb(K_STATUS) & K_OBUF_FUL)