[BACK]Return to version.c CVS log [TXT][DIR] Up to [local] / sys / arch / hp300 / stand / common

Annotation of sys/arch/hp300/stand/common/version.c, Revision 1.1

1.1     ! nbrk        1: /*     $OpenBSD: version.c,v 1.8 2006/08/17 06:31:10 miod Exp $        */
        !             2:
        !             3: /*
        !             4:  * Record major changes in the boot code here, and increment the version
        !             5:  * number.
        !             6:  */
        !             7:
        !             8: /*
        !             9:  * 2.0                 INITIAL REVISION
        !            10:  *
        !            11:  * 2.1                 APCI support, config changes from NetBSD.
        !            12:  *
        !            13:  * 2.2                 Grand reorganization.
        !            14:  *
        !            15:  * 2.3                 Added CD9660 boot support.
        !            16:  *
        !            17:  * 2.4                 Added/fixed 425e support.
        !            18:  *
        !            19:  * 2.5                 Added SYS_CDBOOT.
        !            20:  *
        !            21:  * 2.6                 Fixed RTC reading for 2001.
        !            22:  *
        !            23:  * 2.7                 Minor syncs with the kernel (recognize more models
        !            24:  *                     and use the same logic to pick the console on 425e).
        !            25:  *
        !            26:  * 2.8                 TurboVRX frame buffer support.
        !            27:  *
        !            28:  * 2.9                 SGC frame buffers supports, bug fixes and code cleanup
        !            29:  */
        !            30:
        !            31: const char version[] = "2.9";

CVSweb