summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa
Commit message (Expand)AuthorAgeFilesLines
...
* "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
* Dont initialize a TSC timecounter until we know if it is broken or not.phk2003-08-061-0/+1
* Broke the warning that the cx driver (cronyx.c, cx,c and if_cx.c) usesbde2003-08-061-0/+23
* Don't use pessimal (u_short) types for i/o ports. This is mainly forbde2003-08-053-3/+3
* Changed the data types of three index variables, two of themrobert2003-07-271-3/+3
* Initiate de-orbit burn for fpu-less operation. 386+387 is stillpeter2003-07-221-25/+3
* Make the 80x60, 132x25, 132x43, 132x50, and 132x60 VESA text modesrobert2003-07-181-0/+12
* unifdef -DLAZY_SWITCH and start to tidy up the associated glue.peter2003-07-101-4/+0
* Silly compile fixes from resource_disabled() commit.jhb2003-07-031-1/+0
* - Use the new resource_disabled() helper function to see if devices arejhb2003-07-021-2/+2
* fix another LP64 problem. READ_IVAR takes a pointer to an uintptr_t, notjmg2003-06-201-1/+3
* - Use IDTVEC() to declare IPI handlers since they are also IDT vectors.jhb2003-06-061-20/+14
* Use __FBSDID().obrien2003-06-0233-69/+104
* Remove unused variable(s).phk2003-05-311-9/+0
* Don't rely on boolean expression evaluating to 1 or 0 by default.phk2003-05-311-1/+1
* Fix indentation.phk2003-05-311-1/+1
OpenPOWER on IntegriCloud