diff options
author | imp <imp@FreeBSD.org> | 2000-04-20 03:16:49 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2000-04-20 03:16:49 +0000 |
commit | 445a25dc8313cc702e504bf1261865668ca8c86a (patch) | |
tree | 9ef696e70efd1f4ea63a8748a180b3ad5c79f367 | |
parent | 4422f2d83bb4ca051d794f962ed3fdebf99fcddb (diff) | |
download | FreeBSD-src-445a25dc8313cc702e504bf1261865668ca8c86a.zip FreeBSD-src-445a25dc8313cc702e504bf1261865668ca8c86a.tar.gz |
Add TI-1211 chipset from datasheet info
-rw-r--r-- | sys/pccard/pcic_pci.c | 6 | ||||
-rw-r--r-- | sys/pccard/pcic_pci.h | 3 | ||||
-rw-r--r-- | sys/pci/pcic_p.c | 6 | ||||
-rw-r--r-- | sys/pci/pcic_p.h | 3 |
4 files changed, 14 insertions, 4 deletions
diff --git a/sys/pccard/pcic_pci.c b/sys/pccard/pcic_pci.c index 12395db..5c88e22 100644 --- a/sys/pccard/pcic_pci.c +++ b/sys/pccard/pcic_pci.c @@ -236,6 +236,9 @@ pcic_pci_probe(device_t dev) case PCI_DEVICE_ID_PCIC_TI1131: desc = "TI PCI-1131 PCI-CardBus Bridge"; break; + case PCI_DEVICE_ID_PCIC_TI1211: + desc = "TI PCI-1211 PCI-CardBus Bridge"; + break; case PCI_DEVICE_ID_PCIC_TI1220: desc = "TI PCI-1220 PCI-CardBus Bridge"; break; @@ -334,12 +337,13 @@ pcic_pci_attach(device_t dev) switch (device_id) { case PCI_DEVICE_ID_PCIC_TI1130: case PCI_DEVICE_ID_PCIC_TI1131: + case PCI_DEVICE_ID_PCIC_TI1211: case PCI_DEVICE_ID_PCIC_TI1220: case PCI_DEVICE_ID_PCIC_TI1221: + case PCI_DEVICE_ID_PCIC_TI1225: case PCI_DEVICE_ID_PCIC_TI1250: case PCI_DEVICE_ID_PCIC_TI1251: case PCI_DEVICE_ID_PCIC_TI1251B: - case PCI_DEVICE_ID_PCIC_TI1225: case PCI_DEVICE_ID_PCIC_TI1410: case PCI_DEVICE_ID_PCIC_TI1420: case PCI_DEVICE_ID_PCIC_TI1450: diff --git a/sys/pccard/pcic_pci.h b/sys/pccard/pcic_pci.h index a6966a8..57a1f14 100644 --- a/sys/pccard/pcic_pci.h +++ b/sys/pccard/pcic_pci.h @@ -36,12 +36,13 @@ #define PCI_DEVICE_ID_PCIC_CLPD6832 0x11101013ul #define PCI_DEVICE_ID_PCIC_TI1130 0xac12104cul #define PCI_DEVICE_ID_PCIC_TI1131 0xac15104cul +#define PCI_DEVICE_ID_PCIC_TI1211 0xac1e104cul #define PCI_DEVICE_ID_PCIC_TI1220 0xac17104cul #define PCI_DEVICE_ID_PCIC_TI1221 0xac19104cul +#define PCI_DEVICE_ID_PCIC_TI1225 0xac1c104cul #define PCI_DEVICE_ID_PCIC_TI1250 0xac16104cul #define PCI_DEVICE_ID_PCIC_TI1251 0xac1d104cul #define PCI_DEVICE_ID_PCIC_TI1251B 0xac1f104cul -#define PCI_DEVICE_ID_PCIC_TI1225 0xac1c104cul #define PCI_DEVICE_ID_PCIC_TI1410 0xac50104cul #define PCI_DEVICE_ID_PCIC_TI1420 0xac51104cul #define PCI_DEVICE_ID_PCIC_TI1450 0xac1b104cul diff --git a/sys/pci/pcic_p.c b/sys/pci/pcic_p.c index 12395db..5c88e22 100644 --- a/sys/pci/pcic_p.c +++ b/sys/pci/pcic_p.c @@ -236,6 +236,9 @@ pcic_pci_probe(device_t dev) case PCI_DEVICE_ID_PCIC_TI1131: desc = "TI PCI-1131 PCI-CardBus Bridge"; break; + case PCI_DEVICE_ID_PCIC_TI1211: + desc = "TI PCI-1211 PCI-CardBus Bridge"; + break; case PCI_DEVICE_ID_PCIC_TI1220: desc = "TI PCI-1220 PCI-CardBus Bridge"; break; @@ -334,12 +337,13 @@ pcic_pci_attach(device_t dev) switch (device_id) { case PCI_DEVICE_ID_PCIC_TI1130: case PCI_DEVICE_ID_PCIC_TI1131: + case PCI_DEVICE_ID_PCIC_TI1211: case PCI_DEVICE_ID_PCIC_TI1220: case PCI_DEVICE_ID_PCIC_TI1221: + case PCI_DEVICE_ID_PCIC_TI1225: case PCI_DEVICE_ID_PCIC_TI1250: case PCI_DEVICE_ID_PCIC_TI1251: case PCI_DEVICE_ID_PCIC_TI1251B: - case PCI_DEVICE_ID_PCIC_TI1225: case PCI_DEVICE_ID_PCIC_TI1410: case PCI_DEVICE_ID_PCIC_TI1420: case PCI_DEVICE_ID_PCIC_TI1450: diff --git a/sys/pci/pcic_p.h b/sys/pci/pcic_p.h index a6966a8..57a1f14 100644 --- a/sys/pci/pcic_p.h +++ b/sys/pci/pcic_p.h @@ -36,12 +36,13 @@ #define PCI_DEVICE_ID_PCIC_CLPD6832 0x11101013ul #define PCI_DEVICE_ID_PCIC_TI1130 0xac12104cul #define PCI_DEVICE_ID_PCIC_TI1131 0xac15104cul +#define PCI_DEVICE_ID_PCIC_TI1211 0xac1e104cul #define PCI_DEVICE_ID_PCIC_TI1220 0xac17104cul #define PCI_DEVICE_ID_PCIC_TI1221 0xac19104cul +#define PCI_DEVICE_ID_PCIC_TI1225 0xac1c104cul #define PCI_DEVICE_ID_PCIC_TI1250 0xac16104cul #define PCI_DEVICE_ID_PCIC_TI1251 0xac1d104cul #define PCI_DEVICE_ID_PCIC_TI1251B 0xac1f104cul -#define PCI_DEVICE_ID_PCIC_TI1225 0xac1c104cul #define PCI_DEVICE_ID_PCIC_TI1410 0xac50104cul #define PCI_DEVICE_ID_PCIC_TI1420 0xac51104cul #define PCI_DEVICE_ID_PCIC_TI1450 0xac1b104cul |