summaryrefslogtreecommitdiff
path: root/sys/dev/sf
AgeCommit message (Expand)Author
2005-05-29Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi
2005-02-24Fix style(9) issues with __P removal.Warner Losh
2005-02-24Return BUS_PROBE_DEFAULT instead of 0.Warner Losh
2005-01-07/* -> /*- for license, minor formatting changesWarner Losh
2004-11-17Correct URL of the programming manual.Christian Brueffer
2004-11-17Add missing /* DEVICE_POLLING */Christian Brueffer
2004-11-12Add altq support.Christian Brueffer
2004-11-10Add device polling supportChristian Brueffer
2004-08-28Tag a last set of PCI network interfaces as IFF_NEEDSGIANT until theyRobert Watson
2004-07-05Whitespace nitBruce M Simpson
2004-07-05Eliminate redundant return keywords.Bruce M Simpson
2004-06-28Remove burn bridges code that saved/restored the pci config registersWarner Losh
2004-06-09Replace handrolled CRC calculation with ether_crc32_[lb]e().Christian Weisgerber
2004-05-30Add missing <sys/module.h> includesPoul-Henning Kamp
2004-03-17Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson
2004-03-14Announce ethernet MAC addresss in ether_ifattach().Matthew N. Dodd
2004-03-11Stop setting ifp->if_output to ether_output() since ether_ifattach()Maxime Henrion
2003-12-08Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones.David E. O'Brien
2003-11-14Drop the driver lock around calls to if_input to avoid a LOR whenSam Leffler
2003-11-14Remove duplicate FBSDID's, move others to their right place.David E. O'Brien
2003-11-13Try to create some sort of consistency in how the routings to find theDavid E. O'Brien
2003-10-31Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis
2003-08-22Prefer new location of pci include files (which have only been in theWarner Losh
2003-07-03Due to extreme bogusness in the pci bus layer, these drivers wereWarner Losh
2003-05-31Remove break after returnPoul-Henning Kamp
2003-04-21Use newly minted device_is_attached rather than device_is_alive to seeWarner Losh
2003-04-17Revise attach/detach resource cleanupNate Lawson
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) andMatthew N. Dodd
2003-04-03Use __FBSDID rather than rcsid[].David E. O'Brien
2003-03-31Add missing ()'s so that these drivers all compile again.John Baldwin
2003-03-31Clean up locking and resource management for pci/if_*Nate Lawson
2003-02-19Back out M_* changes, per decision of the TRB.Warner Losh
2003-01-21Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein
2002-11-14o track either_ifattach/ether_ifdetach API changesSam Leffler
2002-10-16Be consistent about functions being static.Poul-Henning Kamp
2002-09-09add missing \n to printfBernd Walter
2002-08-23style:Alfred Perlstein
2002-04-04Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin
2002-03-20Remove __P.Alfred Perlstein
2001-12-14Remove printf's on mbuf/cluster allocation failures. There are nowLuigi Rizzo
2001-09-29Do not call mii_pollstat() from within device tick routines; the statusJonathan Lemon
2001-08-16After one more day of testing, make what I hope are the final tweaks toBill Paul
2001-08-16Still more changes to try to prevent TX lockups. Will wait for one moreBill Paul
2001-08-15Tweak the interrupt handler so that we call the txeof handler more often,Bill Paul
2001-07-09Apply patch supplied by Jonathan Chen: use the correct arguments toBill Paul
2001-06-20Change m_devget()'s outdated and unused `offset' argument to actually meanBosko Milekic
2001-02-21Big round of minor updates:Bill Paul
2001-02-09Change and clean the mutex lock interface.Bosko Milekic
2001-02-06Convert if_multiaddrs from LIST to TAILQ so that it can be traversedPoul-Henning Kamp