summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add missing #include <sys/module.h>phk2004-05-304-0/+4
* Add some missing <sys/module.h> includes which are masked by thephk2004-05-303-0/+3
* Quick fix for overflow when tsc_freq >= 2^31. "int profrate" in structbde2004-05-261-3/+10
* MFamd64:bde2004-05-261-2/+0
* MFamd64 (put TF_EIP in assym.s and use it instead of a magic offset inbde2004-05-231-1/+1
* - Move some macros from icu.h into atpic.c as that is the only place theyjhb2004-05-112-61/+19
* Trim unused includes.jhb2004-05-113-8/+0
* - Simplify the sizeof expression in the CTASSERT() for NUM_ISA_IRQS.jhb2004-05-101-3/+3
* Fixed PC98 support.nyan2004-05-061-0/+31
* - Add a new pic method pic_config_intr() to set the trigger mode andjhb2004-05-041-1/+60
* - Add a member to the atpic interrupt source structures to indicate if thejhb2004-05-041-5/+51
* Add a simple mini-driver for the ELCR register. Originally, the ELCRjhb2004-05-041-0/+143
* - Add an IMEN_MASK macro that returns the 8-bit bitmask of an atpicjhb2004-05-031-8/+16
* Remove old cy driver files. They have been repo-copied to sys/dev/cy andbde2004-05-023-3283/+0
* - The i8254 uses IRQ 0, not IRQ 8. Correct i8254_intsrc to reference thejhb2004-04-271-4/+6
OpenPOWER on IntegriCloud