diff options
author | 2008-06-11 04:54:40 +0000 | |
---|---|---|
committer | 2008-06-11 04:54:40 +0000 | |
commit | 057b9a5e5289e07d5f9248936aa1c3d873d41105 (patch) | |
tree | 6b0f04d139bb4c6df6e0c810b9f64d5d7e35f9f9 | |
parent | Canonical for() -> queue.h FOREACH macro conversions. (diff) | |
download | wireguard-openbsd-057b9a5e5289e07d5f9248936aa1c3d873d41105.tar.xz wireguard-openbsd-057b9a5e5289e07d5f9248936aa1c3d873d41105.zip |
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.
-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 |