summaryrefslogtreecommitdiff
path: root/sys/dev/lmc
AgeCommit message (Expand)Author
2003-01-01Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt
2002-07-21Remove #include <pci.h> - there is no abuse of NPCI herePeter Wemm
2002-06-02Fix typo in the BSD copyright: s/withough/without/Jens Schweikhardt
2002-04-04Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin
2001-02-06Fix typo: seperate -> separate.Jeroen Ruigrok van der Werven
2001-01-17Minor tweaks to get these to stop breaking LINT. They still dont workPeter Wemm
2001-01-10lmc_ifup() was not checking the state of the interface. This wouldArchie Cobbs
2001-01-08Part 2 of the netgraph rewrite.Julian Elischer
2001-01-06Rewrite of netgraph to start getting ready for SMP.Julian Elischer
2000-12-18Divorce the kernel binary ABI version number from the messageJulian Elischer
2000-12-12Reviewed by: Archie@freebsd.orgJulian Elischer
2000-12-08Convert more malloc+bzero to malloc+M_ZERO.David Malone
2000-11-25Lock down the network interface queues. The queue mutex must be obtainedJonathan Lemon
2000-11-21Devices that are running at splimp MUST use ng_queue_data()Julian Elischer
2000-10-15Remove unneeded #include <machine/clock.h>Poul-Henning Kamp
2000-05-01Adjust to accomodate recent changes to the rcvdata and rcvmsgArchie Cobbs
2000-04-26Driver for DEC "Tulip" based WAN cards from LanMedia Corporation.Poul-Henning Kamp
2000-04-26LanMedias driver sources for the LMC1000 and similar cards.Poul-Henning Kamp