summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa
Commit message (Expand)AuthorAgeFilesLines
* Initialize the mxcsr properly, so the initial value in a process isn'tdas2005-03-171-0/+10
* Eleminate 3 PC98 ifdefs:imp2005-03-161-17/+5
* Define IRQ_NPX for the irq used for the npx. Define macro for a fullimp2005-03-161-0/+11
* bus_alloc_resource must obey the same rules asimp2005-03-161-1/+1
* Whitespace sync with amd64. (Rather than re-add the extra blank linespeter2005-03-111-3/+0
* - Remove the BURN_BRIDGES marked support for hooking into the ISA timer 0jhb2005-03-091-144/+2
* Allocate and map a 12k data buffer such that it is contiguous iniedowse2005-03-041-9/+21
* netchild's mega-patch to isolate compiler dependencies into a centraljoerg2005-03-022-15/+11
* Reduce the maximum supported save state size to 4k, as the 8k limitiedowse2005-03-011-3/+1
* Add a missing bcopy() to make saving the VESA state actually work.iedowse2005-02-281-3/+13
* kill unused valuesam2005-02-251-1/+1
* Forced commit after moving mb86960.h from i386/isa/ic to dev/fe. Itimp2005-02-201-340/+0
* Use the local APIC timer to drive the various kernel clocks on SMP machinesjhb2005-02-081-19/+19
* Since we are quite unlikely to ever face another platform whichphk2005-02-061-16/+13
* Anytime we write to the RTC's status B register to possibly enablejhb2005-02-031-0/+3
* Tweak the ELCR support slightly. Explicitly probe the ELCR during bootjhb2005-01-182-12/+4
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-0621-23/+26
* Get rid of #ifdef for legacy system. Move that into the MD code.imp2004-12-241-0/+7
* Separate mse driver into a core driver and a bus attachments. Separate outimp2004-12-121-917/+0
* Don't include sys/user.h merely for its side-effect of recursivelydas2004-11-271-1/+0
* pbio has moved to dev/pbioimp2004-11-111-463/+0
* Add new function ttyinitmode() which sets our systemwide defaultphk2004-10-181-6/+1
* Let nexus print our flags for us. Also, clean up an obfuscated if stmt.njl2004-10-141-10/+7
* Remove local hacks to set flags now that the device probe does this for us.njl2004-10-141-2/+1
* Fix conflicts I didn't fix before I committed my busspace changes.imp2004-10-111-4/+2
* Convert to newbus. (chances are we could now move this to dev/pbioimp2004-10-101-46/+61
* style(9)obrien2004-10-091-57/+51
* Port pbio to HEAD.imp2004-10-071-0/+456
* Add new a function isa_dma_init() which returns an errno when it failsphk2004-09-151-13/+11
* Remove now unused #include files.phk2004-09-151-52/+0
* Optimize intr_execute_handlers() by combining the pic_disable_source() andscottl2004-08-021-21/+50
* Preparation commit for the tty cleanups that will follow in the nearphk2004-07-151-1/+1
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPphk2004-07-151-1/+1
* Partially revert previous commit. Calling getit() unconditionally fixedmarcel2004-07-111-11/+22
* Call getit() unconditionally and only grab clock_lock when themarcel2004-07-101-20/+13
* Update for the KDB framework:marcel2004-07-102-18/+12
* Something funny happened on the way to the floppy driver today...phk2004-07-051-3/+11
* Remove now obsolete port assignments and sizes. These more properlyimp2004-07-051-77/+1
* Don't define __RMAN_RESOURCE_VISISBLE. They aren't needed here afterimp2004-07-031-12/+18
* This needs __RMAN_RESOURCE_VISIBLE if PC98 is defined.nyan2004-07-011-0/+3
* Trim a few things from the dmesg output and stick them under bootverbose tojhb2004-07-011-12/+16
* Clear any pending exceptions before using frstor (in the non-FXSR case)bde2004-06-191-0/+4
* Fixed a panic caused by over-optimizing npxdrop() in the non-FXSR case.bde2004-06-181-0/+9
* Do the dreaded s/dev_t/struct cdev */phk2004-06-168-37/+37
* Remove atdevbase and replace it's remaining uses with direct references tojhb2004-06-101-0/+1
* Fixed misclassification of npx interrupts caused by npx_probe().bde2004-06-061-12/+1
* Manual edits to change linesw[]-frobbing to ttyld_*() calls.phk2004-06-041-2/+1
* Machine generated patch which changes linedisc calls from accessingphk2004-06-041-5/+5
* Use ttymalloc() instead of ttyregister().phk2004-06-044-15/+12
* Gainfully employ the new ttyioctl in the trivial cases.phk2004-06-011-8/+1
OpenPOWER on IntegriCloud