summaryrefslogtreecommitdiffstats
path: root/sys/dev/lmc/if_lmc.h
Commit message (Collapse)AuthorAgeFilesLines
* Add const qualifier to the dst parameter of the ifnet if_output method.glebius2013-04-261-1/+1
|
* This driver has two modes, a netgraph mode and an ifnet mode. In thejhb2009-11-191-2/+1
| | | | | netgraph mode it used a private timer to drive the transmit watchdog. In the ifnet mode it used if_watchdog. Now it always uses the private timer.
* Unbreak build.attilio2009-05-301-1/+1
| | | | Pointy hat to: attilio
* Change if_output to take a struct route as its fourth argument in orderkmacy2009-04-161-1/+1
| | | | | | to allow passing a cached struct llentry * down to L2 Reviewed by: rwatson
* shutdown returns an intimp2009-02-051-1/+1
|
* Rename several functions in if_lmc with potential name collisions withrwatson2008-07-051-8/+8
| | | | | | | | | global symbols, such as raw_input and raw_output, to have lmc_ prefixes. This doesn't affect actual functionality since the functions are static, but will limit the opportunities for current confusion and future difficulty. MFC after: 3 days
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-1/+5
| | | | | | | | | | | | | specific privilege names to a broad range of privileges. These may require some future tweaking. Sponsored by: nCircle Network Security, Inc. Obtained from: TrustedBSD Project Discussed on: arch@ Reviewed (at least in part) by: mlaier, jmg, pjd, bde, ceri, Alex Lyashkov <umka at sevcity dot net>, Skip Ford <skip dot ford at verizon dot net>, Antoine Brodin <antoine dot brodin at laposte dot net>
* The contents pointed by ssi_cables[] is never changed so explicitlydelphij2006-07-211-1/+1
| | | | | | | declare it as const char * instead of char *. This change have no side impact to the code itself, and is a step forward to WARNS=6 truss(1).
* add missed calls to bpf_peers_presentsam2006-06-021-1/+1
|
* Fix -Wundef warnings found when compiling i386 LINT, GENERIC andru2005-12-051-32/+32
| | | | custom kernels.
* Reintroduce the lmc T1/E1/T3 WAN driver. This version is locked, supportsscottl2005-10-031-0/+1687
interface polling, compiles on 64-bit platforms, and compiles on NetBSD, OpenBSD, BSD/OS, and Linux. Woo! Thanks to David Boggs for providing this driver. Altq, sppp, netgraph, and bpf are required for this driver to operate. Userland tools and man pages will be committed next. Submitted by: David Boggs
OpenPOWER on IntegriCloud