| Commit message (Expand) | Author | Age | Files | Lines |
* | Really fix it this time. | ru | 2005-11-12 | 1 | -3/+3 |
* | Attempt to fix pc98 GENERIC compile breakage. | ru | 2005-11-12 | 1 | -3/+3 |
* | - Store pointer to the link-level address right in "struct ifnet" | ru | 2005-11-11 | 2 | -6/+6 |
* | Fix "struct ifnet" leak if attach() fails in the middle. | ru | 2005-09-16 | 1 | -1/+3 |
* | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | rwatson | 2005-08-09 | 1 | -14/+14 |
* | Modify device drivers supporting multicast addresses to lock if_addr_mtx | rwatson | 2005-08-03 | 1 | -0/+2 |
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | brooks | 2005-06-10 | 5 | -120/+86 |
* | Use BUS_PROBE_DEFAULT for pci probe return value | imp | 2005-03-05 | 1 | -4/+2 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 2 | -2/+2 |
* | Pass a correct lowaddr to bus_dma_tag_create(), lnc(4) cards can only | mux | 2004-08-22 | 1 | -1/+1 |
* | Since if_lnc doesn't contain locking or run with INTR_MPSAFE, mark | rwatson | 2004-08-13 | 1 | -1/+2 |
* | Bring in the first chunk of altq driver modifications. This covers the | mlaier | 2004-07-02 | 1 | -2/+4 |
* | Replace handrolled CRC calculation with ether_crc32_[lb]e(). | naddy | 2004-06-09 | 1 | -20/+2 |
* | Add missing <sys/module.h> includes currently relying on nested include | phk | 2004-06-03 | 1 | -0/+1 |
* | Add missing <sys/module.h> includes | phk | 2004-05-30 | 2 | -0/+2 |
* | We don't need to initialize if_output, ether_ifattach() does it | mux | 2004-05-23 | 1 | -1/+0 |
* | Remove improper use of if_addrhead in device drivers to check | luigi | 2004-04-15 | 1 | -7/+0 |
* | Convert callers to the new bus_alloc_resource_any(9) API. | njl | 2004-03-17 | 3 | -14/+14 |
* | Announce ethernet MAC addresss in ether_ifattach(). | mdodd | 2004-03-14 | 1 | -4/+2 |
* | Peter prefers it this way, bde might also[*]. I just want to have a chance | obrien | 2004-03-03 | 2 | -2/+2 |
* | Adjust lnc(4) for 64-bit platforms should it get newbus'ified. | obrien | 2004-03-03 | 2 | -4/+4 |
* | Fix the PCI attach routine to properly setup the IRQ and port resource | jhb | 2004-01-22 | 1 | -13/+20 |
* | Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones. | obrien | 2003-12-08 | 1 | -4/+4 |
* | Remove duplicate FBSDID's, move others to their right place. | obrien | 2003-11-14 | 1 | -1/+0 |
* | Try to create some sort of consistency in how the routings to find the | obrien | 2003-11-13 | 1 | -14/+14 |
* | Replace the if_name and if_unit members of struct ifnet with new members | brooks | 2003-10-31 | 1 | -48/+35 |
* | Use PCIR_BAR(x) instead of PCIR_MAPS. | jhb | 2003-09-02 | 1 | -2/+2 |
* | Use __FBSDID(). | obrien | 2003-08-24 | 4 | -6/+13 |
* | Prefer new location of pci include files (which have only been in the | imp | 2003-08-22 | 1 | -2/+2 |
* | Don't inline ridiculously very large functions. | phk | 2003-07-22 | 1 | -4/+4 |
* | Mega busdma API commit. | scottl | 2003-07-01 | 3 | -0/+6 |
* | - Express hard dependencies on bus (pci, isa, pccard) and | mdodd | 2003-04-15 | 3 | -3/+9 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -7/+7 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -7/+7 |
* | network interface driver changes: | sam | 2002-11-14 | 4 | -29/+19 |
* | Fix mis-indentation. | phk | 2002-10-02 | 1 | -7/+7 |
* | Remove __P. | alfred | 2002-03-20 | 2 | -26/+26 |
* | Get rid of the twisted MFREE() macro entirely. | dillon | 2002-02-05 | 1 | -5/+7 |
* | - Don't overwrite inb, inw and outw. | nyan | 2001-07-04 | 7 | -221/+392 |
* | Use a module name of 'if_lnc' in both the PCI and ISA sections of | iedowse | 2001-03-18 | 2 | -2/+2 |
* | There were a few changes missed when this file was converted to | iedowse | 2001-03-02 | 1 | -3/+9 |
* | Convert if_multiaddrs from LIST to TAILQ so that it can be traversed | phk | 2001-02-06 | 1 | -1/+1 |
* | Use LIST_FOREACH() to traverse ifp->if_multiaddrs list, instead of | phk | 2001-02-03 | 1 | -2/+1 |
* | Remove unused #include "lnc.h" | peter | 2001-01-29 | 1 | -1/+0 |
* | Make it clear that the macro `inb' is being overridden. | wollman | 2001-01-09 | 1 | -0/+1 |
* | The pci and isa drivers were meant to share the same devclass but | paul | 2000-12-29 | 4 | -4/+5 |
* | Set a lower probe return value for PCI cards so that the pcn driver wins. | paul | 2000-12-29 | 1 | -2/+4 |
* | Fix a legacy issue. The offset for reading the MAC address is 0 using | paul | 2000-12-29 | 1 | -1/+2 |
* | Switch off some debugging code. | paul | 2000-12-16 | 2 | -3/+1 |
* | Fixup some problems with the merged code of the previous commit. | paul | 2000-12-16 | 3 | -5/+4 |