diff options
author | 2006-04-10 07:10:29 +0000 | |
---|---|---|
committer | 2006-04-10 07:10:29 +0000 | |
commit | dba1a000cd5a4857a4eba94e61d0449797d5e035 (patch) | |
tree | c486e27f23fc726e8921b15a9a2e8d92abb5e4a2 | |
parent | sync (diff) | |
download | wireguard-openbsd-dba1a000cd5a4857a4eba94e61d0449797d5e035.tar.xz wireguard-openbsd-dba1a000cd5a4857a4eba94e61d0449797d5e035.zip |
add PCI ids for the Apple Intrepid 2 Controller found on the latest
geneartion of G4 PowerBooks.
-rw-r--r-- | sys/dev/pci/pcidevs | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index ee273fa6a6b..8a990c47263 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1052 2006/04/09 00:51:57 brad Exp $ +$OpenBSD: pcidevs,v 1.1053 2006/04/10 07:10:29 brad Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -704,6 +704,12 @@ product APPLE SHASTA_HT 0x0056 Shasta HyperTransport product APPLE K2 0x0057 K2 product APPLE U3L_AGP 0x0058 U3L AGP product APPLE K2_AGP 0x0059 K2 AGP +product APPLE INTREPID2_AGP 0x0066 Intrepid 2 AGP +product APPLE INTREPID2_PCI1 0x0067 Intrepid 2 PCI +product APPLE INTREPID2_PCI2 0x0068 Intrepid 2 PCI +product APPLE INTREPID2_ATA 0x0069 Intrepid 2 ATA +product APPLE INTREPID2_FW 0x006a Intrepid 2 FireWire +product APPLE INTREPID2_GMAC 0x006b Intrepid 2 GMAC product APPLE BCM5701 0x1645 BCM5701 /* Aralion products */ |