summaryrefslogtreecommitdiffstats
path: root/sys/dev/lmc
Commit message (Expand)AuthorAgeFilesLines
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-7/+7
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-1/+1
* Remove #include <pci.h> - there is no abuse of NPCI herepeter2002-07-211-1/+0
* Fix typo in the BSD copyright: s/withough/without/schweikh2002-06-026-6/+6
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-2/+2
* Fix typo: seperate -> separate.asmodai2001-02-061-1/+1
* Minor tweaks to get these to stop breaking LINT. They still dont workpeter2001-01-172-0/+10
* 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-082-4/+2
* Lock down the network interface queues. The queue mutex must be obtainedjlemon2000-11-252-11/+16
* 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-266-569/+601
* LanMedias driver sources for the LMC1000 and similar cards.phk2000-04-266-0/+3746
OpenPOWER on IntegriCloud