Tweak so I can use a serial console on ia64.

This commit is contained in:
dfr 2001-09-22 19:44:37 +00:00
parent c87ffaaf40
commit 05701629ee
2 changed files with 2 additions and 2 deletions

View File

@ -2926,7 +2926,7 @@ static cn_checkc_t siocncheckc;
static cn_getc_t siocngetc;
static cn_putc_t siocnputc;
#ifdef __i386__
#ifndef __alpha__
CONS_DRIVER(sio, siocnprobe, siocninit, NULL, siocngetc, siocncheckc,
siocnputc, NULL);
#endif

View File

@ -2926,7 +2926,7 @@ static cn_checkc_t siocncheckc;
static cn_getc_t siocngetc;
static cn_putc_t siocnputc;
#ifdef __i386__
#ifndef __alpha__
CONS_DRIVER(sio, siocnprobe, siocninit, NULL, siocngetc, siocncheckc,
siocnputc, NULL);
#endif