From iedowse@maths.tcd.ie Tue Jul 27 05:27:18 1999
Return-Path: <iedowse@maths.tcd.ie>
Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11])
	by hub.freebsd.org (Postfix) with SMTP id C6D6F15422
	for <freebsd-gnats-submit@freebsd.org>; Tue, 27 Jul 1999 05:27:15 -0700 (PDT)
	(envelope-from iedowse@maths.tcd.ie)
Received: from gosset.maths.tcd.ie by salmon.maths.tcd.ie with SMTP
          id <aa03951@salmon>; 27 Jul 1999 13:26:13 +0100 (BST)
Message-Id: <199907271326.aa33305@gosset.maths.tcd.ie>
Date: Tue, 27 Jul 1999 13:26:08 +0100 (BST)
From: iedowse@maths.tcd.ie
Sender: iedowse@maths.tcd.ie
Reply-To: iedowse@maths.tcd.ie
To: FreeBSD-gnats-submit@freebsd.org
Subject: Support for TI1225 PCI to CardBus Bridge
X-Send-Pr-Version: 3.2

>Number:         12833
>Category:       kern
>Synopsis:       Support for TI1225 PCI to CardBus Bridge
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 27 05:30:00 PDT 1999
>Closed-Date:    Wed May 17 18:11:45 MDT 2000
>Last-Modified:  Wed May 17 18:12:36 MDT 2000
>Originator:     Ian Dowse
>Release:        FreeBSD 3.2-STABLE i386
>Organization:
		School of Mathematics
		Trinity College Dublin
>Environment:

	FreeBSD -current and -stable

>Description:

	Some new Gateway 2000 laptops use the Texas Instruments PCI1225
	PCI to CardBus bridge. This seems to be compatible with other
	controllers, but is not currently recognised by FreeBSD.

	More info on this chip is available at:

		http://www.ti.com/sc/docs/products/analog/pci1225.html

>How-To-Repeat:

>Fix:
	Apply the following patches in src/pci/


--- pcic_p.h.orig	Tue Jul 27 13:09:56 1999
+++ pcic_p.h	Tue Jul 27 13:10:23 1999
@@ -38,6 +38,7 @@
 #define	PCI_DEVICE_ID_PCIC_TI1131	0xac15104cul
 #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_TOSHIBA_TOPIC95	0x060a1179ul
--- pcic_p.c.orig	Tue Jul 27 13:09:51 1999
+++ pcic_p.c	Tue Jul 27 13:10:46 1999
@@ -74,6 +74,8 @@
 		return ("TI PCI-1220 PCI-CardBus Bridge");
 	case PCI_DEVICE_ID_PCIC_TI1221:
 		return ("TI PCI-1221 PCI-CardBus Bridge");
+	case PCI_DEVICE_ID_PCIC_TI1225:
+		return ("TI PCI-1225 PCI-CardBus Bridge");
 	case PCI_DEVICE_ID_PCIC_TI1250:
 		return ("TI PCI-1250 PCI-CardBus Bridge");
 	case PCI_DEVICE_ID_PCIC_TI1251:

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: imp 
State-Changed-When: Wed May 17 18:11:45 MDT 2000 
State-Changed-Why:  
This has been committed already. 

>Unformatted:
