diff options
author | Murray Stokely <murray@FreeBSD.org> | 2001-08-31 20:37:02 +0000 |
---|---|---|
committer | Murray Stokely <murray@FreeBSD.org> | 2001-08-31 20:37:02 +0000 |
commit | 6e66dd6b622bbfdf49d7c6cf7bd94fb8667e79e1 (patch) | |
tree | dacf206bac95bf988c47a47aed012884df19d571 /sys/isa | |
parent | 598bb4cb3062941c7a14a30127becbfea8c62768 (diff) | |
download | src-6e66dd6b622bbfdf49d7c6cf7bd94fb8667e79e1.tar.gz src-6e66dd6b622bbfdf49d7c6cf7bd94fb8667e79e1.zip |
Add OMRON ME5614ISA PnP modem.
PR: kern/22801
Submitted by: Ryuzo Okada <R.Okada@mm.neweb.ne.jp>
Notes
Notes:
svn path=/head/; revision=82685
Diffstat (limited to 'sys/isa')
-rw-r--r-- | sys/isa/sio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/isa/sio.c b/sys/isa/sio.c index f9bfdd992442..22f5deac374a 100644 --- a/sys/isa/sio.c +++ b/sys/isa/sio.c @@ -692,6 +692,7 @@ static struct isa_pnp_id sio_ids[] = { {0x00914f3f, NULL}, /* OZO9100 - Zoom 2919 (K56 Faxmodem) */ {0x3024a341, NULL}, /* PMC2430 - Pace 56 Voice Internal Modem */ {0x1000eb49, NULL}, /* ROK0010 - Rockwell ? */ + {0x1200b23d, NULL}, /* RSS0012 - OMRON ME5614ISA */ {0x5002734a, NULL}, /* RSS0250 - 5614Jx3(G) Internal Modem */ {0x6202734a, NULL}, /* RSS0262 - 5614Jx3[G] V90+K56Flex Modem */ {0xc100ad4d, NULL}, /* SMM00C1 - Leopard 56k PnP */ |