Update comment to match reality.

This commit is contained in:
Maxim Sobolev 2003-04-16 09:16:55 +00:00
parent 29273dcd58
commit 2bce79a21d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=113551

View File

@ -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);