--- src/sys/bus/firewire/fwohci_pci.c 2004/07/16 09:10:50 1.7 +++ src/sys/bus/firewire/fwohci_pci.c 2004/07/16 09:42:50 1.8 @@ -185,6 +185,10 @@ fwohci_pci_probe( device_t dev ) device_set_desc(dev, "Lucent FW322/323"); return 0; } + if (id == (FW_VENDORID_INTEL | FW_DEVICE_82372FB)) { + device_set_desc(dev, "Intel 82372FB"); + return 0; + } #endif if (pci_get_class(dev) == PCIC_SERIALBUS && pci_get_subclass(dev) == PCIS_SERIALBUS_FW