aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/lnc
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.3.0_cvscvs2svn2004-11-046-6/+6
* MFC revision 1.35:Maxime Henrion2004-08-251-1/+1
* Since if_lnc doesn't contain locking or run with INTR_MPSAFE, markRobert Watson2004-08-131-1/+2
* Bring in the first chunk of altq driver modifications. This covers theMax Laier2004-07-021-2/+4
* Replace handrolled CRC calculation with ether_crc32_[lb]e().Christian Weisgerber2004-06-091-20/+2
* Add missing <sys/module.h> includes currently relying on nested includePoul-Henning Kamp2004-06-031-0/+1
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-302-0/+2
* We don't need to initialize if_output, ether_ifattach() does itMaxime Henrion2004-05-231-1/+0
* Remove improper use of if_addrhead in device drivers to checkLuigi Rizzo2004-04-151-7/+0
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-173-14/+14
* Announce ethernet MAC addresss in ether_ifattach().Matthew N. Dodd2004-03-141-4/+2
* Peter prefers it this way, bde might also[*]. I just want to have a chanceDavid E. O'Brien2004-03-032-2/+2
* Adjust lnc(4) for 64-bit platforms should it get newbus'ified.David E. O'Brien2004-03-032-4/+4
* Fix the PCI attach routine to properly setup the IRQ and port resourceJohn Baldwin2004-01-221-13/+20
* Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones.David E. O'Brien2003-12-081-4/+4
* Remove duplicate FBSDID's, move others to their right place.David E. O'Brien2003-11-141-1/+0
* Try to create some sort of consistency in how the routings to find theDavid E. O'Brien2003-11-131-14/+14
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-48/+35
* Use PCIR_BAR(x) instead of PCIR_MAPS.John Baldwin2003-09-021-2/+2
* Use __FBSDID().David E. O'Brien2003-08-244-6/+13
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* Don't inline ridiculously very large functions.Poul-Henning Kamp2003-07-221-4/+4
* Mega busdma API commit.Scott Long2003-07-013-0/+6
* - Express hard dependencies on bus (pci, isa, pccard) andMatthew N. Dodd2003-04-153-3/+9
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-7/+7
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-7/+7
* network interface driver changes:Sam Leffler2002-11-144-29/+19
* Fix mis-indentation.Poul-Henning Kamp2002-10-021-7/+7
* 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