summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_tl.c
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2006-05-12 05:04:46 +0000
committerjhb <jhb@FreeBSD.org>2006-05-12 05:04:46 +0000
commit0f921e0992f543c4aafd5604a99a6edaa059ff36 (patch)
tree9e7fa374ce86cf10beca9d2dca94fc077a700745 /sys/pci/if_tl.c
parent95826ec6b414b9b651fe4cf4b08cf9e0e16a11f2 (diff)
downloadFreeBSD-src-0f921e0992f543c4aafd5604a99a6edaa059ff36.zip
FreeBSD-src-0f921e0992f543c4aafd5604a99a6edaa059ff36.tar.gz
Remove various bits of conditional Alpha code and fixup a few comments.
Diffstat (limited to 'sys/pci/if_tl.c')
-rw-r--r--sys/pci/if_tl.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/pci/if_tl.c b/sys/pci/if_tl.c
index b06ae6a6..b5e18746 100644
--- a/sys/pci/if_tl.c
+++ b/sys/pci/if_tl.c
@@ -1441,10 +1441,6 @@ tl_newbuf(sc, c)
if (m_new == NULL)
return(ENOBUFS);
-#ifdef __alpha__
- m_new->m_data += 2;
-#endif
-
c->tl_mbuf = m_new;
c->tl_next = NULL;
c->tl_ptr->tlist_frsize = MCLBYTES;
OpenPOWER on IntegriCloud