summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
AgeCommit message (Expand)Author
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
2006-01-06Adapt things to use __type_t instead of _BSD_TYPE_T_Todd C. Miller
2006-01-06Merge machine/ansi.h and machine/types.h into machine/_types.h andTodd C. Miller
2006-01-06Err, commited from the wrong treeAlexander Yurchenko
2006-01-06Fix acpi includes.Alexander Yurchenko
2006-01-05enable nviicDavid Gwynne
2006-01-04driver for the nvidia nforce2/3/4 smbus controller.David Gwynne
2006-01-02Correctly set the %di register on PXENV calls. This should helpTom Cosgrove
2005-12-31Split the d_type field of cdevsw entries into d_type and d_flags for clarity.Miod Vallat
2005-12-31if you don't enable amdiic, when will people test it?Theo de Raadt
2005-12-31Add AMD-8111 SMBus controller driver.Alexander Yurchenko
2005-12-30Now that errno.h and sys/errno.h are separate header files there is noTodd C. Miller
2005-12-29ichiic for intel amd64 machines; spotted by reykTheo de Raadt
2005-12-29add admcts(4)Theo de Raadt
2005-12-29Add a bunch of i2c sensors.Mark Kettenis
2005-12-29Add viapm(4).Mark Kettenis
2005-12-29Fix isadma0 at isa0 at mainbus0Mark Kettenis
2005-12-27Remove unused sw_nblks field of struct swdevt. Then, remove swapconf()Miod Vallat
2005-12-22'spoofonly' does not mean what I thought it meant. The whole point isKenneth R Westerback
2005-12-16Sync with i386 acpi stuff. Remains disabled of course.Marco Peereboom
2005-12-16Make amd64 powerdown logic identical to i386.Marco Peereboom
2005-12-16KNFMarco Peereboom
2005-12-16re-enable ipmiTheo de Raadt
2005-12-14Add commented entries for nfe.Jonathan Gray
2005-12-14convert _FOO_SOURCE -> __FOO_VISIBLE in machine. OK deraadt@Todd C. Miller
2005-12-14Make clock_t consistent across platforms as a 32 bit int. OK deraadt@Todd C. Miller