summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Fix spelling mistake.obrien2005-11-171-1/+1
* Revert a part of the previous commits to these files that made the NMIjhb2005-11-161-5/+4
* Revert previous commit to these files. There isn't a race necessitatingjhb2005-11-161-3/+2
* Fix a typo in the check for an invalid APIC. If we are told about anjhb2005-11-161-1/+1
* Provide a link to the documentation of the I/O APIC at Intel.andre2005-11-151-0/+4
* Provide a dummy NO_XBOX option that lives in opt_xbox.h for pc98.imp2005-11-143-6/+0
* Add xbox associated options/devices to LINT.imp2005-11-141-0/+17
* In get_pv_entry() use PMAP_LOCK() instead of PMAP_TRYLOCK() when deadlockalc2005-11-131-1/+4
* Add /dev/speaker support to amd64.ru2005-11-112-674/+5
* Fix pc98 build.nyan2005-11-093-0/+6
* Reimplement the reclamation of PV entries. Specifically, performalc2005-11-091-35/+42
* Remove obsolete optionsimp2005-11-091-1/+0
* Add support for XBOX to the FreeBSD port. The xbox architecture isimp2005-11-0910-0/+928
* The hptmv inherently believes that a 'long' can hold a physical address.scottl2005-11-081-0/+1
* Add uart(4). When both sio(4) and uart(4) can handle a serial port,marcel2005-11-051-1/+2
* Unbreak !SMP kernelsphk2005-11-051-0/+2
* MFamd64: indent with tabs instead of spaces.peter2005-11-041-1/+1
* Begin and end the initialization of pvzone in pmap_init().alc2005-11-041-19/+11
* Change the x86 code to allocate IDT vectors on-demand when an interruptjhb2005-11-024-96/+217
* Throw the switch and turn on STOP_NMI on in GENERIC for amd64 and i386.jhb2005-11-011-0/+1
* Catch up with ACPI-CA 20051021 importjkim2005-11-011-1/+1
* Instead of a panic()ing in pmap_insert_entry() if get_pv_entry()alc2005-10-311-8/+65
* Hook nve(4) up in i386 and amd64 NOTES.jhb2005-10-311-0/+2
* Normalize a significant number of kernel malloc type names:rwatson2005-10-313-3/+3
* Replace diagnostic printf()s by assertions. Use consistent style foralc2005-10-301-36/+8
* Finally complete some work on generalizing the PCF8584-based I2Cjoerg2005-10-281-633/+0
* Create a default kernel config for i386 and move 'device isa' andjhb2005-10-272-7/+18
* Reorganize the interrupt handling code a bit to make a few things cleanerjhb2005-10-253-55/+61
* Undo the change to pci_cfgdisable() on i386 for now. It seems to fixwpaul2005-10-251-6/+2
* Modify the pci_cfgdisable() routine to bring it more in line withwpaul2005-10-251-3/+7
* Rename the KDB_STOP_NMI kernel option to STOP_NMI and make it apply to alljhb2005-10-244-16/+50
* When restarting the BSP during cpu_reset() use a membar to ensure thatjhb2005-10-241-1/+4
* Use xchg in Xcpustop to close a race and make cpustop_restartfunc trulyjhb2005-10-241-2/+3
* - Various small whitespace and style nits.jhb2005-10-241-14/+10
* Like acpi_throttle, set frequency to 100% in attach. Some BIOSen may setnjl2005-10-231-0/+8
* Specifically panic() in the case where pmap_insert_entry() fails toade2005-10-211-0/+2
* Use svr4_si_{addr,code,errno,signo,trap} in preference to si_{...}.rwatson2005-10-191-36/+36
* Redo physical/logical CPU count.jkim2005-10-171-3/+4
* Split displaying number of physical and logical cores.jkim2005-10-171-2/+3
* For AMD processors, nullify CPUID.HTT. FreeBSD has no need for theobrien2005-10-161-0/+9
* Fix compiling.davidxu2005-10-151-1/+1
* - Print number of physical/logical cores and more CPUID info.jkim2005-10-144-14/+105
* The signal code is now an int rather than a long, so update debug printfs.jhb2005-10-141-2/+2
* Remove the sx(4) driver at the request of the author. The authorjhb2005-10-141-3/+0
* Sort ath_rate_* entries. Mark ath_rate_sample as the desired algorithm.ru2005-10-141-2/+2
* 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, mostdavidxu2005-10-144-87/+139
* Add POSIX siginfo_t's si_code, this is for upcoming POSIX realtime signaldavidxu2005-10-141-10/+0
* Restore the UP optimization to reduce the number of TLB invalidations. Thealc2005-10-131-4/+11
* Restore optimizations to reduce TLB shootdowns.ups2005-10-131-25/+24
* Ensure that a thread stays on same CPU when calculating per CPUups2005-10-121-15/+15
OpenPOWER on IntegriCloud