summaryrefslogtreecommitdiff
path: root/sys/dev/ic/fxpvar.h
AgeCommit message (Expand)Author
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