aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* correct ie length check; need to include fixed part of ieSam Leffler2006-07-161-4/+4
* MFamd64Alan Cox2006-07-161-6/+3
* Some rearrangement of headers to minimize diffs with outside ofMatt Jacob2006-07-166-64/+71
* Fix a compile time problem on amd64. I'm not sure if the fix is correctAlexander Leidinger2006-07-162-4/+6
* Eliminate the remaining uses of "register".Alan Cox2006-07-161-42/+16
* power save mode state changes should not require clocking the 802.11Sam Leffler2006-07-161-0/+7
* tighten invariant on loops used to parse ie's; this ensures we neverSam Leffler2006-07-161-4/+4
* Add sysctl information about things like WWNN/WWPN.Matt Jacob2006-07-162-0/+40
* If we're in mpt_wait_req and the command times out,Matt Jacob2006-07-162-4/+18
* Define out unused and incomplete raid quiesce functions.Matt Jacob2006-07-162-8/+12
* Oops bring back code that shouldn't have been removed by the previousOlivier Houchard2006-07-151-0/+2
* Make sure that if uma_small_alloc() gets called recursively, we just give upOlivier Houchard2006-07-151-7/+6
* If the card has target mode enabled, and we hangMatt Jacob2006-07-152-40/+177
* - Connect the snd_emu10kx driver to the build. [1]Alexander Leidinger2006-07-156-5/+39
* Make the mixer kobj class static. This brings it inline with the channel orAlexander Leidinger2006-07-151-1/+1
* Make the MIDI kobj class static. This brings it inline with the channel orAlexander Leidinger2006-07-153-3/+3
* Add snd_emu10kx driver for Creative SoundBlaster Live! and Audigy seriesAlexander Leidinger2006-07-157-0/+4878
* - Update ALSA emu10k1.h (it was imported as emu10k1-alsa.h) header file toAlexander Leidinger2006-07-154-1248/+443
* Eliminate duplicate p-states entriesBruno Ducrot2006-07-151-0/+6
* Make pc_freemask an array of uint32_t, rather than uint64_t. (I believeAlan Cox2006-07-151-1/+1
* Enable debug.mpsafevfs by default on arm. Since every architecture exceptAlan Cox2006-07-151-2/+1
* Use TAILQ_FOREACH instead of poking around in the guts of the listBrooks Davis2006-07-151-8/+5
* Drop a pointless cast of ifp->if_softc to (struct tap_softc *).Brooks Davis2006-07-151-1/+1
* Cleanup: Use if_initname to set if_dname, if_dunit, and if_xname insteadBrooks Davis2006-07-151-3/+1
* Add a comment explaining why the OHCI mapping has been commented out.Olivier Houchard2006-07-151-0/+9
* Allow iic bridges to support a generalized transfer, rather thanWarner Losh2006-07-147-12/+117
* MFp4: spibus glueWarner Losh2006-07-141-0/+4
* MFp4:Warner Losh2006-07-144-0/+277
* MFp4: this now depends on new spi bus stuffWarner Losh2006-07-141-1/+3
* MFp4: tweaksWarner Losh2006-07-141-7/+8
* Let native elf class be registered earlier.Jung-uk Kim2006-07-141-1/+1
* MFp4: elevate quality of slow clock a littleWarner Losh2006-07-141-1/+1
* MFp4: paren policeWarner Losh2006-07-141-6/+4
* MFp4:Warner Losh2006-07-143-8/+66
* MFp4:Warner Losh2006-07-141-1/+1
* The TSC board uses a 16MHz base clock for the AT91RM9200, while the KwikbyteWarner Losh2006-07-141-0/+6
* For the moment, make board configuration a compile time option. ThisWarner Losh2006-07-141-0/+2
* Implement the set_time function. Rather pointless with this RTC, as itWarner Losh2006-07-141-3/+8
* MF p4:Warner Losh2006-07-143-317/+132
* Be sure to flush the cache after a partial read on timeout. ExpandWarner Losh2006-07-141-3/+7
* Remove duplicated #include.Pawel Jakub Dawidek2006-07-141-1/+0
* Regen.John Baldwin2006-07-143-4/+4
* Somewhat surprisingly, ibcs2_ioctl() is MPSAFE as it is without needing anyJohn Baldwin2006-07-141-1/+1
* Regen.John Baldwin2006-07-143-5/+5
* Mark ibcs2_mount() (just returns EINVAL) and ibcs2_umount() (just callsJohn Baldwin2006-07-141-2/+2
* Move some of the common parameters into the std. files for this platform.Warner Losh2006-07-143-11/+16
* Regen.John Baldwin2006-07-142-3/+3
* ibcs2_sigprocmask() is already marked MPSAFE in syscalls.xenix, so markJohn Baldwin2006-07-141-1/+1
* Drop Giant before returning in error path, thus eliminatesXin LI2006-07-142-0/+2
* Unlock aac_io_lock before returning, thus eliminates a mutexXin LI2006-07-141-0/+1