| Commit message (Expand) | Author | Age | Files | Lines |
| * | Restore the expected and documented pre rev. 1.36 behavior of | Marius Strobl | 2006-09-03 | 1 | -2/+5 |
| * | MFC (by ru) | Xin LI | 2005-10-09 | 1 | -1/+3 |
| * | Merge linux_ioctl.c:1.128 svr4_sockio.c:1.17 altq_cbq.c:1.3 if_oltr.c:1.38 | Robert Watson | 2005-08-25 | 1 | -14/+14 |
| * | Merge if_ath.c:1.99 awi.c:1.39 if_bfe.c:1.26 if_bge.c:1.92 if_ed.c:1.255 | Robert Watson | 2005-08-24 | 1 | -0/+2 |
| * | Stop embedding struct ifnet at the top of driver softcs. Instead the | Brooks Davis | 2005-06-10 | 5 | -120/+86 |
| * | Use BUS_PROBE_DEFAULT for pci probe return value | Warner Losh | 2005-03-05 | 1 | -4/+2 |
| * | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh | 2005-01-06 | 2 | -2/+2 |
| * | Pass a correct lowaddr to bus_dma_tag_create(), lnc(4) cards can only | Maxime Henrion | 2004-08-22 | 1 | -1/+1 |
| * | Since if_lnc doesn't contain locking or run with INTR_MPSAFE, mark | Robert Watson | 2004-08-13 | 1 | -1/+2 |
| * | Bring in the first chunk of altq driver modifications. This covers the | Max Laier | 2004-07-02 | 1 | -2/+4 |
| * | Replace handrolled CRC calculation with ether_crc32_[lb]e(). | Christian Weisgerber | 2004-06-09 | 1 | -20/+2 |
| * | Add missing <sys/module.h> includes currently relying on nested include | Poul-Henning Kamp | 2004-06-03 | 1 | -0/+1 |
| * | Add missing <sys/module.h> includes | Poul-Henning Kamp | 2004-05-30 | 2 | -0/+2 |
| * | We don't need to initialize if_output, ether_ifattach() does it | Maxime Henrion | 2004-05-23 | 1 | -1/+0 |
| * | Remove improper use of if_addrhead in device drivers to check | Luigi Rizzo | 2004-04-15 | 1 | -7/+0 |
| * | Convert callers to the new bus_alloc_resource_any(9) API. | Nate Lawson | 2004-03-17 | 3 | -14/+14 |
| * | Announce ethernet MAC addresss in ether_ifattach(). | Matthew N. Dodd | 2004-03-14 | 1 | -4/+2 |
| * | Peter prefers it this way, bde might also[*]. I just want to have a chance | David E. O'Brien | 2004-03-03 | 2 | -2/+2 |
| * | Adjust lnc(4) for 64-bit platforms should it get newbus'ified. | David E. O'Brien | 2004-03-03 | 2 | -4/+4 |
| * | Fix the PCI attach routine to properly setup the IRQ and port resource | John Baldwin | 2004-01-22 | 1 | -13/+20 |
| * | Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones. | David E. O'Brien | 2003-12-08 | 1 | -4/+4 |
| * | Remove duplicate FBSDID's, move others to their right place. | David E. O'Brien | 2003-11-14 | 1 | -1/+0 |
| * | Try to create some sort of consistency in how the routings to find the | David E. O'Brien | 2003-11-13 | 1 | -14/+14 |
| * | Replace the if_name and if_unit members of struct ifnet with new members | Brooks Davis | 2003-10-31 | 1 | -48/+35 |
| * | Use PCIR_BAR(x) instead of PCIR_MAPS. | John Baldwin | 2003-09-02 | 1 | -2/+2 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 4 | -6/+13 |
| * | Prefer new location of pci include files (which have only been in the | Warner Losh | 2003-08-22 | 1 | -2/+2 |
| * | Don't inline ridiculously very large functions. | Poul-Henning Kamp | 2003-07-22 | 1 | -4/+4 |
| * | Mega busdma API commit. | Scott Long | 2003-07-01 | 3 | -0/+6 |
| * | - Express hard dependencies on bus (pci, isa, pccard) and | Matthew N. Dodd | 2003-04-15 | 3 | -3/+9 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -7/+7 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -7/+7 |
| * | network interface driver changes: | Sam Leffler | 2002-11-14 | 4 | -29/+19 |
| * | Fix mis-indentation. | Poul-Henning Kamp | 2002-10-02 | 1 | -7/+7 |
| * | Remove __P. | Alfred Perlstein | 2002-03-20 | 2 | -26/+26 |
| * | Get rid of the twisted MFREE() macro entirely. | Matthew Dillon | 2002-02-05 | 1 | -5/+7 |
| * | - Don't overwrite inb, inw and outw. | Yoshihiro Takahashi | 2001-07-04 | 7 | -221/+392 |
| * | Use a module name of 'if_lnc' in both the PCI and ISA sections of | Ian Dowse | 2001-03-18 | 2 | -2/+2 |
| * | There were a few changes missed when this file was converted to | Ian Dowse | 2001-03-02 | 1 | -3/+9 |
| * | Convert if_multiaddrs from LIST to TAILQ so that it can be traversed | Poul-Henning Kamp | 2001-02-06 | 1 | -1/+1 |
| * | Use LIST_FOREACH() to traverse ifp->if_multiaddrs list, instead of | Poul-Henning Kamp | 2001-02-03 | 1 | -2/+1 |
| * | Remove unused #include "lnc.h" | Peter Wemm | 2001-01-29 | 1 | -1/+0 |
| * | Make it clear that the macro `inb' is being overridden. | Garrett Wollman | 2001-01-09 | 1 | -0/+1 |
| * | The pci and isa drivers were meant to share the same devclass but | Paul Richards | 2000-12-29 | 4 | -4/+5 |
| * | Set a lower probe return value for PCI cards so that the pcn driver wins. | Paul Richards | 2000-12-29 | 1 | -2/+4 |
| * | Fix a legacy issue. The offset for reading the MAC address is 0 using | Paul Richards | 2000-12-29 | 1 | -1/+2 |
| * | Switch off some debugging code. | Paul Richards | 2000-12-16 | 2 | -3/+1 |
| * | Fixup some problems with the merged code of the previous commit. | Paul Richards | 2000-12-16 | 3 | -5/+4 |
| * | Newbusify. | Paul Richards | 2000-12-16 | 6 | -544/+627 |
| * | fix problem with vmware DAD. reported by many, tested @ IETF49 with | Hajimu UMEMOTO | 2000-12-11 | 1 | -5/+15 |