aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/lmc
Commit message (Expand)AuthorAgeFilesLines
* 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