From 99c215c08be5ac7a3932bca1b7273db21d449ad3 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Mon, 20 Dec 1999 20:31:23 +0000 Subject: [PATCH] Add SUP2070 (Diamond SupraExpress 56i) Submitted by: Kenneth Wayne Culver Add MOT4560 Obtained from: wollman --- sys/dev/sio/sio.c | 2 ++ sys/isa/sio.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/sys/dev/sio/sio.c b/sys/dev/sio/sio.c index 5ea3224c67df..121ead5f09c5 100644 --- a/sys/dev/sio/sio.c +++ b/sys/dev/sio/sio.c @@ -551,8 +551,10 @@ static struct isa_pnp_id sio_ids[] = { {0x01017256, NULL}, /* USR0101 */ {0x30207256, NULL}, /* USR2030 */ {0x31307256, NULL}, /* USR3031 */ + {0x7420b04e, NULL}, /* SUP2070 */ {0x8020b04e, NULL}, /* SUP2080 */ {0x8024b04e, NULL}, /* SUP2480 */ + {0x6045f435, NULL}, /* MOT4560 */ {0} }; diff --git a/sys/isa/sio.c b/sys/isa/sio.c index 5ea3224c67df..121ead5f09c5 100644 --- a/sys/isa/sio.c +++ b/sys/isa/sio.c @@ -551,8 +551,10 @@ static struct isa_pnp_id sio_ids[] = { {0x01017256, NULL}, /* USR0101 */ {0x30207256, NULL}, /* USR2030 */ {0x31307256, NULL}, /* USR3031 */ + {0x7420b04e, NULL}, /* SUP2070 */ {0x8020b04e, NULL}, /* SUP2080 */ {0x8024b04e, NULL}, /* SUP2480 */ + {0x6045f435, NULL}, /* MOT4560 */ {0} };