aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/lnc/if_lnc.c
Commit message (Expand)AuthorAgeFilesLines
* network interface driver changes:Sam Leffler2002-11-141-26/+16
* Fix mis-indentation.Poul-Henning Kamp2002-10-021-7/+7
* Remove __P.Alfred Perlstein2002-03-201-19/+19
* Get rid of the twisted MFREE() macro entirely.Matthew Dillon2002-02-051-5/+7
* - Don't overwrite inb, inw and outw.Yoshihiro Takahashi2001-07-041-27/+42
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedPoul-Henning Kamp2001-02-061-1/+1
* Use LIST_FOREACH() to traverse ifp->if_multiaddrs list, instead ofPoul-Henning Kamp2001-02-031-2/+1
* Make it clear that the macro `inb' is being overridden.Garrett Wollman2001-01-091-0/+1
* The pci and isa drivers were meant to share the same devclass butPaul Richards2000-12-291-0/+2
* Fix a legacy issue. The offset for reading the MAC address is 0 usingPaul Richards2000-12-291-1/+2
* Switch off some debugging code.Paul Richards2000-12-161-1/+1
* Newbusify.Paul Richards2000-12-161-132/+130
* fix problem with vmware DAD. reported by many, tested @ IETF49 withHajimu UMEMOTO2000-12-111-5/+15
* Make all Ethernet drivers attach using ether_ifattach() and detach usingArchie Cobbs2000-07-131-8/+1
* be sure to wipe out m_pkthdr when you set M_PKTHDR, you may see junk pointerJun-ichiro itojun Hagino2000-07-041-0/+1
* Unused includes: #include "pci.h" and #include "lnc.h"Peter Wemm2000-06-101-3/+0
* Dynamically allocate softc structuresBrian Somers2000-06-091-2/+0
* Mass update of isa drivers using compatability shims to usePeter Wemm2000-05-281-1/+13
* Replace all references to lnc_softc with a typedef.Paul Richards2000-05-161-30/+30
* Re-organise lnc driver in preparation for newbusifying it.Paul Richards2000-05-161-419/+5
* Unchain lnc include files.Paul Richards2000-05-141-0/+1
* Fix includes to build from /sys/dev/lncPaul Richards2000-05-141-1/+1
* Sync with the BPF and BRIDGE changes.Paul Richards2000-05-141-52/+5
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-191-1/+0
* 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-251-9/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* 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-101-1/+13
* Rename bpfilter to bpf.Dag-Erling Smørgrav1999-07-061-6/+6
* #ifdef BRIDGE around a goto label used by the bridge code to silcence aPeter Wemm1999-05-091-1/+3
* 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
* 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
* 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
* Add Id string to if_lnc.h and fix up copyrights to be consistent and up to date.Paul Richards1998-11-261-2/+2
* 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-171-31/+64
* 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-201-2/+19