Add back the national support, this was removed by accident earlier.
This commit is contained in:
parent
6ea7b5bcdf
commit
a5cd71ee7b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=123361
@ -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 New Issue
Block a user