summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
AgeCommit message (Expand)Author
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
2005-11-07KGDB_DEVNAME should use com.Federico G. Schwindt
2005-11-06enable midi@pcppi and sequencerJolan Luff
2005-11-05Add bus_space_alloc and _free.Marco Peereboom
2005-11-05add or enable lmc(4)Brad Smith
2005-10-28Check for init(8) return path by process ID and make it the exception ratherMark Kettenis
2005-10-28Use normal kernel stack for #BP exceptions. Fixes PR 4562.Mark Kettenis
2005-10-26- enable siop(4) in RAMDISK_CD on amd64.Niall O'Higgins
2005-10-26goodbye more Mach macrosMartin Reindl
2005-10-21use the MI trunc_page() and round_page() macros instead of rolling or ownMartin Reindl
2005-10-20Enable IPMI on amd64.Marco Peereboom
2005-10-19Add IPMI to amd64. Keep it disabled for now.Marco Peereboom
2005-10-09spellingFederico G. Schwindt
2005-10-06lots of pcmcia, cardbus, and wireless goodies come to town; work with tdevalTheo de Raadt
2005-10-05Add CardBus/PCMCIA support to AMD64.Thierry Deval
2005-10-02pci machines need the hme stub hereTheo de Raadt
2005-10-02remove isa_intr_evcnt() prototype. a NetBSD-ism.Brad Smith
2005-10-02add hmeBrad Smith
2005-09-29Execute operations in the correct order. From jason@Marco Peereboom
2005-09-27make options TIMEZONE and DST work; from formTheo de Raadt
2005-09-27ARGH! disable gart, I suck!Marco Peereboom
2005-09-27Clean up prints. From jason@Marco Peereboom
2005-09-26Use SCSI_IGNORE_ILLEGAL_REQUEST when reading a cd's table of contents.Kenneth R Westerback