diff options
| author | Warner Losh <imp@FreeBSD.org> | 2003-07-03 14:00:57 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2003-07-03 14:00:57 +0000 |
| commit | fa4b32fa800a31351180823a809ef1f36e4270ff (patch) | |
| tree | 584c5d95c565a7220199ac4f80f117d25995ead7 /sys/dev/txp | |
| parent | f399623004bc8a19b8f076167c9858cb12bcf7a3 (diff) | |
Notes
Diffstat (limited to 'sys/dev/txp')
| -rw-r--r-- | sys/dev/txp/if_txp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/txp/if_txp.c b/sys/dev/txp/if_txp.c index 542f6927fc2d8..866a120cebdb0 100644 --- a/sys/dev/txp/if_txp.c +++ b/sys/dev/txp/if_txp.c @@ -223,7 +223,7 @@ txp_attach(dev) mtx_init(&sc->sc_mtx, device_get_nameunit(dev), MTX_NETWORK_LOCK, MTX_DEF | MTX_RECURSE); - +#ifndef BURN_BRIDGES /* * Handle power management nonsense. */ @@ -245,7 +245,7 @@ txp_attach(dev) pci_write_config(dev, TXP_PCI_LOMEM, membase, 4); pci_write_config(dev, TXP_PCI_INTLINE, irq, 4); } - +#endif /* * Map control/status registers. */ |
