aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Only attach to network functions (unlikely to matter since I'm notWarner Losh2005-01-201-0/+10
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-065-5/+5
* Since if_cs doesn't contain locking or run with INTR_MPSAFE, markRobert Watson2004-08-131-1/+2
* Fix disordering of pccarddevs.h noticed by bde. Also remove a fewWarner Losh2004-05-271-1/+1
* Move to generating pccarddevs.h on the fly, both for the kernel andWarner Losh2004-05-261-1/+1
* We don't need to initialize if_output, ether_ifattach() does itMaxime Henrion2004-05-231-1/+0
* We don't need the dependency on the pccard module here.Warner Losh2004-05-081-1/+0
* Remove improper use of if_addrhead in device drivers to checkLuigi Rizzo2004-04-151-4/+0
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-2/+2
* Announce ethernet MAC addresss in ether_ifattach().Matthew N. Dodd2004-03-141-4/+0
* o Add sysctl to allow ignoring checksum of eeprom.Warner Losh2003-11-042-53/+77
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-314-11/+9
* There is no way to enter the attach routine twice with the same softcBrooks Davis2003-10-301-68/+66
* Use __FBSDID().David E. O'Brien2003-08-243-3/+9
* - Express hard dependencies on bus (pci, isa, pccard) andMatthew N. Dodd2003-04-152-3/+6