mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Update comment to match reality.
This commit is contained in:
parent
29273dcd58
commit
2bce79a21d
1 changed files with 1 additions and 2 deletions
|
|
@ -387,8 +387,7 @@ fxp_attach(device_t dev)
|
|||
s = splimp();
|
||||
|
||||
/*
|
||||
* Enable bus mastering. Enable memory/port space too, in case
|
||||
* BIOS/Prom forgot about it.
|
||||
* Enable bus mastering.
|
||||
*/
|
||||
pci_enable_busmaster(dev);
|
||||
val = pci_read_config(dev, PCIR_COMMAND, 2);
|
||||
|
|
|
|||
Loading…
Reference in a new issue