summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2003-11-22Cosmetic changeskent
2003-11-17Clear DRIVE_ATA|DRIVE_ATAPI for both drives only when we're sure this isbouyer
2003-11-17Various typo fixes from Jonathon Gray via jmc@openbsd.wiz
2003-11-16From Steve Woodford (scw@): fix wi(4) and wiconfig(8) on big-endiandyoung
2003-11-16So that the internal bridge works in AP mode, call ath_start afterdyoung
2003-11-16Fix spelling/grammar in a comment.dyoung
2003-11-16Add data-link type DLT_IEEE802_11_RADIO to wi and atw. DLT_IEEE802_11_RADIOdyoung
2003-11-13If we detected an old drive on a channel, clear (ATA|ATAPI) for bothbouyer
2003-11-13eliminate uvm_useracc() in favor of checking the return value ofchs
2003-11-12Use just "type" and not "sc->sc_type" in cominit().simonb
2003-11-10Reading the (non-MII) media status if the card is not running yieldsdrochner
2003-11-10Spell address with two d's. Inspired by similar changes in OpenBSD,wiz
2003-11-08Define all members in TX/RX DMA descriptors as u_int32_t and use proper shifttsutsui
2003-11-08Make comsoft_callout static; it's not referenced outside this file.simonb
2003-11-08Add (as yet unused) COM_TYPE_AU1x00.simonb
2003-11-07Program some bridge options.augustss
2003-11-07Add some more defines.augustss
2003-11-07Supress bogus -Wuninitialized warnings.uwe
2003-11-07If we already have a channel reset pending, don't try to queue a new one.bouyer
2003-11-06Be consistent with other COM_TYPE_PXA2x0 checks.simonb
2003-11-06White space nit.simonb
2003-11-05Fix gcc332 uninitialised bogon.simonb
2003-11-03Do not set HMEDEBUG as default mode.petrov
2003-11-03Fix uninitialized variable warningsichiro
2003-11-02Fix some typos. From Tom Cosgrove via jmc@openbsd.wiz
2003-11-02deferred, not deffered. Inspired by Tom Cosgrove.wiz
2003-11-02boundary, not boundry. Inspired by Tom Cosgrove.wiz
2003-11-02No need to check which state we're changing FROM when we deactivatedyoung
2003-11-02Get a clue from ath(4) and move the ieee80211_new_state() calls indyoung
2003-11-02Fix thinko that breaks IBSS merges in atw(4). sc->sc_opmode !=dyoung
2003-11-02Use ieee80211_find_rxnode to attribute Rx packets to the writedyoung
2003-11-02Mark the available channels using the ic_channels table instead ofdyoung
2003-11-02Get the ieee80211_node for management packets from the rcvif field.dyoung
2003-11-02Fix bugs in power-saving:dyoung
2003-11-01Bug fix: in wi_cfg_txrate, do not divide the 802.11 rate by 2 anddyoung
2003-11-01Cleanup MI mk48txx(4) todclock driver:tsutsui
2003-11-01Rename flag NO_CENTURY_ADJUST -> MC146818_NO_CENT_ADJUST to avoid conflicts.tsutsui
2003-11-01avoid strong words; use 'screw' insteadjdolecek
2003-10-31Use aprint_*(9) instead of printf() in attach routines.briggs
2003-10-31Rollbackreinoud
2003-10-31Make it compile under gcc 2.95 again. Without the patch it gives an `mightreinoud
2003-10-31Make it compile under gcc 2.95 again. I guess the initialisers werereinoud
2003-10-30Fix uninitialized warning.matt
2003-10-30Remove some assigned-to but otherwise unused variables.simonb
2003-10-29Remove check for the error register value at probe time. There have been reportbouyer
2003-10-29freese->freeze, as pointed out by Frederick Bruck.bouyer
2003-10-29- test if we have some work to do before tsleep() in the kernel thread,bouyer
2003-10-29Switch arc to use MI mc146818 tod driver.tsutsui
2003-10-29Add a bogus initializer to appease gcc's uninitialized warning.tsutsui
2003-10-29Fix bogus GCC uninitialized variable warning.tsutsui