Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci The TI 2030 is a PCI-PCI bridge and doesn't belo...



details:   https://anonhg.NetBSD.org/src/rev/c4af0560857a
branches:  trunk
changeset: 481194:c4af0560857a
user:      joda <joda%NetBSD.org@localhost>
date:      Mon Jan 24 15:51:59 2000 +0000

description:
The TI 2030 is a PCI-PCI bridge and doesn't belong here

diffstat:

 sys/dev/pci/pccbb.c |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r ce29f5b52173 -r c4af0560857a sys/dev/pci/pccbb.c
--- a/sys/dev/pci/pccbb.c       Mon Jan 24 15:50:16 2000 +0000
+++ b/sys/dev/pci/pccbb.c       Mon Jan 24 15:51:59 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pccbb.c,v 1.16 2000/01/23 04:02:19 mycroft Exp $       */
+/*     $NetBSD: pccbb.c,v 1.17 2000/01/24 15:51:59 joda Exp $  */
 
 /*
  * Copyright (c) 1998 and 1999 HAYAKAWA Koichi.  All rights reserved.
@@ -309,8 +309,6 @@
      PCCBB_PCMCIA_IO_RELOC | PCCBB_PCMCIA_MEM_32},
   {MAKEID(PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI1450), "TI1450", CB_TI12XX,
      PCCBB_PCMCIA_IO_RELOC | PCCBB_PCMCIA_MEM_32},
-  {MAKEID(PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI2030), "TI2030", CB_UNKNOWN,
-     PCCBB_PCMCIA_IO_RELOC | PCCBB_PCMCIA_MEM_32},
 
   /* Ricoh chips */
   {MAKEID(PCI_VENDOR_RICOH, PCI_PRODUCT_RICOH_Rx5C475), "Rx5C475",



Home | Main Index | Thread Index | Old Index