aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Update DRM to CVS snapshot as of 2005-11-28. Notable changes:Eric Anholt2005-11-281-0/+1
* If we get a stray interrupt, return after logging it. In the extremelyJohn Baldwin2005-11-281-0/+1
* - Allow duplicate "machine" directives with the same arguments.Ruslan Ermilov2005-11-274-11/+1
* Fix typo.Lukas Ertl2005-11-241-1/+1
* Add missing "struct" in i386/i386/machdep.c,v 1.497 by deischen@.Ruslan Ermilov2005-11-241-1/+1
* Garbage collect machine/smptests.h now that it is empty and no longer used.John Baldwin2005-11-221-36/+0
* Make COUNT_IPIS and COUNT_XINVLTLB_HITS real kernel options and takeJohn Baldwin2005-11-224-14/+5
* Garbage collect unused {VERBOSE_,}CPUSTOP_ON_DDBBREAK macros.John Baldwin2005-11-221-6/+0
* Garbage collect the code to store diagnostics codes in a CMOS registerJohn Baldwin2005-11-223-107/+0
* Don't enable PUC_FASTINTR by default in the source. Instead, enable itJohn Baldwin2005-11-211-0/+2
* Eliminate pmap_init2(). It's no longer used.Alan Cox2005-11-201-5/+0
* - Always print the trap number so that we have something to start with forJohn Baldwin2005-11-181-5/+10
* Fix spelling mistake.David E. O'Brien2005-11-171-1/+1
* Revert a part of the previous commits to these files that made the NMIJohn Baldwin2005-11-161-5/+4
* Revert previous commit to these files. There isn't a race necessitatingJohn Baldwin2005-11-161-3/+2
* Fix a typo in the check for an invalid APIC. If we are told about anJohn Baldwin2005-11-161-1/+1
* Provide a link to the documentation of the I/O APIC at Intel.Andre Oppermann2005-11-151-0/+4
* Provide a dummy NO_XBOX option that lives in opt_xbox.h for pc98.Warner Losh2005-11-143-6/+0
* Add xbox associated options/devices to LINT.Warner Losh2005-11-141-0/+17
* In get_pv_entry() use PMAP_LOCK() instead of PMAP_TRYLOCK() when deadlockAlan Cox2005-11-131-1/+4
* Add /dev/speaker support to amd64.Ruslan Ermilov2005-11-112-674/+5
* Fix pc98 build.Yoshihiro Takahashi2005-11-093-0/+6
* Reimplement the reclamation of PV entries. Specifically, performAlan Cox2005-11-091-35/+42
* Remove obsolete optionsWarner Losh2005-11-091-1/+0
* Add support for XBOX to the FreeBSD port. The xbox architecture isWarner Losh2005-11-0910-0/+928
* The hptmv inherently believes that a 'long' can hold a physical address.Scott Long2005-11-081-0/+1
* Add uart(4). When both sio(4) and uart(4) can handle a serial port,Marcel Moolenaar2005-11-051-1/+2
* Unbreak !SMP kernelsPoul-Henning Kamp2005-11-051-0/+2
* MFamd64: indent with tabs instead of spaces.Peter Wemm2005-11-041-1/+1
* Begin and end the initialization of pvzone in pmap_init().Alan Cox2005-11-041-19/+11
* Change the x86 code to allocate IDT vectors on-demand when an interruptJohn Baldwin2005-11-024-96/+217
* Throw the switch and turn on STOP_NMI on in GENERIC for amd64 and i386.John Baldwin2005-11-011-0/+1
* Catch up with ACPI-CA 20051021 importJung-uk Kim2005-11-011-1/+1
* Instead of a panic()ing in pmap_insert_entry() if get_pv_entry()Alan Cox2005-10-311-8/+65
* Hook nve(4) up in i386 and amd64 NOTES.John Baldwin2005-10-311-0/+2
* Normalize a significant number of kernel malloc type names:Robert Watson2005-10-313-3/+3
* Replace diagnostic printf()s by assertions. Use consistent style forAlan Cox2005-10-301-36/+8
* Finally complete some work on generalizing the PCF8584-based I2CJoerg Wunsch2005-10-281-633/+0
* Create a default kernel config for i386 and move 'device isa' andJohn Baldwin2005-10-272-7/+18
* Reorganize the interrupt handling code a bit to make a few things cleanerJohn Baldwin2005-10-253-55/+61
* Undo the change to pci_cfgdisable() on i386 for now. It seems to fixBill Paul2005-10-251-6/+2
* Modify the pci_cfgdisable() routine to bring it more in line withBill Paul2005-10-251-3/+7
* Rename the KDB_STOP_NMI kernel option to STOP_NMI and make it apply to allJohn Baldwin2005-10-244-16/+50
* When restarting the BSP during cpu_reset() use a membar to ensure thatJohn Baldwin2005-10-241-1/+4
* Use xchg in Xcpustop to close a race and make cpustop_restartfunc trulyJohn Baldwin2005-10-241-2/+3
* - Various small whitespace and style nits.John Baldwin2005-10-241-14/+10
* Like acpi_throttle, set frequency to 100% in attach. Some BIOSen may setNate Lawson2005-10-231-0/+8
* Specifically panic() in the case where pmap_insert_entry() fails toAde Lovett2005-10-211-0/+2
* Use svr4_si_{addr,code,errno,signo,trap} in preference to si_{...}.Robert Watson2005-10-191-36/+36
* Redo physical/logical CPU count.Jung-uk Kim2005-10-171-3/+4