summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2002-02-14allow writing to write-only mappings. fixes PR 3493.chs
2002-02-13make the driver even more silent; print state change messages only if IFF_DEBUG.itojun
2002-02-11Forgot to mention two reserved bits.kleink
2002-02-11"doesn't" should have an 's'.wiz
2002-02-11explicitly, with two l.wiz
2002-02-10point sequioa.h to new locationpooka
2002-02-09- rename struct iha_scsi_req_q -> struct iha_scbtsutsui
2002-02-06Remove inclusion of unused machine/cpufunc.h, it doesn't belong here anyways.pooka
2002-02-03remove include of <machine/cpufunc.h>, it's not used herepooka
2002-02-02Reduce the massive code duplication regarding joy(4). Split it intojdolecek
2002-02-02Make auich support variable rate codec, and suspend/resume.augustss
2002-02-01Don't display some (non-exceptional) events unless IFF_DEBUG is set.martin
2002-01-31Fix KBS_WARM comment.uwe
2002-01-31White-space niggle.simonb
2002-01-25- Always validate the return value read from the outbound FIFO.ad
2002-01-23Add support for WSCONS screenblank ioctls. From Phil Budne in [kern/15213].lukem
2002-01-23It corrected forgetting to attach ","ichiro
2002-01-21if AP is nothing, FrameLen is 3 or less.ichiro
2002-01-21Print Association status changes to the console.ichiro
2002-01-21"Association Faild" was added to "Link Stat" messages.ichiro
2002-01-20mistake bit number of tx_rateichiro
2002-01-20Uppsichiro
2002-01-20add few Information frame typesichiro
2002-01-20When the length of the key of WEP was 5 or less octets, WEP was set to 40Bit.ichiro
2002-01-20add scan req/result RIDsichiro
2002-01-19Remove some obsolete code.eeh
2002-01-18to use 104bit WEP keyichiro
2002-01-16some resources was released at the time of detach.ichiro
2002-01-16add detach/activate routineichiro
2002-01-14Don't use chp->wdc if it's NULL.bouyer
2002-01-13Add LBA48 support based on patches from Keisuke YOSHIDA. KNF a bit whilechristos
2002-01-12Call malloc(9) with M_ZERO flag instead of memset() after malloc().tsutsui
2002-01-09print link status changes to the consoledrochner
2002-01-07Changes to the wdc(4) mi driver that add the WDC_CAPABILITY_SELECTdbj
2002-01-06For cosmetic reasons, add 'ESS Technology ES1921' to the table of codec Ids.jmcneill
2002-01-05revert changes I made a long time ago. This should undo the changes which ar...explorer
2002-01-03Implement REDUCED INTERRUPT OPERATION usage for FC cards- this allows themjacob
2002-01-01Add support for radio cards. Written by Maxim Tsyplakov and Vladimir Popovaugustss
2001-12-31Move the declaration of an enum to avoid an "unnamed field not allowed"thorpej
2001-12-30Registers are of u_int8_t type.junyoung
2001-12-29- Add a structure needed for access to CRTC registers.junyoung
2001-12-29Add functions needed for access to CRTC registers.junyoung
2001-12-29KNF.junyoung
2001-12-28Clean up the C_ and S_ constants. We don't really need two sets of them.christos
2001-12-23add FUJITSU MBH10302 specific Registersichiro
2001-12-22Hmmm. These were done this year, not 3 years ago.elric
2001-12-21When mapping the consumer assignment, assign db_seg[0] to cb_seg[0] so anymatt
2001-12-18Previous was committed by mistake; revert.soren
2001-12-16malloc() + memset() -> malloc() with M_ZERO flagtsutsui
2001-12-16if_media support for the DP83905 AT/LANTIC (a souped-up DP8390).bjh21