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
/
ic
/
fxpvar.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a DVACT_WAKEUP op to the *_activate() API. This is called after the
deraadt
2013-12-06
1
-3
/
+2
*
replace workqs with tasks for handling resume
dlg
2013-11-14
1
-2
/
+2
*
After suspend/resume, reload the firmware. Skip firmware on
deraadt
2012-04-03
1
-3
/
+7
*
remove the powerhook code. All architectures now use the ca_activate tree
deraadt
2010-09-07
1
-2
/
+1
*
Since the pci-specific activate function does nothing, move it to fxp.c.
deraadt
2010-08-27
1
-1
/
+4
*
ca_activate for suspend/resume; tested by andrew@afresh1.com
deraadt
2010-08-06
1
-1
/
+3
*
Add detach support to a few more drivers, and in others do the neccessary
deraadt
2009-10-15
1
-2
/
+2
*
More cases of shutdown hooks not needed after card is already stopped. In
deraadt
2009-08-10
1
-2
/
+1
*
Make fxp at pci detachable; untested.
jsg
2009-06-02
1
-1
/
+2
*
Some fxp(4) chips do not like having their status/command registers accessed
brad
2008-02-21
1
-5
/
+1
*
Gently nudge up the interrupt coalescing timeout to 128 microseconds. This
ckuethe
2007-05-28
1
-2
/
+2
*
put more foo_detach() routines where they are used
deraadt
2007-05-08
1
-2
/
+1
*
(fxp/re)_attach_common -> (fxp/re)_attach
brad
2006-07-01
1
-2
/
+2
*
Disable the minimum size frame bundling when using the CPUSaver microcode.
brad
2006-01-05
1
-1
/
+14
*
- fix reception of VLAN sized frames on 82558 and up
brad
2005-05-27
1
-2
/
+1
*
rev 1.85
brad
2005-01-15
1
-1
/
+2
*
use PCI Memory Write and Invalidate; from bogdan@eastonline.ru, ok pascoe
deraadt
2005-01-14
1
-1
/
+2
*
change FXPF_UCODE to mean "firmware load attempted". if the first
deraadt
2004-12-23
1
-2
/
+2
*
meant to commit this too, remove old resume workaround flags
brad
2004-09-20
1
-4
/
+1
*
interrupt coalescing on post 82557 chips; from freebsd via Dmitry Bogdan <dsb@poi.dvo.ru>
mickey
2004-08-04
1
-2
/
+30
*
stop passing an empty enaddr around since we figure out the
brad
2004-06-27
1
-2
/
+2
*
fix from netbsd to twiddle the fxp eeprom to disable dynamic standby mode
beck
2004-05-18
1
-1
/
+2
*
Howe eye wysh eye cud spel.
mcbride
2004-04-26
1
-5
/
+6
*
Typos: defintion -> definition, proccess -> process
miod
2003-09-26
1
-2
/
+2
*
Bigendian support for fxp, work from pefo with cleanups, ok art@ and others.
drahn
2002-10-17
1
-1
/
+5
*
a step towards consistancy; in general:
todd
2002-06-09
1
-2
/
+2
*
First round of __P removal in sys
millert
2002-03-14
1
-4
/
+4
*
Switch everything to the new bus_dmamap_sync API.
art
2001-11-05
1
-14
/
+6
*
Remove all of the last vestiges of vtophys (namely RFA's):
jason
2001-09-17
1
-1
/
+12
*
deal with 5 arg form of bus_dmamap_sync() if available.
jason
2001-08-25
1
-1
/
+29
*
- make transmit use linked lists not indexed arrays (more like it was when I started)
jason
2001-08-10
1
-2
/
+4
*
- scb_wait() is now time based (not cpu speed based)
jason
2001-08-09
1
-8
/
+32
*
From NetBSD, 82562 requires a nop before a resume (tested by mickey)
jason
2001-06-13
1
-1
/
+5
*
Support detach of fxp devices to allow ejection of Intel CardBus adapters.
aaron
2000-09-17
1
-1
/
+4
*
Convert to new timeouts. (art@ ok)
ho
2000-07-20
1
-1
/
+2
*
Turn on a bit (for 82558/82559 only) which disables the chip's
chris
2000-04-26
1
-1
/
+2
*
split fxp into bus independent and dependent (pci) parts (cardbus to come)
jason
2000-04-18
1
-0
/
+83