| Age | Commit message (Expand) | Author |
| 2004-06-28 | Remove the setting of the pci config variables on power state changes. | Warner Losh |
| 2004-05-30 | Add missing <sys/module.h> includes | Poul-Henning Kamp |
| 2004-05-23 | We don't need to initialize if_output, ether_ifattach() does it | Maxime Henrion |
| 2004-03-17 | Convert callers to the new bus_alloc_resource_any(9) API. | Nate Lawson |
| 2004-03-14 | Announce ethernet MAC addresss in ether_ifattach(). | Matthew N. Dodd |
| 2003-10-31 | Replace the if_name and if_unit members of struct ifnet with new members | Brooks Davis |
| 2003-08-24 | Use __FBSDID(). | David E. O'Brien |
| 2003-07-03 | All current uses of pci_set_powerstate are bogus, at least in theory. | Warner Losh |
| 2003-04-16 | - Don't call pci_enable_io() in drivers (unless needed for resume). | Matthew N. Dodd |
| 2003-04-15 | - Express hard dependencies on bus (pci, isa, pccard) and | Matthew N. Dodd |
| 2003-04-03 | Use __FBSDID rather than rcsid[]. | David E. O'Brien |
| 2003-02-19 | Back out M_* changes, per decision of the TRB. | Warner Losh |
| 2003-01-21 | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein |
| 2002-11-14 | network interface driver changes: | Sam Leffler |
| 2002-04-04 | Change callers of mtx_init() to pass in an appropriate lock type name. In | John Baldwin |
| 2002-03-20 | Remove __P. | Alfred Perlstein |
| 2002-03-19 | Initialize variables before use. This was needed to pass -Werror. | Jeff Roberson |
| 2001-12-03 | Don't pass an interface pointer to VLAN_INPUT{,_TAG}. Get it from the | Brooks Davis |
| 2001-09-18 | Have the driver announce what capabilities it supports. These are | Jonathan Lemon |
| 2001-09-05 | Make vlan(4) loadable, unloadable, and clonable. As a side effect, | Brooks Davis |
| 2001-07-31 | Re-order things slightly in the RX handler for VLAN support: we need | Bill Paul |
| 2001-07-27 | Remember to zero out certain things that we malloc() and/or contigmalloc(). | Bill Paul |
| 2001-07-27 | Uncomment a return(ENXIO) that I commented out for debugging purposes. | Bill Paul |
| 2001-07-23 | Turn on __STRICT_ALIGNMENT. We need this to fix up alignment so the alpha | Bill Paul |
| 2001-07-23 | AIEEE! Commit the firmware image too. *blush* | Bill Paul |
| 2001-07-23 | Grrr. Module depends on vlan.h, and I committed the wrong version | Bill Paul |
| 2001-07-23 | You were knocked senseless by the Boomerang, spun around by the Cyclone, | Bill Paul |