summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
AgeCommit message (Expand)Author
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
2006-02-12Find additional noncoherent HyperTransport links by looking at theMark Kettenis
2006-02-12Remove dead sysbeep driver and unused sysbeep() routine. No functional change.Miod Vallat
2006-02-10enable san(4).Brad Smith
2006-02-10add nfePeter Valchev
2006-02-08align tabPeter Valchev
2006-02-05add nfe here too.Brad Smith
2006-02-05remove useless comment about macros being different from i386Martin Reindl
2006-02-05enable nfe(4) now that the driver somewhat works.Damien Bergamini
2006-02-04update comment for ralDamien Bergamini
2006-01-30Remove dead code; we should never see T_DNA here.Mark Kettenis
2006-01-29Disable iic whenever ipmi is enabled. This fixes boxes like Sun x4200 thatMarco Peereboom
2006-01-27add iwi(4).Brad Smith
2006-01-22Fix for ioapic irq routing.Brad Smith
2006-01-22b_cylin -> b_cylinder; no functional change.Miod Vallat
2006-01-19Fix NACPI > 1 (should be >0). Spotted by form@.Alexander Yurchenko
2006-01-18add piixpm.Brad Smith
2006-01-18enable ixgb here too.Brad Smith
2006-01-10cull the deadTheo de Raadt
2006-01-09amdpm also exists as a 2nd iic bus on amd8111 machinesTheo de Raadt
2006-01-08Expose struct sigcontext, struct sigstat and struct sigaltstack for XPG4.2Todd C. Miller
2006-01-06Don't redefine SIZE_MAXTodd C. Miller