summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
AgeCommit message (Expand)Author
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
2007-02-12OpenBSD -> .OxJason McIntyre
2007-02-12sync the wording w/ the i386 page;Jason McIntyre
2007-02-12zap double word;Jason McIntyre
2007-02-11Remove _KERNEL_OPT leftovers.Miod Vallat
2007-02-09simplify the argument passing (use a pointer to bus_dma_segment_t insteadJason Wright
2007-02-09according to the errata, invalid pages shouldn't be used. Always makeJason Wright
2007-02-06define the bio(4) cdev stuff in conf.h, rather than having a per machineDavid Gwynne
2007-02-06Add machine/atomic.h to all architectures and define two operationsArtur Grabowski
2007-02-04Add zyd to cd ramdisksJonathan Gray
2007-02-03Don't spoof an msdosfs partition if it claims to start after the endKenneth R Westerback
2007-02-03Remove unused functionality from lockmgr():Miod Vallat
2007-02-01When doing signotify, check if we're notifying a process on anotherArtur Grabowski
2007-02-01Rename the MICROSET IPI we inherited from NetBSD to simply NOP sinceArtur Grabowski
2007-01-27Only allow a single instance of acpimadt(4).Mark Kettenis
2007-01-24Actually establish interrupt handler in !ioapic_cold case.Mark Kettenis
2007-01-24Check nioapics to see whether we're using I/O APICs.Mark Kettenis
2007-01-22Add acpidock here too.Michael Knudsen
2007-01-15ansi/deregisterJonathan Gray
2007-01-12Switch some lockmgr locks to rwlocks.Artur Grabowski
2007-01-02Issue the BIOS "check for keystroke" call before "get keystroke", asTom Cosgrove
2006-12-29Fix another 'tripple' (not surprising, since this was copied from theTom Cosgrove
2006-12-24Define PROC_PC. Then, since profiling information is being reported inMiod Vallat
2006-12-20Decalre extern int cpuspeed in sys/arch/amd64/include/cpu.h like cpuspeedGordon Willem Klok
2006-12-20acpi fits when we decide that it is more important than ahc(4) adaptecTheo de Raadt
2006-12-20rum fitsTheo de Raadt
2006-12-15acpi can fit onto the cd ramdisksTheo de Raadt
2006-12-14Make pci subsystem aware of domains. Each host bridge gets assigned a uniqueMark Kettenis
2006-12-14Swizzle interrupts for devices for which we don't have explicit inetrruptMark Kettenis
2006-12-12Complete gwk's previous patch to stop setperf methods from returningDimitry Andric
2006-12-09Like the earlier change to powernow-k7.c check for both the regular cpuidGordon Willem Klok
2006-12-06starfire ethernet works here nowMartin Reindl
2006-11-29Add commented out ips here as well.Alexander Yurchenko
2006-11-29Remove cpu_swapin() and cpu_swapout(), they are no longer necessary (exceptMiod Vallat