| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | - Express hard dependencies on bus (pci, isa, pccard) and | mdodd | 2003-04-15 | 2 | -2/+5 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -1/+1 |
* | bus_dmamap_sync() overhaul: | tmm | 2003-01-21 | 1 | -21/+24 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -1/+1 |
* | Add detach, shutdown, suspend and resume methods. | tmm | 2003-01-09 | 4 | -12/+142 |
* | Fix module dependancy name. | obrien | 2003-01-08 | 1 | -1/+1 |
* | Convert to use bus_dmamap_load_mbuf(); decouple software TX descriptors | tmm | 2003-01-06 | 3 | -216/+149 |
* | network interface driver changes: | sam | 2002-11-14 | 1 | -13/+4 |
* | Call bpf_mtap() on output, to catch outgoing packets for e.g. tcpdump . | fenner | 2002-07-30 | 1 | -1/+5 |
* | Miscellaneous fixes: | tmm | 2002-07-14 | 2 | -28/+47 |
* | Don't treat statistics counter wrap-overs as errors. | tmm | 2002-06-05 | 1 | -10/+3 |
* | Move the new byte order function prototypes from <sys/param.h> to | mike | 2002-04-26 | 1 | -0/+1 |
* | Assorted fixes: | tmm | 2002-03-23 | 4 | -11/+3 |
* | Use the pci_enable_* functions instead of manually fiddling with the | tmm | 2002-03-11 | 1 | -6/+4 |
* | Fix some bugs in the handling of the case of not enough tx descriptors | tmm | 2002-03-09 | 1 | -12/+14 |
* | Add a driver for the Sun HME PCI/SBus ethernet adaptor, which is onboard | tmm | 2002-02-27 | 5 | -0/+2455 |