summaryrefslogtreecommitdiffstats
path: root/sys/pccard/pcic_pci.c
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1999-05-02 05:53:50 +0000
committernate <nate@FreeBSD.org>1999-05-02 05:53:50 +0000
commitac95ff850119b1866a96788f86e12831b33d49ab (patch)
tree0531bcb61b99cec0580af7da86eed731ef127f58 /sys/pccard/pcic_pci.c
parent390b7bd97eda2cd785a01fa370ee19a6bfe2a2ae (diff)
downloadFreeBSD-src-ac95ff850119b1866a96788f86e12831b33d49ab.zip
FreeBSD-src-ac95ff850119b1866a96788f86e12831b33d49ab.tar.gz
- Added PCI identification support for the TI1251 PCI/CardBus bridge.
With this addition my ThinkPad 600E works with the stock FreeBSD PCMCIA code.
Diffstat (limited to 'sys/pccard/pcic_pci.c')
-rw-r--r--sys/pccard/pcic_pci.c4
1 files changed, 3 insertions, 1 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:
OpenPOWER on IntegriCloud