summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/hmevar.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Garbage collect some bits that were never used.brad2014-11-271-5/+1
* cut things that relied on mclgeti for rx ring accounting/restriction overdlg2014-07-081-2/+3
* Add detach support to a few more drivers, and in others do the neccessaryderaadt2009-10-151-1/+2
* More cases of shutdown hooks not needed after card is already stopped. Inderaadt2009-08-101-2/+1
* Simplify the ioctl handling code. From Brad.sthen2009-06-111-2/+1
* Switch hme(4) over to using MCLGETI when allocating mbufs for the RX ring.kettenis2009-04-171-2/+2
* Use bus_dmamap_load_mbuf instead of loading mbuf fragments ourselves, andkettenis2008-11-261-2/+2
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* betetr yet, just nuke sc_enaddr all together, just fill in arpcom andjason2006-12-211-2/+1
* do not reset the chip (and subsequently the phy) when unnecessary; that is,brad2004-08-081-1/+2
* Store which tcvr to preferjason2002-11-201-1/+2
* First round of __P removal in sysmillert2002-03-141-6/+6
* - keep a spare dmamap_t around for rx (use it to keep the old mbuf loadedjason2001-10-091-3/+4
* move stats update into tickerjason2001-10-041-3/+4
* De uglify (a bit) and garbage collect a bunch of now unused functions.jason2001-10-021-19/+9
* Pull in a change I wrote a -long- time ago: avoid {bcopy/memcpy} into staticallyjason2001-10-021-4/+10
* bus independent part of hme driver from netbsdjason2001-08-211-0/+107