summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2005-05-29rtw cleanupReyk Floeter
2005-05-29cleanup rtwReyk Floeter
2005-05-28fix hostap modeReyk Floeter
2005-05-28make sure to enable socket on resume.Robert Nagy
2005-05-28Step 3 in fixing bioctl commands intermixed with regular io.Marco Peereboom
2005-05-28Step 2 in fixing bioctl commands intermixed with regular io.Marco Peereboom
2005-05-27step 1 in fixing bioctl commands intermixed with regular io.Marco Peereboom
2005-05-27make sure to enable socket on resume.Robert Nagy
2005-05-27- Merge changes from pxacom back into the common com driver.Uwe Stuehler
2005-05-27remove some misplaced htole32sReyk Floeter
2005-05-27re-enable gpio init even without using the gpio(4) frameworkReyk Floeter
2005-05-27- fix reception of VLAN sized frames on 82558 and upBrad Smith
2005-05-27- disable the gpio user interface for now, it's just an unimportantReyk Floeter
2005-05-26remove unused vtophys stuffMartin Reindl
2005-05-26remove vtophys (it wasn't used anyway)Jason Wright
2005-05-26Fix compilation on macppc and likely other archs.Jonathan Gray
2005-05-25correctly initialize AD1886.Joris Vink
2005-05-24ath_hal_rx_monitor should be used for link state monitoring instead ofReyk Floeter
2005-05-24crank up MAXCCB to 250 for cards that can handle it. ok mickey@Marco Peereboom
2005-05-24disable TX HW checksumming, some revs of the chip can cause packet corruption.Brad Smith
2005-05-23loose is not lose. ok deraadt tdeval and a few more typos from jfbTed Unangst
2005-05-23Remove some unuseful debug code.Jonathan Gray
2005-05-22ALTQ cleanoutMartin Reindl
2005-05-22fix power hooksMartin Reindl
2005-05-22add power hookBrad Smith
2005-05-21sync power management settings. this should fix some unrecoverableReyk Floeter
2005-05-21improve power saving modeReyk Floeter
2005-05-19i82820 and later chips has a bit different SMRAM register layout.Alexander Yurchenko
2005-05-18don't initialize bbp registers with values in eeprom. some adapters seemDamien Bergamini
2005-05-17Need to find a way to detect if fw supports disabling hold of timers beforeMarco Peereboom
2005-05-16remove an extra delay in rf register initReyk Floeter
2005-05-13override default bbp register values with values stored in eeprom (exceptDamien Bergamini
2005-05-13before ieee80211.c rev 1.6, it was guaranted that ic_curmode was differentDamien Bergamini
2005-05-13simplify test conditions. ((v & f1) || (v & f2)) <=> (v & (f1 | f2)) inDamien Bergamini
2005-05-13move IFQ_SET_MAXLEN to just above IFQ_SET_READYBrad Smith
2005-05-11Reset IO completion values to 0 to disable completion holdof. This improvesMarco Peereboom
2005-05-11Add get and set completions opcodes.Marco Peereboom
2005-05-11extra checks for monitor modeReyk Floeter
2005-05-10ANSI protosBrad Smith
2005-05-10- remove commented out headerBrad Smith
2005-05-10Add epic(4) driver which supersedes tx(4).Brad Smith
2005-05-09replace sc_quirk with sc_flags, spotted and ok mickey@Marco Peereboom
2005-05-08change the dmesg output: print known chipset names, don't print theReyk Floeter
2005-05-08the ar5210 is silicon version 0, not 1.Reyk Floeter
2005-05-08fix silicon version number reporting. ie. ath0: mac 80.6 -> ath0: mac 5.6.Reyk Floeter
2005-04-30try to drain send queue if we lose link during heavy transmitBrad Smith
2005-04-30don't set MTU if its the same as what's currently being used.Brad Smith
2005-04-30check for ETHERMIN in SIOCSIFMTU ioctl; from bradPeter Valchev
2005-04-30From NetBSD, pt to by brad (might fix csum problems, else they mayPeter Valchev
2005-04-27Remove unnecessary step in ack sequence.Marco Peereboom