diff options
| -rw-r--r-- | sys/dev/sio/sio.c | 4 | ||||
| -rw-r--r-- | sys/i386/isa/sio.c | 4 | ||||
| -rw-r--r-- | sys/isa/sio.c | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/sys/dev/sio/sio.c b/sys/dev/sio/sio.c index 712c18b31352..0e6329db72c9 100644 --- a/sys/dev/sio/sio.c +++ b/sys/dev/sio/sio.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)com.c 7.5 (Berkeley) 5/16/91 - * $Id: sio.c,v 1.130 1995/12/22 14:58:55 bde Exp $ + * $Id: sio.c,v 1.131 1995/12/29 12:50:54 bde Exp $ */ #include "sio.h" @@ -380,6 +380,8 @@ static struct kern_devconf kdc_sio[NSIO] = { { } }; #ifdef COM_ESP +/* XXX configure this properly. */ +static Port_t likely_com_ports[] = { 0x3f8, 0x2f8, 0x3e8, 0x2e8, }; static Port_t likely_esp_ports[] = { 0x140, 0x180, 0x280, 0 }; #endif diff --git a/sys/i386/isa/sio.c b/sys/i386/isa/sio.c index 712c18b31352..0e6329db72c9 100644 --- a/sys/i386/isa/sio.c +++ b/sys/i386/isa/sio.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)com.c 7.5 (Berkeley) 5/16/91 - * $Id: sio.c,v 1.130 1995/12/22 14:58:55 bde Exp $ + * $Id: sio.c,v 1.131 1995/12/29 12:50:54 bde Exp $ */ #include "sio.h" @@ -380,6 +380,8 @@ static struct kern_devconf kdc_sio[NSIO] = { { } }; #ifdef COM_ESP +/* XXX configure this properly. */ +static Port_t likely_com_ports[] = { 0x3f8, 0x2f8, 0x3e8, 0x2e8, }; static Port_t likely_esp_ports[] = { 0x140, 0x180, 0x280, 0 }; #endif diff --git a/sys/isa/sio.c b/sys/isa/sio.c index 712c18b31352..0e6329db72c9 100644 --- a/sys/isa/sio.c +++ b/sys/isa/sio.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)com.c 7.5 (Berkeley) 5/16/91 - * $Id: sio.c,v 1.130 1995/12/22 14:58:55 bde Exp $ + * $Id: sio.c,v 1.131 1995/12/29 12:50:54 bde Exp $ */ #include "sio.h" @@ -380,6 +380,8 @@ static struct kern_devconf kdc_sio[NSIO] = { { } }; #ifdef COM_ESP +/* XXX configure this properly. */ +static Port_t likely_com_ports[] = { 0x3f8, 0x2f8, 0x3e8, 0x2e8, }; static Port_t likely_esp_ports[] = { 0x140, 0x180, 0x280, 0 }; #endif |
