aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Add support for O_NOFOLLOW and O_DIRECT to Linux fcntl() F_GETFL/F_SETFL.Matthew N. Dodd2005-04-131-0/+5
* Use PCPU_LAZY_INC() for cnt.v_{intr,trap,syscalls} rather than atomicJohn Baldwin2005-04-122-2/+2
* Use NULL rather than 0 in a couple of places.John Baldwin2005-04-121-2/+2
* Replace spl protection in rtcin() and writertc() with spinlocksMatthew N. Dodd2005-04-121-6/+6
* - Consistently protect against NULL dereference.Matthew N. Dodd2005-04-121-48/+58
* Properly terminate the table generated from ACPI info. The cpufreqNate Lawson2005-04-101-6/+6
* Advertise p4tcc via acpi_get_features() _PDC support.Nate Lawson2005-04-101-0/+18
* Divorce critical sections from spinlocks. Critical sections as denoted byJohn Baldwin2005-04-046-137/+53
* Add support for _PDC/_OSC by advertising that we support direct access toNate Lawson2005-04-041-1/+21
* Move pc98 specific parts to the pc98 specific file.Warner Losh2005-04-033-21/+0
* With pc98/include, we can have pc98 and i386 specific bus spaceWarner Losh2005-04-034-1859/+1314
* The file machine/ieeefp.h needs sys/cdefs.h on amd64 and i386 after myAlexander Leidinger2005-04-021-0/+1
* - Change the vm_mmap() function to accept an objtype_t parameter specifyingJohn Baldwin2005-04-012-8/+13
* Use kern_settimeofday() to avoid stackgap use.John Baldwin2005-03-311-11/+11
* Glue the arcmsr driver into the tree.Scott Long2005-03-312-0/+7
* Remove check of numpst to allow more K8 variants to attach. The otherNate Lawson2005-03-311-1/+7
* handle malloc failure and don't proceed when the bios call toSam Leffler2005-03-291-1/+7
* Add the powernow driver, which handles AMD Mobile Athlon PowerNow! (k7)Nate Lawson2005-03-271-0/+928
* Add code to read the primary PCI bus number out of the Compaq/HP 6010John Baldwin2005-03-251-0/+6
* - Don't enable periodic interrupts from the RTC by default in rtc_statusb.John Baldwin2005-03-241-22/+26
* Bounds check the length parameter to i386_set_ldt() before passing itDavid Schultz2005-03-231-0/+2
* Add USB Communication Device Class Ethernet driver. Originally written forMaxim Sobolev2005-03-222-0/+2
* Add support for probing EST settings from ACPI. This should handle moreNate Lawson2005-03-211-77/+166
* Add a comment to note that pseudo-device bpf is required for DHCP.Murray Stokely2005-03-181-0/+1
* Hook acpi_fujitsu up to the build.Philip Paeps2005-03-181-0/+3
* Use STAILQ in preference to SLIST for the resources. Insert new resourcesWarner Losh2005-03-181-1/+1
* Initialize the mxcsr properly, so the initial value in a process isn'tDavid Schultz2005-03-172-0/+11
* Bring back some of the ioctl junk that was removed in rev 1.59 as aOlivier Houchard2005-03-171-0/+4
* Eleminate 3 PC98 ifdefs:Warner Losh2005-03-161-17/+5
* Define IRQ_NPX for the irq used for the npx. Define macro for a fullWarner Losh2005-03-161-0/+11
* bus_alloc_resource must obey the same rules asWarner Losh2005-03-161-1/+1
* Make it clear nve needs mii, and shorten long comment line.David E. O'Brien2005-03-161-2/+2
* Enable ehci by default on i386 and amd64. It had got to the stageIan Dowse2005-03-161-0/+1
* Remove fpsetsticky(). This was added for SysV compatibility, but dueDavid Schultz2005-03-151-1/+0
* Refactor the bus_dma header files so that the interface is described inScott Long2005-03-141-235/+2
* The NVE driver doesn't cleanly compile on PAE.Scott Long2005-03-131-0/+1
* Guard against an integer underflow that could cause busdma to eat up allScott Long2005-03-121-3/+9
* FreeBSD consumer bits of the nForce MCP NIC binary blob.David E. O'Brien2005-03-121-0/+1
* Whitespace sync with amd64. (Rather than re-add the extra blank linesPeter Wemm2005-03-111-3/+0
* Remove an OBE set of comments, fix a minor whitespace nit while here.Peter Wemm2005-03-111-8/+1
* SampleRate rate control algorithm for the ath driverSam Leffler2005-03-111-0/+1
* - Remove the BURN_BRIDGES marked support for hooking into the ISA timer 0John Baldwin2005-03-092-148/+2
* Oops, CTR*() macros are not varadic macros, and the number indicatesMaxime Henrion2005-03-081-18/+18
* Use __func__ in the KTR_BUSDMA traces. This avoids copy and pasteMaxime Henrion2005-03-081-35/+33
* Remove dead code.Scott Long2005-03-071-17/+0
* Regen after addition of linux_nosys handler.Maxim Sobolev2005-03-073-3/+9
* Handle unimplemented syscall by instantly returning ENOSYS instead of sendingMaxim Sobolev2005-03-071-0/+4
* Use TUNABLE_ULONG_FETCH to retrieve hw.physmem; getenv_quad() will takeDag-Erling Smørgrav2005-03-051-34/+3
* Replace goto with continue.Dag-Erling Smørgrav2005-03-051-6/+5
* Allocate and map a 12k data buffer such that it is contiguous inIan Dowse2005-03-041-9/+21