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

This commit is contained in:
sos 2003-12-09 19:13:50 +00:00
parent 09cf6d6678
commit e6cf44c49d

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;