diff options
-rw-r--r-- | sys/dev/amr/amr_pci.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/amr/amr_pci.c b/sys/dev/amr/amr_pci.c index 7f21151..e01c10b 100644 --- a/sys/dev/amr/amr_pci.c +++ b/sys/dev/amr/amr_pci.c @@ -95,8 +95,10 @@ static struct } amr_device_ids[] = { {0x101e, 0x9010, 0}, {0x101e, 0x9060, 0}, - {0x8086, 0x1960, PROBE_SIGNATURE}, /* generic i960RD, check for signature */ + {0x8086, 0x1960, PROBE_SIGNATURE},/* generic i960RD, check for signature */ {0x101e, 0x1960, 0}, + {0x1000, 0x1960, 0}, + {0x1000, 0x0407, 0}, {0, 0, 0} }; |