Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Apr 2003 21:11:15 -0700 (PDT)
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
Message-ID:  <200304100411.h3A4BFF6003474@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         2003/04/09 21:11:15 PDT

  FreeBSD src repository

  Modified files:
    sys/dev/pccard       pccard.c 
  Log:
  In [bsd-nomads:16650] shibagaki-san presented an example product id of
  0 in a problem that is being discussed.  That means that the test for
  product != 0 may cause problems.  Looking at pccarddevs (which i
  should have done earlier) we see:
  
  product BONDWELL B236           0x0000 Game Card Joystick
  product CONTEC CNETPC           0x0000 Contec C-NET(PC)C
  product IBM MICRODRIVE          0x0000 IBM Microdrive
  product RAYTHEON WLAN           0x0000 WLAN Adapter
  product SOCKET EA_ETHER         0x0000 Socket Communications EA
  product TDK LAK_CD011WL         0x0000 TDK LAK-CD011WL
  
  so use only the vendor field for the end sentinel.
  
  Revision  Changes    Path
  1.79      +1 -1      src/sys/dev/pccard/pccard.c



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