diff options
| author | Pyun YongHyeon <yongari@FreeBSD.org> | 2010-08-24 18:17:40 +0000 |
|---|---|---|
| committer | Pyun YongHyeon <yongari@FreeBSD.org> | 2010-08-24 18:17:40 +0000 |
| commit | 7c45b436513c95aed381f020853dc93351ee2f7b (patch) | |
| tree | 199053c9c6baebb9fa761057f3bb02418073abea /sys/dev/ed | |
| parent | 9c1af42179e80093c8155e4395092903fb1a6a05 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ed')
| -rw-r--r-- | sys/dev/ed/if_ed_isa.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ed/if_ed_isa.c b/sys/dev/ed/if_ed_isa.c index 0d7a583c020f..afaa37758a33 100644 --- a/sys/dev/ed/if_ed_isa.c +++ b/sys/dev/ed/if_ed_isa.c @@ -58,6 +58,7 @@ static struct isa_pnp_id ed_ids[] = { { 0x0131d805, NULL }, /* ANX3101 */ { 0x4cf48906, NULL }, /* ATIf44c */ { 0x01200507, NULL }, /* AXE2001 */ + { 0x0115180e, NULL }, /* CPX1501 */ { 0x0090252a, NULL }, /* JQE9000 */ { 0x0020832e, NULL }, /* KTC2000 */ { 0xd680d041, NULL }, /* PNP80d6 */ |
