summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Enable the led-toggling magic. Compiling files which are in the kernel intophilip2004-04-231-12/+0
* Add the ACPI Asus extras driver. Provides support for cool ACPI-controledphilip2004-04-222-0/+632
* Remove npx(4) reference for isa. While true, it is useless (sinceimp2004-04-221-1/+2
* Don't check for NULL, device_get_softc() always succeeds.njl2004-04-211-4/+2
* Use BSD spelling vs. SysV.obrien2004-04-191-1/+1
* Revert part of the "BIOS brain damage" from rev 1.10. It seems thatjhb2004-04-161-4/+5
* Use %eax rather than %ax when loading segment registers to avoid partialjhb2004-04-164-53/+53
* Don't call the BIOS to route a link that has already been routed by thejhb2004-04-161-2/+3
* Improve comment (SMB bus -> System Management Bus)eivind2004-04-161-1/+1
* Move ENABLE_ALART to proper place.obrien2004-04-161-1/+5
* Add note that npx depends on isa.josef2004-04-152-2/+2
* Use METHOD_VIDEO instead of the method string itself.njl2004-04-141-1/+1
* sx was randomly added to NOTES. Instead, place it in the miscimp2004-04-141-4/+3
* Add support for video output switching. It appears no systems use HCI tonjl2004-04-141-10/+78
* Enable the sx driver on i386 and pc98.nyan2004-04-131-1/+1
* Use headers from the kernel source tree rather than installed headers.des2004-04-131-1/+1
* Move sx to i386/NOTES for the moment. I missed theimp2004-04-121-0/+4
* - is_physical_memory()'s parameter, which is a physical address, should bealc2004-04-112-3/+2
* - pmap_kenter_temporary()'s first parameter, which is a physical address,alc2004-04-102-2/+2
* - pmap_kenter_temporary() is unused by machine-independent code. Therefore,alc2004-04-101-0/+1
* I hate noticing bugs after committing. :-(markm2004-04-091-1/+1
* Add extra output to show when VIA C3 Nehemiah CPUs have hardwaremarkm2004-04-091-1/+11
* Unify on version 1 to be similar to the rest of the tree. After 5-stablenjl2004-04-081-1/+1
* Remove advertising clause from University of California Regent'simp2004-04-0749-196/+0
* The bs driver was replaced with the ct(pc98) driver. takahashi-sanimp2004-04-0711-5588/+0
* Uncomment the cy driver since it works again.bde2004-04-051-3/+2
* Print cpu features for crusoe processors.dfr2004-04-051-0/+2
* Converted the isa probe and attach to new-bus so that this driver worksbde2004-04-051-45/+81
* Moved initialization of the lock from the (isa) probe function to thebde2004-04-051-6/+6
* Remove avail_start on those platforms that no longer use it. (Only amd64alc2004-04-052-4/+0
* Remove unused arguments from pmap_init().alc2004-04-051-2/+1
* Move the definition of rss() from db_interface.c to cpufunc.h wheremarcel2004-04-032-13/+8
* Unbreak LED support on Elan cpus.phk2004-04-031-6/+7
* In some cases, sf_buf_alloc() should sleep with pri PCATCH; in others, italc2004-04-032-3/+3
* Moved 3ware 9000 driver (twa) stuff from sys/conf/NOTES to /sys/i386/conf/NOTES.vkashyap2004-04-021-0/+8
* Fix booting with ps2 keyboards.alfred2004-04-011-1/+0
* Initial check-in of the device driver for 3ware's 9000 seriesvkashyap2004-03-301-0/+1
* Finish tidying up a couple of leftovers from the KSTACK_PAGES stuff. Somepeter2004-03-291-1/+0
* Regen from ibcs2_wait() becoming MPSAFE.rwatson2004-03-283-5/+4
* ibcs2_wait() now MPSAFE.rwatson2004-03-281-1/+1
* Use the BSD madvise() syscall implementation for Linux binary emulation,bms2004-03-285-8/+3
* The kthread_create() API is supposed to allow you to create threadswpaul2004-03-221-3/+4
* Add an implementation of uiomove_fromphys() for i386. This implementationalc2004-03-211-0/+132
* Introduce the cpumask_t type. The purpose of the type is to create amarcel2004-03-201-0/+1
* Removed a vestige of the stl driver.bde2004-03-181-312/+0
* - Replace wait1() with a kern_wait() function that accepts the pid,jhb2004-03-171-23/+15
* remove stale comment since these limits have been increased YEARS ago...jmg2004-03-171-3/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-177-18/+14
* Refactor the existing machine-dependent sf_buf_free() into a machine-alc2004-03-161-18/+6
* Regenerate.jhb2004-03-153-6/+6
OpenPOWER on IntegriCloud