aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cs/if_cs.c
Commit message (Expand)AuthorAgeFilesLines
* 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-291-5/+5
* 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
* 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-091-6/+6
* 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
* Minor clean up to shave about 1.5k off the size of the driver:Warner Losh2008-06-061-84/+6
* Remove unused fields in softc. If they are ever really needed again,Warner Losh2008-06-061-17/+3
* Make the cs(4) driver MPSAFE:John Baldwin2008-06-051-55/+111
* 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
* - Consistently use if_printf() only in interface methods: if_start(),Gleb Smirnoff2006-09-151-12/+14
* Fix multicast support for cs89x0 chips. Just setting the RX_MULTCAST_ACCEPTPhilip Paeps2006-03-101-18/+56
* 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
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-28/+36
* 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-281-179/+178
* For the PC Card implementation of the CS8920M that's in my IBMWarner Losh2005-01-281-1/+2
* 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-271-0/+16
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Since if_cs doesn't contain locking or run with INTR_MPSAFE, markRobert Watson2004-08-131-1/+2
* We don't need to initialize if_output, ether_ifattach() does itMaxime Henrion2004-05-231-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-041-47/+71
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-6/+6
* There is no way to enter the attach routine twice with the same softcBrooks Davis2003-10-301-67/+65
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-2/+2
* network interface driver changes:Sam Leffler2002-11-141-18/+6
* Use if_printf(ifp, "blah") instead ofBrooks Davis2002-10-011-23/+18
* Additional enhancments to allow IBM Etherjet cards to be probed,Warner Losh2001-02-231-88/+76
* Break the isa attachment of the Crystal Semiconductor 89x0 into twoWarner Losh2001-01-211-144/+13
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Make all Ethernet drivers attach using ether_ifattach() and detach usingArchie Cobbs2000-07-131-3/+1
* Move code to handle BPF and bridging for incoming Ethernet packets outArchie Cobbs2000-05-141-7/+0
* NewBus the cs driver.Warner Losh2000-03-301-276/+297
* Remove NBPF conditionality of bpf calls in most of our network drivers.Poul-Henning Kamp1999-09-251-9/+0