OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Jason Wright (jason_at_cvs.openbsd.org)
Date: Sun Jul 21 2002 - 00:09:18 CDT

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    CVSROOT: /cvs
    Module name: src
    Changes by: jasoncvs.openbsd.org 2002/07/20 23:09:17

    Modified files:
            sys/dev/pci : noct.c noctvar.h

    Log message:
    - Deal with the fact that nsp2k's bridge can't deal with burst read/write
    by detecting conditions that could generate one from a sequential access
    on the parent bridge and generating a harmless nop (scratch registers
    are just plain nice to have)
    - also, commit work in progress for dealing with modexp properly, one
    parameter still left to compute, tho.