summaryrefslogtreecommitdiffstats
path: root/sys/pci/pcic_p.h
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1999-05-02 05:53:50 +0000
committernate <nate@FreeBSD.org>1999-05-02 05:53:50 +0000
commitac95ff850119b1866a96788f86e12831b33d49ab (patch)
tree0531bcb61b99cec0580af7da86eed731ef127f58 /sys/pci/pcic_p.h
parent390b7bd97eda2cd785a01fa370ee19a6bfe2a2ae (diff)
downloadFreeBSD-src-ac95ff850119b1866a96788f86e12831b33d49ab.zip
FreeBSD-src-ac95ff850119b1866a96788f86e12831b33d49ab.tar.gz
- Added PCI identification support for the TI1251 PCI/CardBus bridge.
With this addition my ThinkPad 600E works with the stock FreeBSD PCMCIA code.
Diffstat (limited to 'sys/pci/pcic_p.h')
-rw-r--r--sys/pci/pcic_p.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/pci/pcic_p.h b/sys/pci/pcic_p.h
index 855e1ab2..47934f3 100644
--- a/sys/pci/pcic_p.h
+++ b/sys/pci/pcic_p.h
@@ -26,7 +26,7 @@
* (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.4 1999/01/25 12:59:31 torstenb Exp $
+ * $Id: pcic_p.h,v 1.5 1999/04/01 15:28:10 nsayer Exp $
*/
/* PCI/CardBus Device IDs */
@@ -39,6 +39,7 @@
#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_PCIC_TI1251 0xac1d104cul
#define PCI_DEVICE_ID_TOSHIBA_TOPIC95 0x060a1179ul
#define PCI_DEVICE_ID_TOSHIBA_TOPIC97 0x060f1179ul
#define PCI_DEVICE_ID_RICOH_RL5C465 0x04651180ul
OpenPOWER on IntegriCloud