aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hme
Commit message (Expand)AuthorAgeFilesLines
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-181-8/+8
* Use define from if_var.h to access a field inside struct if_data,Gleb Smirnoff2014-08-301-1/+1
* Provide necessary includes.Gleb Smirnoff2013-10-281-3/+3
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-262-0/+4
* Avoid controller reinitialization which could be triggered byPyun YongHyeon2013-07-101-0/+6
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-3/+3
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-222-10/+2
* - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPMarius Strobl2011-05-031-1/+1
* Correct spelling in comments.Marius Strobl2011-04-222-3/+3
* Convert the PHY drivers to honor the mii_flags passed down and convertMarius Strobl2010-10-151-11/+14
* KTR_CTx are long time aliased by existing classes so they can't serveAttilio Rao2010-07-211-1/+1
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromJoel Dahl2010-03-033-21/+0
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson2009-06-261-2/+2
* - Use the revamped code from the gem(4) PCI front-end, whichMarius Strobl2008-04-262-162/+175
* o Disable HMEDEBUG by default.Marius Strobl2008-04-245-199/+228
* Remove invalid BUS_DMA_ALLOCNOW when creating a tag which is used forMarius Strobl2007-05-011-1/+1
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-232-2/+2
* - Use the hme_tick() callout instead of if_slowtimo() for drivingMarius Strobl2006-12-062-17/+22
* Remove the HME_LOCK_ASSERT() in hme_mifinit(), which was added in theMarius Strobl2006-12-041-1/+0
* - In hme_stop() mask all interrupts.Marius Strobl2006-12-041-45/+91
* Fix invalid reference of mbuf chains.Pyun YongHyeon2006-08-121-16/+16
* Fix typo in printf string.Simon L. B. Nielsen2006-05-271-2/+2
* Backout rev. 1.46. It caused Rx checksum offload breakage on littlePyun YongHyeon2006-03-211-1/+1
* fix Rx checksum computation on little endian systems.Pyun YongHyeon2006-01-171-1/+1
* - Store pointer to the link-level address right in "struct ifnet"Ruslan Ermilov2005-11-111-1/+1
* - Convert hme(4) to use TX side bus_dmamap_load_mbuf_sg(9).Pyun YongHyeon2005-10-253-143/+136
* Move hme_stop() after ether_ifdetach() and if_free() to prevent aKen Smith2005-09-081-2/+2
* - Remove redundant assertions that the driver lock is not held in attach()John Baldwin2005-08-241-5/+2
* Add callout_drain()'s to foo_detach() after calling foo_stop() to make sureJohn Baldwin2005-08-171-0/+1
* - Use callout_init_mtx() to close races between hme_stop() and hme_tick().John Baldwin2005-08-101-57/+22
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-091-9/+10
* Modify device drivers supporting multicast addresses to lock if_addr_mtxRobert Watson2005-08-031-0/+2
* Add a missing mtx_destroy() in hme_pci_detach().Marius Strobl2005-07-101-0/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-104-20/+28
* According to STP2002QFP User's Guide, it seems that driver shouldPyun YongHyeon2005-05-231-1/+4
* Release the IRQ resource on detach. This fixes repeatedly loading andMarius Strobl2005-04-051-0/+1
* Use BUS_PROBE_DEFAULT for pci probe return valueWarner Losh2005-03-051-1/+1
* - Fix braino introduced in rev. 1.17, unlike the X1032A (HME-ISP1040-combo)Marius Strobl2005-03-021-8/+8
* Add a note that all four HME chips on a SUNW,qfe card share the same PROM,Marius Strobl2005-02-201-1/+2
* Fix "Duplicate mbuf free panic".Pyun YongHyeon2005-02-021-1/+1
* Fix kernel builds with INVARIANTS.David E. O'Brien2005-01-161-1/+1
* Use bus_dmamap_load_mbuf_sg() for loading rx buffers.Scott Long2005-01-151-19/+7
* Some changes related to reading the MAC-address from the VPD on systemsMarius Strobl2004-12-121-19/+18
* Make hme(4) mpsafePyun YongHyeon2004-11-224-29/+123
* Make hme(4), i.e. the PCI-variant, MI by reading the MAC address on sytemsMarius Strobl2004-08-141-3/+152
* Since if_hme doesn't contain locking or run with INTR_MPSAFE, markRobert Watson2004-08-131-1/+2
* - Use bus_space_subregion() rather than arithmetic on bus_space_handle_t. [1]Marius Strobl2004-08-124-28/+30
* - Introduce an ofw_bus kobj-interface for retrieving the OFW node and aMarius Strobl2004-08-121-3/+4
* Implement TCP/UDP Transmit/Receive checksum offload.Pyun YongHyeon2004-08-054-17/+174
* Second part of ALTQ driver modifications, covering:Max Laier2004-08-011-3/+5