summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
2007-04-26enable tht so it is more available for testing.David Gwynne
2007-04-24Choose the state for a request performance level based on calculationsGordon Willem Klok
2007-04-24apic_address should be 32 bits, rather than paddr_t; prepares us forTom Cosgrove
2007-04-24Use the physical address we have stored for the page directory ratherTom Cosgrove
2007-04-21oopsTheo de Raadt
2007-04-21Introduce a smp aware hw.setperf mechanism, it will scale all CPUs orGordon Willem Klok
2007-04-21developers keep killing ramdisk driversTheo de Raadt
2007-04-19When doing pmap_collect, skip wired mappings when removing.Artur Grabowski
2007-04-19Do the late freeing of ptps in pae pmap as well.Artur Grabowski
2007-04-13While splitting flags and pqflags might have been a good idea in theoryArtur Grabowski
2007-04-13Update install media generation to the new semantics of the -c flag.Todd C. Miller
2007-04-13When freeing PTP pages, we need to wait until TLB shootdown has beenArtur Grabowski
2007-04-13Move the proc0 stack below the proc0 page tables so that in case weArtur Grabowski
2007-04-13map peeing -> mappingMiod Vallat
2007-04-12Faster signal delivery on i386/MP.Artur Grabowski
2007-04-12untypoArtur Grabowski
2007-04-11Instead of managing pages for intrsafe maps in special objects (aka.Artur Grabowski
2007-04-10Add support for a fourth axis on wsmouse devices, e.g. on the Apple MightMiod Vallat
2007-04-10``it's'' -> ``its'' when the grammar gods require this change.Miod Vallat
2007-04-10pascoe finished sili(4). let's enable it so people can try it.David Gwynne
2007-04-04Mechanically rename the "flags" and "version" fields in struct vm_pageArtur Grabowski
2007-04-04Thinkpad -> ThinkPad; from Igor SobradoJason McIntyre
2007-04-03Make the ast on i386 per-process instead of per-cpu. This makesArtur Grabowski
2007-03-29Comment fixes from Daniel Dickman <didickman AT gmail DOT com>, relevant changesGordon Willem Klok
2007-03-28Bump max number of physical segments. Machines in the wildTobias Weingartner
2007-03-26Rip out the KERN_ error codes.Artur Grabowski
2007-03-26i shouldn't be shy about commiting ahci to this.David Gwynne
2007-03-26ichss_cookie is a bad name, and should not be a void pointer.Gordon Willem Klok
2007-03-23Remove duplicated defines from intr.h that are already defined inArtur Grabowski
2007-03-22Do not define ISA_DMA_STATS by default; ok deraadtMiod Vallat
2007-03-22split userland & kernel struct sensor/sensordev so that the additionTheo de Raadt
2007-03-21ahci seems to work fine on i386. thanks to marc winiger for figuring thatDavid Gwynne
2007-03-19Deactivate the pmap in cpu_exit. This way we can avoid quite a lot ofArtur Grabowski
2007-03-19attach softraid to the root of the device tree in a machine independantDavid Gwynne
2007-03-19Move i386 to timecounters. This is more or less the same code as amd64.Artur Grabowski
2007-03-19typo fixes; didickman@gmailTheo de Raadt
2007-03-19Add a new device that provides a framework for IO manipulation. A very basicMarco Peereboom
2007-03-18do not steal page table pages on page allocation failure -- it can be dealt w...Michael Shalayeff
2007-03-17we do not want uts(4) enabled until we have proper calibrationRobert Nagy
2007-03-16enable uts(4)Robert Nagy
2007-03-15Since p_flag is often manipulated in interrupts and without biglockArtur Grabowski
2007-03-13tlb shootdown in pmap_change_attrs was shooting the wrong va.Artur Grabowski
2007-02-28Add Smart Battery Monitor device driver. Provided byAlexander Yurchenko
2007-02-27call_apm should be 64 bit.Marco Peereboom
2007-02-24Remove unused B_DIRTY, B_PAGET, B_PGIN, B_TAPE and B_UAREA b_flags values.Miod Vallat
2007-02-22Revert my previous commit. Kettenis no likey.Marco Peereboom
2007-02-22Print base so that we can make a correct mapping between apic and irq.Marco Peereboom
2007-02-21part missed in PAE revert: ptoa() paddr_t size is no longer printedTheo de Raadt
2007-02-20Revert PAE pmap for now, until the strange bug is found. This stopsTom Cosgrove
2007-02-20Remove duplicate entry.Tom Cosgrove