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