summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Allocate the page table directory page(s) as "no object" pages. (Thisalc2003-09-211-10/+14
* Reimplement pmap_release() such that it uses the page table rather than thealc2003-09-201-10/+5
* Mention the puc(4) glue driver in a commented-out example so the userjoerg2003-09-191-0/+4
* add Atheros driversam2003-09-191-0/+5
* Fix a busted constant related to PCI configuration acess method #1. Thejhb2003-09-181-1/+1
* Don't forget to reenable interrupts after a breakpoint and trace traps frombde2003-09-181-0/+1
* Add final adjustment code of battery status based on the battery capacityiwasaki2003-09-171-0/+9
* Simplify (and micro-optimize) pmap_unuse_pt(): Only one caller,alc2003-09-131-12/+3
* Add a new parameter to pmap_extract_and_hold() that is needed to eliminatealc2003-09-121-2/+3
* Sort 'bge' correctly.obrien2003-09-101-1/+1
* Whitespace.jhb2003-09-101-2/+2
* We represent PCI intpin's two different ways. One is the way that thejhb2003-09-102-2/+2
* Finish an earlier commit:jhb2003-09-101-3/+11
* Remove an XXX comment by using the per CPU mask added after this commentjhb2003-09-103-6/+3
* Add a acpi_SetDefaultIntrModel() method to allow drivers to set thejhb2003-09-101-0/+2
* Fix a typo.jhb2003-09-102-2/+2
* Add comments to the members of the timecounter struct similar to otherjhb2003-09-101-5/+5
* Add constants for entries in the IDT and use those instead of magicjhb2003-09-104-31/+55
* Add a device driver for the Broadcom BCM4401 ethernet controller,wpaul2003-09-091-0/+1
* Re-arrange the raid section a small bit and put drivers into their properscottl2003-09-091-9/+9
* Hook the SiS DRM up to the buildanholt2003-09-091-1/+3
* Don't disable interrupts a second time. Remove an extraneous interruptnjl2003-09-081-4/+1
* Introduce a new pmap function, pmap_extract_and_hold(). This functionalc2003-09-081-0/+24
* Take the support for the 8139C+/8169/8169S/8110S chips out of thewpaul2003-09-081-0/+1
* clock.c:bde2003-09-072-3/+19
* Moved stop/start code for other CPUs to near the beginning/end ofbde2003-09-071-41/+41
* Restored non-egregious casts so that this file compiles on i386's withbde2003-09-071-3/+4
* Turning on warning for static LDT allocation.davidxu2003-09-071-4/+0
* 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
* Give the ELAN timecounter better quality than i8254phk2003-09-031-1/+2
* Standardize idempotentcy ifdefs. Consistently use _MACHINE_VARARGS_H_kan2003-09-011-3/+3
* Detect Geode CPUs and initialize the 27MHz timecounter "Geode".phk2003-08-311-0/+100
* Migrate the sf_buf allocator that is used by sendfile(2) and zero-copyalc2003-08-291-0/+101
* Use the ACPICA AcpiEnterSleepStateS4bios instead of rolling our own. Thisnjl2003-08-291-3/+4
* - Rename PCIx_HEADERTYPE* to PCIx_HDRTYPE* so the constants aren't so long.jhb2003-08-281-3/+3
* Style cleanups.njl2003-08-284-72/+35
* Fix copyright comment & FBSDID style nits.obrien2003-08-2525-46/+24
* Fix compile error.nyan2003-08-251-1/+1
* Add device ataraid, this is now seperate and not pulled in by atadisk.sos2003-08-241-0/+1
* Even though this driver says it is broken, fix the location of the pciimp2003-08-231-2/+2
* Prefer new location of pci include files (which have only been in theimp2003-08-221-3/+3
* Eliminate the last (direct) use of vm_page_lookup() on the pte object.alc2003-08-221-8/+4
* Eliminate a possible race condition for multithreaded applications inalc2003-08-191-13/+2
* remove #define no longer usedsam2003-08-191-2/+0
* Add missing header include for MSR macros.jhb2003-08-181-0/+1
* Acquire the pte object's mutex when performing vm_page_grab(). Note: It isalc2003-08-171-0/+4
* Fixup the ELF branding information to point to the new home of rtld.gordon2003-08-171-1/+1
* In pmap_copy(), since we have the page table page's physical addressalc2003-08-171-3/+2
* In vm_thread_swap{in|out}(), remove the alpha specific conditionalmarcel2003-08-161-0/+10
OpenPOWER on IntegriCloud