aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/lnc
Commit message (Expand)AuthorAgeFilesLines
* Remove __P.Alfred Perlstein2002-03-202-26/+26
* Get rid of the twisted MFREE() macro entirely.Matthew Dillon2002-02-051-5/+7
* - Don't overwrite inb, inw and outw.Yoshihiro Takahashi2001-07-047-221/+392
* Use a module name of 'if_lnc' in both the PCI and ISA sections ofIan Dowse2001-03-182-2/+2
* There were a few changes missed when this file was converted toIan Dowse2001-03-021-3/+9
* 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
* Remove unused #include "lnc.h"Peter Wemm2001-01-291-1/+0
* 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-294-4/+5
* Set a lower probe return value for PCI cards so that the pcn driver wins.Paul Richards2000-12-291-2/+4
* 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-162-3/+1
* Fixup some problems with the merged code of the previous commit.Paul Richards2000-12-163-5/+4
* Newbusify.Paul Richards2000-12-166-544/+627
* fix problem with vmware DAD. reported by many, tested @ IETF49 withHajimu UMEMOTO2000-12-111-5/+15
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-081-3/+1
* Make all Ethernet drivers attach using ether_ifattach() and detach usingArchie Cobbs2000-07-132-10/+3
* be sure to wipe out m_pkthdr when you set M_PKTHDR, you may see junk pointerJun-ichiro itojun Hagino2000-07-041-0/+1
* MF4: add support for the Am79C973.Gary Jennejohn2000-06-182-0/+2
* Unused includes: #include "pci.h" and #include "lnc.h"Peter Wemm2000-06-101-3/+0
* Dynamically allocate softc structuresBrian Somers2000-06-092-7/+33
* Mass update of isa drivers using compatability shims to usePeter Wemm2000-05-281-1/+13
* Fixed to support PC-98.Yoshihiro Takahashi2000-05-192-2/+5
* Replace all references to lnc_softc with a typedef.Paul Richards2000-05-165-58/+58
* Update copyright.Paul Richards2000-05-161-8/+29
* Re-organise lnc driver in preparation for newbusifying it.Paul Richards2000-05-165-442/+540
* Unchain lnc include files.Paul Richards2000-05-142-2/+1
* Fix includes to build from /sys/dev/lncPaul Richards2000-05-142-2/+2
* Sync with the BPF and BRIDGE changes.Paul Richards2000-05-141-52/+5
* Add $FreeBSD$Peter Wemm2000-05-011-0/+1
* 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