cvs commit: src/sys/dev/pccard pccarddevs src/sys/dev/wi if_wi_pccard.c src/sys/dev/owi if_owi_pccard.c

Warner Losh imp at FreeBSD.org
Tue Feb 1 10:28:10 PST 2005


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


More information about the cvs-all mailing list