summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1998-05-13 10:42:36 +0000
committerkato <kato@FreeBSD.org>1998-05-13 10:42:36 +0000
commita4d8f4ef4f4ab08eef1d811d440a07c43000988c (patch)
tree17e7b70050d90453daa99067f9ddd2ebce36a2df
parent9509d2146417e9a3d6d6e5bda762625cbab59627 (diff)
downloadFreeBSD-src-a4d8f4ef4f4ab08eef1d811d440a07c43000988c.zip
FreeBSD-src-a4d8f4ef4f4ab08eef1d811d440a07c43000988c.tar.gz
Sync with sys/i386/isa/sio.c revision 1.201.
-rw-r--r--sys/pc98/cbus/sio.c3
-rw-r--r--sys/pc98/pc98/sio.c3
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/pc98/cbus/sio.c b/sys/pc98/cbus/sio.c
index 7ae57ce..cb15daa 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.54 1998/02/27 15:24:51 kato Exp $
+ * $Id: sio.c,v 1.55 1998/05/04 11:25:13 kato Exp $
*/
#include "opt_comconsole.h"
@@ -3686,6 +3686,7 @@ static struct siopnp_ids {
u_long vend_id;
char *id_str;
} siopnp_ids[] = {
+ { 0x5015f435, "MOT1550"},
{ 0x8113b04e, "Supra1381"},
{ 0x9012b04e, "Supra1290"},
{ 0x11007256, "USR0011"},
diff --git a/sys/pc98/pc98/sio.c b/sys/pc98/pc98/sio.c
index 7ae57ce..cb15daa 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.54 1998/02/27 15:24:51 kato Exp $
+ * $Id: sio.c,v 1.55 1998/05/04 11:25:13 kato Exp $
*/
#include "opt_comconsole.h"
@@ -3686,6 +3686,7 @@ static struct siopnp_ids {
u_long vend_id;
char *id_str;
} siopnp_ids[] = {
+ { 0x5015f435, "MOT1550"},
{ 0x8113b04e, "Supra1381"},
{ 0x9012b04e, "Supra1290"},
{ 0x11007256, "USR0011"},
OpenPOWER on IntegriCloud