index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
if_lmc_obsd.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
use nitems(); no binary change for drivers that are compiled on amd64.
jasper
2011-04-03
1
-3
/
+2
*
Stop doing shutdown hooks in network drivers where possible. We already
deraadt
2010-09-20
1
-18
/
+1
*
these files don't need to include proc.h anymore. ok oga for agp
tedu
2010-04-08
1
-2
/
+1
*
- consistify cfdriver for the ethernet drivers (0 -> NULL)
jasper
2009-08-13
1
-2
/
+2
*
first round of lmc(4) cleaning. removes a good portion of the ifdef
brad
2005-11-07
1
-83
/
+4
*
also attach on LMC cPCI HSSI cards.
brad
2005-11-06
1
-1
/
+6
*
add bus_dma and big endian support.
brad
2005-11-05
1
-7
/
+109
*
do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisubmatch(); kettenis@ testing; brad@ ok
mickey
2005-08-09
1
-6
/
+1
*
remove __BROKEN_INDIRECT_CONFIG cruft
brad
2005-07-16
1
-5
/
+1
*
network drivers don't need to include bpfdesc.h
tedu
2004-05-12
1
-2
/
+1
*
withough -> without
deraadt
2002-06-02
1
-2
/
+2
*
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
miod
2001-11-06
1
-2
/
+2
*
Don't include <vm/vm_kern.h> if you don't need foo_map.
miod
2001-09-11
1
-2
/
+1
*
Change pci_intr_map to take pci_attach_args as an argument.
art
2001-08-25
1
-3
/
+2
*
absolutely no need to include vm_parm.h after vm.h
mickey
2001-08-12
1
-2
/
+1
*
Remove dubious #include MACRO "string" construct (non-ANSI)
espie
2001-07-09
1
-2
/
+6
*
Make pci_mapreg_map take an extra argument where we can
niklas
2001-06-12
1
-6
/
+4
*
slightly less verbose dmesg
chris
2001-02-22
1
-5
/
+5
*
general cleanup (remove LMC_IOMAPPED crud entirely)
chris
2000-02-01
1
-3
/
+3
*
Make sure bus mastering is enabled, from freebsd if_de.c
chris
1999-11-04
1
-0
/
+5
*
Support LMC1200
chris
1999-10-26
1
-7
/
+13
*
use pci_mapreg_map(); chris@dqc.org
deraadt
1999-07-24
1
-28
/
+1
*
lmc driver; ported by chris@dqc.org
deraadt
1999-07-01
1
-0
/
+427