summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* FreeBSD consumer bits of the nForce MCP NIC binary blob.obrien2005-03-121-0/+1
* Whitespace sync with amd64. (Rather than re-add the extra blank linespeter2005-03-111-3/+0
* Remove an OBE set of comments, fix a minor whitespace nit while here.peter2005-03-111-8/+1
* SampleRate rate control algorithm for the ath driversam2005-03-111-0/+1
* - Remove the BURN_BRIDGES marked support for hooking into the ISA timer 0jhb2005-03-092-148/+2
* Oops, CTR*() macros are not varadic macros, and the number indicatesmux2005-03-081-18/+18
* Use __func__ in the KTR_BUSDMA traces. This avoids copy and pastemux2005-03-081-35/+33
* Remove dead code.scottl2005-03-071-17/+0
* Regen after addition of linux_nosys handler.sobomax2005-03-073-3/+9
* Handle unimplemented syscall by instantly returning ENOSYS instead of sendingsobomax2005-03-071-0/+4
* Use TUNABLE_ULONG_FETCH to retrieve hw.physmem; getenv_quad() will takedes2005-03-051-34/+3
* Replace goto with continue.des2005-03-051-6/+5
* Allocate and map a 12k data buffer such that it is contiguous iniedowse2005-03-041-9/+21
* In linux emulation layer try to detect attempt to use linux_clone() tosobomax2005-03-031-0/+19
* netchild's mega-patch to isolate compiler dependencies into a centraljoerg2005-03-0220-103/+141
* Tweak the lapic timer code to get the performance closer to the pre-lapicjhb2005-03-021-15/+5
* Reduce the maximum supported save state size to 4k, as the 8k limitiedowse2005-03-011-3/+1
* Add a sysctl that records the amount of physical memory in the machine.wes2005-02-281-0/+2
* Add a missing bcopy() to make saving the VESA state actually work.iedowse2005-02-281-3/+13
* Spell "options" correctly as "options ".obrien2005-02-281-12/+12
* Connect "options MP_WATCHDOG" to the LINT builds.obrien2005-02-281-0/+5
* Fix typo.pjd2005-02-271-1/+1
* Make a pass through all drivers checking specs for desired behavior onnjl2005-02-272-0/+15
* kill unused valuesam2005-02-251-1/+1
* Remove recently added note about DEVICE_POLLING not working with SMP.trhodes2005-02-251-1/+0
* correct bounds check of fd parametersam2005-02-251-1/+1
* Remove acpi_perf from {ARCH}/conf/NOTES, to make tinderbox happy.delphij2005-02-251-3/+0
* Correct an off-by-one error in the number of settings est announces.njl2005-02-241-4/+3
* Also remove CPU_ENABLE_TCC from the NOTES build.njl2005-02-231-1/+0
* Remove the old p4tcc.njl2005-02-231-270/+0
* Remove CPU_ENABLE_TCC and hook the cpufreq p4tcc up to the build.njl2005-02-231-6/+0
* Import a rewrite of p4tcc for the cpufreq(4) framework. This includesnjl2005-02-231-189/+197
* According to kern_poll.c, you cannot use DEVICE_POLLING with SMP. Add atrhodes2005-02-231-0/+1
* - Add a new quirk to indicate that pin 0 of the first I/O APIC is reallyjhb2005-02-221-2/+8
* If mixed mode is not enabled by the APIC enumerator (MPTable always does,jhb2005-02-221-2/+3
OpenPOWER on IntegriCloud