aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hme
Commit message (Expand)AuthorAgeFilesLines
* Mark the VLAN_MTU capability as initially enabled since it'sYaroslav Tykhiy2004-05-231-0/+1
* We don't need to initialize if_output, ether_ifattach() does itMaxime Henrion2004-05-231-1/+0
* Spelling and style fixes.Marius Strobl2004-05-222-22/+22
* The Sun hme hardware supposedly supports Tx frames up to 65535 octets,Joerg Wunsch2004-05-061-3/+13
* Let ether_ifattach() announce our MAC address.Matthew N. Dodd2004-03-201-5/+0
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-172-16/+16
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-2/+2
* Preparatory commit to allow prototypes in ofw_machdep.h to containMarcel Moolenaar2003-09-022-0/+2
* Use __FBSDID().David E. O'Brien2003-08-243-7/+10
* s#<foo/bar.h>#<dev/foo/bar.h>#gMarcel Moolenaar2003-08-233-10/+10
* s=include <ofw/=include <dev/ofw/= to reflect removal of -I$S/devWarner Losh2003-08-231-1/+1
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* Mega busdma API commit.Scott Long2003-07-011-4/+5
* Some gem and hme hardware bogusly has the intpin register hardwired toThomas Moestl2003-07-011-4/+6
* - Don't call pci_enable_io() in drivers (unless needed for resume).Matthew N. Dodd2003-04-161-1/+0
* - Express hard dependencies on bus (pci, isa, pccard) andMatthew N. Dodd2003-04-152-2/+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-094-12/+142
* 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-063-216/+149
* 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-142-28/+47
* Don't treat statistics counter wrap-overs as errors.Thomas Moestl2002-06-051-10/+3
* Move the new byte order function prototypes from <sys/param.h> toMike Barcroft2002-04-261-0/+1
* Assorted fixes:Thomas Moestl2002-03-234-11/+3
* Use the pci_enable_* functions instead of manually fiddling with theThomas Moestl2002-03-111-6/+4
* 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-275-0/+2455