| Commit message (Expand) | Author | Age | Files | Lines |
* | Provide necessary includes. | glebius | 2013-10-28 | 1 | -3/+3 |
* | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | glebius | 2013-10-26 | 2 | -0/+4 |
* | Avoid controller reinitialization which could be triggered by | yongari | 2013-07-10 | 1 | -0/+6 |
* | Mechanically substitute flags from historic mbuf allocator with | glebius | 2012-12-04 | 1 | -3/+3 |
* | - There's no need to overwrite the default device method with the default | marius | 2011-11-22 | 2 | -10/+2 |
* | - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOP | marius | 2011-05-03 | 1 | -1/+1 |
* | Correct spelling in comments. | marius | 2011-04-22 | 2 | -3/+3 |
* | Convert the PHY drivers to honor the mii_flags passed down and convert | marius | 2010-10-15 | 1 | -11/+14 |
* | KTR_CTx are long time aliased by existing classes so they can't serve | attilio | 2010-07-21 | 1 | -1/+1 |
* | The NetBSD Foundation has granted permission to remove clause 3 and 4 from | joel | 2010-03-03 | 3 | -21/+0 |
* | Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/ | rwatson | 2009-06-26 | 1 | -2/+2 |
* | - Use the revamped code from the gem(4) PCI front-end, which | marius | 2008-04-26 | 2 | -162/+175 |
* | o Disable HMEDEBUG by default. | marius | 2008-04-24 | 5 | -199/+228 |
* | Remove invalid BUS_DMA_ALLOCNOW when creating a tag which is used for | marius | 2007-05-01 | 1 | -1/+1 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 2 | -2/+2 |
* | - Use the hme_tick() callout instead of if_slowtimo() for driving | marius | 2006-12-06 | 2 | -17/+22 |
* | Remove the HME_LOCK_ASSERT() in hme_mifinit(), which was added in the | marius | 2006-12-04 | 1 | -1/+0 |
* | - In hme_stop() mask all interrupts. | marius | 2006-12-04 | 1 | -45/+91 |
* | Fix invalid reference of mbuf chains. | yongari | 2006-08-12 | 1 | -16/+16 |
* | Fix typo in printf string. | simon | 2006-05-27 | 1 | -2/+2 |
* | Backout rev. 1.46. It caused Rx checksum offload breakage on little | yongari | 2006-03-21 | 1 | -1/+1 |
* | fix Rx checksum computation on little endian systems. | yongari | 2006-01-17 | 1 | -1/+1 |
* | - Store pointer to the link-level address right in "struct ifnet" | ru | 2005-11-11 | 1 | -1/+1 |
* | - Convert hme(4) to use TX side bus_dmamap_load_mbuf_sg(9). | yongari | 2005-10-25 | 3 | -143/+136 |
* | Move hme_stop() after ether_ifdetach() and if_free() to prevent a | kensmith | 2005-09-08 | 1 | -2/+2 |
* | - Remove redundant assertions that the driver lock is not held in attach() | jhb | 2005-08-24 | 1 | -5/+2 |
* | Add callout_drain()'s to foo_detach() after calling foo_stop() to make sure | jhb | 2005-08-17 | 1 | -0/+1 |
* | - Use callout_init_mtx() to close races between hme_stop() and hme_tick(). | jhb | 2005-08-10 | 1 | -57/+22 |
* | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | rwatson | 2005-08-09 | 1 | -9/+10 |
* | Modify device drivers supporting multicast addresses to lock if_addr_mtx | rwatson | 2005-08-03 | 1 | -0/+2 |
* | Add a missing mtx_destroy() in hme_pci_detach(). | marius | 2005-07-10 | 1 | -0/+1 |
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | brooks | 2005-06-10 | 4 | -20/+28 |
* | According to STP2002QFP User's Guide, it seems that driver should | yongari | 2005-05-23 | 1 | -1/+4 |
* | Release the IRQ resource on detach. This fixes repeatedly loading and | marius | 2005-04-05 | 1 | -0/+1 |
* | Use BUS_PROBE_DEFAULT for pci probe return value | imp | 2005-03-05 | 1 | -1/+1 |
* | - Fix braino introduced in rev. 1.17, unlike the X1032A (HME-ISP1040-combo) | marius | 2005-03-02 | 1 | -8/+8 |
* | Add a note that all four HME chips on a SUNW,qfe card share the same PROM, | marius | 2005-02-20 | 1 | -1/+2 |
* | Fix "Duplicate mbuf free panic". | yongari | 2005-02-02 | 1 | -1/+1 |
* | Fix kernel builds with INVARIANTS. | obrien | 2005-01-16 | 1 | -1/+1 |
* | Use bus_dmamap_load_mbuf_sg() for loading rx buffers. | scottl | 2005-01-15 | 1 | -19/+7 |
* | Some changes related to reading the MAC-address from the VPD on systems | marius | 2004-12-12 | 1 | -19/+18 |
* | Make hme(4) mpsafe | yongari | 2004-11-22 | 4 | -29/+123 |
* | Make hme(4), i.e. the PCI-variant, MI by reading the MAC address on sytems | marius | 2004-08-14 | 1 | -3/+152 |
* | Since if_hme doesn't contain locking or run with INTR_MPSAFE, mark | rwatson | 2004-08-13 | 1 | -1/+2 |
* | - Use bus_space_subregion() rather than arithmetic on bus_space_handle_t. [1] | marius | 2004-08-12 | 4 | -28/+30 |
* | - Introduce an ofw_bus kobj-interface for retrieving the OFW node and a | marius | 2004-08-12 | 1 | -3/+4 |
* | Implement TCP/UDP Transmit/Receive checksum offload. | yongari | 2004-08-05 | 4 | -17/+174 |
* | Second part of ALTQ driver modifications, covering: | mlaier | 2004-08-01 | 1 | -3/+5 |
* | Back out 1.23 until I figure out why it causes Netra t1 100 to no longer | marius | 2004-06-12 | 1 | -1/+1 |
* | - Add a LLADDR() forgotten in the conversion to ether_crc32_le(). | marius | 2004-06-10 | 1 | -4/+2 |