Add TI 1410 to yc_chipsets[].

This commit is contained in:
soren 2001-05-19 19:46:08 +00:00
parent e3daef46ec
commit 281f1795a4
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: pccbb.c,v 1.63 2001/04/30 02:49:04 jmc Exp $ */
/* $NetBSD: pccbb.c,v 1.64 2001/05/19 19:46:08 soren Exp $ */
/*
* Copyright (c) 1998, 1999 and 2000
@ -317,6 +317,8 @@ const struct yenta_chipinfo {
PCCBB_PCMCIA_IO_RELOC | PCCBB_PCMCIA_MEM_32},
{ MAKEID(PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI1211), CB_TI12XX,
PCCBB_PCMCIA_IO_RELOC | PCCBB_PCMCIA_MEM_32},
{ MAKEID(PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI1410), CB_TI12XX,
PCCBB_PCMCIA_IO_RELOC | PCCBB_PCMCIA_MEM_32},
{ MAKEID(PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI1420), CB_TI12XX,
PCCBB_PCMCIA_IO_RELOC | PCCBB_PCMCIA_MEM_32},
{ MAKEID(PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI1450), CB_TI12XX,