mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Add back the national support, this was removed by accident earlier.
This commit is contained in:
parent
6ea7b5bcdf
commit
a5cd71ee7b
1 changed files with 4 additions and 0 deletions
|
|
@ -95,6 +95,10 @@ ata_pci_probe(device_t dev)
|
|||
if (!ata_intel_ident(dev))
|
||||
return 0;
|
||||
break;
|
||||
case ATA_NATIONAL_ID:
|
||||
if (!ata_national_ident(dev))
|
||||
return 0;
|
||||
break;
|
||||
case ATA_NVIDIA_ID:
|
||||
if (!ata_nvidia_ident(dev))
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue