summaryrefslogtreecommitdiff
path: root/sys/dev/lmc/if_lmc.c
Commit message (Expand)AuthorAgeFilesLines
* Minor tweaks to get these to stop breaking LINT. They still dont workPeter Wemm2001-01-171-0/+6
* 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-081-2/+1
* Lock down the network interface queues. The queue mutex must be obtainedJonathan Lemon2000-11-251-9/+14
* 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-261-395/+521
* LanMedias driver sources for the LMC1000 and similar cards.Poul-Henning Kamp2000-04-261-0/+1396