aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/lmc
Commit message (Expand)AuthorAgeFilesLines
* The module name convention is foo, not if_foo.Warner Losh2009-05-151-5/+5
* Change if_output to take a struct route as its fourth argument in orderKip Macy2009-04-162-2/+3
* shutdown returns an intWarner Losh2009-02-052-2/+3
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-2/+2
* Make lmc(4) compile without INET6 defined[1]. While here make itBjoern A. Zeeb2008-08-241-0/+6
* Rename several functions in if_lmc with potential name collisions withRobert Watson2008-07-052-33/+35
* Universally adopt most conventional spelling of acquire.Robert Watson2007-05-271-1/+1
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-062-1/+8
* The contents pointed by ssi_cables[] is never changed so explicitlyXin LI2006-07-211-1/+1
* Cleanup: Use if_initname to set if_dname, if_dunit, and if_xname insteadBrooks Davis2006-07-151-3/+1
* add missed calls to bpf_peers_presentSam Leffler2006-06-021-1/+1
* Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp2006-05-161-1/+0
* Fix -Wundef warnings found when compiling i386 LINT, GENERIC andRuslan Ermilov2005-12-052-39/+39
* Fix -Wundef from compiling the amd64 LINT.Ruslan Ermilov2005-12-041-58/+60
* - Don't include opt_global.h, it is always included implicitly.Gleb Smirnoff2005-10-051-1/+3
* For some utterly bizarre reason, sparc64 coerces PAGE_SIZE to be a longScott Long2005-10-041-2/+3
* Reintroduce the lmc T1/E1/T3 WAN driver. This version is locked, supportsScott Long2005-10-032-0/+8713
* Continue to remove drivers that don't compile and haven't compiled inWarner Losh2003-12-076-3829/+0
* Use __FBSDID().David E. O'Brien2003-08-244-4/+12
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-1/+1
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-7/+7
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-7/+7
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-1/+1
* Remove #include <pci.h> - there is no abuse of NPCI herePeter Wemm2002-07-211-1/+0
* Fix typo in the BSD copyright: s/withough/without/Jens Schweikhardt2002-06-026-6/+6
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-041-2/+2
* Fix typo: seperate -> separate.Jeroen Ruigrok van der Werven2001-02-061-1/+1
* Minor tweaks to get these to stop breaking LINT. They still dont workPeter Wemm2001-01-172-0/+10
* 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-082-4/+2
* Lock down the network interface queues. The queue mutex must be obtainedJonathan Lemon2000-11-252-11/+16
* 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-266-569/+601
* LanMedias driver sources for the LMC1000 and similar cards.Poul-Henning Kamp2000-04-266-0/+3746