History log of /openbsd/sys/arch/hppa/stand/libsa/dk.c (Results 1 – 15 of 15)
Revision Date Author Comments
# da1a53a8 01-Oct-2015 krw <krw@openbsd.org>

Remove more blinding trailing whitespace.


# acec6f8f 25-Feb-2012 miod <miod@openbsd.org>

:%s,DEBUGBUG,DEBUG,


# 5a5d8e11 22-Nov-2004 mickey <mickey@openbsd.org>

better types; from hppa64 (;


# e74a1c36 11-Aug-2003 mickey <mickey@openbsd.org>

a few strict protos


# 3bebe9a0 30-Apr-2003 mickey <mickey@openbsd.org>

oops. fixed endif in a wrong place


# 45021b70 29-Apr-2003 mickey <mickey@openbsd.org>

some cleanup and redo ct as lf (just different dev type). saves some memory


# 49629e33 16-Apr-2003 mickey <mickey@openbsd.org>

clean some spaces and registers and other fluff


# 043b52b7 14-Jan-2003 mickey <mickey@openbsd.org>

do not fail if there is no disklabel found, could be netbooting


# d582bc0b 14-Jan-2003 mickey <mickey@openbsd.org>

during the open store the partition offset and do subsequent io relative to that offset, allows reading kernel from scsi disk


# 28afbff9 15-Mar-2002 millert <millert@openbsd.org>

Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do things
the ANSI way.


# 92faafda 20-Apr-1999 mickey <mickey@openbsd.org>

fix different alignment problems
correct PDC/IODC call formats
factor some more code out to the dev_hppa.c routines
basically boot on many more machine by now


# bdb55c1e 30-Oct-1998 mickey <mickey@openbsd.org>

support booting from disk in raw LIF mode


# b947066f 29-Sep-1998 mickey <mickey@openbsd.org>

there is only one strategy routine: iodcstrategy


# 42654046 08-Jul-1998 mickey <mickey@openbsd.org>

use those new pdc call types


# 775f85d8 23-Jun-1998 mickey <mickey@openbsd.org>

ok, it boots, include and libkern to come