summaryrefslogtreecommitdiff
path: root/sys/dev/cs/if_cs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-281-1/+1
* 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-201-0/+1408