summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1999-01-27 08:26:16 +0000
committerkato <kato@FreeBSD.org>1999-01-27 08:26:16 +0000
commitb49b76c12c2e2d691bb1d15d9c09c06cdddaa1ee (patch)
treeda7bfd509f65eeeb63eb26af5b67b90a175b505e
parent3892a40917b27331669423d21a4fc1e666801831 (diff)
downloadFreeBSD-src-b49b76c12c2e2d691bb1d15d9c09c06cdddaa1ee.zip
FreeBSD-src-b49b76c12c2e2d691bb1d15d9c09c06cdddaa1ee.tar.gz
Sync with sys/i386/isa/sio.c revision 1.225.
-rw-r--r--sys/pc98/cbus/sio.c5
-rw-r--r--sys/pc98/pc98/sio.c5
2 files changed, 6 insertions, 4 deletions
diff --git a/sys/pc98/cbus/sio.c b/sys/pc98/cbus/sio.c
index 97ac3ad..1bef2cf 100644
--- a/sys/pc98/cbus/sio.c
+++ b/sys/pc98/cbus/sio.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)com.c 7.5 (Berkeley) 5/16/91
- * $Id: sio.c,v 1.75 1999/01/16 11:42:16 kato Exp $
+ * $Id: sio.c,v 1.76 1999/01/19 00:21:53 peter Exp $
*/
#include "opt_comconsole.h"
@@ -1342,7 +1342,7 @@ sioprobe(dev)
* Leave MCR_IENABLE alone. For ports without a master port, it gates
* the OUT2 output of the UART to
* the ICU input. Closing the gate would give a floating ICU input
- * (unless there is another device driving at) and spurious interrupts.
+ * (unless there is another device driving it) and spurious interrupts.
* (On the system that this was first tested on, the input floats high
* and gives a (masked) interrupt as soon as the gate is closed.)
*/
@@ -4093,6 +4093,7 @@ static pnpid_t siopnp_ids[] = {
{ 0x7121b04e, "SupraExpress 56i Sp"},
{ 0x11007256, "USR0011"},
{ 0x30207256, "USR2030"},
+ { 0x31307256, "USR3031"},
{ 0 }
};
diff --git a/sys/pc98/pc98/sio.c b/sys/pc98/pc98/sio.c
index 97ac3ad..1bef2cf 100644
--- a/sys/pc98/pc98/sio.c
+++ b/sys/pc98/pc98/sio.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)com.c 7.5 (Berkeley) 5/16/91
- * $Id: sio.c,v 1.75 1999/01/16 11:42:16 kato Exp $
+ * $Id: sio.c,v 1.76 1999/01/19 00:21:53 peter Exp $
*/
#include "opt_comconsole.h"
@@ -1342,7 +1342,7 @@ sioprobe(dev)
* Leave MCR_IENABLE alone. For ports without a master port, it gates
* the OUT2 output of the UART to
* the ICU input. Closing the gate would give a floating ICU input
- * (unless there is another device driving at) and spurious interrupts.
+ * (unless there is another device driving it) and spurious interrupts.
* (On the system that this was first tested on, the input floats high
* and gives a (masked) interrupt as soon as the gate is closed.)
*/
@@ -4093,6 +4093,7 @@ static pnpid_t siopnp_ids[] = {
{ 0x7121b04e, "SupraExpress 56i Sp"},
{ 0x11007256, "USR0011"},
{ 0x30207256, "USR2030"},
+ { 0x31307256, "USR3031"},
{ 0 }
};
OpenPOWER on IntegriCloud