summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2005-01-19Remove the last of the rampant inline usage.Jonathan Gray
2005-01-19destatic functions.Jonathan Gray
2005-01-19Use the RF chipset type rather than the hardware version when determiningJonathan Gray
2005-01-17update dead URL, from Steve Shockley <steve.shockley@shockley.net>Jared Yanovich
2005-01-15rev 1.85Brad Smith
2005-01-15make sure interface is in RUNNING state before touching the multicast filtersBrad Smith
2005-01-14use PCI Memory Write and Invalidate; from bogdan@eastonline.ru, ok pascoeTheo de Raadt
2005-01-14rev 1.63Brad Smith
2005-01-14clean PCI leftoversPeter Valchev
2005-01-14split re(4) into bus-independent code (ic/re.c) and PCI front-endPeter Valchev
2005-01-12Don't call ahc_setup_data() after calling ahc_execute_scb() since theKenneth R Westerback
2005-01-12Fix an off by one in the critical section clearing code. The code wasKenneth R Westerback
2005-01-10Make the time spent scanning per channel consistent with other driversJonathan Gray
2005-01-09From dyoung@NetBSD rev 1.41:Jonathan Gray
2005-01-09Use the macwrite instead of the hostwrite radio programming methodJonathan Gray
2005-01-09fix regulation domain handlingReyk Floeter
2005-01-08spacesMichael Shalayeff
2005-01-08rev 1.125Brad Smith
2005-01-08fix conflicting types for ahc_send_async().Kevin Lo
2005-01-05Let wsdisplay drivers return zero for WSDISPLAYIO_[GS]VIDEO ioctls - mostMiod Vallat
2005-01-04If we get a vendor private tlv when we are expecting a challenge,Todd C. Miller
2005-01-04shrink dmesg outputJonathan Gray
2005-01-03Make ath at cardbus not depend on ath at pci. ok reyk@Jonathan Gray
2005-01-02Split out register definitions.Mark Kettenis
2005-01-02more constantsBrad Smith
2005-01-02rev 1.21Brad Smith
2005-01-01allow reception of VLAN sized frames.Brad Smith
2004-12-31Define atw cfdriver struct in atw.c so atw at cardbus does notJonathan Gray
2004-12-31people who don't understand the preprocessor should stay away from the tree.Marc Espie
2004-12-31sync with the latest work and add some stuff needed by the upcoming ar5211/ar...Reyk Floeter
2004-12-31Move the cfdriver struct to rtw.c where it belongs so cardbus rtwJonathan Gray
2004-12-30Current ahd timeout code does nothing. Add fbsd style timeoutKenneth R Westerback
2004-12-30Clean up some code to eliminate snprintf() return value abuse noted byKenneth R Westerback
2004-12-30Correct copyright as per David Young's recent change in NetBSD.Jonathan Gray
2004-12-30Add license and CVS tags.Jonathan Gray
2004-12-29indentation repair; marco okTheo de Raadt
2004-12-29Driver for Realtek 802.11 devices from NetBSD.Jonathan Gray
2004-12-28indent properlyTheo de Raadt
2004-12-28Don't allow an infinite number of SCSI bus resets per i/o.Kenneth R Westerback
2004-12-27Fix tag handling for non-U320/packetized devices. Allow tags for theseKenneth R Westerback
2004-12-27Gremlin crept in; found by drahn@Miod Vallat
2004-12-26Use list and queue macros where applicable to make the code easier to read;Miod Vallat
2004-12-26Make debug less verbose. Prompted by mickey@Marco Peereboom
2004-12-26This should fix long outstanding issues with ami(4). The reportedMarco Peereboom
2004-12-25Do not allow loading a font in an used font slot; discussed with and ok mickey@Miod Vallat
2004-12-24Kill bit of ahc cruft. Elminate lots of leading spaces. Other KNF. NoKenneth R Westerback
2004-12-23change FXPF_UCODE to mean "firmware load attempted". if the firstTheo de Raadt
2004-12-23make com[123] work for console on i386, but allow override with CONADDR/CONUNITMarkus Friedl
2004-12-22Use vfs firmware loader for fxp(4) interrupt coalescing microcode.Alexander Yurchenko
2004-12-22Do a COR reset on prism cards too in the watchdog reset. Helps recoverTodd C. Miller