Add back the national support, this was removed by accident earlier.
This commit is contained in:
parent
09cf6d6678
commit
e6cf44c49d
@ -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…
x
Reference in New Issue
Block a user