summaryrefslogtreecommitdiffstats
path: root/sys/dev/lnc/if_lnc.c
Commit message (Expand)AuthorAgeFilesLines
* Switch off some debugging code.paul2000-12-161-1/+1
* Newbusify.paul2000-12-161-132/+130
* fix problem with vmware DAD. reported by many, tested @ IETF49 withume2000-12-111-5/+15
* Make all Ethernet drivers attach using ether_ifattach() and detach usingarchie2000-07-131-8/+1
* be sure to wipe out m_pkthdr when you set M_PKTHDR, you may see junk pointeritojun2000-07-041-0/+1
* Unused includes: #include "pci.h" and #include "lnc.h"peter2000-06-101-3/+0
* Dynamically allocate softc structuresbrian2000-06-091-2/+0
* Mass update of isa drivers using compatability shims to usepeter2000-05-281-1/+13
* Replace all references to lnc_softc with a typedef.paul2000-05-161-30/+30
* Re-organise lnc driver in preparation for newbusifying it.paul2000-05-161-419/+5
* Unchain lnc include files.paul2000-05-141-0/+1
* Fix includes to build from /sys/dev/lncpaul2000-05-141-1/+1
* Sync with the BPF and BRIDGE changes.paul2000-05-141-52/+5
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
* Update the copyright. Remove the advertising clause.paul2000-03-201-5/+2
* Remove a bunch of unused (NO-OP) #if NFOO > 0 type includes and somepeter2000-01-291-3/+0
* Remove NBPF conditionality of bpf calls in most of our network drivers.phk1999-09-251-9/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Set ifp->if_init to the right function.mdodd1999-08-201-3/+6
* Make these actually compile. I got a little delete happy pruning includesmdodd1999-08-181-2/+5
* SIOCSIFADDR, SIOCGIFADDR, and SIOCSIFMTU are implemented inmdodd1999-08-181-31/+6
* Add support for the Am79C978. (AMD PCHome/PCI Ethernet adapter)mdodd1999-08-101-1/+13
* Rename bpfilter to bpf.des1999-07-061-6/+6
* #ifdef BRIDGE around a goto label used by the bridge code to silcence apeter1999-05-091-1/+3
* Fix up a few easy 'assignment used as truth value' and 'suggest parenspeter1999-05-061-2/+2
* Add sufficient braces to keep egcs happy about potentially ambiguouspeter1999-05-061-3/+3
* Set ifq_maxlen to IFQ_MAXLENpaul1999-04-181-2/+2
* Set ifq_maxlen to number of transmit descriptors.paul1999-04-181-1/+2
* The changes to vm_page.c have broken the assumption that mallocingpaul1999-04-181-13/+24
* MF22... add bridging support to the device drivers. Without thisluigi1999-03-171-4/+29
* Add IFF_MULTICAST when setting flags in lnc_init().paul1999-01-311-2/+2
* Fix and enable multicast support.paul1999-01-311-51/+47
* Silence warnings.eivind1999-01-121-5/+5
* Add Id string to if_lnc.h and fix up copyrights to be consistent and up to date.paul1998-11-261-2/+2
* Despite what people may think the Am79C970 returns the chip id of an Am79C965.paul1998-11-261-2/+2
* Fix a typo, and remove verbose error reporting when inluigi1998-10-301-2/+4
* Initialize isa_devtab entries for interrupt handlers in individualbde1998-10-221-3/+6
* MF22: Robert Swindells' patch for correct probing of more AMD cards.jkh1998-09-171-32/+65
* Fixed printf format errors. Only one left in LINT on i386's.bde1998-08-241-25/+45
* Add support for PCNet PCI chips that only work when we talk to them as ISAmsmith1998-07-201-2/+19
* This commit fixes various 64bit portability problems required fordfr1998-06-071-3/+3
* Fix some bitrot in the multicast support, the move from TAILQ macros wasn't i...paul1998-05-271-2/+2
* This time add an Id string that'll actually get expanded :-)paul1998-05-271-1/+1
* Add an ID string (can't believe it never had one!)paul1998-05-271-0/+1
* Support compiling with `gcc -ansi'.bde1998-04-151-20/+22
* Removed unused #includes.bde1998-03-281-2/+0
* Correct an ethernet framesize mismatch that caused poorsteve1998-03-091-1/+1
* Support C-NET(98)S ethernet card (PC-98 only).kato1998-02-101-0/+90
* Back out DIAGNOSTIC changes.eivind1998-02-061-1/+0
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-0/+1
OpenPOWER on IntegriCloud