diff --git a/sys/dev/sound/pci/ich.c b/sys/dev/sound/pci/ich.c index 2f44e8a4836..82b33f2cc93 100644 --- a/sys/dev/sound/pci/ich.c +++ b/sys/dev/sound/pci/ich.c @@ -668,7 +668,7 @@ ich_pci_probe(device_t dev) case 0x005910de: device_set_desc(dev, "nVidia nForce4"); - return 0; + return BUS_PROBE_DEFAULT; case 0x74451022: device_set_desc(dev, "AMD-768");