Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Nov 2003 12:18:19 -0800 (PST)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/pccard pccard.c pccardvar.h
Message-ID:  <200311022018.hA2KIJsg022423@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         2003/11/02 12:18:19 PST

  FreeBSD src repository

  Modified files:
    sys/dev/pccard       pccard.c pccardvar.h 
  Log:
  MFp4:
  o Fix MFC cards.  We were bogusly setting CCR_IOBASE[01] and CCR_IOLIMIT.
    now when we activate the resource, we adjust these for MFC cards, per the
    spec.
  o Change type of pf_mfc_* to be bus_addr_t, which is more correct than
    long.
  
  This makes my 3C362D/3C363D and 3CXEM556 cards work!  Woo Hoo!
  
  Revision  Changes    Path
  1.87      +97 -45    src/sys/dev/pccard/pccard.c
  1.46      +2 -4      src/sys/dev/pccard/pccardvar.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311022018.hA2KIJsg022423>