summaryrefslogtreecommitdiffstats
path: root/sys/dev/cs
Commit message (Expand)AuthorAgeFilesLines
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-2/+2
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* Use bus space functions rather than inw/outwandrew2011-01-293-10/+11
* Remove some always-true comparisons.jhb2011-01-181-1/+1
* Add new tunable 'net.link.ifqmaxlen' to set default send interfacesobomax2010-05-031-1/+1
* Add a warning if we're inw'ing from an odd address. This could happenimp2010-01-181-0/+2
* Fix indentation nit.imp2010-01-181-1/+1
* Remove extraneous semicolons, no functional changes.mbr2010-01-071-1/+1
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/rwatson2009-06-261-2/+2
* Improve the EEPROM parsing, based on finding a datasheet that describesimp2008-07-092-37/+46
* Tweak a comment and a constant to restore old 30ms upper bound.imp2008-06-061-3/+3
* o Remove unused cs_debug tunable. I think I added it and then nothing withimp2008-06-061-10/+22
* Forgot to commit these files too :-(imp2008-06-062-3/+3
* Minor clean up to shave about 1.5k off the size of the driver:imp2008-06-064-95/+12
* Simplify error checking when reading the function....imp2008-06-061-3/+1
* cs has detach, remove bogus ifdef.imp2008-06-061-3/+1
* Remove unused fields in softc. If they are ever really needed again,imp2008-06-064-27/+3
* Make the cs(4) driver MPSAFE:jhb2008-06-054-67/+118
* Fix the media auto code by breaking it :-). Auto now just means 'useimp2008-06-051-19/+8
* o Improve the probe code dealing with interrupts.imp2008-06-041-83/+54
* Correct logic error that would prevent cs pccards from working onimp2008-06-031-8/+8
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-232-2/+2
* - Consistently use if_printf() only in interface methods: if_start(),glebius2006-09-152-12/+15
* Fix multicast support for cs89x0 chips. Just setting the RX_MULTCAST_ACCEPTphilip2006-03-101-18/+56
* Use ETHER_ADDR_LEN rather than 6.imp2006-02-111-1/+1
* Remove oldcard support by removing the compat shims.imp2005-09-201-21/+5
* Make sure that we call if_free(ifp) after bus_teardown_intr. Since weimp2005-09-191-1/+1
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-12/+12
* Eliminate unused argument in PCMCIA_CARD macro.imp2005-06-241-1/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-102-29/+39
* Fix the worst offenders of style(9) with a small style sweep.imp2005-01-281-48/+36
* Cleanup tabs vs spaces.imp2005-01-283-215/+213
* For the PC Card implementation of the CS8920M that's in my IBMimp2005-01-283-3/+8
* Setting hw.cs.recv_delay should set the delay, not the ignore theimp2005-01-281-1/+1
* error = is needed before ether_ioctl() so that unsupported/unknownimp2005-01-281-1/+1
* Write cs_detach() and use it. This resolves the twin problems of theimp2005-01-273-2/+17
* Only attach to network functions (unlikely to matter since I'm notimp2005-01-201-0/+10
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-065-5/+5
* Since if_cs doesn't contain locking or run with INTR_MPSAFE, markrwatson2004-08-131-1/+2
* Fix disordering of pccarddevs.h noticed by bde. Also remove a fewimp2004-05-271-1/+1
* Move to generating pccarddevs.h on the fly, both for the kernel andimp2004-05-261-1/+1
* We don't need to initialize if_output, ether_ifattach() does itmux2004-05-231-1/+0
* We don't need the dependency on the pccard module here.imp2004-05-081-1/+0
* Remove improper use of if_addrhead in device drivers to checkluigi2004-04-151-4/+0
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-2/+2
* Announce ethernet MAC addresss in ether_ifattach().mdodd2004-03-141-4/+0
* o Add sysctl to allow ignoring checksum of eeprom.imp2003-11-042-53/+77
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-314-11/+9
* There is no way to enter the attach routine twice with the same softcbrooks2003-10-301-68/+66
* Use __FBSDID().obrien2003-08-243-3/+9
OpenPOWER on IntegriCloud