From 2bce79a21dde4ea49f4f790c270e0ace2e906fa3 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Wed, 16 Apr 2003 09:16:55 +0000 Subject: [PATCH] Update comment to match reality. --- sys/dev/fxp/if_fxp.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/dev/fxp/if_fxp.c b/sys/dev/fxp/if_fxp.c index 4dcb7c2adf61..29d92c73270b 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);