| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: Bring in support for new PC Card chipset (TC5299J) and old | Warner Losh | 2005-10-08 | 1 | -92/+11 |
| * | MFC: pccard updates | Warner Losh | 2005-09-17 | 1 | -182/+170 |
| * | 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 | -12/+12 |
| * | 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 |
| * | Fix four casts of the softc to a struct ifnet. | Brooks Davis | 2005-06-15 | 1 | -4/+4 |
| * | Stop embedding struct ifnet at the top of driver softcs. Instead the | Brooks Davis | 2005-06-10 | 1 | -8/+16 |
| * | Add a stratigic newline | Warner Losh | 2005-02-22 | 1 | -0/+1 |
| * | MFp4: Optimize in/out macros. Cache the handle and tag in softc and | Warner Losh | 2005-02-22 | 1 | -0/+4 |
| * | Minor style(9)isms. | Warner Losh | 2005-02-21 | 1 | -40/+32 |
| * | Minor optimizations to compile out bits that aren't necessary when | Warner Losh | 2005-02-20 | 1 | -5/+18 |
| * | Add some comments in preparation for converting bcopy/bzero to busspace. | Warner Losh | 2005-02-14 | 1 | -9/+14 |
| * | Diff reduction with p4. | Warner Losh | 2005-02-11 | 1 | -6/+3 |
| * | Move enable/disable 16bit access routines into if_ed. Slightly | Warner Losh | 2005-02-10 | 1 | -21/+27 |
| * | use | Warner Losh | 2005-02-10 | 1 | -3/+8 |
| * | Break out obscure ISA cards into their own files, as well as ne2000 | Warner Losh | 2005-02-09 | 1 | -1720/+25 |
| * | Convenience function to clear memory of the card, and then check to make | Warner Losh | 2005-02-08 | 1 | -0/+22 |
| * | Use ANSI function definitions, tweak a couple of prototypes to match (since | Warner Losh | 2005-02-08 | 1 | -116/+48 |
| * | use fixed types for the calls to ed_pio_readmem, ed_pio_writemem. | Warner Losh | 2005-02-08 | 1 | -31/+14 |
| * | Make it possible to unload ed. Move the ed_pccard_detach routine to | Warner Losh | 2005-02-08 | 1 | -0/+20 |
| * | Repair probe messages a bit. Previously, we'd print the ethernet | Warner Losh | 2005-01-26 | 1 | -14/+17 |
| * | MFp4: u_intXX_t to uintXX_t. | Warner Losh | 2005-01-19 | 1 | -12/+12 |
| * | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh | 2005-01-06 | 1 | -1/+1 |
| * | Commit ALTQ-patch for ed(4). | Max Laier | 2004-11-21 | 1 | -2/+4 |
| * | Fix build error with ED_DEBUG. | Yoshihiro Takahashi | 2004-11-10 | 1 | -2/+2 |
| * | Remove layer intermixing. Device driver should pass the frame should | Gleb Smirnoff | 2004-09-06 | 1 | -20/+2 |
| * | Since if_ed doesn't contain locking or run with INTR_MPSAFE, mark | Robert Watson | 2004-08-13 | 1 | -2/+2 |
| * | Replace handrolled CRC calculation with ether_crc32_[lb]e(). | Christian Weisgerber | 2004-06-09 | 1 | -28/+2 |
| * | We don't need to initialize if_output, ether_ifattach() does it | Maxime Henrion | 2004-05-23 | 1 | -1/+0 |
| * | Fix building on L64 machines. | David E. O'Brien | 2004-04-16 | 1 | -7/+7 |
| * | Remove improper use of if_addrhead in device drivers to check | Luigi Rizzo | 2004-04-15 | 1 | -4/+0 |
| * | Convert callers to the new bus_alloc_resource_any(9) API. | Nate Lawson | 2004-03-17 | 1 | -2/+2 |
| * | Announce ethernet MAC addresss in ether_ifattach(). | Matthew N. Dodd | 2004-03-14 | 1 | -5/+0 |
| * | Adjust ed(4) for 64-bit platforms should it get newbus'ified. | David E. O'Brien | 2004-03-03 | 1 | -10/+11 |
| * | Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones. | David E. O'Brien | 2003-12-08 | 1 | -5/+5 |
| * | Remove duplicate FBSDID's, move others to their right place. | David E. O'Brien | 2003-11-14 | 1 | -2/+3 |
| * | Try to create some sort of consistency in how the routings to find the | David E. O'Brien | 2003-11-13 | 1 | -13/+11 |
| * | Replace the if_name and if_unit members of struct ifnet with new members | Brooks Davis | 2003-10-31 | 1 | -14/+12 |
| * | There is no way to enter the attach routine twice with the same softc | Brooks Davis | 2003-10-30 | 1 | -43/+41 |
| * | Add Allied Telesis SIC-AT boards support. | Takeshi Shibagaki | 2003-10-15 | 1 | -0/+114 |
| * | Consistently use the BSD u_int and u_short instead of the SYSV uint and | John Baldwin | 2003-08-07 | 1 | -1/+1 |
| * | Fix ed compilation with PAE by using %jx instead of %x. | Olivier Houchard | 2003-04-05 | 1 | -4/+4 |
| * | - Add vm_paddr_t, a physical address type. This is required for systems | Jake Burkholder | 2003-03-25 | 1 | -2/+2 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -2/+2 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -2/+2 |
| * | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | Jens Schweikhardt | 2003-01-01 | 1 | -1/+1 |
| * | network interface driver changes: | Sam Leffler | 2002-11-14 | 1 | -21/+9 |
| * | Use if_printf() instead of printf() to print "ed#: blah". | Brooks Davis | 2002-10-01 | 1 | -3/+2 |
| * | mbuf leak in the error case has been fixed. When we have | Warner Losh | 2002-09-30 | 1 | -1/+3 |
| * | Be consistent about "static" functions: if the function is marked | Poul-Henning Kamp | 2002-09-28 | 1 | -2/+2 |
| * | Remove __P. | Alfred Perlstein | 2002-03-20 | 1 | -23/+21 |