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: Tue Jul 23 2002 - 12:50:33 CDT

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

    CVSROOT: /cvs
    Module name: src
    Changes by: jasoncvs.openbsd.org 2002/07/23 11:50:33

    Modified files:
            sys/dev/pci : hifn7751.c hifn7751var.h

    Log message:
    Turn READ/WRITE into function calls (driver was getting too bloated with
    inline macro's; if hifn wanted to make it possible to write a very efficient
    driver they would have fixed the bugs in the chips). Also, invalidate the
    burst write checks when a read is executed.