Bug 42160

Summary: A bug of pccard.conf.
Product: Base System Reporter: wONO Suzu <suzu>
Component: confAssignee: Warner Losh <imp>
Status: Closed FIXED    
Severity: Affects Only Me CC: suzu
Priority: Normal    
Version: 4.6.2-RELEASE   
Hardware: Any   
OS: Any   

Description wONO Suzu 2002-08-29 15:00:12 UTC
Some Compact Flash ATA made by TDK may have unprintable 
character such as 0xff in its manufacturer's column.
It confuses pccardd and mis-distinguish the CF card.
In 4.6.2-Release, pccardd reports "failure to assign driver",
but in 4.4-Release, the card causes system freeze.

Fix: 

Write to /etc/pccard.conf such:

# TDK Flash ATA
card "/TDK TC_H./" "/.*/"
	config 0x1 "ata" ?
How-To-Repeat: Insert a TDK Flash ATA to a FreeBSD box.
Comment 1 Jens Schweikhardt freebsd_committer freebsd_triage 2002-08-30 22:20:32 UTC
Responsible Changed
From-To: freebsd-bugs->imp

Warner is Mr. pccard.conf.
Comment 2 Warner Losh freebsd_committer freebsd_triage 2002-09-29 20:06:26 UTC
State Changed
From-To: open->closed

I'm pretty sure that moving to the generic 0x1 will fix this.