summaryrefslogtreecommitdiffstats
path: root/sys/dev/lnc
Commit message (Expand)AuthorAgeFilesLines
* Set the bus master bit.paul1999-05-101-4/+11
* #ifdef BRIDGE around a goto label used by the bridge code to silcence apeter1999-05-091-1/+3
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:peter1999-05-091-5/+1
* 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
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tpeter1999-04-241-1/+5
* 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
* New driver flags to support IFF_ALLMULTI handling.paul1999-01-311-1/+4
* 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
* probe function changed from returning char * to const char *.dillon1998-12-141-3/+3
* Add Id string to if_lnc.h and fix up copyrights to be consistent and up to date.paul1998-11-262-9/+34
* 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-172-37/+77
* 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-203-4/+25
* 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-102-0/+105
* Back out DIAGNOSTIC changes.eivind1998-02-061-1/+0
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-0/+1
* Make INET a proper option.eivind1998-01-081-1/+4
* Removed unused #includes.bde1997-08-021-2/+1
* Removed unused #includes.bde1997-07-201-7/+0
* Enables lnc driver on PC-98 to support NEC SV-98/2-B06 PCI card.kato1997-04-081-0/+3
* Deleted <pc98/pc98/pc98_device.h>.kato1997-04-041-5/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Use the new if_multiaddrs list for multicast addresses rather than thewollman1997-01-131-26/+7
* Convert the interface address and IP interface address structureswollman1996-12-131-1/+1
* Removed another devconf leftover. A fat devconf support function wasbde1996-09-141-61/+28
* Updated #includes to 4.4Lite style.bde1996-09-101-1/+1
* Remove devconf, it never grew up to be of any use.phk1996-09-061-35/+14
* Megacommit to straigthen out ETHER_ mess.phk1996-08-061-3/+0
* Last night (local time :) I accidently checked in an intermediate versionse1996-07-191-85/+69
* FINALLY: PCI support for the Lance Ethernet driver.se1996-07-182-73/+253
* Added #include of <machine/md_var.h>. This will be needed whenbde1996-06-251-0/+2
* Clean up -Wunused warnings.gpalmer1996-06-121-0/+2
* Clean up Ethernet drivers:wollman1996-02-061-10/+9
OpenPOWER on IntegriCloud