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: Sat Sep 04 2010 - 08:13:18 CDT


CVSROOT: /cvs
Module name: src
Changes by: miodcvs.openbsd.org 2010/09/04 07:13:17

Modified files:
        sys/dev/pcmcia : pcmcia_cis.c

Log message:
Use pcmcia_cis_read_1() to read cis data to be checksummed, instead of
trying to roll our inline version of it and fail. Fixes `checksum error'
warnings on all the cards with checksum tuples I could find (admittedly not
many), and probably fixes all of them since this code has never been correct
in the first place.