summaryrefslogtreecommitdiffstats
path: root/sys/dev/lmc/if_lmc.c
Commit message (Expand)AuthorAgeFilesLines
* In r191367 the need for if_free_type() was removed and a new memberbrooks2011-11-111-1/+3
* Tag mbufs of all incoming frames or packets with the interface's FIBbz2011-07-031-0/+1
* Merge amd64 and i386 bus.h and move the resulting header to x86. Replacetijl2010-12-201-2/+2
* One more #ifdef fix for GCC 4.4.trasz2010-01-081-1/+1
* This driver has two modes, a netgraph mode and an ifnet mode. In thejhb2009-11-191-16/+14
* Unbreak build.attilio2009-05-301-1/+2
* When user_frac in the polling subsystem is low it is going to busy theattilio2009-05-301-1/+2
* The module name convention is foo, not if_foo.imp2009-05-151-5/+5
* Change if_output to take a struct route as its fourth argument in orderkmacy2009-04-161-1/+2
* shutdown returns an intimp2009-02-051-1/+2
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-2/+2
* Make lmc(4) compile without INET6 defined[1]. While here make itbz2008-08-241-0/+6
* Rename several functions in if_lmc with potential name collisions withrwatson2008-07-051-25/+27
* Universally adopt most conventional spelling of acquire.rwatson2007-05-271-1/+1
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-0/+3
* Cleanup: Use if_initname to set if_dname, if_dunit, and if_xname insteadbrooks2006-07-151-3/+1
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-161-1/+0
* Fix -Wundef warnings found when compiling i386 LINT, GENERIC andru2005-12-051-7/+7
* Fix -Wundef from compiling the amd64 LINT.ru2005-12-041-58/+60
* - Don't include opt_global.h, it is always included implicitly.glebius2005-10-051-1/+3
* For some utterly bizarre reason, sparc64 coerces PAGE_SIZE to be a longscottl2005-10-041-2/+3
* Reintroduce the lmc T1/E1/T3 WAN driver. This version is locked, supportsscottl2005-10-031-0/+7026
* Continue to remove drivers that don't compile and haven't compiled inimp2003-12-071-1564/+0
* Use __FBSDID().obrien2003-08-241-1/+3
* Prefer new location of pci include files (which have only been in theimp2003-08-221-1/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-191-7/+7
* 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-021-1/+1
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-2/+2
* 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