summaryrefslogtreecommitdiffstats
path: root/sys/i386/include
Commit message (Expand)AuthorAgeFilesLines
* Fix StallOp implementaion. I've noticed that StallOp corresponds toiwasaki2000-10-021-4/+10
* Move the i386 PCI attachment code out of i386/isa back into i386/pci.msmith2000-10-021-0/+5
* Put on my nuclear-grade asbestos suit and cvs rm the old, broken, soundpeter2000-10-021-122/+0
* Remove ACPI_NO_OSDFUNC_INLINE option from kernel configuration. Nowiwasaki2000-10-011-4/+1
* One more update against header file name changing.iwasaki2000-10-011-2/+2
* - Add acpi_disable_events() and set it with EVENTHANDLER_REGISTER in order toiwasaki2000-09-301-56/+55
* More updates to the ACPI code:msmith2000-09-301-0/+13
* First shot at identifying the Pentum 4 acording to our reading of thepeter2000-09-291-2/+3
* Get out the roto-rooter and clean up the abuse of nexus ivars by thepeter2000-09-282-0/+110
* Fix the assmebly mutex macros to handle saving/restoring interrupt statejhb2000-09-241-7/+21
* Move MAXCPU from machine/smp.h to machine/param.h to fix breakageps2000-09-233-15/+5
* #include <sys/proc.h> in order to get curproc. This seems to be the lesserjasone2000-09-231-3/+2
* Remove the NCPU, NAPIC, NBUS, NINTR config options. Make NAPIC,ps2000-09-223-59/+65
* Teach MTX_EXIT_RECURSE that the recursion count is a 32-bit integer,jhb2000-09-221-3/+3
* Add a couple of debug register helper functions to assist in settingbsd2000-09-212-0/+10
* Make LINT compile.phk2000-09-161-1/+1
* Remove the mtx_t, witness_t, and witness_blessed_t types. Instead, justjhb2000-09-141-25/+23
* - Remove the inthand2_t type and use the equivalent driver_intr_t type fromjhb2000-09-131-1/+0
* Clean up process accounting some more. Unfortunately, it is still notjhb2000-09-121-18/+14
* When doing statistics for statclock on other CPU's, use the other CPUs'jhb2000-09-111-3/+3
* Style cleanups. No functional changes.jasone2000-09-091-42/+37
* Add file and line arguments to WITNESS_ENTER() and WITNESS_EXIT, sincejasone2000-09-091-14/+14
* Rename mtx_enter(), mtx_try_enter(), and mtx_exit() and wrap them with cppjasone2000-09-081-68/+80
* Remove an unneeded extern declaration of cp_time.jhb2000-09-081-2/+0
* Really fix USER_LDT. (Don't use currentldt as an L-value.)jake2000-09-081-1/+1
* Test for both SMP and I386_CPU being set before generating an error.jhb2000-09-071-1/+1
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-0713-134/+1016
* Introduce atomic_cmpset_int() and atomic_cmpset_long() from SMPng aphk2000-09-061-0/+72
* Add ACPI_BUS_SPACE stuff definitions in acpi_machdep.h.iwasaki2000-09-022-2/+36
* Modified PCI config space access code via pcib_if rather than usingiwasaki2000-08-311-27/+36
* A lot of changes on acpi driver code.iwasaki2000-08-291-2/+4
* Another file needed for ACPI,I forgot to commit.takawata2000-08-251-0/+309
* Increase the default NAPIC from 1 to 2 as a bandaid until we allocatemsmith2000-08-181-1/+1
* Prepare for a cleanup of pmap module API pollution introduced by thetegge2000-08-161-0/+1
* Add output of per battery information to apm(1).ume2000-08-131-1/+24
* Clean up some low level bootstrap code:peter2000-08-113-12/+3
* Don't skip IOAPIC id conflict detection when only one pci bus is present.tegge2000-08-101-6/+4
* Be more verbose when changing APIC ID on an IO APIC.tegge2000-08-062-2/+143
* Cleanup debug messages and Add some enhancements from linux oniwasaki2000-08-041-0/+1
* Fixed syntax errors and style bugs in previous commit. The syntaxbde2000-06-143-6/+6
* Further fixes for multiple-IO-APIC systems from Tor Egge:msmith2000-05-312-7/+3
* Bump the default NBUS value to 8, in lieu of actually sizing itmsmith2000-05-311-1/+1
* Pack the SWI bits to save some time and space.bde2000-05-311-2/+2
* Add SWI_TQ_MASK to all interrupt masks except SWI_CLOCK_MASK. Use abde2000-05-311-12/+12
* Sync with sys/i386/include/bus_at386.h revision 1.9.nyan2000-05-311-4/+15
* Add taskqueue system for easy-to-use SWIs among other things.dfr2000-05-281-0/+3
* Back out the previous change to the queue(3) interface.jake2000-05-261-4/+4
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-4/+4
* Implement an optimization of the VM<->pmap API. Pass vm_page_t's directlypeter2000-05-211-3/+3
* We use a MI version of this now, which is mostly this file repo copied toobrien2000-05-191-24/+0
OpenPOWER on IntegriCloud