Age | Commit message (Expand) | Author |
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 |
2007-04-30 | Fix dmesg nit. | Miod Vallat |
2007-04-30 | ';;' doesnt work on older gcc.. | Todd T. Fries |
2007-04-30 | Replace another expansion of DISKLABELDEV with the define itself. | Kenneth R Westerback |
2007-04-30 | HDUNIT/etc -> DISKUNIT/etc. No functional change. | Kenneth R Westerback |
2007-04-30 | fix dmesg; ok dlg | Theo de Raadt |
2007-04-29 | MCDUNIT/etc -> DISKUNIT/etc. No change to mcd.o. | Kenneth R Westerback |
2007-04-29 | missing arguments in a couple of printfs. | David Gwynne |
2007-04-29 | Replace expansions of DISKLABELDEV() with DISKLABELDEV(). Shorter, and | Kenneth R Westerback |
2007-04-29 | Blink 8x slower, so that this fits better with Kraftwerk's ``Elektro | Miod Vallat |
2007-04-29 | enforce -Wdeclaration-after-statement by hand | Theo de Raadt |
2007-04-29 | machdep.led_blink sysctl for landisk, also move cpu_sysctl() code and related | Miod Vallat |
2007-04-29 | The cpu clock frequency we get from ARCBIOS may be off by something in the | Mark Kettenis |
2007-04-29 | Change the loop test in uvm_km_kmemalloc from '<' to '!='. Everything | Artur Grabowski |