summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use BSD spelling vs. SysV.obrien2004-04-191-1/+1
* Use %eax rather than %ax when loading segment registers to avoid partialjhb2004-04-161-6/+6
* Remove advertising clause from University of California Regent'simp2004-04-079-36/+0
* The bs driver was replaced with the ct(pc98) driver. takahashi-sanimp2004-04-0711-5588/+0
* Converted the isa probe and attach to new-bus so that this driver worksbde2004-04-051-45/+81
* Moved initialization of the lock from the (isa) probe function to thebde2004-04-051-6/+6
* Removed a vestige of the stl driver.bde2004-03-181-312/+0
* remove stale comment since these limits have been increased YEARS ago...jmg2004-03-171-3/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-174-6/+5
* Remove isa compat stuff.imp2004-03-143-444/+0
* The gsc driver uses the old COMPAT_ISA api. Retire it so we canimp2004-03-142-916/+0
* The rdp driver uses the COMPAT_OLD api. This is being retired, soimp2004-03-142-1583/+0
* The spigot driver uses the old COMPAT_ISA interface. Retire it sinceimp2004-03-141-287/+0
* The le driver uses ISA_COMPAT, which is going away soon. Retire itimp2004-03-144-2320/+0
* Announce ethernet MAC addresss in ether_ifattach().mdodd2004-03-143-9/+0
OpenPOWER on IntegriCloud