diff options
| author | Warner Losh <imp@FreeBSD.org> | 2006-01-15 04:10:47 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2006-01-15 04:10:47 +0000 |
| commit | f91fdbc2cc6017351a8fbe7bd94c530afbbfaf96 (patch) | |
| tree | 4cd54566017ffc6c41cc386a267cac643279a20a /sys/dev/ed | |
| parent | ea6d62f195c594456aafce9f6757528706ea6de6 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ed')
| -rw-r--r-- | sys/dev/ed/if_ed_isa.c | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/sys/dev/ed/if_ed_isa.c b/sys/dev/ed/if_ed_isa.c index bd74383bdcbd..620369e5c59b 100644 --- a/sys/dev/ed/if_ed_isa.c +++ b/sys/dev/ed/if_ed_isa.c @@ -55,15 +55,16 @@ static int ed_isa_probe(device_t); static int ed_isa_attach(device_t); static struct isa_pnp_id ed_ids[] = { - { 0x1684a34d, NULL }, /* SMC8416 */ - { 0xd680d041, NULL }, /* PNP80d6 */ - { 0x1980635e, NULL }, /* WSC8019 */ { 0x0131d805, NULL }, /* ANX3101 */ + { 0x4cf48906, NULL }, /* ATIf44c */ { 0x01200507, NULL }, /* AXE2001 */ - { 0x19808c4a, NULL }, /* RTL8019 */ { 0x0090252a, NULL }, /* JQE9000 */ { 0x0020832e, NULL }, /* KTC2000 */ - { 0x4cf48906, NULL }, /* ATIf44c */ + { 0xd680d041, NULL }, /* PNP80d6 */ + { 0x6081d041, NULL }, /* PNP8160 */ + { 0x19808c4a, NULL }, /* RTL8019 */ + { 0x1684a34d, NULL }, /* SMC8416 */ + { 0x1980635e, NULL }, /* WSC8019 */ { 0, NULL } }; |
