mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
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)
This commit is contained in:
parent
bccfae2270
commit
84b00588d8
2 changed files with 0 additions and 8 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue