summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - Connect the snd_emu10kx driver to the build. [1]netchild2006-07-156-5/+39
* Make the mixer kobj class static. This brings it inline with the channel ornetchild2006-07-151-1/+1
* Make the MIDI kobj class static. This brings it inline with the channel ornetchild2006-07-153-3/+3
* Add snd_emu10kx driver for Creative SoundBlaster Live! and Audigy seriesnetchild2006-07-157-0/+4878
* - Update ALSA emu10k1.h (it was imported as emu10k1-alsa.h) header file tonetchild2006-07-154-1253/+448
* Eliminate duplicate p-states entriesbruno2006-07-151-0/+6
* Make pc_freemask an array of uint32_t, rather than uint64_t. (I believealc2006-07-151-1/+1
* Enable debug.mpsafevfs by default on arm. Since every architecture exceptalc2006-07-151-2/+1
* Use TAILQ_FOREACH instead of poking around in the guts of the listbrooks2006-07-151-8/+5
* Drop a pointless cast of ifp->if_softc to (struct tap_softc *).brooks2006-07-151-1/+1
* Cleanup: Use if_initname to set if_dname, if_dunit, and if_xname insteadbrooks2006-07-151-3/+1
* Add a comment explaining why the OHCI mapping has been commented out.cognet2006-07-151-0/+9
* Allow iic bridges to support a generalized transfer, rather thanimp2006-07-147-12/+117
* MFp4: spibus glueimp2006-07-141-0/+4
* MFp4:imp2006-07-144-0/+277
* MFp4: this now depends on new spi bus stuffimp2006-07-141-1/+3
* MFp4: tweaksimp2006-07-141-7/+8
* Let native elf class be registered earlier.jkim2006-07-141-1/+1
* MFp4: elevate quality of slow clock a littleimp2006-07-141-1/+1
* MFp4: paren policeimp2006-07-141-6/+4
* MFp4:imp2006-07-143-8/+66
* MFp4:imp2006-07-141-1/+1
* The TSC board uses a 16MHz base clock for the AT91RM9200, while the Kwikbyteimp2006-07-141-0/+6
* For the moment, make board configuration a compile time option. Thisimp2006-07-141-0/+2
* Implement the set_time function. Rather pointless with this RTC, as itimp2006-07-141-3/+8
* MF p4:imp2006-07-143-319/+134
* Be sure to flush the cache after a partial read on timeout. Expandimp2006-07-141-3/+7
* Remove duplicated #include.pjd2006-07-141-1/+0
* Regen.jhb2006-07-143-4/+4
* Somewhat surprisingly, ibcs2_ioctl() is MPSAFE as it is without needing anyjhb2006-07-141-1/+1
* Regen.jhb2006-07-143-5/+5
* Mark ibcs2_mount() (just returns EINVAL) and ibcs2_umount() (just callsjhb2006-07-141-2/+2
* Move some of the common parameters into the std. files for this platform.imp2006-07-143-11/+16
* Regen.jhb2006-07-142-3/+3
* ibcs2_sigprocmask() is already marked MPSAFE in syscalls.xenix, so markjhb2006-07-141-1/+1
* Drop Giant before returning in error path, thus eliminatesdelphij2006-07-142-0/+2
* Unlock aac_io_lock before returning, thus eliminates a mutexdelphij2006-07-141-0/+1
* Remove prototype for the undefined function counterhandler().cognet2006-07-141-1/+0
* Define prototype for pru_close, which in the future will notify therwatson2006-07-141-3/+6
* Don't attach 2422's yet. It just confuses everyone.mjacob2006-07-141-0/+2
* Add some missing braces.mjacob2006-07-141-14/+30
* Fix a few cis entries that were separated with spaces, not with commas.imp2006-07-141-3/+3
* no need to print unload anymoreimp2006-07-141-1/+0
* no need to print unload anymore.imp2006-07-141-1/+0
* sync with master.davidxu2006-07-141-6/+11
* Add remote GDB bits for arm.cognet2006-07-143-0/+163
* Always allow to specify components with /dev/ prefix.pjd2006-07-132-2/+8
* Sync specialreg.h changes between amd64 and i386 with few fixes.jkim2006-07-132-16/+26
* Now even more style(9)ish.mr2006-07-131-1/+1
* Use the already stored VIA RNG probe informationmr2006-07-132-17/+6
OpenPOWER on IntegriCloud