summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2005-06-07CCITT about to bite the dust, remove special casing in archs and driversHenning Brauer
2005-06-06correct names for miscellaneous control bit registerMichael Coulter
2005-06-06AD1981 is actually AD1980Michael Coulter
2005-06-01De-inline a few functions if option SMALL_KERNEL, and do not compileMiod Vallat
2005-05-31Reduce ccbs for now because millert had issues on a 475.Marco Peereboom
2005-05-29use JAPAN for locale code 0 stored in some rtw EEPROMs.Reyk Floeter
2005-05-29further cleanup - use bzero, bcopy and bcmpReyk Floeter
2005-05-29knfReyk Floeter
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