summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/fxpvar.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add a DVACT_WAKEUP op to the *_activate() API. This is called after thederaadt2013-12-061-3/+2
* replace workqs with tasks for handling resumedlg2013-11-141-2/+2
* After suspend/resume, reload the firmware. Skip firmware onderaadt2012-04-031-3/+7
* remove the powerhook code. All architectures now use the ca_activate treederaadt2010-09-071-2/+1
* Since the pci-specific activate function does nothing, move it to fxp.c.deraadt2010-08-271-1/+4
* ca_activate for suspend/resume; tested by andrew@afresh1.comderaadt2010-08-061-1/+3
* Add detach support to a few more drivers, and in others do the neccessaryderaadt2009-10-151-2/+2
* More cases of shutdown hooks not needed after card is already stopped. Inderaadt2009-08-101-2/+1
* Make fxp at pci detachable; untested.jsg2009-06-021-1/+2
* Some fxp(4) chips do not like having their status/command registers accessedbrad2008-02-211-5/+1
* Gently nudge up the interrupt coalescing timeout to 128 microseconds. Thisckuethe2007-05-281-2/+2
* put more foo_detach() routines where they are usedderaadt2007-05-081-2/+1
* (fxp/re)_attach_common -> (fxp/re)_attachbrad2006-07-011-2/+2
* Disable the minimum size frame bundling when using the CPUSaver microcode.brad2006-01-051-1/+14
* - fix reception of VLAN sized frames on 82558 and upbrad2005-05-271-2/+1
* rev 1.85brad2005-01-151-1/+2
* use PCI Memory Write and Invalidate; from bogdan@eastonline.ru, ok pascoederaadt2005-01-141-1/+2
* change FXPF_UCODE to mean "firmware load attempted". if the firstderaadt2004-12-231-2/+2
* meant to commit this too, remove old resume workaround flagsbrad2004-09-201-4/+1
* interrupt coalescing on post 82557 chips; from freebsd via Dmitry Bogdan <dsb@poi.dvo.ru>mickey2004-08-041-2/+30
* stop passing an empty enaddr around since we figure out thebrad2004-06-271-2/+2
* fix from netbsd to twiddle the fxp eeprom to disable dynamic standby modebeck2004-05-181-1/+2
* Howe eye wysh eye cud spel.mcbride2004-04-261-5/+6
* Typos: defintion -> definition, proccess -> processmiod2003-09-261-2/+2
* Bigendian support for fxp, work from pefo with cleanups, ok art@ and others.drahn2002-10-171-1/+5
* a step towards consistancy; in general:todd2002-06-091-2/+2
* First round of __P removal in sysmillert2002-03-141-4/+4
* Switch everything to the new bus_dmamap_sync API.art2001-11-051-14/+6
* Remove all of the last vestiges of vtophys (namely RFA's):jason2001-09-171-1/+12
* deal with 5 arg form of bus_dmamap_sync() if available.jason2001-08-251-1/+29
* - make transmit use linked lists not indexed arrays (more like it was when I started)jason2001-08-101-2/+4
* - scb_wait() is now time based (not cpu speed based)jason2001-08-091-8/+32
* From NetBSD, 82562 requires a nop before a resume (tested by mickey)jason2001-06-131-1/+5
* Support detach of fxp devices to allow ejection of Intel CardBus adapters.aaron2000-09-171-1/+4
* Convert to new timeouts. (art@ ok)ho2000-07-201-1/+2
* Turn on a bit (for 82558/82559 only) which disables the chip'schris2000-04-261-1/+2
* split fxp into bus independent and dependent (pci) parts (cardbus to come)jason2000-04-181-0/+83