Age | Commit message (Expand) | Author |
2007-10-20 | Make sure to send an ipi to the processor a given proc runs on in signotify(), | Miod Vallat |
2007-10-20 | enuf -> enough | Miod Vallat |
2007-10-20 | Call scsi_done() at SPLBIO. 'looks olright' says mickey. | Kenneth R Westerback |
2007-10-20 | Create memory specific decode routines to make code cleaner, | Jonathan Gray |
2007-10-20 | Doh. Setting ITSDONE and returning SUCCESSFULLY_QUEUED just means | Kenneth R Westerback |
2007-10-20 | DO NOT access xs after calling scsi_done(xs). It's not there anymore. | Kenneth R Westerback |
2007-10-20 | DO NOT access xs after calling scsi_done(xs). It's not there anymore. | Kenneth R Westerback |
2007-10-20 | replace auich's DMA and interrupt handling with code from NetBSD's | Jacob Meuser |
2007-10-20 | re-introduce the "p_clk rounding" for DDR -- they need it | Theo de Raadt |
2007-10-20 | Print the type of DIMM (SO-DIMM/Mini-DIMM/Micro-DIMM) for | Jonathan Gray |
2007-10-20 | sync | Bob Beck |
2007-10-20 | Add ShanTou ZT6688 usb 10/000 nic - A udav sold in a generic package. | Bob Beck |
2007-10-20 | Deal with all possible 16 array offsets for tenths of a nanosecond array, | Jonathan Gray |
2007-10-20 | Put scsi_done() invocations inside existing splbio/splx pairs to make | Kenneth R Westerback |
2007-10-19 | remove vars from some prototypes. | Federico G. Schwindt |
2007-10-19 | fix audio_calc_blksize() not to return larger block sizes than | Alexandre Ratchov |
2007-10-19 | Don't use "counter-timer" as clock interrupt source on MULTIPROCESSOR kernels | Mark Kettenis |
2007-10-19 | Use HDL2CELL when passing an OpenFirmware handle in prom_start_cpu. Makes | Mark Kettenis |
2007-10-19 | remove old-school "cpu%d running" messages from default code paths | Theo de Raadt |
2007-10-19 | regen | Brad Smith |
2007-10-19 | add the Broadcom BCM4328 PCI id. | Brad Smith |
2007-10-18 | Correct tenths of a nanosecond cycle encodings for DDR2, | Jonathan Gray |
2007-10-18 | There is no point for IP addresses on pflog(4) | Marco Pfatschbacher |
2007-10-18 | Initio INIC-941 works as well; ok miod@ | Otto Moerbeek |
2007-10-18 | Don't try to send IPIs to CPUs that aren't running (yet). | Mark Kettenis |
2007-10-18 | avoid splassert, caused by the fact that iha_main() is called | Otto Moerbeek |
2007-10-18 | Correct possible spl problem in buffer cleaning daemon - the buffer cleaning | Bob Beck |
2007-10-18 | ignore fans with >= 0x0fff readings. According to the iic_dump(), it appears | Constantine A. Murenin |
2007-10-18 | Add support for the Moosehead PS/2 controller as found on SGI O2 workstations. | Joel Sing |
2007-10-18 | Make sure interrupts are really enabled at the beginning of proc_trampoline, | Miod Vallat |
2007-10-18 | enter for obj@ building, otherwise dribbles happen | Theo de Raadt |
2007-10-18 | Define a new attribute, pckbcslot, which pckbc and gsckbc provide, and to | Miod Vallat |
2007-10-18 | Check to see if the SPD EEPROM size looks sane (ie < 32K) | Jonathan Gray |
2007-10-18 | Add some first LEDs support. Tested on my cardbus Linksys WPC54G Ver 3. | Marcus Glocker |
2007-10-18 | scsi_done() must be splbio() protected... who did this work for??; ok dlg | Theo de Raadt |
2007-10-18 | Eliminate unnecessary resets when calling the SIOCSIFADDR ioctl. | Brad Smith |
2007-10-18 | No need to include <machine/pte.h> here. | Miod Vallat |
2007-10-18 | Get rid of the silly union for mips pte. No functional change except | Miod Vallat |
2007-10-18 | add missing $OpenBSD$; "of course" deraadt | Constantine A. Murenin |
2007-10-17 | Add the Intel ICH9 chipset. | Brad Smith |
2007-10-17 | Add the Intel ICH9 chipset. | Brad Smith |
2007-10-17 | Add the Intel ICH9 chipset. | Brad Smith |
2007-10-17 | miod says noone needs isa/isavar.h anymore, and i believe him | Theo de Raadt |
2007-10-17 | Use ldx (instead of ld) to load a pointer. | Mark Kettenis |
2007-10-17 | Let other people build sparc64 bsd.mp too. | Mark Kettenis |
2007-10-17 | MULTIPROCESSOR kernels need clock interrupts on secondary CPUs too, so don't | Mark Kettenis |
2007-10-17 | Spin up secondary CPUs on MULTIPROCESSOR kernels. Works on UltraSPARC-III | Mark Kettenis |
2007-10-17 | Do not clean up vers.c as it is not autogenerated anymore. | Hans-Joerg Hoexer |
2007-10-17 | Get proc_trampoline() ready for MULTIPROCESSOR. | Mark Kettenis |
2007-10-17 | Convert MALLOC/FREE to malloc/free. | Hans-Joerg Hoexer |