Age | Commit message (Expand) | Author |
2007-03-23 | Fix compiliation of MULTIPROCESSOR without DDB, being defined. | Gordon Willem Klok |
2007-03-21 | enable ahci(4). this only attaches to the jmicron controllers so far. | David Gwynne |
2007-03-17 | wpi(4) works fine on amd64 according to | Jonathan Gray |
2007-03-15 | Since p_flag is often manipulated in interrupts and without biglock | Artur Grabowski |
2007-02-28 | Add Smart Battery Monitor device driver. Provided by | Alexander Yurchenko |
2007-02-22 | Revert my previous commit. Kettenis no likey. | Marco Peereboom |
2007-02-22 | Enable ACPI interrupts in APIC mode | Jordan Hargrave |
2007-02-22 | Print base so that we can make a correct mapping between apic and irq. | Marco Peereboom |
2007-02-20 | Put ral* at pci? onto the install media. Noted by Sunnz (sunnzy (at) | Tom Cosgrove |
2007-02-19 | only make this interface available to the kernel for now, discussed witha | Theo de Raadt |
2007-02-19 | ACPIVERBOSE should be off, like i386 | Theo de Raadt |
2007-02-19 | Remove unused variable lapic_timer | Tom Cosgrove |
2007-02-18 | If no MBR partitions are found when spoofing a disklabel, try looking | Kenneth R Westerback |
2007-02-17 | Add SMALL_KERNEL throught acpi to make it fit on boot media. | Marco Peereboom |
2007-02-17 | Add code to check for the AMD amd64 errata, and correct them where | Tom Cosgrove |
2007-02-17 | Fix spelling of Cool'n'Quiet, as done on i386 some time ago. Also | Tom Cosgrove |
2007-02-13 | Check for some CPUID flags found on newer Intel processors. | Jonathan Gray |
2007-02-12 | OpenBSD -> .Ox | Jason McIntyre |
2007-02-12 | sync the wording w/ the i386 page; | Jason McIntyre |
2007-02-12 | zap double word; | Jason McIntyre |
2007-02-11 | Remove _KERNEL_OPT leftovers. | Miod Vallat |
2007-02-09 | simplify the argument passing (use a pointer to bus_dma_segment_t instead | Jason Wright |
2007-02-09 | according to the errata, invalid pages shouldn't be used. Always make | Jason Wright |
2007-02-06 | define the bio(4) cdev stuff in conf.h, rather than having a per machine | David Gwynne |
2007-02-06 | Add machine/atomic.h to all architectures and define two operations | Artur Grabowski |
2007-02-04 | Add zyd to cd ramdisks | Jonathan Gray |
2007-02-03 | Don't spoof an msdosfs partition if it claims to start after the end | Kenneth R Westerback |
2007-02-03 | Remove unused functionality from lockmgr(): | Miod Vallat |
2007-02-01 | When doing signotify, check if we're notifying a process on another | Artur Grabowski |
2007-02-01 | Rename the MICROSET IPI we inherited from NetBSD to simply NOP since | Artur Grabowski |
2007-01-27 | Only allow a single instance of acpimadt(4). | Mark Kettenis |
2007-01-24 | Actually establish interrupt handler in !ioapic_cold case. | Mark Kettenis |
2007-01-24 | Check nioapics to see whether we're using I/O APICs. | Mark Kettenis |
2007-01-22 | Add acpidock here too. | Michael Knudsen |
2007-01-15 | ansi/deregister | Jonathan Gray |
2007-01-12 | Switch some lockmgr locks to rwlocks. | Artur Grabowski |
2007-01-02 | Issue the BIOS "check for keystroke" call before "get keystroke", as | Tom Cosgrove |
2006-12-29 | Fix another 'tripple' (not surprising, since this was copied from the | Tom Cosgrove |
2006-12-24 | Define PROC_PC. Then, since profiling information is being reported in | Miod Vallat |
2006-12-20 | Decalre extern int cpuspeed in sys/arch/amd64/include/cpu.h like cpuspeed | Gordon Willem Klok |
2006-12-20 | acpi fits when we decide that it is more important than ahc(4) adaptec | Theo de Raadt |
2006-12-20 | rum fits | Theo de Raadt |
2006-12-15 | acpi can fit onto the cd ramdisks | Theo de Raadt |
2006-12-14 | Make pci subsystem aware of domains. Each host bridge gets assigned a unique | Mark Kettenis |
2006-12-14 | Swizzle interrupts for devices for which we don't have explicit inetrrupt | Mark Kettenis |
2006-12-12 | Complete gwk's previous patch to stop setperf methods from returning | Dimitry Andric |
2006-12-09 | Like the earlier change to powernow-k7.c check for both the regular cpuid | Gordon Willem Klok |
2006-12-06 | starfire ethernet works here now | Martin Reindl |
2006-11-29 | Add commented out ips here as well. | Alexander Yurchenko |
2006-11-29 | Remove cpu_swapin() and cpu_swapout(), they are no longer necessary (except | Miod Vallat |