summaryrefslogtreecommitdiff
path: root/sys/dev/hme/if_hme.c
Commit message (Expand)AuthorAgeFilesLines
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-2/+2
* Use __FBSDID().David E. O'Brien2003-08-241-2/+3
* s#<foo/bar.h>#<dev/foo/bar.h>#gMarcel Moolenaar2003-08-231-2/+2
* Mega busdma API commit.Scott Long2003-07-011-4/+5
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* bus_dmamap_sync() overhaul:Thomas Moestl2003-01-211-21/+24
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* Add detach, shutdown, suspend and resume methods.Thomas Moestl2003-01-091-12/+43
* Fix module dependancy name.David E. O'Brien2003-01-081-1/+1
* Convert to use bus_dmamap_load_mbuf(); decouple software TX descriptorsThomas Moestl2003-01-061-200/+123
* network interface driver changes:Sam Leffler2002-11-141-13/+4
* Call bpf_mtap() on output, to catch outgoing packets for e.g. tcpdump .Bill Fenner2002-07-301-1/+5
* Miscellaneous fixes:Thomas Moestl2002-07-141-22/+47
* Move the new byte order function prototypes from <sys/param.h> toMike Barcroft2002-04-261-0/+1
* Assorted fixes:Thomas Moestl2002-03-231-7/+0
* Fix some bugs in the handling of the case of not enough tx descriptorsThomas Moestl2002-03-091-12/+14
* Add a driver for the Sun HME PCI/SBus ethernet adaptor, which is onboardThomas Moestl2002-02-271-0/+1512