diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-06-11 04:54:41 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-06-11 04:54:41 +0000 |
commit | 85e5db321f0b094580792941b9b0b2b3a96325fc (patch) | |
tree | f250ac8831f209f2a5d02e6670850f21edd99e33 /sys/dev/pci/pcidevs | |
parent | d5fd8ef27566a1cc60baba9cf6624cc6e82098b7 (diff) |
Add Altera vendor id, and EBus device id. This is questionable since the
device id is probably a softcore on an FPGA, but this is how it shows up
on a Tadpole SPARCLE.
Diffstat (limited to 'sys/dev/pci/pcidevs')
-rw-r--r-- | sys/dev/pci/pcidevs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 400df41a987..93e70761d8a 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1378 2008/06/08 17:21:57 reyk Exp $ +$OpenBSD: pcidevs,v 1.1379 2008/06/11 04:54:40 kettenis Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -167,6 +167,7 @@ vendor MUTECH 0x1159 Mutech vendor XIRCOM 0x115d Xircom vendor RENDITION 0x1163 Rendition vendor RCC 0x1166 ServerWorks +vendor ALTERA 0x1172 Altera vendor TOSHIBA2 0x1179 Toshiba vendor RICOH 0x1180 Ricoh vendor DLINK 0x1186 D-Link Systems @@ -630,6 +631,9 @@ product ALTEON ACENICT 0x0002 Acenic Copper product ALTEON BCM5700 0x0003 BCM5700 product ALTEON BCM5701 0x0004 BCM5701 +/* Altera products */ +product ALTERA EBUS 0x0000 EBus + /* Altima products */ product ALTIMA AC1000 0x03e8 AC1000 product ALTIMA AC1001 0x03e9 AC1001 |