Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Feb 2005 18:28:09 +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/pccard pccarddevs src/sys/dev/wi if_wi_pccard.c src/sys/dev/owi if_owi_pccard.c
Message-ID:  <200502011828.j11IS9UB069411@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         2005-02-01 18:28:09 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/pccard       pccarddevs 
    sys/dev/wi           if_wi_pccard.c 
    sys/dev/owi          if_owi_pccard.c 
  Log:
  The two PLANEX cards listed in pccarddevs, identified only by their
  CIS, weren't actually used anywhere (other than the generic PC Card
  code when certain variables are defined).  They aren't used in NetBSD
  either.  Make things simpler by removing them.  Change PLANEX_2 to
  PLANEX and tweak wi and owi to use that instead.  The PLANEX id seems
  to actually be pci ID assigned to planex, not its pcmcia id.  Ooops.
  I don't know if this is a reporting error from where this entry came
  from, or if it is a mistake on PLANEX's part.  I suspect the latter,
  as ACTIONTEC and NEWMEDIA made the same mistake (although new media
  may be because it uses an advansys chip inside).  Make a note of this
  in the file.  The 0xc entires may be JEITA assigned, so note that as
  well.
  
  # This leaves just 3 entries that are totally unknown: airvast, archos
  # and edimax although the arivast number is the same assigned to
  # avertec in usb...
  
  Revision  Changes    Path
  1.4       +1 -1      src/sys/dev/owi/if_owi_pccard.c
  1.101     +11 -12    src/sys/dev/pccard/pccarddevs
  1.52      +1 -1      src/sys/dev/wi/if_wi_pccard.c



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