aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/lnc
Commit message (Expand)AuthorAgeFilesLines
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-191-1/+0
* Ahhrggg. Put the test for the compat shims AFTER the file that includesWarner Losh2000-03-271-4/+4
* Per conversations in -current, add #error to these drivers when you don'tWarner Losh2000-03-271-0/+4
* Update the copyright. Remove the advertising clause.Paul Richards2000-03-201-5/+2
* Remove a bunch of unused (NO-OP) #if NFOO > 0 type includes and somePeter Wemm2000-01-291-3/+0
* Remove NBPF conditionality of bpf calls in most of our network drivers.Poul-Henning Kamp1999-09-252-13/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
* Set ifp->if_init to the right function.Matthew N. Dodd1999-08-201-3/+6
* Make these actually compile. I got a little delete happy pruning includesMatthew N. Dodd1999-08-181-2/+5
* SIOCSIFADDR, SIOCGIFADDR, and SIOCSIFMTU are implemented inMatthew N. Dodd1999-08-181-31/+6
* Add support for the Am79C978. (AMD PCHome/PCI Ethernet adapter)Matthew N. Dodd1999-08-104-3/+27
* Rename bpfilter to bpf.Dag-Erling Smørgrav1999-07-062-8/+8
* Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entirePeter Wemm1999-07-031-7/+1
* Set the bus master bit.Paul Richards1999-05-101-4/+11
* #ifdef BRIDGE around a goto label used by the bridge code to silcence aPeter Wemm1999-05-091-1/+3
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:Peter Wemm1999-05-091-5/+1
* Fix up a few easy 'assignment used as truth value' and 'suggest parensPeter Wemm1999-05-061-2/+2
* Add sufficient braces to keep egcs happy about potentially ambiguousPeter Wemm1999-05-061-3/+3
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tPeter Wemm1999-04-241-1/+5
* Set ifq_maxlen to IFQ_MAXLENPaul Richards1999-04-181-2/+2
* Set ifq_maxlen to number of transmit descriptors.Paul Richards1999-04-181-1/+2
* The changes to vm_page.c have broken the assumption that mallocingPaul Richards1999-04-181-13/+24
* MF22... add bridging support to the device drivers. Without thisLuigi Rizzo1999-03-171-3/+28
* New driver flags to support IFF_ALLMULTI handling.Paul Richards1999-01-311-1/+4
* Add IFF_MULTICAST when setting flags in lnc_init().Paul Richards1999-01-311-2/+2
* Fix and enable multicast support.Paul Richards1999-01-311-50/+46
* Silence warnings.Eivind Eklund1999-01-121-5/+5
* probe function changed from returning char * to const char *.Matthew Dillon1998-12-141-3/+3
* Add Id string to if_lnc.h and fix up copyrights to be consistent and up to date.Paul Richards1998-11-262-9/+34
* Despite what people may think the Am79C970 returns the chip id of an Am79C965.Paul Richards1998-11-261-2/+2
* Fix a typo, and remove verbose error reporting when inLuigi Rizzo1998-10-301-2/+4
* Initialize isa_devtab entries for interrupt handlers in individualBruce Evans1998-10-221-3/+6
* MF22: Robert Swindells' patch for correct probing of more AMD cards.Jordan K. Hubbard1998-09-172-36/+76
* Fixed printf format errors. Only one left in LINT on i386's.Bruce Evans1998-08-241-25/+45
* Add support for PCNet PCI chips that only work when we talk to them as ISAMike Smith1998-07-203-4/+25
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-3/+3
* Fix some bitrot in the multicast support, the move from TAILQ macros wasn't i...Paul Richards1998-05-271-2/+2
* This time add an Id string that'll actually get expanded :-)Paul Richards1998-05-271-1/+1
* Add an ID string (can't believe it never had one!)Paul Richards1998-05-271-0/+1
* Support compiling with `gcc -ansi'.Bruce Evans1998-04-151-20/+22
* Removed unused #includes.Bruce Evans1998-03-281-2/+0
* Correct an ethernet framesize mismatch that caused poorSteve Price1998-03-091-1/+1
* Support C-NET(98)S ethernet card (PC-98 only).KATO Takenori1998-02-102-0/+105
* Back out DIAGNOSTIC changes.Eivind Eklund1998-02-061-1/+0
* Turn DIAGNOSTIC into a new-style option.Eivind Eklund1998-02-041-0/+1
* Make INET a proper option.Eivind Eklund1998-01-081-1/+4
* Removed unused #includes.Bruce Evans1997-08-021-2/+1
* Removed unused #includes.Bruce Evans1997-07-201-7/+0
* Enables lnc driver on PC-98 to support NEC SV-98/2-B06 PCI card.KATO Takenori1997-04-081-0/+3
* Deleted <pc98/pc98/pc98_device.h>.KATO Takenori1997-04-041-5/+1