summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
AgeCommit message (Expand)Author
2006-04-21Do not leave behind half-initialized data structures of we stumble over corruptMark Kettenis
2006-04-20Add a few more devices integrated on nForce4 chipsets.Mark Kettenis
2006-04-19oops. forgot fnclex define (:Michael Shalayeff
2006-04-19from todays freebsd advisory: fxrstor on amd cpu does not restore fip,fdp,fop...Michael Shalayeff
2006-04-18Print a usefull diagnostic message if we fail to transition between statesGordon Willem Klok
2006-04-15Add another nForce4 ISA bridge PCI device ID.Mark Kettenis
2006-04-14ANSIfy functions.Marco Peereboom
2006-04-09#ifdef lint wraps for va_startTheo de Raadt
2006-03-30iop works on my amd64, add it deraadt@Peter Stromberg
2006-03-29Recognise it(4) at port 0xd00 as well. This is where ASUS seemJonathan Gray
2006-03-29Enable the MPU-401 MIDI UART found at isa address 0x330Jonathan Gray
2006-03-24Enable umsm(4) on archs that support CardBus.Jonathan Gray
2006-03-22Fixup broken mpbios'es on VT8237 and nForce4 chipsets. Fixes interruptMark Kettenis
2006-03-19remove unused bdbtofsb(bn) macroMartin Reindl
2006-03-16remove useless powernow cruft from dmesg. we're interested in theDavid Gwynne
2006-03-16dont leak memory when we fail to find any valid states.David Gwynne
2006-03-16display the possible speedstep values like we do on intel chips.David Gwynne
2006-03-15use sysctl_int_lower() for the aperture variable. This lets root closeTheo de Raadt
2006-03-15Nuke dk_establish(), no longer used.Miod Vallat
2006-03-15Correct checks against cd_ndevs - valid numbers are strictly inferior toMiod Vallat
2006-03-15Remove address range KASSERT check in vtopte() and kvtopte(), callers areMiod Vallat
2006-03-15knfTheo de Raadt
2006-03-15remove dead macrosMichael Shalayeff
2006-03-13* Add "pcitag_t *pba_bridgetag" to pci_attach_args. This is set toBrad Smith
2006-03-13Fix machines that need PCI access during ACPI bringup.Marco Peereboom
2006-03-12with pcn(4) now in place remove or replace the references to PCI le(4)Martin Reindl
2006-03-12remove IPL_IMP and splimp().Brad Smith
2006-03-11add a comment.Brad Smith
2006-03-11add art(4).Brad Smith
2006-03-10- Wrap IPI sending in splclock(), since an interrupt atBrad Smith
2006-03-10oops; from ottoMichael Shalayeff
2006-03-10provide a counter for ipisMichael Shalayeff
2006-03-09Typo fix from 'P-O Yliniemi <peo atsomehostlike bsd-guide.net>'Tobias Weingartner
2006-03-08Glue showval into ddb.Marco Peereboom
2006-03-08Properly route ISA interrupts through ioapics.Mark Kettenis
2006-03-08Patch from Gordon Klock to update AMD PowerNow K8 support on i386,Uwe Stuehler
2006-03-07Add hooks for "machine acpi disasm"Marco Peereboom
2006-03-07It does not make sense to check for IA64 CPUID flag here.Jonathan Gray
2006-03-06Remove accidentally committed debug printf.Mark Kettenis
2006-03-06Synch bits of the i386 and amd64 ioapic code.Mark Kettenis
2006-03-06Rename hpet to acpihpet so that all devices use the same naming convention.Marco Peereboom
2006-03-05Hook acpi to ddb since we need to be able to do some live debugging.Marco Peereboom
2006-03-05reference the correct man page;Jason McIntyre
2006-03-04Typos grab bag of the month, eyeballed by jmc@Miod Vallat
2006-03-01from mickey, like on i386:Theo de Raadt
2006-02-26Add acpicpu device. Remains disabled.Marco Peereboom
2006-02-20Region has to be read and write not just read.Marco Peereboom
2006-02-20Add acpibtn device. Remains disabled for now.Marco Peereboom
2006-02-14Homogeneize WSDISPLAY_* option comments (especially on cats)Miod Vallat
2006-02-14Fix botched format string specifiers. From adobriyan at gmail.com.Aaron Campbell