Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 May 2002 23:29:57 +0900 (JST)
From:      MITA Yoshio <mita@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   conf/38456: pccard.conf is not valid for IO DATA CDP-AX24T
Message-ID:  <200205231429.g4NETvk00481@micro.if.t.u-tokyo.ac.jp>

next in thread | raw e-mail | index | archive | help

>Number:         38456
>Category:       conf
>Synopsis:       pccard.conf is not valid for IO DATA CDP-AX24T
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 23 07:40:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     MITA Yoshio
>Release:        FreeBSD 4.5-RELEASE i386
>Organization:
VLSI Design and Education Center, the Univ. of TOKYO
>Environment:
System: FreeBSD micro.if.t.u-tokyo.ac.jp 4.5-RELEASE FreeBSD 4.5-RELEASE #4: Mon May 20 22:25:45 JST 2002 work02@micro.if.t.u-tokyo.ac.jp:/usr/src/sys/compile/MICRO2 i386

>Description:
Installation floppy for FreeBSD 4.5-RELEASE didn't work for I/O Data CDP-AX24T.
This is because PCCARD (CBIDE2) name contains whitespace.

>How-To-Repeat:
>Fix:
Very simple:

--- pccard.conf.old	Thu May 23 23:19:33 2002
+++ pccard.conf	Thu May 23 23:20:03 2002
@@ -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.)

>Release-Note:
>Audit-Trail:
>Unformatted:

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?200205231429.g4NETvk00481>