summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/pccard/pcic_pci.c4
-rw-r--r--sys/pccard/pcic_pci.h3
-rw-r--r--sys/pci/pcic_p.c4
-rw-r--r--sys/pci/pcic_p.h3
4 files changed, 10 insertions, 4 deletions
diff --git a/sys/pccard/pcic_pci.c b/sys/pccard/pcic_pci.c
index d9acf4f..a13734c 100644
--- a/sys/pccard/pcic_pci.c
+++ b/sys/pccard/pcic_pci.c
@@ -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.9 1999/04/01 15:28:09 nsayer Exp $
+ * $Id: pcic_p.c,v 1.10 1999/04/24 20:14:03 peter Exp $
*/
#include "pci.h"
@@ -83,6 +83,8 @@ pcic_pci_probe(pcici_t tag, pcidi_t type)
return ("TI PCI-1221 PCI-CardBus Bridge");
case PCI_DEVICE_ID_PCIC_TI1250:
return ("TI PCI-1250 PCI-CardBus Bridge");
+ case PCI_DEVICE_ID_PCIC_TI1251:
+ return ("TI PCI-1251 PCI-CardBus Bridge");
case PCI_DEVICE_ID_TOSHIBA_TOPIC95:
return ("Toshiba ToPIC95 PCI-CardBus Bridge");
case PCI_DEVICE_ID_TOSHIBA_TOPIC97:
diff --git a/sys/pccard/pcic_pci.h b/sys/pccard/pcic_pci.h
index 855e1ab2..47934f3 100644
--- a/sys/pccard/pcic_pci.h
+++ b/sys/pccard/pcic_pci.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
diff --git a/sys/pci/pcic_p.c b/sys/pci/pcic_p.c
index d9acf4f..a13734c 100644
--- a/sys/pci/pcic_p.c
+++ b/sys/pci/pcic_p.c
@@ -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.9 1999/04/01 15:28:09 nsayer Exp $
+ * $Id: pcic_p.c,v 1.10 1999/04/24 20:14:03 peter Exp $
*/
#include "pci.h"
@@ -83,6 +83,8 @@ pcic_pci_probe(pcici_t tag, pcidi_t type)
return ("TI PCI-1221 PCI-CardBus Bridge");
case PCI_DEVICE_ID_PCIC_TI1250:
return ("TI PCI-1250 PCI-CardBus Bridge");
+ case PCI_DEVICE_ID_PCIC_TI1251:
+ return ("TI PCI-1251 PCI-CardBus Bridge");
case PCI_DEVICE_ID_TOSHIBA_TOPIC95:
return ("Toshiba ToPIC95 PCI-CardBus Bridge");
case PCI_DEVICE_ID_TOSHIBA_TOPIC97:
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