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

Warner Losh imp at FreeBSD.org
Wed Apr 9 21:11:16 PDT 2003


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


More information about the cvs-all mailing list