Age | Commit message (Expand) | Author |
2004-09-23 | don't need to set ifp->if_mtu or ifp->if_output in each driver, | Brad Smith |
2004-08-05 | remove some separate per driver constants and use | Brad Smith |
2004-05-30 | Multicast fixups: | Ryan Thomas McBride |
2004-04-09 | do not whine if we cannot get mbufs. the countless printfd makes the machine | Henning Brauer |
2003-08-06 | Remove some double semicolons (hmm, do two semis equal a maxi?). | Todd C. Miller |
2003-01-15 | Get rid of the remaining vm_offset_t in pci drivers. | Artur Grabowski |
2002-11-26 | 1000baseTX -> 1000baseT | Nathan Binkert |
2002-09-22 | use #ifndef __STRICT_ALIGNMENT instead of #ifdef __i386. | Nathan Binkert |
2002-09-21 | Add support for TBI mode in fiber based cards (heavily inspired by FreeBSD) | Nathan Binkert |
2002-09-21 | cleanup, remove register | Nathan Binkert |
2002-07-10 | shorten address printout | Theo de Raadt |
2002-07-05 | Typo; stobe -> strobe | Aaron Campbell |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-03-12 | sync with KAME | Kenjiro Cho |
2002-02-15 | Don't cast nonexistent return value from splx to (void). ok art@ | Thomas Nordin |
2001-11-13 | cleanup whole lots of spaces and tabs, while muffling | Michael Shalayeff |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-10-05 | random KNF and removal of unused variables | Nathan Binkert |
2001-09-26 | * add missing #include "vlan.h" | Peter Galbavy |
2001-09-21 | Correct some pryntf() usage: get the correct number of arguments in the | Miod Vallat |
2001-09-11 | Don't include <vm/vm_kern.h> if you don't need foo_map. | Miod Vallat |
2001-09-04 | Select between MII/GMII/TBI in the mii_mediachg function instead of in the | Nathan Binkert |
2001-08-25 | Change pci_intr_map to take pci_attach_args as an argument. | Artur Grabowski |
2001-08-12 | remove redundant vm includes | Michael Shalayeff |
2001-07-06 | Only clear the relevant capabilities when the MTU is set too | Angelos D. Keromytis |
2001-07-06 | IP/TCP/UDP checksumming on the NIC; from rtecco@umich.edu | Angelos D. Keromytis |
2001-07-02 | When the PHY status changes, we need to check what the media speed is | Nathan Binkert |
2001-07-02 | No need to return at the end of a void function | Nathan Binkert |
2001-06-24 | - vlan_input_tag() takes 2 args now. | Federico G. Schwindt |
2001-06-08 | Initial cut at a driver for the National Semiconductor DP83820 and DP83821 | Nathan Binkert |