aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* Split displaying number of physical and logical cores.Jung-uk Kim2005-10-171-2/+3
* For AMD processors, nullify CPUID.HTT. FreeBSD has no need for theDavid E. O'Brien2005-10-161-0/+9
* Fix compiling.David Xu2005-10-151-1/+1
* - Print number of physical/logical cores and more CPUID info.Jung-uk Kim2005-10-144-14/+105
* The signal code is now an int rather than a long, so update debug printfs.John Baldwin2005-10-141-2/+2
* Remove the sx(4) driver at the request of the author. The authorJohn Baldwin2005-10-141-3/+0
* Sort ath_rate_* entries. Mark ath_rate_sample as the desired algorithm.Ruslan Ermilov2005-10-141-2/+2
* 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, mostDavid Xu2005-10-144-87/+139
* Add POSIX siginfo_t's si_code, this is for upcoming POSIX realtime signalDavid Xu2005-10-141-10/+0
* Restore the UP optimization to reduce the number of TLB invalidations. TheAlan Cox2005-10-131-4/+11
* Restore optimizations to reduce TLB shootdowns.Stephan Uphoff2005-10-131-25/+24
* Ensure that a thread stays on same CPU when calculating per CPUStephan Uphoff2005-10-121-15/+15
* Polling is now configured with help of ifconfig(8), not sysctl.Gleb Smirnoff2005-10-071-4/+4
* Big polling(4) cleanup.Gleb Smirnoff2005-10-011-10/+0
* Add interrupt counters for IPIs. By default they are disabled, but theyJohn Baldwin2005-09-283-8/+97
* Rename the lapic timer interrupt counters from lapicX: timer to cpuX: timerJohn Baldwin2005-09-281-1/+1
* Add a font width argument to vi_load_font_t, vi_save_font_t and vi_putm_tMarius Strobl2005-09-281-6/+8
* Back out alpha/alpha/trap.c:1.124, osf1_ioctl.c:1.14, osf1_misc.c:1.57,Robert Watson2005-09-282-4/+0
* Add a new atomic_fetchadd() primitive that atomically adds a value to aJohn Baldwin2005-09-271-0/+21
* __RMAN_RESOURCE_VISIBLE not necessary.Poul-Henning Kamp2005-09-251-3/+0