summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-05-01simplify signature computation slightlyMarc Espie
2007-05-01remove more traces of old dependenciesMarc Espie
2007-05-01unique objects probably use their class name as category.Marc Espie
2007-05-01Don't rely on the PROM to have configured the interrupts. Make Simics bootMark Kettenis
2007-05-01kill code for handling old style dependencies.Marc Espie
2007-05-01Simple monoprocessor mutex implementation, faster than the MI code, four leftMiod Vallat
2007-05-01Provide <machine/lock.h> on all platforms, so that MI code may #include itMiod Vallat
2007-05-01kill old constructs that have been deprecated since 2004.Marc Espie
2007-05-01remove PackingOld entirelyMarc Espie
2007-05-01move the old elements into PackingElements, since the code is nowMarc Espie
2007-05-01use new functionality of register_with_factory: create objects for oldMarc Espie
2007-05-01lint warning corrections:Kurt Miller
2007-05-01allows us to register anything, and not just a class, with the factory.Marc Espie
2007-05-01define keyword() first, and allow register_with_factory() to reuse itMarc Espie
2007-05-01rename setKeyword to register_with_factoryMarc Espie
2007-05-01similar exit support for -a, to what i386 doesTheo de Raadt
2007-05-01support exit at boot -a timeTheo de Raadt
2007-05-01for the restore -r example:Jason McIntyre
2007-05-01remove #ifndef SUN_LEN; ok millert@Kevin Steves
2007-05-01export the temperature sensor found on the nx(4) NICs. it reports degCReyk Floeter
2007-05-01RAMDISK kernels do not need DIAGNOSTICTheo de Raadt
2007-05-01expose two things needed for non-DIAGNOSTIC kernelsTheo de Raadt
2007-05-01fix the nx CRBINIT (initial register values from flash) and disableReyk Floeter
2007-05-01file descriptors are ints. make branch an int too for better structureKurt Miller
2007-05-01use warn() vs. perror() for consistency; ok millert@Kevin Steves
2007-05-01order by port number.Steven Mestdagh
2007-05-01shuffle some code and add additional states in the reset path. use aReyk Floeter
2007-05-01do not write every byte of the firmware to the same address, incrementReyk Floeter
2007-05-01Missing braces in vge_tick(). Fixes link state announcements.Can Erkin Acar
2007-05-01warn if base obj directory does not exist.Marc Espie
2007-05-01if resolving a name fails, be more aggressive retrying, but with care:Otto Moerbeek
2007-05-01Missing RCS tag.Gordon Willem Klok
2007-05-01framgent -> fragmentRay Lai
2007-05-01regenJonathan Gray
2007-05-01VIA P4M890 ids from Graeme Lee <graeme@omni.net.au>Jonathan Gray
2007-05-01fix some register offsetsReyk Floeter
2007-05-01implement the soft reset of the hardware according to section 3.5.6 ofReyk Floeter
2007-05-01use strtonum; ok millert@Jason Dixon
2007-04-30better handling of the firmware state madnessReyk Floeter
2007-04-30fix shift by portReyk Floeter
2007-04-30run the nx_tick function every second to check the link state, even ifReyk Floeter
2007-04-30read the per-port link stateReyk Floeter
2007-04-30initial code for firmware loading and initialization. it is used byReyk Floeter
2007-04-30document "option FFS2"; ok pedroJason McIntyre
2007-04-30Enable FFS2, okay deraadt@Pedro Martelletto
2007-04-30Enable QUEUE_MACRO_DEBUG on DIAGNOSTIC kernels.Pedro Martelletto
2007-04-30ffs2 support for reading df data directly from device; ok millert@ pedro@Otto Moerbeek
2007-04-30check for exit string earlierTheo de Raadt
2007-04-30support "exit" like sparc64 does; ok miodTheo de Raadt
2007-04-30use boot(RB_USERREQ | RB_HALT) to get back to the prom instead ofTheo de Raadt