summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa
Commit message (Expand)AuthorAgeFilesLines
* Fixed a misplaced ifdef that prevented npx.c building without "device isa"bde2004-02-131-1/+1
* Fix a typo in kan's last commit: cnavaiable() -> cnavailable()roam2004-02-051-1/+1
* Eliminate global cons_unavailable flag and replace it by the statuskan2004-02-053-4/+7
* Revert the skipping of segment register reloads as it appears to actuallyjhb2004-02-031-4/+1
* Optimize the i386 interrupt entry code to not reload the segment registersjhb2004-01-281-1/+4
* Fix a long-standing bug that had been introduced in rev 1.24 with thejoerg2004-01-071-1/+4
* - Use i8259A register defines from shared sys/dev/ic/i8259.h rather thanjhb2004-01-062-67/+20
* First part of the removal of drivers for hardware that isn't relevantimp2003-12-071-633/+0
* Remove cx in its old location.imp2003-12-034-3199/+0
* Fixed breakage of the pci case of the cy driver by the new interruptbde2003-12-021-31/+32
* Add a special check for a stray IRQ 7 or IRQ 15 to see if it is actuallyjhb2003-11-191-0/+22
* - Add counts to the ATPIC interrupt sources and point the ATPIC interruptjhb2003-11-191-6/+17
* Restored the call to schedsofttty() (now spelled swi_sched(...)) again.bde2003-11-161-14/+19
* Localized the cy driver's locking.bde2003-11-161-23/+20
* Always install IDT entries for ATPIC interrupt sources. The APIC nojhb2003-11-141-10/+3
* "opt_auto_eoi.h" is not used here anymore. See atpic.c.peter2003-11-141-2/+0
* Replace magic numbers with macros for i8259A register constants. Stilljhb2003-11-141-9/+10
* - Bring in constants for 8259A registers from amd64 with some updatedjhb2003-11-141-2/+57
* Don't disable the TSC with statclock_disable.phk2003-11-131-9/+9
* - Move manipulation of td_intr_nesting_level out of assembly interruptjhb2003-11-123-73/+24
* - Implement selwakeuppri() which allows raising the priority of atanimura2003-11-096-6/+6
* Use a wrapper around the driver interrupt handler. The wrapper accepts thejhb2003-11-041-3/+10
* Fix LINTnyan2003-11-042-1/+2
* Fix to support pc98.nyan2003-11-041-0/+6
* Split pc98 support into pc98/pc98/nmi.c.nyan2003-11-041-22/+1
* Remove remaining bits of old interrupt and APIC code.jhb2003-11-036-1470/+0
* Catch up to interrupt code changes.jhb2003-11-032-2/+0
* - Export doreti as a global symbol.jhb2003-11-031-108/+0
* New APIC support code:jhb2003-11-032-219/+30
* Add the new atpic(4) driver for the 8259A master and slave PICs. Byjhb2003-11-033-225/+498
* Move the NMI handling code out to its own file.jhb2003-11-031-586/+2
* Remove soon to be obsolete file to break kernel build while the newjhb2003-11-031-716/+0
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-315-18/+14
* There is no way to enter the attach routine twice with the same softcbrooks2003-10-301-18/+16
* Don't forget to load %es with the kernel data segment selector inbde2003-10-161-0/+3
* Add a workaround for the fact that the priv field was removed fromdfr2003-10-161-4/+18
* MFsio (sio.c 1.413: cleaned up and fixed setting of speeds in comparam()).bde2003-09-271-23/+12
* Quick fix for bitrot in locking in the SMP case. cd_getreg() andbde2003-09-271-4/+24
* Initialize cn_name, ignore cn_dev.phk2003-09-261-1/+1
* Per TRB vote: restore the aquire_timer0 and associated goo. This willimp2003-09-241-2/+146
* Add constants for entries in the IDT and use those instead of magicjhb2003-09-101-4/+5
* clock.c:bde2003-09-071-2/+18
* Mark the isa compat shims for BURN_BRIDGES for 6.0peter2003-09-052-0/+12
* Clean up some antique stuff. We do not support Weitek FPUs etc, and neverpeter2003-09-051-10/+0
* Fix compile error.nyan2003-08-251-1/+1
* Even though this driver says it is broken, fix the location of the pciimp2003-08-231-2/+2
* Give timecounters a numeric quality field.phk2003-08-161-1/+2
* remove acquire_timer0() and release_timer0() and related stuff.phk2003-08-151-134/+2
* As warned: Initiate deorbit burn for the pcaudio driver.phk2003-08-151-563/+0
* Add or correct range checking of signal numbers in system calls andnectar2003-08-101-0/+2
OpenPOWER on IntegriCloud