Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Jul 2005 14:57:36 +0000 (UTC)
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/xe if_xe.c if_xe_pccard.c
Message-ID:  <200507131457.j6DEvaou071022@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         2005-07-13 14:57:36 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/xe           if_xe.c if_xe_pccard.c 
  Log:
  Stop using OLDCARD shims.  rename xe_pccard_match to xe_pccard_probe
  and combine the old xe_pccard_{probe,attach} into one routine _attach.
  Create a lookup function to lookup items in the table.  Eliminate the
  check for network cards, since many modems were eliminated by it.
  Tweak a few printfs as well.
  
  This gets many of my older cards working again CEM2, CEM28, CEM36,
  etc.
  
  Revision  Changes    Path
  1.56      +4 -9      src/sys/dev/xe/if_xe.c
  1.27      +57 -91    src/sys/dev/xe/if_xe_pccard.c



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