aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cs
Commit message (Expand)AuthorAgeFilesLines
* Remove register keyword from sys/ and ANSIfy prototypesEd Maste2017-05-171-1/+1
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().Justin Hibbits2016-02-271-2/+2
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-271-1/+1
* Create a generic PCCARD_PNP_INFO from the MODULE_PNP_INFO buildingWarner Losh2015-12-111-0/+2
* In order to reduce use of M_EXT outside of the mbuf allocator andRobert Watson2015-01-061-2/+1
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-181-8/+8
* Delete pp_isadma. It isn't use, and the code that used it has beenWarner Losh2014-08-141-17/+1
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-4/+2
* Revert r267961, r267973:Glen Barber2014-06-271-2/+4
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-4/+2
* - Provide necessary includes.Gleb Smirnoff2013-10-293-6/+7
* repair build for dev/cs.Sean Bruno2013-10-281-0/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-2/+2
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* Use bus space functions rather than inw/outwAndrew Turner2011-01-293-10/+11
* Remove some always-true comparisons.John Baldwin2011-01-181-1/+1
* Add new tunable 'net.link.ifqmaxlen' to set default send interfaceMaxim Sobolev2010-05-031-1/+1
* Add a warning if we're inw'ing from an odd address. This could happenWarner Losh2010-01-181-0/+2
* Fix indentation nit.Warner Losh2010-01-181-1/+1
* Remove extraneous semicolons, no functional changes.Martin Blapp2010-01-071-1/+1
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson2009-06-261-2/+2
* Improve the EEPROM parsing, based on finding a datasheet that describesWarner Losh2008-07-092-37/+46
* Tweak a comment and a constant to restore old 30ms upper bound.Warner Losh2008-06-061-3/+3
* o Remove unused cs_debug tunable. I think I added it and then nothing withWarner Losh2008-06-061-10/+22
* Forgot to commit these files too :-(Warner Losh2008-06-062-3/+3
* Minor clean up to shave about 1.5k off the size of the driver:Warner Losh2008-06-064-95/+12
* Simplify error checking when reading the function....Warner Losh2008-06-061-3/+1
* cs has detach, remove bogus ifdef.Warner Losh2008-06-061-3/+1
* Remove unused fields in softc. If they are ever really needed again,Warner Losh2008-06-064-27/+3
* Make the cs(4) driver MPSAFE:John Baldwin2008-06-054-67/+118
* Fix the media auto code by breaking it :-). Auto now just means 'useWarner Losh2008-06-051-19/+8
* o Improve the probe code dealing with interrupts.Warner Losh2008-06-041-83/+54
* Correct logic error that would prevent cs pccards from working onWarner Losh2008-06-031-8/+8
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-232-2/+2
* - Consistently use if_printf() only in interface methods: if_start(),Gleb Smirnoff2006-09-152-12/+15
* Fix multicast support for cs89x0 chips. Just setting the RX_MULTCAST_ACCEPTPhilip Paeps2006-03-101-18/+56
* Use ETHER_ADDR_LEN rather than 6.Warner Losh2006-02-111-1/+1
* Remove oldcard support by removing the compat shims.Warner Losh2005-09-201-21/+5
* Make sure that we call if_free(ifp) after bus_teardown_intr. Since weWarner Losh2005-09-191-1/+1
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-091-12/+12
* Eliminate unused argument in PCMCIA_CARD macro.Warner Losh2005-06-241-1/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-102-29/+39
* Fix the worst offenders of style(9) with a small style sweep.Warner Losh2005-01-281-48/+36
* Cleanup tabs vs spaces.Warner Losh2005-01-283-215/+213
* For the PC Card implementation of the CS8920M that's in my IBMWarner Losh2005-01-283-3/+8
* Setting hw.cs.recv_delay should set the delay, not the ignore theWarner Losh2005-01-281-1/+1
* error = is needed before ether_ioctl() so that unsupported/unknownWarner Losh2005-01-281-1/+1
* Write cs_detach() and use it. This resolves the twin problems of theWarner Losh2005-01-273-2/+17