Add back the national support, this was removed by accident earlier.

This commit is contained in:
Søren Schmidt 2003-12-09 19:13:50 +00:00
parent 6ea7b5bcdf
commit a5cd71ee7b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=123361

View File

@ -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;