--- src/sys/bus/firewire/fwohci_pci.c 2004/07/16 09:42:50 1.8 +++ src/sys/bus/firewire/fwohci_pci.c 2004/07/16 12:15:51 1.9 @@ -189,6 +189,10 @@ fwohci_pci_probe( device_t dev ) device_set_desc(dev, "Intel 82372FB"); return 0; } + if (id == (FW_VENDORID_ADAPTEC | FW_DEVICE_AIC5800)) { + device_set_desc(dev, "Adaptec AHA-894x/AIC-5800"); + return 0; + } #endif if (pci_get_class(dev) == PCIC_SERIALBUS && pci_get_subclass(dev) == PCIS_SERIALBUS_FW