| Age | Commit message (Expand) | Author |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2012-07-22 | Fix mii_statchg to take a 'struct ifnet *' instead of device_t. This fixes | matt |
| 2010-11-13 | Don't pull in the whole uvm(9) API to access only PAGE_SIZE and | uebayasi |
| 2010-04-05 | Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf | joerg |
| 2010-01-19 | Redefine bpf linkage through an always present op vector, i.e. | pooka |
| 2009-11-26 | Cleanup interrupt establish error messages. Do not mix | njoly |
| 2009-09-27 | Replace shutdownhook_establish(9) with pmf_device_register1(9). | tsutsui |
| 2009-05-06 | struct cfdata * -> cfdata_t, no functional changes intended. | cegger |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-10 | use aprint_*_dev and device_xname | cegger |
| 2008-03-21 | pci_activate() expects for its void * argument to be a device_t, | dyoung |
| 2008-03-11 | Prepare for PMF self-suspension: in the if_stop() methods, clear | dyoung |
| 2008-01-19 | Make many ethernet drivers share the common code for MII media | dyoung |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-10-14 | IC Plus Corp IP100A support for ste(4), submitted by | xtraeme |
| 2007-08-26 | Constify: LLADDR -> CLLADDR. I'm aiming here to make it easier to | dyoung |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-01-07 | Make watchdog poll interrupts before re-initializing the chip. | mlelstv |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-06-17 | re-factor the pci powestate api. reviewed by gimpy | christos |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2004-10-30 | When adding/deleting multicast addresses, only whack the address | thorpej |
| 2004-08-21 | Use ANSI function decls and make use of static. | thorpej |
| 2004-07-08 | Program the "MaxFrameSize" register so that it's correct for VLAN | mycroft |
| 2003-06-05 | Add a missed htole32() for DMA txdescs. | tsutsui |
| 2002-12-23 | Replace magic numbers for power management control with PCI_PMCSR* macros. | tsutsui |
| 2002-10-21 | Change the "dontcare bits" argument to ifmedia_init() to IFM_IMASK | fair |
| 2002-10-02 | Add trailing ; to CFATTACH_DECL. | thorpej |
| 2002-09-30 | Use CFATTACH_DECL(). | thorpej |
| 2002-09-27 | Declare all cfattach structures const. | thorpej |
| 2002-06-05 | STE_CarrierSenseErrors is 8bit wide, not 16bit. | bouyer |
| 2002-06-05 | Rework transmit underrun logic: | bouyer |
| 2002-06-01 | When the chip gets a transmit underrun, the driver resets the chip, which | bouyer |
| 2002-06-01 | On a Dlink DFE580-TX (DL-1002), attempting to transmit packets while the link | bouyer |
| 2001-11-13 | add RCSID | lukem |
| 2001-07-23 | Make sure to initialize the all Rx descriptors properly in *_init() | thorpej |
| 2001-07-23 | Adjust some reset delays. | thorpej |
| 2001-07-19 | Use BUS_DMA_READ and BUS_DMA_WRITE in some obvious places. | thorpej |
| 2001-06-30 | Update for D-Link ST201 change. | thorpej |
| 2001-06-29 | In the `copy small' path, make sure to align the payload. | thorpej |
| 2001-06-19 | Device driver for the Sundance Tech. ST-201 10/100 Ethernet. This | thorpej |