summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
2010-03-03Enable urndis(4) everywhere that has USB enabled to get it tested.Michael Knudsen
2010-02-28enable mpiiJonathan Gray
2010-02-23Restore MTRRs on resume.Mark Kettenis
2010-02-22Don't attempt to repost the video hardware. There are quite a few machinesMark Kettenis
2010-02-21Read revision from the correct MSR; no functional change.Miod Vallat
2010-02-19Move auglx(4) from i386-only land to MI land.Miod Vallat
2010-02-09Switching the strange VIA VT8251 PCIE host bridge into a PCI-PCI bridgeMark Kettenis
2010-01-13As per NetBSD move HAYAKAWA Koichi's licenses to two clause.Jonathan Gray
2010-01-11Increase/decrease the per-CPU interrupt depth variable around APIC interruptsMark Kettenis
2010-01-10Fix two bugs in IPsec/HMAC-SHA2:Markus Friedl
2010-01-03enable aibsTheo de Raadt
2009-12-20compile in utrhTheo de Raadt
2009-12-09add uhts(4).Matthieu Herrb
2009-12-09Remove the clean gdt bit and leave the idt part in.Paul Irofti
2009-12-09add two new MD only pmap apis to amd64 and i386 (not to be used in MIOwain Ainsworth
2009-12-09add cpufunc functions for the clflush instruction and the mfenceOwain Ainsworth
2009-12-09Detect the cache line size for the clflush instruction when we identifyOwain Ainsworth
2009-12-04ahc fits againTheo de Raadt
2009-12-01Don't claim to know about nehalem until we can be sureJonathan Gray
2009-12-01The MD ACPI PSS paths are using MSRs they shouldn't beJonathan Gray
2009-11-30KNFPaul Irofti
2009-11-30Bump up array size to prevent overflow when probing memoryCan Erkin Acar
2009-11-29At suspend time there is no need for a fancy cr3 dance to decide ifTheo de Raadt
2009-11-29Reload mtrr state on all CPUs after updates. Seems to speed up X on MPMark Kettenis
2009-11-27Move MB_LEN_MAX into the machine-independent sys/limits.h header,Philip Guenthe
2009-11-26Reset the wakeup vector to ensure that we don't resume on reboot.Mike Larkin
2009-11-26do not pull acpi_wakecode.o into RAMDISKSTheo de Raadt
2009-11-26move gcu* to near what it is used byTheo de Raadt
2009-11-26Add an explicit check for supported models (10, 13, 15) before setting up theNicholas Marriott
2009-11-25Repair typo in commented-out DRM option, 'sure' oga@Ian Darwin
2009-11-25add gcu(4) to GENERIC and RAMDISK_CDDariusz Swiderski
2009-11-25Make sure we get a clean gdt from the BIOS.Paul Irofti
2009-11-24Save FPU state before suspend.Mike Larkin
2009-11-24Poke CR3 one last time before resuming. Suggested by deraadt@.Mike Larkin
2009-11-24enable uthum(4), and rearrange some nearby goopTheo de Raadt
2009-11-23diffable against amd64Theo de Raadt
2009-11-23bios* devices need to call their children on suspend/resume.Mike Larkin
2009-11-23Remove ACPI_SLEEP_ENABLED checks.Paul Irofti
2009-11-23pchb must walk children tooTheo de Raadt
2009-11-23Use config_activate_children() for our cf_activate functionTheo de Raadt
2009-11-22Repost the vbios and remove a spurious cli on i386 ACPI resume code.Mike Larkin
2009-11-18Don't whinge about not knowing the bus_clock for EP80579 (model 0x15)Jonathan Gray
2009-11-15athn(4) has a future in here.Theo de Raadt
2009-11-14athn(4), a driver for Atheros 802.11a/g/n devices.Damien Bergamini
2009-11-12oops my slow editor conspired against meTheo de Raadt
2009-11-12if the table got messed up, early loop termination is not gauranteed, andTheo de Raadt
2009-11-08update description for iwn(4)Damien Bergamini
2009-11-04Get rid of __HAVE_GENERIC_SOFT_INTERRUPTS now that all our platforms support it.Mark Kettenis
2009-11-03fix previous commit.Damien Bergamini
2009-10-31s/Mhz/MHz/, MHz is a multiple of the SI unit hertz (whose symbol is Hz).Igor Sobrado