Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Jan 2002 06:50:04 -0800 (PST)
From:      Yoshihiko Sarumaru <mistral@imasy.or.jp>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: conf/33815: Some pccard.conf entries does not work after pccardd's  CIS string comparison fix.
Message-ID:  <200201191450.g0JEo4232413@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR conf/33815; it has been noted by GNATS.

From: Yoshihiko Sarumaru <mistral@imasy.or.jp>
To: freebsd-gnats-submit@FreeBSD.org, jju@ds.cs.toyo.ac.jp
Cc: iwasaki@FreeBSD.org
Subject: Re: conf/33815: Some pccard.conf entries does not work after pccardd's 
	CIS string comparison fix.
Date: Sat, 19 Jan 2002 23:47:57 +0900

 # I cc'ed this to iwasaki-san, because I he commited last change to cardd.c,
 # and I think he may responsible for this issue.
 
 There is more cards effected by this change to cardd.c.
 
 I collected CIS tuple from http://www.linkclub.or.jp/~clover/cis/, and
 pick up cards that trailing spaces in their Manuf or "card vers*".*
 
 Then I found more two may be sacrificed cards (I don't have those cards!).
 
 I don't believe that these 4 cards are the only victime cards. Should we
 ignore
 the trailing spaces?
 
 --- /usr/src/etc/defaults/pccard.conf Fri Dec 28 17:46:35 2001
 +++ pccard.conf Sat Jan 19 23:15:54 2002
 @@ -111,7 +111,7 @@
 logstr "MCD-601p"
 
 # Lexar Media compact flash
 -card "CL ATA FLASH CARD LEXAR " "TIDALWV"
 +card "CL ATA FLASH CARD LEXAR " "TIDALWV"
 # auto does not work
 config 0x1 "ata" ?
 
 @@ -183,7 +183,7 @@
 
 # IO DATA CBIDE2 in 16 bit mode
 # (bundled with IO DATA CDP-AX24T, Panasonic DVD-ROM LK-RV8171D)
 -card "IO DATA" "CBIDE2"
 +card "IO DATA" "CBIDE2 "
 config default "ata" ?
 
 # IO Data PCIDE-II (bundled with CDP-TX6, etc.)
 @@ -199,7 +199,7 @@
 config default "ata" ?
 
 # TOSHIBA Portable 24X Speed CD-ROM Drive PA2673UJ
 -card "LOOKMEET" "CBIDE2"
 +card "LOOKMEET" "CBIDE2 "
 config default "ata" ?
 
 # Maxtor ATA HDD
 @@ -1232,7 +1232,7 @@
 config auto "nsp" ?
 
 # Hewlett Packard M820e (CD-writer)
 -card "KME" "SCSI-CARD-001"
 +card "KME " "SCSI-CARD-001"
 config auto "nsp" ?
 
 # WORKBIT Ninja SCSI series
 
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




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