summaryrefslogtreecommitdiff
path: root/sys/dev/sf
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2003-07-03 21:39:53 +0000
committerWarner Losh <imp@FreeBSD.org>2003-07-03 21:39:53 +0000
commitb84e866a1894cbf96db3ed42302e19d3d90a5761 (patch)
tree1587c5775f176c6f1f8b37826df28b5c76fd2abc /sys/dev/sf
parente6c92d4cc6fdf6cb939923e40596677bf02833f4 (diff)
Notes
Diffstat (limited to 'sys/dev/sf')
-rw-r--r--sys/dev/sf/if_sf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/sf/if_sf.c b/sys/dev/sf/if_sf.c
index bedf1f00c08c..9eaad552c0ab 100644
--- a/sys/dev/sf/if_sf.c
+++ b/sys/dev/sf/if_sf.c
@@ -676,7 +676,7 @@ sf_attach(dev)
mtx_init(&sc->sf_mtx, device_get_nameunit(dev), MTX_NETWORK_LOCK,
MTX_DEF | MTX_RECURSE);
-
+#ifndef BURN_BRIDGES
/*
* Handle power management nonsense.
*/
@@ -699,7 +699,7 @@ sf_attach(dev)
pci_write_config(dev, SF_PCI_LOMEM, membase, 4);
pci_write_config(dev, SF_PCI_INTLINE, irq, 4);
}
-
+#endif
/*
* Map control/status registers.
*/