summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* If a valid ELCR was found, consult it for the trigger mode of ISAjhb2005-01-182-2/+8
* Tweak the ELCR support slightly. Explicitly probe the ELCR during bootjhb2005-01-184-12/+6
* Unbreak stack traces across double faults. In a particular edge casejhb2005-01-181-2/+8
* Fix a comment to match reality.ru2005-01-171-1/+1
* Bah, another whitespace fix.jhb2005-01-141-1/+1
* Remove an extraneous space.jhb2005-01-141-1/+1
* Remove redundant code to drop per-thread debug register state fromjhb2005-01-141-7/+1
* Drop the 'active-' prefix from the polarity printf to be consistent withjhb2005-01-141-1/+1
* pcic is no more on i386 port, so remove it from the hints.imp2005-01-141-9/+0
* Try harder to work with MP table interrupt entries that claim that anjhb2005-01-121-7/+22
* Fix support for machines with default MP Table configurations:jhb2005-01-071-18/+71
* Introduce bus_dmamap_load_mbuf_sg(). Instead of taking a callback arg, thisscottl2005-01-072-13/+53
* These are no longer relevant. They are scripts for extracting hintsimp2005-01-071-116/+0
* This is no longer supported, so remove it from the tree.imp2005-01-071-17/+0
* /* -> /*- for license, add FreeBSD tagimp2005-01-0631-32/+48
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-0667-81/+90
* Remove left over include file from stallion driver.imp2005-01-061-122/+0
* Expand indirect reference to BSD license with the current one.imp2005-01-061-2/+22
* This doesn't seem to have been used since 386BSD daysimp2005-01-061-4/+0
* - Move the function prototypes for kern_setrlimit() and kern_wait() tojhb2005-01-051-0/+1
* These appear to be unused in our tree, so remove them.imp2005-01-051-45/+0
* Start all license/copyright notice comments with /*-, per traditionimp2005-01-059-9/+9
* o Use tab instead of spaces for puc(4) line.kuriyama2005-01-051-4/+4
* Use NULL instead of 0 in a few places as well as various whitespace fixes.jhb2004-12-302-12/+12
* Small whitespace fixes.jhb2004-12-301-2/+1
* - Indent the comments beside the SMP options to the same level as all thejhb2004-12-301-4/+4
* Restore the cpu_reset proxy code. It is needed if you want to reset thenjl2004-12-271-1/+41
* Get rid of #ifdef for legacy system. Move that into the MD code.imp2004-12-241-0/+7
* - Give the timer, thermal, and error LVT entries an interrupt vector evenjhb2004-12-231-22/+30
* Some small style fixes.jhb2004-12-231-3/+2
* Add some constants for the local APIC timer.jhb2004-12-231-0/+5
* Add a simple 'intrcnt_add' function that other MD code can use to add ajhb2004-12-232-0/+12
* Modify pmap_enter_quick() so that it expects the page queues to be lockedalc2004-12-231-3/+2
* - Add a function to set the Task Priority Register (TPR) of the local APIC.jhb2004-12-232-18/+39
* In the common case, pmap_enter_quick() completes without sleeping.alc2004-12-151-2/+12
* Remove a stray critical_exit().scottl2004-12-131-1/+0
* Separate mse driver into a core driver and a bus attachments. Separate outimp2004-12-121-917/+0
* Only export defined symbols. Note that I couldn't find any differencenjl2004-12-121-1/+1
* Move the author's copyright notice to match the initial LongRun importnjl2004-12-122-2/+1
* Expand the scope of the critical section in the PCIe read and write methodsscottl2004-12-101-4/+14
* If the parent process has the trap bit set (i.e. a debugger had singlekbyanc2004-12-081-0/+12
* add ath rate control module(s)sam2004-12-081-0/+2
* Avoid more than two pending IPI interrupt vectors per local APICups2004-12-074-103/+114
* NEC PC-98 machines do not have and cannot have an EISA bus. They haveimp2004-12-071-0/+2
* PNP BIOS devices are fundamentally different than ISA PNP devices.imp2004-12-071-1/+1
* Move reading the current CPU mask in pmap_lazyfix() to where the threadups2004-12-071-1/+2
* Allow fast interrupts to cause preemption.ups2004-12-061-2/+0
* Due to a significant addition of code, add my copyright to this file. Alsoscottl2004-12-061-0/+1
* Add support for the memory-mapped PCI Express configuration mechanism. Thisscottl2004-12-061-8/+211
* Enable amr(4) - scottl fixed when used with >4GB RAM.obrien2004-12-061-1/+0
OpenPOWER on IntegriCloud