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: David Gwynne (dlgcvs.openbsd.org)
Date: Thu Dec 01 2005 - 16:10:07 CST


CVSROOT: /cvs
Module name: src
Changes by: dlgcvs.openbsd.org 2005/12/01 15:10:06

Modified files:
        sys/dev/pci : mpt_pci.c

Log message:
i hate mpt_softc_t, so replace use of it with struct mpt_softc. add some
macros to deal with pci_conf reads and writes, which makes the code smaller
and easier (for me) to read. make attach a bit less convoluted.

ok marco