mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Hide driver revision behind bootverbose.
Approved by: mav
This commit is contained in:
parent
00a3d0dae2
commit
d2c60314e4
1 changed files with 4 additions and 1 deletions
|
|
@ -4146,7 +4146,10 @@ hdac_attach(device_t dev)
|
|||
uint16_t vendor;
|
||||
uint8_t v;
|
||||
|
||||
device_printf(dev, "HDA Driver Revision: %s\n", HDA_DRV_TEST_REV);
|
||||
HDA_BOOTVERBOSE(
|
||||
device_printf(dev, "HDA Driver Revision: %s\n",
|
||||
HDA_DRV_TEST_REV);
|
||||
);
|
||||
|
||||
model = (uint32_t)pci_get_device(dev) << 16;
|
||||
model |= (uint32_t)pci_get_vendor(dev) & 0x0000ffff;
|
||||
|
|
|
|||
Loading…
Reference in a new issue