Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Jul 1999 13:26:08 +0100 (BST)
From:      iedowse@maths.tcd.ie
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   kern/12833: Support for TI1225 PCI to CardBus Bridge
Message-ID:  <199907271326.aa33305@gosset.maths.tcd.ie>

next in thread | raw e-mail | index | archive | help

>Number:         12833
>Category:       kern
>Synopsis:       Support for TI1225 PCI to CardBus Bridge
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 27 05:30:00 PDT 1999
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907271326.aa33305>