diff options
| author | Steve Price <steve@FreeBSD.org> | 1999-03-24 17:59:25 +0000 |
|---|---|---|
| committer | Steve Price <steve@FreeBSD.org> | 1999-03-24 17:59:25 +0000 |
| commit | 222b8f6a919eb1c9ddf5e93e58156a2ea57d63d4 (patch) | |
| tree | b53b3f30ebbb0f72d21e3399158da6db36f2210e | |
| parent | 18f0b5e634b6e919d3871e983466671150039a3a (diff) | |
Notes
| -rw-r--r-- | sys/i386/isa/sio.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/i386/isa/sio.c b/sys/i386/isa/sio.c index 9beff3cecff1..99bc30e58a6d 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.228 1999/02/04 15:24:29 bde Exp $ + * $Id: sio.c,v 1.229 1999/03/03 14:38:07 bde Exp $ */ #include "opt_comconsole.h" @@ -2831,6 +2831,7 @@ static pnpid_t siopnp_ids[] = { { 0x11007256, "USR0011"}, { 0x30207256, "USR2030"}, { 0x31307256, "USR3031"}, + { 0x90307256, "USR3090"}, { 0 } }; |
