summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
AgeCommit message (Expand)Author
2009-12-03Stop using the linker script. Something is arranging memory just soTheo 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-29disable the isa wdc's because amd64 machines are much more likely toTheo de Raadt
2009-11-29disable the isa wdc's because amd64 machines are much more likely toTheo de Raadt
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-26wdc@isa ok deraadtJonathan Gray
2009-11-26knf relative to i386Theo de Raadt
2009-11-26re-init the fpu like on i386Theo de Raadt
2009-11-26Really want isa.h when using #ifdef NISA > 0Theo de Raadt
2009-11-26Fix a stack problem on amd64, now the resume functions get called properly.Mike Larkin
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-23bios* devices need to call their children on suspend/resume.Mike Larkin
2009-11-23Remove ACPI_SLEEP_ENABLED checks.Paul Irofti
2009-11-23oops, call config_activate_childrenTheo de Raadt
2009-11-23pchb must walk children tooTheo de Raadt
2009-11-23Use config_activate_children() for our cf_activate functionTheo de Raadt
2009-11-22Missed 4 MSRs on suspend/resume in previous version. Tested by piroftiMike Larkin
2009-11-22Check for ISA before calling the setup function.Paul Irofti
2009-11-22Bring amd64 closer to resume, while at it kill dead code. Okay deraadt@.Paul Irofti
2009-11-22Match the i386 behaviour and only care about bus_clock if weJonathan 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-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-01Remove bogus #define __HAVE_GENERIC_SOFT_INTERRUPTS. No code change.Mark Kettenis
2009-10-29iha(4), just like on GENERIC; from bradTheo de Raadt
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-10-27Bah didn't man to commit the GENERIC part just yet.Marco Peereboom
2009-10-27Add driver for MPI2 SAS HBAs. This covers LSI MPT2 and Dell H200 HBAs.Marco Peereboom
2009-10-19Correct a target name so that we don't rebuild vers.o (and thenPhilip Guenthe
2009-10-07add support for the temperature sensor of VIA Nano and C7-M CPUs.Kevin Lo
2009-10-06Allow MD limits for allocating PCI io and mem space and specify limits onMark Kettenis
2009-09-30Fix comments to match reality.Tobias Weingartner
2009-09-28Make video buffer area and BIOS areas unavailable for PCI resource allocation.Mark Kettenis
2009-09-20Back out via nano temperature sensor changes.Jonathan Gray
2009-09-20add support for VIA Nano cpu core temperature sensorKevin Lo
2009-09-18ldt removal missed some. amd64_{get,set}_ldt gone. also removeMartynas Venckus
2009-09-18For some dark reason there's a bit on the VLINK device of this chipsetMark Kettenis
2009-08-25Legacy-free PC hardware do not have a real PS/2 keyboard controller, butMiod Vallat
2009-08-25iha(4) works on amd64; tested by downsjTheo de Raadt