mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Tweak so I can use a serial console on ia64.
This commit is contained in:
parent
e565888bc5
commit
8beffae7be
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue