summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
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
2007-02-19Put warning about shared IPL interrupts under MPVERBOSE and don't talk aboutMark Kettenis
2007-02-19only make this interface available to the kernel for now, discussed withaTheo de Raadt
2007-02-19Remove unused variable lapic_timerTom Cosgrove
2007-02-18If no MBR partitions are found when spoofing a disklabel, try lookingKenneth R Westerback
2007-02-17Add SMALL_KERNEL throught acpi to make it fit on boot media.Marco Peereboom
2007-02-17Bring in the AMD errata checks from amd64.Tom Cosgrove
2007-02-17To squeeze new stuff onto onto the very full boot floppies, occasionallyTheo de Raadt
2007-02-15break into ddb right from comintr() w/o softtty (same as com(4) does); miod@ okMichael Shalayeff
2007-02-14Consistently spell FALLTHROUGH to appease lint.Jonathan Gray
2007-02-13Zap unused local acpi_attached variable, since it has been supersededDimitry Andric
2007-02-13Check for xTPR result of CPUID.Jonathan Gray
2007-02-12OpenBSD -> .OxJason McIntyre
2007-02-12Enable the AES acceleration. Won't be picked up for IPsec, since weTom Cosgrove
2007-02-09Don't both reloading the CPL into %eax before pushing it onto the stack,Tom Cosgrove
2007-02-06define the bio(4) cdev stuff in conf.h, rather than having a per machineDavid Gwynne
2007-02-06Add machine/atomic.h to all architectures and define two operationsArtur Grabowski
2007-02-04Add zyd to cd ramdisksJonathan Gray
2007-02-03Don't spoof an msdosfs partition if it claims to start after the endKenneth R Westerback
2007-02-03Remove unused functionality from lockmgr():Miod Vallat
2007-01-31Introduce acpi_hasprocfvs thats "ACPI Has Processor Frequency and VoltageGordon Willem Klok
2007-01-27Only allow a single instance of acpimadt(4).Mark Kettenis
2007-01-23Handle not-all-lapics intterupts.Mark Kettenis
2007-01-22Add commented out acpidock(4) entry.Michael Knudsen
2007-01-19Update comment (on how long we wait for operation to complete) reflectTom Cosgrove
2007-01-18No longer print the 'bios id' field in the dmesg, its of dubious diagnosticGordon Willem Klok
2007-01-10fix fallout of the split sensor devices change which caused lockups onDavid Gwynne
2007-01-09Miod used a too large hatchet when trimming userret in 1.80.Artur Grabowski
2007-01-02Use bus_space_write_region_4() instead of doing the same thing bit byTom Cosgrove
2007-01-02Fix the keyboard problem seen on Intel Macs, where only the firstTom Cosgrove
2006-12-29Avoid void * arithmetic, okay deraadt@, suggestions from millert@Pedro Martelletto
2006-12-29Change the comment for mbg(4): Use "radio clocks" instead of "time base".Marc Balmer
2006-12-28Support for ST16C654 chips, however these aren't detected as such, so theMiod Vallat
2006-12-26There is a single 'p', not a double, in 'triple'.Tom Cosgrove
2006-12-24Define PROC_PC. Then, since profiling information is being reported inMiod Vallat