History log of /openbsd-current/sys/arch/hppa/stand/libsa/dev_hppa.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.18 14-Apr-2024 jsg

with empty body loops, put final semicolon on a new line for readability
ok bluhm@ jca@


Revision tags: OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE OPENBSD_6_6_BASE OPENBSD_6_7_BASE OPENBSD_6_8_BASE OPENBSD_6_9_BASE OPENBSD_7_0_BASE OPENBSD_7_1_BASE OPENBSD_7_2_BASE OPENBSD_7_3_BASE OPENBSD_7_4_BASE OPENBSD_7_5_BASE
# 1.17 13-Jul-2014 jasper

move putchar() into libsa

"sure" miod@


# 1.16 12-Jul-2014 jasper

move getchar() into libsa where applicable

ok miod@


Revision tags: OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE
# 1.15 25-Feb-2012 miod

:%s,DEBUGBUG,DEBUG,


Revision tags: OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE
# 1.14 06-Dec-2010 jasper

- properly remove NENTS now after fixing the fallout.

ok deraadt@


# 1.13 06-Dec-2010 jasper

- partially revert previous NENTS removal for arches which got busted.


# 1.12 06-Dec-2010 jasper

- drop NENTS(), which was yet another copy of nitems().
no binary change


ok deraadt@


Revision tags: OPENBSD_3_8_BASE OPENBSD_3_9_BASE OPENBSD_4_0_BASE OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE
# 1.11 25-Apr-2005 miod

Correctly handle boot drives with SCSI id >= 10; ok mickey@


Revision tags: OPENBSD_3_6_BASE OPENBSD_3_7_BASE SMP_SYNC_A SMP_SYNC_B
# 1.10 07-Apr-2004 mickey

update copyright; miod@ is fine w/ files where he holds it too


Revision tags: OPENBSD_3_4_BASE OPENBSD_3_5_BASE
# 1.9 01-Jun-2003 deraadt

strcpy/strcat/sprintf removal in all bootblocks. various testing by
various people. outside of some messy things in src/gnu, only one
thing in the main tree now violates this rule: bind


Revision tags: UBC_SYNC_A
# 1.8 16-Apr-2003 mickey

clean some spaces and registers and other fluff


# 1.7 15-Apr-2003 mickey

rearrange devsw to place dk in the beginning. necessary glue hookups in cdboot


Revision tags: OPENBSD_3_3_BASE
# 1.6 14-Jan-2003 mickey

preserve the partition when decoding the boot device


Revision tags: OPENBSD_2_6_BASE OPENBSD_2_7_BASE OPENBSD_2_8_BASE OPENBSD_2_9_BASE OPENBSD_3_0_BASE OPENBSD_3_1_BASE OPENBSD_3_2_BASE SMP_BASE UBC_BASE UBC_SYNC_B kame_19991208
# 1.5 20-Apr-1999 mickey

branches: 1.5.4; 1.5.14;
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


Revision tags: OPENBSD_2_5_BASE
# 1.4 13-Feb-1999 mickey

remove local cvs Id


# 1.3 30-Oct-1998 mickey

thinko


Revision tags: OPENBSD_2_4_BASE
# 1.2 29-Sep-1998 mickey

sync; fixes; cleanup
get rid of those obscuring commands
use device finger/mapper, thus rewrite devopen


# 1.1 23-Jun-1998 mickey

branches: 1.1.1;
Initial revision


Revision tags: OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.17 13-Jul-2014 jasper

move putchar() into libsa

"sure" miod@


# 1.16 12-Jul-2014 jasper

move getchar() into libsa where applicable

ok miod@


Revision tags: OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE
# 1.15 25-Feb-2012 miod

:%s,DEBUGBUG,DEBUG,


Revision tags: OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE
# 1.14 06-Dec-2010 jasper

- properly remove NENTS now after fixing the fallout.

ok deraadt@


# 1.13 06-Dec-2010 jasper

- partially revert previous NENTS removal for arches which got busted.


# 1.12 06-Dec-2010 jasper

- drop NENTS(), which was yet another copy of nitems().
no binary change


ok deraadt@


Revision tags: OPENBSD_3_8_BASE OPENBSD_3_9_BASE OPENBSD_4_0_BASE OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE
# 1.11 25-Apr-2005 miod

Correctly handle boot drives with SCSI id >= 10; ok mickey@


Revision tags: OPENBSD_3_6_BASE OPENBSD_3_7_BASE SMP_SYNC_A SMP_SYNC_B
# 1.10 07-Apr-2004 mickey

update copyright; miod@ is fine w/ files where he holds it too


Revision tags: OPENBSD_3_4_BASE OPENBSD_3_5_BASE
# 1.9 01-Jun-2003 deraadt

strcpy/strcat/sprintf removal in all bootblocks. various testing by
various people. outside of some messy things in src/gnu, only one
thing in the main tree now violates this rule: bind


Revision tags: UBC_SYNC_A
# 1.8 16-Apr-2003 mickey

clean some spaces and registers and other fluff


# 1.7 15-Apr-2003 mickey

rearrange devsw to place dk in the beginning. necessary glue hookups in cdboot


Revision tags: OPENBSD_3_3_BASE
# 1.6 14-Jan-2003 mickey

preserve the partition when decoding the boot device


Revision tags: OPENBSD_2_6_BASE OPENBSD_2_7_BASE OPENBSD_2_8_BASE OPENBSD_2_9_BASE OPENBSD_3_0_BASE OPENBSD_3_1_BASE OPENBSD_3_2_BASE SMP_BASE UBC_BASE UBC_SYNC_B kame_19991208
# 1.5 20-Apr-1999 mickey

branches: 1.5.4; 1.5.14;
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


Revision tags: OPENBSD_2_5_BASE
# 1.4 13-Feb-1999 mickey

remove local cvs Id


# 1.3 30-Oct-1998 mickey

thinko


Revision tags: OPENBSD_2_4_BASE
# 1.2 29-Sep-1998 mickey

sync; fixes; cleanup
get rid of those obscuring commands
use device finger/mapper, thus rewrite devopen


# 1.1 23-Jun-1998 mickey

branches: 1.1.1;
Initial revision