summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
AgeCommit message (Expand)Author
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
2005-12-13print lapic clock in mhz (instead of hz)Michael Shalayeff
2005-12-13remove ad clause that got copied from older versions of the files; pto by jsg@Michael Shalayeff
2005-12-13nuke unused BTOPKERNBASE defineMartin Reindl
2005-12-13First step in include files overhaul. Use __FOO_VISIBLE (as definedTodd C. Miller
2005-12-13Remove the advertising clause in the UCB license which BerkeleyJonathan Gray
2005-12-12Only include PROCFS on kernels which have either COMPAT_LINUX or COMPAT_SVR4,Miod Vallat
2005-12-12Drop clause 3/4 as per i386 version this was based on.Jonathan Gray
2005-12-11Remove some dead code spotted by lint.Kenneth R Westerback
2005-12-10Kill MCA related includes.Kenneth R Westerback
2005-12-09Drop clause 3/4 as per i386 version.Jonathan Gray
2005-12-09disable ipmi in GENERIC until such times as it works everywhereBob Beck
2005-12-05Remove duplicate declaration.Miod Vallat
2005-11-28- consistently use x86_round_pdr() allowing us to remove the superfluousMartin Reindl
2005-11-27ISOXXX/ISO-XXX -> ISO XXXJason McIntyre
2005-11-24add lint-specific hacks. at the same time, clean out a lot of ancientTheo de Raadt
2005-11-19Remove unnecessary lockmgr() archaism that was costing too much in termsPedro Martelletto
2005-11-15add ixgb(4) though commented out for now.Brad Smith
2005-11-14add de and pcnBrad Smith
2005-11-13remove unused define.Federico G. Schwindt
2005-11-13untested kgdb support for amd64. prolly needs more work whenFederico G. Schwindt
2005-11-07add some needed defs for upcoming kgdb support.Federico G. Schwindt