cvs commit: src/sys/dev/pccard pccard.c pccardvar.h

Warner Losh imp at FreeBSD.org
Sun Nov 2 12:18:20 PST 2003


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


More information about the cvs-src mailing list