aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cs
Commit message (Expand)AuthorAgeFilesLines
* Improve the EEPROM parsing, based on finding a datasheet that describesWarner Losh2008-07-092-36/+45
* 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-204/+202
* 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-67/+65
* 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
* Make sure that pp_name is non-null before setting the deviceWarner Losh2003-04-101-1/+2
* 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
* Migrate to PCMCIA_CARD() macrosWarner Losh2001-11-151-3/+1
* s/PCCARD_/PCMCIA_/g in NEWCARD device tables to enable easier NetBSD sharingWarner Losh2001-11-111-3/+3
* Additional enhancments to allow IBM Etherjet cards to be probed,Warner Losh2001-02-234-110/+136