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