| Commit message (Expand) | Author | Age | Files | Lines |
* | ISA device drivers use the ISA source interrupt number in locations where | tegge | 2000-01-04 | 1 | -9/+27 |
* | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | peter | 1999-12-29 | 2 | -4/+4 |
* | Don't include <isa/isavar.h> or compile code depending on it when isa | bde | 1999-12-26 | 2 | -0/+12 |
* | Replaced the INTRMASK and INTRUNMASK macros by "|" and "&~" operations. | bde | 1999-12-26 | 3 | -8/+4 |
* | Fixed races accessing the RTC. The races apparently caused | bde | 1999-12-25 | 1 | -4/+16 |
* | Use the correct return value for MCA NMIs. | eivind | 1999-12-21 | 2 | -2/+2 |
* | Remove references to register_intr() etc in comments. | peter | 1999-12-20 | 1 | -1/+1 |
* | Zap the old isa_device specific register_intr() and unregister_intr() | peter | 1999-12-20 | 3 | -138/+0 |
* | i8254_restore is called from apm_default_resume() to reload | iwasaki | 1999-10-30 | 1 | -0/+22 |
* | * Add struct resource_list* argument to resource_list_alloc and | dfr | 1999-10-12 | 1 | -11/+25 |
* | Trim some unused #includes | peter | 1999-10-11 | 1 | -4/+0 |
* | Print out flags value | phk | 1999-09-21 | 1 | -0/+2 |
* | This adds the i386 specific support for systems with a MicroChannel | mdodd | 1999-09-03 | 3 | -4/+56 |
* | Eliminate some magic numbers. | peter | 1999-09-01 | 1 | -4/+4 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 18 | -20/+20 |
* | Add an identify method to allow npx to arrange itself to be attached to | peter | 1999-08-22 | 1 | -1/+18 |
* | Merge the cons.c and cons.h to the best of my ability. alpha may or | phk | 1999-08-09 | 1 | -2/+2 |
* | Remove XXX from the headers (broke the build, I'm betting.) | green | 1999-07-29 | 1 | -2/+1 |
* | We're called too early to have any idea whether APM is going to be | msmith | 1999-07-28 | 1 | -11/+7 |
* | Various formatting fixes on my FPE trapcode commit. | cracauer | 1999-07-26 | 1 | -140/+140 |
* | On FPU exceptions, pass a useful error code (one of the FPE_... | cracauer | 1999-07-25 | 1 | -24/+202 |
* | Implement an all-CPU shootdown-style rendezvous facility. This allows | msmith | 1999-07-20 | 1 | -2/+6 |
* | Updated acquire_timer2()'s state machine to work when the i8254 is | bde | 1999-07-18 | 1 | -23/+10 |
* | Don't let the machdep.tsc_freq sysctl proceed if the TSC is present | bde | 1999-07-18 | 1 | -6/+6 |
* | Go back to the old (icu.s rev.1.7 1993) way of keeping the AST-pending | bde | 1999-07-10 | 5 | -15/+11 |
* | Fixed a longstanding scheduling bug. ASTs and softclock interrupts were | bde | 1999-07-10 | 2 | -24/+26 |
* | Shut up gcc. | peter | 1999-06-27 | 1 | -1/+3 |
* | This commit gives support for the Rise mP6 CPU. It has two changes: | green | 1999-06-24 | 1 | -5/+7 |
* | remove references to isa_device, it's no longer associated with interrupts. | peter | 1999-06-03 | 1 | -5/+1 |
* | Remove fd driver from its old home and change files which include rtc.h | dfr | 1999-05-31 | 1 | -2/+2 |
* | Allow up to 8 ports, 4 memory regions and two irqs and drqs. | dfr | 1999-05-30 | 1 | -4/+8 |
* | Stop the TSC from being used as timecounter on K5/step0 machines. | phk | 1999-05-29 | 1 | -2/+3 |
* | Fixed glitches (jumps) of about 1/HZ seconds for the i8254 timecounter. | bde | 1999-05-28 | 4 | -74/+81 |
* | * Factor out the common code between the isa bus drivers for i386 and alpha. | dfr | 1999-05-22 | 1 | -431/+32 |
* | Recover from removing the last (unshared) interrupt handler. | peter | 1999-05-22 | 2 | -54/+24 |
* | Don't hardcode IRQ 13 for NPX. It's as good as hardwired in the hardware | peter | 1999-05-15 | 1 | -6/+11 |
* | * Define a new static method DEVICE_IDENTIFY which is called to add device | dfr | 1999-05-14 | 1 | -106/+36 |
* | Yet another place I missed when increasing trapframe size, which causes problem | luoqi | 1999-05-11 | 1 | -2/+2 |
* | Clean out some unused leftovers from before the split from the old isa.c. | peter | 1999-05-09 | 1 | -15/+3 |
* | For what it's worth, idelayed is declared as a volatile in the headers, | peter | 1999-05-09 | 1 | -2/+2 |
* | Move the declaration of the interrupt type from the driver structure | dfr | 1999-05-08 | 2 | -8/+7 |
* | GC some #if 0 junk | peter | 1999-05-08 | 1 | -9/+1 |
* | Look up the sensitive flag better, allowing interoperation between old and | peter | 1999-05-08 | 1 | -2/+4 |
* | Fix unused variable "flags". (only used if #ifdef I586_CPU) | peter | 1999-05-08 | 1 | -1/+3 |
* | I'm not sure why the #ifdef SMP became #if 1 (this overrode the npx probe | peter | 1999-05-06 | 1 | -5/+3 |
* | Fixed profiling of elf kernels. Made high resolution profiling compile | bde | 1999-05-06 | 1 | -1/+3 |
* | Use unit, not device_id as an argument to an old-style ISA interrupt | dfr | 1999-05-04 | 2 | -6/+6 |
* | Enable vmspace sharing on SMP. Major changes are, | luoqi | 1999-04-28 | 3 | -15/+30 |
* | Make the machdep.i8254_freq and machdep.tsc_freq sysctls modify the | phk | 1999-04-25 | 1 | -1/+3 |
* | Changed the type of id_port from short into int to avoid wrong | kato | 1999-04-24 | 1 | -2/+2 |