aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/isa
Commit message (Expand)AuthorAgeFilesLines
* Reduce the maximum supported save state size to 4k, as the 8k limitIan Dowse2005-03-011-3/+1
* Add a missing bcopy() to make saving the VESA state actually work.Ian Dowse2005-02-281-3/+13
* kill unused valueSam Leffler2005-02-251-1/+1
* Forced commit after moving mb86960.h from i386/isa/ic to dev/fe. ItWarner Losh2005-02-201-340/+0
* Use the local APIC timer to drive the various kernel clocks on SMP machinesJohn Baldwin2005-02-081-19/+19
* Since we are quite unlikely to ever face another platform whichPoul-Henning Kamp2005-02-061-16/+13
* Anytime we write to the RTC's status B register to possibly enableJohn Baldwin2005-02-031-0/+3
* Tweak the ELCR support slightly. Explicitly probe the ELCR during bootJohn Baldwin2005-01-182-12/+4
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-0621-23/+26
* Get rid of #ifdef for legacy system. Move that into the MD code.Warner Losh2004-12-241-0/+7
* Separate mse driver into a core driver and a bus attachments. Separate outWarner Losh2004-12-121-917/+0
* Don't include sys/user.h merely for its side-effect of recursivelyDavid Schultz2004-11-271-1/+0
* pbio has moved to dev/pbioWarner Losh2004-11-111-463/+0
* Add new function ttyinitmode() which sets our systemwide defaultPoul-Henning Kamp2004-10-181-6/+1
* Let nexus print our flags for us. Also, clean up an obfuscated if stmt.Nate Lawson2004-10-141-10/+7
* Remove local hacks to set flags now that the device probe does this for us.Nate Lawson2004-10-141-2/+1
* Fix conflicts I didn't fix before I committed my busspace changes.Warner Losh2004-10-111-4/+2
* Convert to newbus. (chances are we could now move this to dev/pbioWarner Losh2004-10-101-46/+61
* style(9)David E. O'Brien2004-10-091-57/+51
* Port pbio to HEAD.Warner Losh2004-10-071-0/+456
* Add new a function isa_dma_init() which returns an errno when it failsPoul-Henning Kamp2004-09-151-13/+11
* Remove now unused #include files.Poul-Henning Kamp2004-09-151-52/+0
* Optimize intr_execute_handlers() by combining the pic_disable_source() andScott Long2004-08-021-21/+50
* Preparation commit for the tty cleanups that will follow in the nearPoul-Henning Kamp2004-07-151-1/+1
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPPoul-Henning Kamp2004-07-151-1/+1
* Partially revert previous commit. Calling getit() unconditionally fixedMarcel Moolenaar2004-07-111-11/+22
* Call getit() unconditionally and only grab clock_lock when theMarcel Moolenaar2004-07-101-20/+13
* Update for the KDB framework:Marcel Moolenaar2004-07-102-18/+12
* Something funny happened on the way to the floppy driver today...Poul-Henning Kamp2004-07-051-3/+11
* Remove now obsolete port assignments and sizes. These more properlyWarner Losh2004-07-051-77/+1
* Don't define __RMAN_RESOURCE_VISISBLE. They aren't needed here afterWarner Losh2004-07-031-12/+18
* This needs __RMAN_RESOURCE_VISIBLE if PC98 is defined.Yoshihiro Takahashi2004-07-011-0/+3
* Trim a few things from the dmesg output and stick them under bootverbose toJohn Baldwin2004-07-011-12/+16
* Clear any pending exceptions before using frstor (in the non-FXSR case)Bruce Evans2004-06-191-0/+4
* Fixed a panic caused by over-optimizing npxdrop() in the non-FXSR case.Bruce Evans2004-06-181-0/+9
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-168-37/+37
* Remove atdevbase and replace it's remaining uses with direct references toJohn Baldwin2004-06-101-0/+1
* Fixed misclassification of npx interrupts caused by npx_probe().Bruce Evans2004-06-061-12/+1
* Manual edits to change linesw[]-frobbing to ttyld_*() calls.Poul-Henning Kamp2004-06-041-2/+1
* Machine generated patch which changes linedisc calls from accessingPoul-Henning Kamp2004-06-041-5/+5
* Use ttymalloc() instead of ttyregister().Poul-Henning Kamp2004-06-044-15/+12
* Gainfully employ the new ttyioctl in the trivial cases.Poul-Henning Kamp2004-06-011-8/+1
* Add missing #include <sys/module.h>Poul-Henning Kamp2004-05-304-0/+4
* Add some missing <sys/module.h> includes which are masked by thePoul-Henning Kamp2004-05-303-0/+3
* Quick fix for overflow when tsc_freq >= 2^31. "int profrate" in structBruce Evans2004-05-261-3/+10
* MFamd64:Bruce Evans2004-05-261-2/+0
* MFamd64 (put TF_EIP in assym.s and use it instead of a magic offset inBruce Evans2004-05-231-1/+1
* - Move some macros from icu.h into atpic.c as that is the only place theyJohn Baldwin2004-05-112-61/+19
* Trim unused includes.John Baldwin2004-05-113-8/+0
* - Simplify the sizeof expression in the CTASSERT() for NUM_ISA_IRQS.John Baldwin2004-05-101-3/+3