index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
if_lmc.c
Age
Commit message (
Expand
)
Author
2011-07-07
use IF_LEN/IFQ_LEN to access and ifqueue's length field. ryan ok
Henning Brauer
2010-01-04
remove dead assignment and newly created unused variable.
Charles Longeau
2006-05-13
add IFQ_SET_MAXLEN
Brad Smith
2006-03-25
allow bpf(4) to ignore packets based on their direction (inbound or
Damien Miller
2006-03-16
Move lmc_system_errors[] so that there is only one instance of it in the
Miod Vallat
2005-11-07
first round of lmc(4) cleaning. removes a good portion of the ifdef
Brad Smith
2005-11-05
add bus_dma and big endian support.
Brad Smith
2004-11-28
In kernel pppoe client, a simple IPv4 only implementation.
Can Erkin Acar
2004-05-12
network drivers don't need to include bpfdesc.h
Ted Unangst
2003-08-15
change arguments to suser. suser now takes the process, and a flags
Ted Unangst
2002-06-30
allocate sockaddr_dl for ifnet in if_alloc_sadl(), as we don't always know
Jun-ichiro itojun Hagino
2002-06-02
withough -> without
Theo de Raadt
2001-11-06
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
Miod Vallat
2001-09-11
Don't include <vm/vm_kern.h> if you don't need foo_map.
Miod Vallat
2001-08-12
absolutely no need to include vm_parm.h after vm.h
Michael Shalayeff
2001-07-09
Remove dubious #include MACRO "string" construct (non-ANSI)
Marc Espie
2001-06-27
ALTQ'ify network drivers.
Kenjiro Cho
2001-06-27
recieve -> receive
Nathan Binkert
2001-05-05
Get rid of CLSIZE and all related stuff.
Artur Grabowski
2000-04-27
Cleanup SIOCSIFMTU
Chris Cappuccio
2000-02-06
Maintain tx clock state and set RED LED appropriately for SSI card
Chris Cappuccio
2000-02-06
Make LEDs (mostly) accurate for all models instead of just LMC1000
Chris Cappuccio
2000-02-01
general cleanup (remove LMC_IOMAPPED crud entirely)
Chris Cappuccio
1999-12-15
Require privileges in LMCSIOINFO.
Angelos D. Keromytis
1999-07-01
lmc driver; ported by chris@dqc.org
Theo de Raadt