summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* count stuck beacon eventssam2009-02-071-0/+1
* fix building w/o CFI_ARMEDANDDANGEROUSsam2009-02-071-4/+5
* expand CFI_ARMEDANDDANGEROUS to include writing the user segmentsam2009-02-071-3/+12
* si_cmdname() is defined only when SI_DEBUG is enabled, thuswkoszek2009-02-071-2/+2
* fix 11n channel constructionsam2009-02-071-6/+6
* add macro for future regulatory modssam2009-02-071-0/+5
* Rearrange this code slightly to pass softcs around instead of device_t,nwhitehorn2009-02-076-57/+85
* Tidy NOTES a bit:wkoszek2009-02-071-3/+14
* Tidy NOTES a bit:wkoszek2009-02-071-3/+3
* Tidy NOTES a bit:wkoszek2009-02-071-3/+6
* Add rudimentary support for symbolic links on UDF. Links are stored as ajhb2009-02-062-3/+124
* Comment about ural(4) isn't approprate here, since the driver is present inwkoszek2009-02-061-3/+0
* ural(4) is already present in global NOTES, thus there is nowkoszek2009-02-061-2/+0
* Fix AGP debugging code:wkoszek2009-02-067-3/+22
* Add support for fifos to UDF:jhb2009-02-063-0/+64
* Tweak the output of VOP_PRINT/vn_printf() some.jhb2009-02-064-4/+5
* Add KASSERTs to make it easier to debug problems like the one fixedtrasz2009-02-062-0/+2
* When a device containing mounted UFS filesystem disappears, the typetrasz2009-02-061-4/+4
* In urtw_init() call urtw_stop(ifp, 0) rather than urtw_stop(ifp, 1)kevlo2009-02-061-1/+1
* Regenkevlo2009-02-062-2/+9
* Add the Buffalo WLI-U2-SG54HGkevlo2009-02-063-0/+3
* Expand the scope of the sysctllock sx lock to protect the sysctl tree itself.jhb2009-02-064-25/+112
* Consistently use <TAB> instead of spaces as option name and filewkoszek2009-02-062-9/+9
* fix spelling errorimp2009-02-061-1/+1
* Store the entire funce for disk type functions (eg CF cards and theimp2009-02-062-1/+20
* Remove unused variable.wkoszek2009-02-061-2/+0
* add PSB channels to the calibration listsam2009-02-061-3/+12
* Bring consistent debugging output for all values that are supposedwkoszek2009-02-052-31/+31
* Drop the kernel linker lock while running SYSUNINIT routines and removingjhb2009-02-051-0/+3
* halt APs on rebootkmacy2009-02-051-1/+1
* reboot instance on resetkmacy2009-02-051-1/+4
* fix non-witness compilekmacy2009-02-051-0/+1
* eliminate gainFCorrection; just have ar5212GetGainFCorrection returnsam2009-02-052-11/+12
* Minor packet drop improvements:sam2009-02-052-4/+11
* improve IQ cal debug msgs; in particular don't scare people by screamingsam2009-02-051-13/+7
* fill in ar5212ResetCalValid; reset the IQ valid flag on the channelsam2009-02-051-1/+10
* stylesam2009-02-051-1/+2
* replace r/w idiom with OS_REG_SET_BIT (to match other code)sam2009-02-051-3/+2
* Don't check for mapping above 4GB on 32-bit platforms.imp2009-02-051-0/+2
* o change _db_show_key to always dump the contents instead of checkingsam2009-02-051-4/+36
* do_product_lookup should return a const struct pccard_product *.imp2009-02-051-1/+1
* Fix parameter types for set_res_flags and read_ivarsimp2009-02-051-4/+4
* shutdown returns an intimp2009-02-054-6/+9
* shutdown returns an intimp2009-02-051-7/+5
* writereg returns an int.imp2009-02-051-2/+3
* writereg returns an int.imp2009-02-051-3/+3
* Make iclear return int, since that matches all function definitions of it.imp2009-02-051-1/+1
* reset_epp and ecp_sync both return int.imp2009-02-052-9/+9
* Shutdown returns an int.imp2009-02-051-3/+3
* identify routine takes driver_t *, not device_t *.imp2009-02-051-1/+1
OpenPOWER on IntegriCloud