summaryrefslogtreecommitdiff
path: root/sys/dev/cs
AgeCommit message (Expand)Author
2005-01-28Cleanup tabs vs spaces.Warner Losh
2005-01-28For the PC Card implementation of the CS8920M that's in my IBMWarner Losh
2005-01-28Setting hw.cs.recv_delay should set the delay, not the ignore theWarner Losh
2005-01-28error = is needed before ether_ioctl() so that unsupported/unknownWarner Losh
2005-01-27Write cs_detach() and use it. This resolves the twin problems of theWarner Losh
2005-01-20Only attach to network functions (unlikely to matter since I'm notWarner Losh
2005-01-06Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh
2004-08-13Since if_cs doesn't contain locking or run with INTR_MPSAFE, markRobert Watson
2004-05-27Fix disordering of pccarddevs.h noticed by bde. Also remove a fewWarner Losh
2004-05-26Move to generating pccarddevs.h on the fly, both for the kernel andWarner Losh
2004-05-23We don't need to initialize if_output, ether_ifattach() does itMaxime Henrion
2004-05-08We don't need the dependency on the pccard module here.Warner Losh
2004-04-15Remove improper use of if_addrhead in device drivers to checkLuigi Rizzo
2004-03-17Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson
2004-03-14Announce ethernet MAC addresss in ether_ifattach().Matthew N. Dodd
2003-11-04o Add sysctl to allow ignoring checksum of eeprom.Warner Losh
2003-10-31Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis
2003-10-30There is no way to enter the attach routine twice with the same softcBrooks Davis
2003-08-24Use __FBSDID().David E. O'Brien
2003-04-15- Express hard dependencies on bus (pci, isa, pccard) andMatthew N. Dodd
2003-04-10Make sure that pp_name is non-null before setting the deviceWarner Losh
2003-02-19Back out M_* changes, per decision of the TRB.Warner Losh
2003-01-21Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein
2002-11-14network interface driver changes:Sam Leffler
2002-10-01Use if_printf(ifp, "blah") instead ofBrooks Davis
2001-11-15Migrate to PCMCIA_CARD() macrosWarner Losh
2001-11-11s/PCCARD_/PCMCIA_/g in NEWCARD device tables to enable easier NetBSD sharingWarner Losh
2001-02-23Additional enhancments to allow IBM Etherjet cards to be probed,Warner Losh
2001-01-21Break the isa attachment of the Crystal Semiconductor 89x0 into twoWarner Losh
2000-10-15Remove unneeded #include <machine/clock.h>Poul-Henning Kamp
2000-07-13Make all Ethernet drivers attach using ether_ifattach() and detach usingArchie Cobbs
2000-05-14Move code to handle BPF and bridging for incoming Ethernet packets outArchie Cobbs
2000-03-30NewBus the cs driver.Warner Losh
1999-09-25Remove NBPF conditionality of bpf calls in most of our network drivers.Poul-Henning Kamp
1999-09-02Stub out the old pnp code till these are converted so GENERIC builds again.Peter Wemm
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-07-06Rename bpfilter to bpf.Dag-Erling Smørgrav
1999-04-16Bring the 'new-bus' to the i386. This extensively changes the way thePeter Wemm
1999-01-28 Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon
1999-01-12Clean up warnings; a couple of these came because of genuine errors inEivind Eklund
1998-12-07The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs
1998-10-22Initialize isa_devtab entries for interrupt handlers in individualBruce Evans
1998-10-04 At net-jp@jp.freebsd.org mailing list, if_cs user in JapanMike Smith
1998-08-27Enable duplex autodetection if UTP media are autodetected.Mike Smith
1998-08-13Fix BNC/AUI autodetection.Mike Smith
1998-08-12Removed unused includes.Bruce Evans
1998-07-20Add the 'cs' driver for Crystal Semiconductor CS89x0 devices. ThisMike Smith