summaryrefslogtreecommitdiffstats
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 membersbrooks2003-10-311-2/+2
* Use __FBSDID().obrien2003-08-241-2/+3
* s#<foo/bar.h>#<dev/foo/bar.h>#gmarcel2003-08-231-2/+2
* Mega busdma API commit.scottl2003-07-011-4/+5
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* bus_dmamap_sync() overhaul:tmm2003-01-211-21/+24
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* Add detach, shutdown, suspend and resume methods.tmm2003-01-091-12/+43
* Fix module dependancy name.obrien2003-01-081-1/+1
* Convert to use bus_dmamap_load_mbuf(); decouple software TX descriptorstmm2003-01-061-200/+123
* network interface driver changes:sam2002-11-141-13/+4
* Call bpf_mtap() on output, to catch outgoing packets for e.g. tcpdump .fenner2002-07-301-1/+5
* Miscellaneous fixes:tmm2002-07-141-22/+47
* Move the new byte order function prototypes from <sys/param.h> tomike2002-04-261-0/+1
* Assorted fixes:tmm2002-03-231-7/+0
* Fix some bugs in the handling of the case of not enough tx descriptorstmm2002-03-091-12/+14
* Add a driver for the Sun HME PCI/SBus ethernet adaptor, which is onboardtmm2002-02-271-0/+1512
OpenPOWER on IntegriCloud