summaryrefslogtreecommitdiffstats
path: root/sys/dev/bge
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2007-05-22 19:11:39 +0000
committerjkim <jkim@FreeBSD.org>2007-05-22 19:11:39 +0000
commit6bf263ddc59ffe6b63f57b5f38e7ac5fb5985600 (patch)
tree7205f9f61cc4f0b147c14e043924c9724e521861 /sys/dev/bge
parent79e5bf3b37d08ad1aa11cce35fe6c60c8f780ee3 (diff)
downloadFreeBSD-src-6bf263ddc59ffe6b63f57b5f38e7ac5fb5985600.zip
FreeBSD-src-6bf263ddc59ffe6b63f57b5f38e7ac5fb5985600.tar.gz
Remove stale alpha support code.
Diffstat (limited to 'sys/dev/bge')
-rw-r--r--sys/dev/bge/if_bge.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/sys/dev/bge/if_bge.c b/sys/dev/bge/if_bge.c
index 5380d6e..7a269bb 100644
--- a/sys/dev/bge/if_bge.c
+++ b/sys/dev/bge/if_bge.c
@@ -1256,17 +1256,6 @@ bge_chipinit(struct bge_softc *sc)
*/
PCI_CLRBIT(sc->bge_dev, BGE_PCI_CMD, PCIM_CMD_MWIEN, 4);
-#ifdef __brokenalpha__
- /*
- * Must insure that we do not cross an 8K (bytes) boundary
- * for DMA reads. Our highest limit is 1K bytes. This is a
- * restriction on some ALPHA platforms with early revision
- * 21174 PCI chipsets, such as the AlphaPC 164lx
- */
- PCI_SETBIT(sc->bge_dev, BGE_PCI_DMA_RW_CTL,
- BGE_PCI_READ_BNDRY_1024BYTES, 4);
-#endif
-
/* Set the timer prescaler (always 66Mhz) */
CSR_WRITE_4(sc, BGE_MISC_CFG, BGE_32BITTIME_66MHZ);
OpenPOWER on IntegriCloud