summaryrefslogtreecommitdiffstats
path: root/sys/pci/pcic_p.h
diff options
context:
space:
mode:
authornsayer <nsayer@FreeBSD.org>1999-04-01 15:28:10 +0000
committernsayer <nsayer@FreeBSD.org>1999-04-01 15:28:10 +0000
commit808e0ce4efa4b05d5df503415edb5df3a45a9810 (patch)
tree0c1c5096e43ce96e4f57e8aa6022a43430c5145f /sys/pci/pcic_p.h
parente966b5f866c7cee9c9af6de2a5743143d2a2dcd6 (diff)
downloadFreeBSD-src-808e0ce4efa4b05d5df503415edb5df3a45a9810.zip
FreeBSD-src-808e0ce4efa4b05d5df503415edb5df3a45a9810.tar.gz
Import PCI pccard bridge chip probing from PAO. Hopeful prelude for
broadening chipset support in -current. Reviewed by: joerg Obtained from: PAO
Diffstat (limited to 'sys/pci/pcic_p.h')
-rw-r--r--sys/pci/pcic_p.h21
1 files changed, 15 insertions, 6 deletions
diff --git a/sys/pci/pcic_p.h b/sys/pci/pcic_p.h
index 8b2bc27..855e1ab2 100644
--- a/sys/pci/pcic_p.h
+++ b/sys/pci/pcic_p.h
@@ -26,17 +26,26 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: pcic_p.h,v 1.3 1998/01/20 21:11:03 nate Exp $
+ * $Id: pcic_p.h,v 1.4 1999/01/25 12:59:31 torstenb Exp $
*/
/* PCI/CardBus Device IDs */
+#define PCI_DEVICE_ID_PCIC_OZ6729 0x67291217ul
+#define PCI_DEVICE_ID_PCIC_OZ6730 0x673A1217ul
#define PCI_DEVICE_ID_PCIC_CLPD6729 0x11001013ul
#define PCI_DEVICE_ID_PCIC_CLPD6832 0x11101013ul
-#define PCI_DEVICE_ID_PCIC_O2MICRO 0x673A1217ul
-#define PCI_DEVICE_ID_PCIC_TI1130 0xAC12104Cul
-#define PCI_DEVICE_ID_PCIC_TI1131 0xAC15104Cul
-#define PCI_DEVICE_ID_PCIC_TI1250 0xAC16104Cul
-
+#define PCI_DEVICE_ID_PCIC_TI1130 0xac12104cul
+#define PCI_DEVICE_ID_PCIC_TI1131 0xac15104cul
+#define PCI_DEVICE_ID_PCIC_TI1220 0xac17104cul
+#define PCI_DEVICE_ID_PCIC_TI1221 0xac19104cul
+#define PCI_DEVICE_ID_PCIC_TI1250 0xac16104cul
+#define PCI_DEVICE_ID_TOSHIBA_TOPIC95 0x060a1179ul
+#define PCI_DEVICE_ID_TOSHIBA_TOPIC97 0x060f1179ul
+#define PCI_DEVICE_ID_RICOH_RL5C465 0x04651180ul
+#define PCI_DEVICE_ID_RICOH_RL5C475 0x04751180ul
+#define PCI_DEVICE_ID_RICOH_RL5C476 0x04761180ul
+#define PCI_DEVICE_ID_RICOH_RL5C478 0x04781180ul
+
/* CL-PD6832 CardBus defines */
#define CLPD6832_IO_BASE0 0x002c
#define CLPD6832_IO_LIMIT0 0x0030
OpenPOWER on IntegriCloud