aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/lmc
Commit message (Expand)AuthorAgeFilesLines
* Use __FBSDID().David E. O'Brien2003-08-244-4/+12
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-1/+1
* 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
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-1/+1
* Remove #include <pci.h> - there is no abuse of NPCI herePeter Wemm2002-07-211-1/+0
* Fix typo in the BSD copyright: s/withough/without/Jens Schweikhardt2002-06-026-6/+6
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-041-2/+2
* Fix typo: seperate -> separate.Jeroen Ruigrok van der Werven2001-02-061-1/+1
* Minor tweaks to get these to stop breaking LINT. They still dont workPeter Wemm2001-01-172-0/+10
* lmc_ifup() was not checking the state of the interface. This wouldArchie Cobbs2001-01-101-3/+8
* Part 2 of the netgraph rewrite.Julian Elischer2001-01-081-17/+16
* Rewrite of netgraph to start getting ready for SMP.Julian Elischer2001-01-061-20/+50
* Divorce the kernel binary ABI version number from the messageJulian Elischer2000-12-181-11/+5
* Reviewed by: Archie@freebsd.orgJulian Elischer2000-12-121-3/+6
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-082-4/+2
* Lock down the network interface queues. The queue mutex must be obtainedJonathan Lemon2000-11-252-11/+16
* Devices that are running at splimp MUST use ng_queue_data()Julian Elischer2000-11-211-2/+1
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Adjust to accomodate recent changes to the rcvdata and rcvmsgArchie Cobbs2000-05-011-4/+6
* Driver for DEC "Tulip" based WAN cards from LanMedia Corporation.Poul-Henning Kamp2000-04-266-569/+601
* LanMedias driver sources for the LMC1000 and similar cards.Poul-Henning Kamp2000-04-266-0/+3746