summaryrefslogtreecommitdiff
path: root/sys/dev/cardbus/if_fxp_cardbus.c
AgeCommit message (Expand)Author
2007-05-08repair com/fxp foo_detach() stuff, the hardest part being the pccom messTheo de Raadt
2007-05-08put more foo_detach() routines where they are usedTheo de Raadt
2006-10-12Add a symbolic name parameter to cardbus_intr_establish().Alexander Yurchenko
2006-07-01(fxp/re)_attach_common -> (fxp/re)_attachBrad Smith
2006-06-17add sys/timeout.hBrad Smith
2006-06-08substitute the Cardbus_conf_read/Cardbus_conf_write macros withFelix Kronlage
2006-06-04KNF and whitespace cleanup, no functional changeFelix Kronlage
2006-04-16Use __func__ to get the current function name, no need to declare a variableMiod Vallat
2006-01-01update for pcidevs name changeBrad Smith
2005-05-16Use cardbus_matchbyid().Brad Smith
2005-01-14minor prototypes style; ok deraadtPeter Valchev
2004-10-07cardbusdevs -> pcidevsBrad 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-07CardBus fxp's use the 82558 chipset which has a Long Receive bit,Brad Smith
2002-10-12Remove more '\n's from panic() statements. Both trailing and leading.Kenneth R Westerback
2002-03-14First round of __P removal in sysTodd C. Miller
2001-08-09- scb_wait() is now time based (not cpu speed based)Jason Wright
2000-09-17Support detach of fxp devices to allow ejection of Intel CardBus adapters.Aaron Campbell
2000-09-17Add support for Intel PRO/100 CardBus PC Card Ethernet; from NetBSD.Aaron Campbell