diff options
author | peter <peter@FreeBSD.org> | 2000-03-05 14:44:05 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2000-03-05 14:44:05 +0000 |
commit | 0df8e6120e0d92519d5fa0a0ed2e248fa25a5035 (patch) | |
tree | a504dfe123897ffc295b7f2a03bf938e35a8c5b8 /sys/dev/sio/sio.c | |
parent | 0d622116584a7772ae48f8032fe2e6ee479ec853 (diff) | |
download | FreeBSD-src-0df8e6120e0d92519d5fa0a0ed2e248fa25a5035.zip FreeBSD-src-0df8e6120e0d92519d5fa0a0ed2e248fa25a5035.tar.gz |
Recognize another modem, "PMC2430 - Pace 56 Voice Internal Modem"
Submitted by: Mark Ovens <mark@ukug.uk.freebsd.org>
Diffstat (limited to 'sys/dev/sio/sio.c')
-rw-r--r-- | sys/dev/sio/sio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/sio/sio.c b/sys/dev/sio/sio.c index 890c2e4..e2c8dda 100644 --- a/sys/dev/sio/sio.c +++ b/sys/dev/sio/sio.c @@ -572,6 +572,7 @@ static struct isa_pnp_id sio_ids[] = { {0x6045f435, NULL}, /* MOT4560 - Motorola ? */ {0x61e7a338, NULL}, /* NECE761 - 33.6Modem */ {0x39804f3f, NULL}, /* OZO8039 - Zoom 56k flex */ + {0x3024a341, NULL}, /* PMC2430 - Pace 56 Voice Internal Modem */ {0x1000eb49, NULL}, /* ROK0010 - Rockwell ? */ {0x5002734a, NULL}, /* RSS0250 - 5614Jx3(G) Internal Modem */ {0xc100ad4d, NULL}, /* SMM00C1 - Leopard 56k PnP */ |