summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2005-02-17derived from NetBSD:Reyk Floeter
2005-02-17miscellaneous typo fixes:Jean-Francois Brousseau
2005-02-17add software WEP (will implement hardware WEP later).Damien Bergamini
2005-02-17clear the IEEE80211_RATE_BASIC flag from the rate before callingDamien Bergamini
2005-02-17unmap DMA allocated memory properly.Damien Bergamini
2005-02-17zero memory after call to malloc() to avoid freeing non-allocatedDamien Bergamini
2005-02-16add support for enabling amp power on a non-documented Conexant codecTodd T. Fries
2005-02-16fix an invalid condition which returns on an invalid beacon state.Reyk Floeter
2005-02-15Driver for Ralink Technology RT2500 wireless adapters.Damien Bergamini
2005-02-15add the manual tx power option. this is supported by some prism2/2.5/3Reyk Floeter
2005-02-14add missing breakBrad Smith
2005-02-14From NetBSD:Jonathan Gray
2005-02-12Fix crashes during probe by ensuring that SCSI_IS_SCSIBUS_B() returnsKenneth R Westerback
2005-02-08From NetBSD:Jonathan Gray
2005-02-06Wait 10ms for the completion of the EEPROM recall process, allowing aPedro Martelletto
2005-02-06Remove some uneeded code to reduce delta to NetBSD.Jonathan Gray
2005-02-06Fix a merge error that was causing a panic after associating.Jonathan Gray
2005-02-04add hme(4) RX TCP/UDP checksum offloadBrad Smith
2005-02-04fix setting 128bit WEP keys on BIG_ENDIAN arches.Kurt Miller
2005-02-03add 5sec to the xs->timeout to overcompensate for possible delays in quartz_d...Michael Shalayeff
2005-02-03unbreak by killing volatile from fxp_mdi_read(). No binary change.Hans-Joerg Hoexer
2005-02-03make prototype match function for ar5k_ar5110_chan2athchanKevin Lo
2005-02-03make prototype match function for fxp_mdi_read.Kevin Lo
2005-01-31add a bunch of more codecs from var srcs. this makes almost everything from t...Michael Shalayeff
2005-01-31Be sure to always return an error for unrecognized ioctls. Found by matthieu@Miod Vallat
2005-01-30Fix two Cirrus Logic codec IDs.Mark Kettenis
2005-01-24sti colormap fixes:Miod Vallat
2005-01-23bus_space_map() sti regions with BUS_SPACE_MAP_CACHEABLE if they have theMiod Vallat
2005-01-23Two sti(4) changes necessary for hp300:Miod Vallat
2005-01-22Reduce diff to NetBSD.Jonathan Gray
2005-01-22Reduce diff to NetBSD.Jonathan Gray
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