summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
AgeCommit message (Expand)Author
2007-05-19(disabled) option for PCIAGP. at least lets i945 chipsets workTed Unangst
2007-05-19aps works on amd64, ok jsgTed Unangst
2007-05-18Instead of checking whichqs directly, add a "sched_is_idle()" macro toArtur Grabowski
2007-05-18remove the COMPAT entries. they are not useful hereTed Unangst
2007-05-16splassert_ctl defaults to 1 now, so dont wrap the checks forThordur I. Bjornsson
2007-05-16The world of __HAVEs and __HAVE_NOTs is reducing. All architecturesArtur Grabowski
2007-05-15Switch amd64 to VM_PAGE_MD. Mostly just imitating i386. flags in pg_flags.Artur Grabowski
2007-05-15Remove the MI implementation of mutexes and remove the __HAVE_MUTEXArtur Grabowski
2007-05-15kill __HAVE_DEVICE_REGISTER by requiring all architectures to have aTheo de Raadt
2007-05-11Don't use LK_CANRECURSE for the kernel lock, okay miod@ art@Pedro Martelletto
2007-05-10evcnt & friends were replaced by a proper interrupt counting mechanism 3 year...Theo de Raadt
2007-05-07Garbage collect ci_astpending; it's no longer used.Mark Kettenis
2007-05-06Add the mp setperf mechanism to AMD64, like its i386 counterpart it allowsGordon Willem Klok
2007-05-04make findblkmajor() and findblkname() MI; ok miodTheo de Raadt
2007-05-04setroot() was a ugly mix of MI and MD code, with different bugs on differentTheo de Raadt
2007-05-03Remove MCA ghosts, no changes in .o files.Alexander Yurchenko
2007-05-01similar exit support for -a, to what i386 doesTheo de Raadt
2007-04-28clone "Control key" logic from i386 written by tom; tested by artTheo de Raadt
2007-04-28Remove a duplicate copyright statement.Jonathan Gray
2007-04-27remove duplicate defines.David Gwynne
2007-04-26Eliminate CPU_BIOS from userland and wd(4) by always using the BIOSKenneth R Westerback
2007-04-26enable tht so it is more available for testing.David Gwynne
2007-04-25grow ramdisk mr.fs size, it is neededTheo de Raadt
2007-04-25Same change as i386, use the number of states to calculate performanceGordon Willem Klok
2007-04-20Remove leftover trapwrite() prototype from... 80386 support.Miod Vallat
2007-04-13While splitting flags and pqflags might have been a good idea in theoryArtur Grabowski
2007-04-13map peeing -> mappingMiod Vallat
2007-04-10``it's'' -> ``its'' when the grammar gods require this change.Miod Vallat
2007-04-10pascoe@ finished sili(4). enable it so people can try it.David Gwynne
2007-04-04Mechanically rename the "flags" and "version" fields in struct vm_pageArtur Grabowski
2007-04-04Thinkpad -> ThinkPad; from Igor SobradoJason McIntyre
2007-03-29Comment fixes from Daniel Dickman <didickman AT gmail DOT com>, relevant changesGordon Willem Klok
2007-03-29Equiv diff to amd64 as was done on i386, bump VM_PHYSSEG_MAX. Amd64 areTobias Weingartner
2007-03-23Fix compiliation of MULTIPROCESSOR without DDB, being defined.Gordon Willem Klok
2007-03-21enable ahci(4). this only attaches to the jmicron controllers so far.David Gwynne
2007-03-17wpi(4) works fine on amd64 according toJonathan Gray
2007-03-15Since p_flag is often manipulated in interrupts and without biglockArtur Grabowski
2007-02-28Add Smart Battery Monitor device driver. Provided byAlexander Yurchenko
2007-02-22Revert my previous commit. Kettenis no likey.Marco Peereboom
2007-02-22Enable ACPI interrupts in APIC modeJordan Hargrave
2007-02-22Print base so that we can make a correct mapping between apic and irq.Marco Peereboom
2007-02-20Put ral* at pci? onto the install media. Noted by Sunnz (sunnzy (at)Tom Cosgrove
2007-02-19only make this interface available to the kernel for now, discussed withaTheo de Raadt
2007-02-19ACPIVERBOSE should be off, like i386Theo de Raadt
2007-02-19Remove unused variable lapic_timerTom Cosgrove
2007-02-18If no MBR partitions are found when spoofing a disklabel, try lookingKenneth R Westerback
2007-02-17Add SMALL_KERNEL throught acpi to make it fit on boot media.Marco Peereboom
2007-02-17Add code to check for the AMD amd64 errata, and correct them whereTom Cosgrove
2007-02-17Fix spelling of Cool'n'Quiet, as done on i386 some time ago. AlsoTom Cosgrove
2007-02-13Check for some CPUID flags found on newer Intel processors.Jonathan Gray