summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
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
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