summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Update to DRM CVS as of 2005-04-12, bringing many changes:anholt2005-04-161-18/+9
* Really remove the last vestiges of mixed mode from all but amd64.jhb2005-04-151-8/+0
* Oops, remove last mention of mixed mode.jhb2005-04-151-1/+0
* Trust the settings programmed by the BIOS over what the $PIR says.jhb2005-04-141-18/+48
* Remove support for mixed mode altogether now that we no longer use IRQ 0jhb2005-04-145-98/+8
* Bah, add a missing cast.jhb2005-04-141-1/+1
* Always use the local APIC timer, even on UP machines.jhb2005-04-141-4/+0
* If an I/O APIC returns 0xffffffff for its version register after we map it,jhb2005-04-141-2/+11
* It seems I introduced a new prerequisite for <machine/pcb.h> on i386,peter2005-04-141-0/+3
* Allow user processes to completely empty out their LDT, now that userpeter2005-04-141-1/+1
* Change the segment limits to 4GB, we set the user accessible bit on allpeter2005-04-139-67/+201
* Fix an evil bug that appeared in September 2003. VM86 bios calls use twopeter2005-04-133-4/+4
* Move pc98 specific parts to the pc98 specific file.nyan2005-04-132-10/+0
* Add support for O_NOFOLLOW and O_DIRECT to Linux fcntl() F_GETFL/F_SETFL.mdodd2005-04-131-0/+5
* Use PCPU_LAZY_INC() for cnt.v_{intr,trap,syscalls} rather than atomicjhb2005-04-122-2/+2
* Use NULL rather than 0 in a couple of places.jhb2005-04-121-2/+2
* Replace spl protection in rtcin() and writertc() with spinlocksmdodd2005-04-121-6/+6
* - Consistently protect against NULL dereference.mdodd2005-04-121-48/+58
* Properly terminate the table generated from ACPI info. The cpufreqnjl2005-04-101-6/+6
* Advertise p4tcc via acpi_get_features() _PDC support.njl2005-04-101-0/+18
* Divorce critical sections from spinlocks. Critical sections as denoted byjhb2005-04-046-137/+53
* Add support for _PDC/_OSC by advertising that we support direct access tonjl2005-04-041-1/+21
* Move pc98 specific parts to the pc98 specific file.imp2005-04-033-21/+0
* With pc98/include, we can have pc98 and i386 specific bus spaceimp2005-04-034-1859/+1314
* The file machine/ieeefp.h needs sys/cdefs.h on amd64 and i386 after mynetchild2005-04-021-0/+1
* - Change the vm_mmap() function to accept an objtype_t parameter specifyingjhb2005-04-012-8/+13
* Use kern_settimeofday() to avoid stackgap use.jhb2005-03-311-11/+11
* Glue the arcmsr driver into the tree.scottl2005-03-312-0/+7
* Remove check of numpst to allow more K8 variants to attach. The othernjl2005-03-311-1/+7
* handle malloc failure and don't proceed when the bios call tosam2005-03-291-1/+7
* Add the powernow driver, which handles AMD Mobile Athlon PowerNow! (k7)njl2005-03-271-0/+928
* Add code to read the primary PCI bus number out of the Compaq/HP 6010jhb2005-03-251-0/+6
* - Don't enable periodic interrupts from the RTC by default in rtc_statusb.jhb2005-03-241-22/+26
* Bounds check the length parameter to i386_set_ldt() before passing itdas2005-03-231-0/+2
* Add USB Communication Device Class Ethernet driver. Originally written forsobomax2005-03-222-0/+2
* Add support for probing EST settings from ACPI. This should handle morenjl2005-03-211-77/+166
* Add a comment to note that pseudo-device bpf is required for DHCP.murray2005-03-181-0/+1
* Hook acpi_fujitsu up to the build.philip2005-03-181-0/+3
* Use STAILQ in preference to SLIST for the resources. Insert new resourcesimp2005-03-181-1/+1
* Initialize the mxcsr properly, so the initial value in a process isn'tdas2005-03-172-0/+11
* Bring back some of the ioctl junk that was removed in rev 1.59 as acognet2005-03-171-0/+4
* Eleminate 3 PC98 ifdefs:imp2005-03-161-17/+5
* Define IRQ_NPX for the irq used for the npx. Define macro for a fullimp2005-03-161-0/+11
* bus_alloc_resource must obey the same rules asimp2005-03-161-1/+1
* Make it clear nve needs mii, and shorten long comment line.obrien2005-03-161-2/+2
* Enable ehci by default on i386 and amd64. It had got to the stageiedowse2005-03-161-0/+1
* Remove fpsetsticky(). This was added for SysV compatibility, but duedas2005-03-151-1/+0
* Refactor the bus_dma header files so that the interface is described inscottl2005-03-141-235/+2
* The NVE driver doesn't cleanly compile on PAE.scottl2005-03-131-0/+1
* Guard against an integer underflow that could cause busdma to eat up allscottl2005-03-121-3/+9
OpenPOWER on IntegriCloud