summaryrefslogtreecommitdiff
path: root/sys/dev/ic/hme.c
AgeCommit message (Expand)Author
2002-03-14First round of __P removal in sysTodd C. Miller
2002-02-18call ether_ioctl(), fix pr/2371; jason@ okMichael Shalayeff
2001-10-09- keep a spare dmamap_t around for rx (use it to keep the old mbuf loadedJason Wright
2001-10-04move stats update into tickerJason Wright
2001-10-04Fix up tx logic: can't free zero length mbufs (may have to requeue, and it'sJason Wright
2001-10-02styleJason Wright
2001-10-02De uglify (a bit) and garbage collect a bunch of now unused functions.Jason Wright
2001-10-02Pull in a change I wrote a -long- time ago: avoid {bcopy/memcpy} into staticallyJason Wright
2001-09-23solve mtu problem a little more elegantly (ramdisk works on blade100 andJason Wright
2001-09-20undef HMEDEBUG by default, and maximum rx/tx size isJason Wright
2001-08-29initialize ac_enaddr from sc_enaddrJason Wright
2001-08-23decruftify: remove unnecessary/unused functionsJason Wright
2001-08-23need bpfilter.hJason Wright
2001-08-21bus independent part of hme driver from netbsdJason Wright