summaryrefslogtreecommitdiff
path: root/sys/arch/hp300/stand
AgeCommit message (Expand)Author
2013-04-01Let the hp300 boot blocks compile again after all the md include churning.Miod Vallat
2013-03-23Avoid using DEV_BSHIFT, and use DEV_BSIZE instead.Theo de Raadt
2013-03-21NBPG -> PAGE_SIZE, PGSHIFT -> PAGE_SHIFT, PGOFSET -> PAGE_MASKTheo de Raadt
2013-02-10switch m68k ports to gcc3Miod Vallat
2013-02-02hp300 ELF bits. Requires many device and prom related structs to now be declaredMiod Vallat
2013-01-11Change boot commandline parsing to only force lowercase of the device nameMiod Vallat
2013-01-07Move exec() libsa prototype to hp300 stand, now that it can no longer beMiod Vallat
2013-01-01Switch hp300 boot blocks to MI loadfile code.Miod Vallat
2013-01-01Define _STANDALONE, not STANDALONE, in the hp300 bootblocks, to follow theMiod Vallat
2012-08-21Add NOPIE= bits for sys/arch/*/stand to ensure that bootblocks will always bePascal Stumpf
2011-08-18So, it turns out that models 362 and 382 built-in frame buffer only shows upMiod Vallat
2011-08-18Because model 362 does not have an SGC bus (or a blind, deaf and mute one),Miod Vallat
2011-08-18Do not use NULL when 0 is intended.Miod Vallat
2011-03-18Fix obj directory probing to support cross compiling.Matthew Dempsky
2011-03-13Change daddr_t to daddr32_t. The bootblocks on our architectures onlyTheo de Raadt
2010-12-06- drop NENTS(), which was yet another copy of nitems().Jasper Lievisse Adriaanse
2010-08-16Restore initialization of apcicnaddr which got accidentally removed in revisionMiod Vallat
2010-08-07No "\n" needed at the end of panic() strings.Kenneth R Westerback
2010-04-15Let sgc(4) attach on models 362 and 382 - recent documents uploaded toMiod Vallat
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-02-13#undef IIOV before redefining for 1:1 mappings, to silence a warning.Miod Vallat
2008-01-23Cleanup cn_pri. Change constants to more meaningful names, rather thanJoel Sing
2007-12-28Repair fallout from libkern changes.Miod Vallat
2007-11-26More LIBKERN bits that go awayTheo de Raadt
2007-11-25libkern, begone. Move to a new mechanism where config(8)'s "file"Theo de Raadt
2007-05-29remove support for many alternative kernel choices -- only try /bsd andTheo de Raadt
2006-08-17No need for divsi and friends, yetMiod Vallat
2006-08-17Large cleanup of the bootblocks, including ansi protos and de-register,Miod Vallat
2006-08-13Let the domain keyboard work on models 362 and 382 as well.Miod Vallat
2006-08-13Oops, let HIL keyboards work again in the boot blocks.Miod Vallat
2006-08-05Since the maskbits code only gets invoked with RR_COPY or RR_CLEAR thoseMiod Vallat
2006-04-14Minimal support for the HP98705 ``Tigershark'' TurboVRX frame bufferMiod Vallat
2006-04-14Compile hp300 stand with Wall or I'll never get motivated to make it clean.Miod Vallat
2006-01-18more size_t vs u_int fallout.. i guess the lastTheo de Raadt
2006-01-01Let cons_init() and cons_init_bell() initialize the whole consdev structure,Miod Vallat
2005-12-31Sync with recent kernel changes: recognize more models, use the same logicMiod Vallat
2005-12-30Now that errno.h and sys/errno.h are separate header files there is noTodd C. Miller
2005-12-28Define dca remote console identifiers as regular identifier with the bit 7Miod Vallat
2005-11-23Pick HP-IB describe structures changes from main kernel code here as well.Miod Vallat
2005-09-06anomoly -> anomalyMiod Vallat
2005-04-22Pass -Wall, complete prototypes, some KNF; no functional change.Miod Vallat
2005-02-20Link uboot with libgcc for quad arithmetic now that gcc won't emit theseMiod Vallat
2005-01-19Oops, repair stand/ by putting copies of the old grf/ite include filesMiod Vallat
2004-08-03Copy scsireg.h from hp300/dev to hp300/stand, and use it within hp300/stand.Miod Vallat
2004-07-13errno changes, lib major version bumps, and general flag dayMarco S Hyman
2003-12-17remove unneeded bits introduced in previous commitTodd C. Miller
2003-12-17Simply include the main libz Makefile instead of trying to roll our own.Todd C. Miller
2003-12-12missing parameter to printf; erick@bonzai.space-ei.nlTheo de Raadt
2003-12-04TyposMiod Vallat