diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2007-10-29 08:58:27 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2007-10-29 08:58:27 +0000 |
commit | 5e7addd50d56a04ddd5d65bfa6b83c5db73e5533 (patch) | |
tree | 81d04d85ff10f7c950ebef21d354def071aaec4f /sys/dev/pci/pcidevs | |
parent | 72081b281471cbc9aa2e168e30e98b20113fd011 (diff) |
the areca with the 1201 pci id is known as the 1200 everywhere. it
does the same things as a real 1200, but its based around a different
chip. fix the string in pcidevs to say "ARC-1200 rev B" like the
writing on the board does.
Diffstat (limited to 'sys/dev/pci/pcidevs')
-rw-r--r-- | sys/dev/pci/pcidevs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index dfec2324b52..77b4a9a8fc5 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1281 2007/10/29 08:18:07 dlg Exp $ +$OpenBSD: pcidevs,v 1.1282 2007/10/29 08:58:26 dlg Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -781,7 +781,7 @@ product ARECA ARC1130 0x1130 ARC-1130 product ARECA ARC1160 0x1160 ARC-1160 product ARECA ARC1170 0x1170 ARC-1170 product ARECA ARC1200 0x1200 ARC-1200 -product ARECA ARC1201 0x1201 ARC-1201 +product ARECA ARC1200_B 0x1201 ARC-1200 rev B product ARECA ARC1202 0x1202 ARC-1202 product ARECA ARC1210 0x1210 ARC-1210 product ARECA ARC1220 0x1220 ARC-1220 |