From owner-freebsd-bugs Tue Jul 27 5:30: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 24C4D14D67 for ; Tue, 27 Jul 1999 05:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA93999; Tue, 27 Jul 1999 05:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id C6D6F15422 for ; 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 ; 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 Reply-To: iedowse@maths.tcd.ie To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/12833: Support for TI1225 PCI to CardBus Bridge Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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