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