Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-05-02 | Add a function to free all discipline members and the discipline itself. | Marco Peereboom | |
Move allocation of "in memory copy" of metadata into the new function. | |||
2007-05-02 | Eliminate unused inline functions and replace ahc_lock() which | Kenneth R Westerback | |
resolves to s = splbio() and ahc_unlock() which resolves to splx(s) with splbio/splx calls. ok marco@ dlg@ | |||
2007-05-02 | Another VIA VT8237A SATA. | Jonathan Gray | |
Tested by Graeme Lee <graeme@omni.net.au> | |||
2007-05-01 | sync | Theo de Raadt | |
2007-05-01 | Refactor metadata code; this is the first step to be able to bringup | Marco Peereboom | |
devices at boot time. Reset the metadata versions to 1 until this solidifies we wont change these. | |||
2007-05-01 | some fixes | Reyk Floeter | |
- fix the reset path and remove the '#if 0'. firmware loading makes me cry - update the SW (CRB) register offsets to match the upcoming 3.4.31 firmware - the link state and ifmedia should work now with a register and code fix - ... | |||
2007-05-01 | routed -> routed_flags; from Jeremy C. Reed/Will Maier | Jason McIntyre | |
2007-05-01 | ELF symbol type fixes, no code change | Miod Vallat | |
2007-05-01 | repair -L option, should work much better if we copy @localbase over... | Marc Espie | |
2007-05-01 | sync | Theo de Raadt | |
2007-05-01 | simplify signature computation slightly | Marc Espie | |
2007-05-01 | remove more traces of old dependencies | Marc Espie | |
2007-05-01 | unique objects probably use their class name as category. | Marc Espie | |
2007-05-01 | Don't rely on the PROM to have configured the interrupts. Make Simics boot | Mark Kettenis | |
a but further and doesn't hurt a real E4500. tested by miod@ | |||
2007-05-01 | kill code for handling old style dependencies. | Marc Espie | |
2007-05-01 | Simple monoprocessor mutex implementation, faster than the MI code, four left | Miod Vallat | |
to go. | |||
2007-05-01 | Provide <machine/lock.h> on all platforms, so that MI code may #include it | Miod Vallat | |
unconditionnaly. | |||
2007-05-01 | kill old constructs that have been deprecated since 2004. | Marc Espie | |
2007-05-01 | remove PackingOld entirely | Marc Espie | |
2007-05-01 | move the old elements into PackingElements, since the code is now | Marc Espie | |
much shorter. | |||
2007-05-01 | use new functionality of register_with_factory: create objects for old | Marc Espie | |
packing elements. | |||
2007-05-01 | lint warning corrections: | Kurt Miller | |
- use the correct types - mark _thread_gc() w/ARGSUSED - fix a 'a cast does not yield an lvalue' okay marc@ | |||
2007-05-01 | allows us to register anything, and not just a class, with the factory. | Marc Espie | |
2007-05-01 | define keyword() first, and allow register_with_factory() to reuse it | Marc Espie | |
by default. | |||
2007-05-01 | rename setKeyword to register_with_factory | Marc Espie | |
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 | for the restore -r example: | Jason McIntyre | |
- use /dev/sd rather than /dev/rp, since rp no longer exists - use rst0 instead of rst8, since rst8 does not exist (by default) from Matthias Scheler ok otto | |||
2007-05-01 | remove #ifndef SUN_LEN; ok millert@ | Kevin Steves | |
2007-05-01 | export the temperature sensor found on the nx(4) NICs. it reports degC | Reyk Floeter | |
and the states UNSPEC, OK, WARN, and CRIT. the driver should use this later to shutdown the NIC if the state becomes CRITical. hw.sensors.nxb0.temp0=37.00 degC, OK | |||
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 | |
the firmware load for now. the doc says something like 'just copy data from flash to the same address in memory' but it is not that easy because there are even more configurable windows for the pci memory space. | |||
2007-05-01 | file descriptors are ints. make branch an int too for better structure | Kurt Miller | |
allignment. okay marc@ | |||
2007-05-01 | use warn() vs. perror() for consistency; ok millert@ | Kevin Steves | |
2007-05-01 | order by port number. | Steven Mestdagh | |
okay xsa, sobrado, jdixon | |||
2007-05-01 | shuffle some code and add additional states in the reset path. use a | Reyk Floeter | |
scheduled timeout to check for the boot process to finish in the reset code instead of waiting for a loooong delay (still use the long delay in the initial boot on attach because i cannot defer the initialization there). | |||
2007-05-01 | do not write every byte of the firmware to the same address, increment | Reyk Floeter | |
the register offset as well... | |||
2007-05-01 | Missing braces in vge_tick(). Fixes link state announcements. | Can Erkin Acar | |
ok reyk@ | |||
2007-05-01 | warn if base obj directory does not exist. | Marc Espie | |
okay deraadt@ | |||
2007-05-01 | if resolving a name fails, be more aggressive retrying, but with care: | Otto Moerbeek | |
do not have more than one dns request outstanding per peer. resolves slow recovery when resolving fails initially, without clogging the pipe with lots of dns requests; tested by Jason George; ok deraadt@ | |||
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 | |
the doc). | |||
2007-05-01 | use strtonum; ok millert@ | Jason Dixon | |
2007-04-30 | better handling of the firmware state madness | Reyk Floeter | |
2007-04-30 | fix shift by port | Reyk Floeter | |