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