summaryrefslogtreecommitdiffstats
path: root/sys/pci
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2001-05-08 02:28:41 +0000
committerimp <imp@FreeBSD.org>2001-05-08 02:28:41 +0000
commit7ecc59e45de1a67ed22b32856a18f28bb30d36e6 (patch)
tree5ba0fd8cf4b43be99b28437424e178249b19afc2 /sys/pci
parent531b40a32600c904fe06f3f097c027261a5b67b3 (diff)
downloadFreeBSD-src-7ecc59e45de1a67ed22b32856a18f28bb30d36e6.zip
FreeBSD-src-7ecc59e45de1a67ed22b32856a18f28bb30d36e6.tar.gz
Ricoh RL5C46x cardbus bridges have the bits for 3E0 and 3E2. The
RL5C47x cards do not. Only set them for that set of bridges. Submitted by: shiba (Takeshi Shibagaki-san)
Diffstat (limited to 'sys/pci')
-rw-r--r--sys/pci/pcic_p.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/pci/pcic_p.c b/sys/pci/pcic_p.c
index 1a89f6c..6308738 100644
--- a/sys/pci/pcic_p.c
+++ b/sys/pci/pcic_p.c
@@ -314,7 +314,6 @@ pcic_pci_probe(device_t dev)
return 0; /* exact match */
}
-
static void
ricoh_init(device_t dev)
{
@@ -357,9 +356,6 @@ pcic_pci_attach(device_t dev)
switch (device_id) {
case PCI_DEVICE_ID_RICOH_RL5C465:
case PCI_DEVICE_ID_RICOH_RL5C466:
- case PCI_DEVICE_ID_RICOH_RL5C475:
- case PCI_DEVICE_ID_RICOH_RL5C476:
- case PCI_DEVICE_ID_RICOH_RL5C478:
ricoh_init(dev);
generic_cardbus_attach(dev);
break;
OpenPOWER on IntegriCloud