summaryrefslogtreecommitdiffstats
path: root/sys/dev/cs
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Express hard dependencies on bus (pci, isa, pccard) andmdodd2003-04-152-3/+6
* Make sure that pp_name is non-null before setting the deviceimp2003-04-101-1/+2
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* network interface driver changes:sam2002-11-141-18/+6
* Use if_printf(ifp, "blah") instead ofbrooks2002-10-011-23/+18
* Migrate to PCMCIA_CARD() macrosimp2001-11-151-3/+1
* s/PCCARD_/PCMCIA_/g in NEWCARD device tables to enable easier NetBSD sharingimp2001-11-111-3/+3
* Additional enhancments to allow IBM Etherjet cards to be probed,imp2001-02-234-111/+137
* Break the isa attachment of the Crystal Semiconductor 89x0 into twoimp2001-01-214-144/+344
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Make all Ethernet drivers attach using ether_ifattach() and detach usingarchie2000-07-131-3/+1
* Move code to handle BPF and bridging for incoming Ethernet packets outarchie2000-05-141-7/+0
* NewBus the cs driver.imp2000-03-302-276/+299
* Remove NBPF conditionality of bpf calls in most of our network drivers.phk1999-09-251-9/+0
* Stub out the old pnp code till these are converted so GENERIC builds again.peter1999-09-021-1/+2
* $Id$ -> $FreeBSD$peter1999-08-282-2/+2
* Rename bpfilter to bpf.des1999-07-061-6/+6
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-161-5/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-281-3/+3
* Clean up warnings; a couple of these came because of genuine errors ineivind1999-01-121-4/+6
OpenPOWER on IntegriCloud