OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Miod Vallat (miodcvs.openbsd.org)
Date: Wed Apr 21 2010 - 14:33:48 CDT


CVSROOT: /cvs
Module name: src
Changes by: miodcvs.openbsd.org 2010/04/21 13:33:48

Modified files:
        sys/arch/aviion/aviion: av400_machdep.c av530_machdep.c
                                cio_clock.c machdep.c
        sys/arch/aviion/conf: GENERIC files.aviion
        sys/arch/aviion/dev: mainbus.c nvram.c oosiop_syscon.c syscon.c
                             sysconvar.h vme.c vmevar.h
        sys/arch/aviion/include: _types.h av400.h av530.h avcommon.h
                                 board.h
Added files:
        sys/arch/aviion/aviion: rtc_clock.c

Log message:
More reworking of interrupt handling and VME support, and rename various
board-specific defines to prevent any risk of collision. This also adds
clock support for AV530 family, and timecounter support (cio code sync'ed
with mvme88k). And various bugs fixed in the process.

This is enough to get models 4600 and 530 to run multiuser with a Hawk
Ethernet VME card (the onboard Ethernet is not supported yet, coming soon).
There is no way to share a disk with DG/UX yet, the kernel (and fdisk(8))
needs to become aware of its ways.