summaryrefslogtreecommitdiffstats
path: root/sys/dev/lmc/if_lmc.c
Commit message (Expand)AuthorAgeFilesLines
* Minor tweaks to get these to stop breaking LINT. They still dont workpeter2001-01-171-0/+6
* lmc_ifup() was not checking the state of the interface. This wouldarchie2001-01-101-3/+8
* Part 2 of the netgraph rewrite.julian2001-01-081-17/+16
* Rewrite of netgraph to start getting ready for SMP.julian2001-01-061-20/+50
* Divorce the kernel binary ABI version number from the messagejulian2000-12-181-11/+5
* Reviewed by: Archie@freebsd.orgjulian2000-12-121-3/+6
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-2/+1
* Lock down the network interface queues. The queue mutex must be obtainedjlemon2000-11-251-9/+14
* Devices that are running at splimp MUST use ng_queue_data()julian2000-11-211-2/+1
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Adjust to accomodate recent changes to the rcvdata and rcvmsgarchie2000-05-011-4/+6
* Driver for DEC "Tulip" based WAN cards from LanMedia Corporation.phk2000-04-261-395/+521
* LanMedias driver sources for the LMC1000 and similar cards.phk2000-04-261-0/+1396
OpenPOWER on IntegriCloud