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
/
alipm.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid uninitiliazed use of ctl and corresponding warnings.
haesbaert
2012-10-05
1
-1
/
+3
*
these files don't need to include proc.h anymore. ok oga for agp
tedu
2010-04-08
1
-2
/
+1
*
make various strings ("can't map mem space" and similar) more consistent
sthen
2009-03-29
1
-3
/
+3
*
missed an struct lock to struct rwlock in the softc.
dlg
2007-05-03
1
-2
/
+2
*
convert lockmgr style locks to rwlocks.
dlg
2007-05-03
1
-5
/
+5
*
do not bus_space_map devices which are at address 0; ok kettenis
deraadt
2006-12-11
1
-2
/
+3
*
Sprinkle a few bus_space_barrier() calls. Some of these may not be strictly
kettenis
2006-05-09
1
-16
/
+27
*
Typos grab bag of the month, eyeballed by jmc@
miod
2006-03-04
1
-2
/
+2
*
Disable alipm(4) on sparc64 if not running at the recommended 74KHz clock, to
kettenis
2006-02-26
1
-1
/
+14
*
split the ofw scan up into two parts: one to find the i2c bus on a pci
dlg
2006-02-09
1
-2
/
+2
*
Make sure we unmap io space if we fail to attach.
kettenis
2006-01-04
1
-8
/
+13
*
do i2c initialization using ofw data instead of scanning; ok kettenis
deraadt
2006-01-02
1
-1
/
+9
*
switch from macppc-specific maciic(4) driver to the generic iic(4),
deraadt
2006-01-01
1
-2
/
+3
*
Add support for newer M7101 chips with different PCI config registers layout.
kettenis
2005-12-27
1
-20
/
+48
*
Reset i2c bus if operation times out.
kettenis
2005-12-26
1
-5
/
+9
*
Driver for Acer Labs M7101 power management controller
kettenis
2005-12-24
1
-0
/
+336