| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Replace handrolled CRC calculation with ether_crc32_[lb]e(). | naddy | 2004-06-09 | 1 | -18/+2 |
* | Add missing <sys/module.h> includes currently relying on nested include | phk | 2004-06-03 | 3 | -0/+3 |
* | In hme_init() call mii_mediachg() to make sure the current media is set. | marius | 2004-05-29 | 1 | -1/+4 |
* | Remove a redundant include directive | scottl | 2004-05-28 | 1 | -2/+0 |
* | Mark the VLAN_MTU capability as initially enabled since it's | yar | 2004-05-23 | 1 | -0/+1 |
* | We don't need to initialize if_output, ether_ifattach() does it | mux | 2004-05-23 | 1 | -1/+0 |
* | Spelling and style fixes. | marius | 2004-05-22 | 2 | -22/+22 |
* | The Sun hme hardware supposedly supports Tx frames up to 65535 octets, | joerg | 2004-05-06 | 1 | -3/+13 |
* | Let ether_ifattach() announce our MAC address. | mdodd | 2004-03-20 | 1 | -5/+0 |
* | Convert callers to the new bus_alloc_resource_any(9) API. | njl | 2004-03-17 | 2 | -16/+16 |
* | Replace the if_name and if_unit members of struct ifnet with new members | brooks | 2003-10-31 | 1 | -2/+2 |
* | Preparatory commit to allow prototypes in ofw_machdep.h to contain | marcel | 2003-09-02 | 2 | -0/+2 |
* | Use __FBSDID(). | obrien | 2003-08-24 | 3 | -7/+10 |
* | s#<foo/bar.h>#<dev/foo/bar.h>#g | marcel | 2003-08-23 | 3 | -10/+10 |
* | s=include <ofw/=include <dev/ofw/= to reflect removal of -I$S/dev | imp | 2003-08-23 | 1 | -1/+1 |
* | Prefer new location of pci include files (which have only been in the | imp | 2003-08-22 | 1 | -2/+2 |
* | Mega busdma API commit. | scottl | 2003-07-01 | 1 | -4/+5 |
* | Some gem and hme hardware bogusly has the intpin register hardwired to | tmm | 2003-07-01 | 1 | -4/+6 |
* | - Don't call pci_enable_io() in drivers (unless needed for resume). | mdodd | 2003-04-16 | 1 | -1/+0 |