summaryrefslogtreecommitdiffstats
path: root/sys/dev/hme
Commit message (Expand)AuthorAgeFilesLines
* Some changes related to reading the MAC-address from the VPD on systemsmarius2004-12-121-19/+18
* Make hme(4) mpsafeyongari2004-11-224-29/+123
* Make hme(4), i.e. the PCI-variant, MI by reading the MAC address on sytemsmarius2004-08-141-3/+152
* Since if_hme doesn't contain locking or run with INTR_MPSAFE, markrwatson2004-08-131-1/+2
* - Use bus_space_subregion() rather than arithmetic on bus_space_handle_t. [1]marius2004-08-124-28/+30
* - Introduce an ofw_bus kobj-interface for retrieving the OFW node and amarius2004-08-121-3/+4
* Implement TCP/UDP Transmit/Receive checksum offload.yongari2004-08-054-17/+174
* Second part of ALTQ driver modifications, covering:mlaier2004-08-011-3/+5
* Back out 1.23 until I figure out why it causes Netra t1 100 to no longermarius2004-06-121-1/+1
* - Add a LLADDR() forgotten in the conversion to ether_crc32_le().marius2004-06-101-4/+2
* Replace handrolled CRC calculation with ether_crc32_[lb]e().naddy2004-06-091-18/+2
* Add missing <sys/module.h> includes currently relying on nested includephk2004-06-033-0/+3
* In hme_init() call mii_mediachg() to make sure the current media is set.marius2004-05-291-1/+4
* Remove a redundant include directivescottl2004-05-281-2/+0
* Mark the VLAN_MTU capability as initially enabled since it'syar2004-05-231-0/+1
* We don't need to initialize if_output, ether_ifattach() does itmux2004-05-231-1/+0
* Spelling and style fixes.marius2004-05-222-22/+22
* The Sun hme hardware supposedly supports Tx frames up to 65535 octets,joerg2004-05-061-3/+13
* Let ether_ifattach() announce our MAC address.mdodd2004-03-201-5/+0
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-172-16/+16
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-2/+2
* Preparatory commit to allow prototypes in ofw_machdep.h to containmarcel2003-09-022-0/+2
* Use __FBSDID().obrien2003-08-243-7/+10
* s#<foo/bar.h>#<dev/foo/bar.h>#gmarcel2003-08-233-10/+10
* s=include <ofw/=include <dev/ofw/= to reflect removal of -I$S/devimp2003-08-231-1/+1
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* Mega busdma API commit.scottl2003-07-011-4/+5
* Some gem and hme hardware bogusly has the intpin register hardwired totmm2003-07-011-4/+6
* - Don't call pci_enable_io() in drivers (unless needed for resume).mdodd2003-04-161-1/+0
* - Express hard dependencies on bus (pci, isa, pccard) andmdodd2003-04-152-2/+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-094-12/+142
* Fix module dependancy name.obrien2003-01-081-1/+1
* Convert to use bus_dmamap_load_mbuf(); decouple software TX descriptorstmm2003-01-063-216/+149
* 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-142-28/+47
* Don't treat statistics counter wrap-overs as errors.tmm2002-06-051-10/+3
* Move the new byte order function prototypes from <sys/param.h> tomike2002-04-261-0/+1
* Assorted fixes:tmm2002-03-234-11/+3
* Use the pci_enable_* functions instead of manually fiddling with thetmm2002-03-111-6/+4
* 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-275-0/+2455
OpenPOWER on IntegriCloud