Identify the TI1250 PCMCIA/CardBus bridge. It seems that it's compatible

to the TI1131. At least it works in my Compaq Armada 7800.
This commit is contained in:
Torsten Blum 1999-01-25 12:59:31 +00:00
parent 564da2b0d5
commit de6f543955
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=43193
4 changed files with 10 additions and 4 deletions

View file

@ -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.c,v 1.6 1998/08/18 00:32:48 bde Exp $
* $Id: pcic_p.c,v 1.7 1998/12/14 06:32:57 dillon Exp $
*/
#include "pci.h"
@ -75,6 +75,8 @@ pcic_pci_probe(pcici_t tag, pcidi_t type)
return ("TI 1130 PCMCIA/CardBus Bridge");
case PCI_DEVICE_ID_PCIC_TI1131:
return ("TI 1131 PCI to PCMCIA/CardBus bridge");
case PCI_DEVICE_ID_PCIC_TI1250:
return ("TI 1250 PCI to PCMCIA/CardBus bridge");
default:
break;
}

View file

@ -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.2 1997/12/02 22:13:59 nate Exp $
* $Id: pcic_p.h,v 1.3 1998/01/20 21:11:03 nate Exp $
*/
/* PCI/CardBus Device IDs */
@ -35,6 +35,7 @@
#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
/* CL-PD6832 CardBus defines */
#define CLPD6832_IO_BASE0 0x002c

View file

@ -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.c,v 1.6 1998/08/18 00:32:48 bde Exp $
* $Id: pcic_p.c,v 1.7 1998/12/14 06:32:57 dillon Exp $
*/
#include "pci.h"
@ -75,6 +75,8 @@ pcic_pci_probe(pcici_t tag, pcidi_t type)
return ("TI 1130 PCMCIA/CardBus Bridge");
case PCI_DEVICE_ID_PCIC_TI1131:
return ("TI 1131 PCI to PCMCIA/CardBus bridge");
case PCI_DEVICE_ID_PCIC_TI1250:
return ("TI 1250 PCI to PCMCIA/CardBus bridge");
default:
break;
}

View file

@ -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.2 1997/12/02 22:13:59 nate Exp $
* $Id: pcic_p.h,v 1.3 1998/01/20 21:11:03 nate Exp $
*/
/* PCI/CardBus Device IDs */
@ -35,6 +35,7 @@
#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
/* CL-PD6832 CardBus defines */
#define CLPD6832_IO_BASE0 0x002c