Age | Commit message (Expand) | Author |
2007-05-03 | Remove the pv stealing code. Other than being dangerous, it's also | Artur Grabowski |
2007-05-03 | convert lockmgr to rwlocks | David Gwynne |
2007-05-03 | some shorter code is better code | Theo de Raadt |
2007-05-02 | supply the real devicename to sio_intr_establish() instead a generic | Martin Reindl |
2007-05-02 | carefully set the correct memory windows (crb/pci) and add a dummy | Reyk Floeter |
2007-05-02 | Support for mtrr on AMD opteron CPUs. Patch by Mickey and bluhm@, tweaks | Matthieu Herrb |
2007-05-02 | Move sparc64 to __HAVE_CPUINFO. | Mark Kettenis |
2007-05-02 | - Add support for handling unsolicited events (based on NetBSD). | Deanna Phillips |
2007-05-02 | Fix typo. ok miod@. | Tom Cosgrove |
2007-05-02 | the 5754 and 5787 share the same ASIC ID, make the crazy strings list both | David Gwynne |
2007-05-02 | do { } while (0) for the debug macros | David Gwynne |
2007-05-02 | Make meta_read use the metadata memory that is provided in the discipline. | Marco Peereboom |
2007-05-02 | Add a function to free all discipline members and the discipline itself. | Marco Peereboom |
2007-05-02 | Eliminate unused inline functions and replace ahc_lock() which | Kenneth R Westerback |
2007-05-02 | Another VIA VT8237A SATA. | Jonathan Gray |
2007-05-01 | Refactor metadata code; this is the first step to be able to bringup | Marco Peereboom |
2007-05-01 | some fixes | Reyk Floeter |
2007-05-01 | ELF symbol type fixes, no code change | Miod Vallat |
2007-05-01 | Don't rely on the PROM to have configured the interrupts. Make Simics boot | Mark Kettenis |
2007-05-01 | Simple monoprocessor mutex implementation, faster than the MI code, four left | Miod Vallat |
2007-05-01 | Provide <machine/lock.h> on all platforms, so that MI code may #include it | Miod Vallat |
2007-05-01 | similar exit support for -a, to what i386 does | Theo de Raadt |
2007-05-01 | support exit at boot -a time | Theo de Raadt |
2007-05-01 | export the temperature sensor found on the nx(4) NICs. it reports degC | Reyk Floeter |
2007-05-01 | RAMDISK kernels do not need DIAGNOSTIC | Theo de Raadt |
2007-05-01 | expose two things needed for non-DIAGNOSTIC kernels | Theo de Raadt |
2007-05-01 | fix the nx CRBINIT (initial register values from flash) and disable | Reyk Floeter |
2007-05-01 | shuffle some code and add additional states in the reset path. use a | Reyk Floeter |
2007-05-01 | do not write every byte of the firmware to the same address, increment | Reyk Floeter |
2007-05-01 | Missing braces in vge_tick(). Fixes link state announcements. | Can Erkin Acar |
2007-05-01 | Missing RCS tag. | Gordon Willem Klok |
2007-05-01 | framgent -> fragment | Ray Lai |
2007-05-01 | regen | Jonathan Gray |
2007-05-01 | VIA P4M890 ids from Graeme Lee <graeme@omni.net.au> | Jonathan Gray |
2007-05-01 | fix some register offsets | Reyk Floeter |
2007-05-01 | implement the soft reset of the hardware according to section 3.5.6 of | Reyk Floeter |
2007-04-30 | better handling of the firmware state madness | Reyk Floeter |
2007-04-30 | fix shift by port | Reyk Floeter |
2007-04-30 | run the nx_tick function every second to check the link state, even if | Reyk Floeter |
2007-04-30 | read the per-port link state | Reyk Floeter |
2007-04-30 | initial code for firmware loading and initialization. it is used by | Reyk Floeter |
2007-04-30 | Enable FFS2, okay deraadt@ | Pedro Martelletto |
2007-04-30 | Enable QUEUE_MACRO_DEBUG on DIAGNOSTIC kernels. | Pedro Martelletto |
2007-04-30 | check for exit string earlier | Theo de Raadt |
2007-04-30 | support "exit" like sparc64 does; ok miod | Theo de Raadt |
2007-04-30 | use boot(RB_USERREQ | RB_HALT) to get back to the prom instead of | Theo de Raadt |
2007-04-30 | support "exit" as a RB_ASKNAME choice; discussed with miod | Theo de Raadt |
2007-04-30 | add missing newline in printf | Reyk Floeter |
2007-04-30 | decrease the delay in the register wait loop again and add a debug | Reyk Floeter |
2007-04-30 | move the firmware validation to a mountroot hook to allow loading of | Reyk Floeter |