summaryrefslogtreecommitdiff
path: root/sys/dev/cs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Break the isa attachment of the Crystal Semiconductor 89x0 into twoWarner Losh2001-01-214-144/+344
* 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-302-276/+299
* Remove NBPF conditionality of bpf calls in most of our network drivers.Poul-Henning Kamp1999-09-251-9/+0
* Stub out the old pnp code till these are converted so GENERIC builds again.Peter Wemm1999-09-021-1/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
* Rename bpfilter to bpf.Dag-Erling Smørgrav1999-07-061-6/+6
* Bring the 'new-bus' to the i386. This extensively changes the way thePeter Wemm1999-04-161-5/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-281-3/+3
* Clean up warnings; a couple of these came because of genuine errors inEivind Eklund1999-01-121-4/+6
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-071-8/+4
* Initialize isa_devtab entries for interrupt handlers in individualBruce Evans1998-10-221-2/+4
* At net-jp@jp.freebsd.org mailing list, if_cs user in JapanMike Smith1998-10-041-2/+2
* Enable duplex autodetection if UTP media are autodetected.Mike Smith1998-08-271-11/+12
* Fix BNC/AUI autodetection.Mike Smith1998-08-131-18/+32
* Removed unused includes.Bruce Evans1998-08-121-25/+1
* Add the 'cs' driver for Crystal Semiconductor CS89x0 devices. ThisMike Smith1998-07-202-0/+1950