summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2003-04-16 09:16:55 +0000
committersobomax <sobomax@FreeBSD.org>2003-04-16 09:16:55 +0000
commit2c8ec42bdf9bc8db4755732128a5e530416d1096 (patch)
treec07e136714bba2f22e037f2ab23b529b5db5bc03
parenta733e8a7dd133d36d4ab8dfe3848d508e04a0537 (diff)
downloadFreeBSD-src-2c8ec42bdf9bc8db4755732128a5e530416d1096.zip
FreeBSD-src-2c8ec42bdf9bc8db4755732128a5e530416d1096.tar.gz
Update comment to match reality.
-rw-r--r--sys/dev/fxp/if_fxp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/fxp/if_fxp.c b/sys/dev/fxp/if_fxp.c
index 4dcb7c2..29d92c7 100644
--- a/sys/dev/fxp/if_fxp.c
+++ b/sys/dev/fxp/if_fxp.c
@@ -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);
OpenPOWER on IntegriCloud