From nobody@FreeBSD.org  Wed Sep 12 10:13:23 2001
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id DF5D937B40D
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 12 Sep 2001 10:13:22 -0700 (PDT)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.4/8.11.4) id f8CHDMb60972;
	Wed, 12 Sep 2001 10:13:22 -0700 (PDT)
	(envelope-from nobody)
Message-Id: <200109121713.f8CHDMb60972@freefall.freebsd.org>
Date: Wed, 12 Sep 2001 10:13:22 -0700 (PDT)
From: Dane Foster <dene@slush.ca>
To: freebsd-gnats-submit@FreeBSD.org
Subject: inserting a Sony Ninja-ATA pcmcia style cdrom drive freezes machine
X-Send-Pr-Version: www-1.0

>Number:         30526
>Category:       misc
>Synopsis:       inserting a Sony Ninja-ATA pcmcia style cdrom drive freezes machine
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 12 10:20:00 PDT 2001
>Closed-Date:    Mon May 05 03:06:04 PDT 2003
>Last-Modified:  Mon May 05 03:06:04 PDT 2003
>Originator:     Dane Foster
>Release:        4.4-RC
>Organization:
none
>Environment:
FreeBSD crackwhore.slush.ca 4.4-RC FreeBSD 4.4-RC #0: Tue Sep 11 16:25:34 MDT 2001     root@crackwhore.slush.ca:/.amd_mnt/mort/usr/src/sys/compile/booger  i386

>Description:
inserting the pcmcia cdrom (Sony Vaio Ninja-ATA) at any time cause the machine to freeze, no panic message. pccardd see the insert, and upon loading the driver, freezes.
debug mode prints out this message before the machine freezes:

ata4 at port 0x180-0x187,0x386 iomem 0xd5000-0xd5fff irq 9 slot 0 on pccard 0


>How-To-Repeat:
insert the pccard for the cdrom.
>Fix:
none
>Release-Note:
>Audit-Trail:

From: Christopher Shumway <cshumway@titan-project.org>
To: Dane Foster <dene@slush.ca>
Cc: <freebsd-gnats-submit@FreeBSD.ORG>
Subject: Re: misc/30526: inserting a Sony Ninja-ATA pcmcia style cdrom drive
 freezes machine
Date: Wed, 12 Sep 2001 12:17:08 -0700 (PDT)

 On Wed, 12 Sep 2001, Dane Foster wrote:
 
 >
 > >Number:         30526
 > >Category:       misc
 > >Synopsis:       inserting a Sony Ninja-ATA pcmcia style cdrom drive freezes machine
 > >Confidential:   no
 > >Severity:       non-critical
 > >Priority:       low
 > >Responsible:    freebsd-bugs
 > >State:          open
 > >Quarter:
 > >Keywords:
 > >Date-Required:
 > >Class:          sw-bug
 > >Submitter-Id:   current-users
 > >Arrival-Date:   Wed Sep 12 10:20:00 PDT 2001
 > >Closed-Date:
 > >Last-Modified:
 > >Originator:     Dane Foster
 > >Release:        4.4-RC
 > >Organization:
 > none
 > >Environment:
 > FreeBSD crackwhore.slush.ca 4.4-RC FreeBSD 4.4-RC #0: Tue Sep 11 16:25:34 MDT 2001     root@crackwhore.slush.ca:/.amd_mnt/mort/usr/src/sys/compile/booger  i386
 >
 > >Description:
 > inserting the pcmcia cdrom (Sony Vaio Ninja-ATA) at any time cause the machine to freeze, no panic message. pccardd see the insert, and upon loading the driver, freezes.
 > debug mode prints out this message before the machine freezes:
 >
 > ata4 at port 0x180-0x187,0x386 iomem 0xd5000-0xd5fff irq 9 slot 0 on pccard 0
 >
 >
 > >How-To-Repeat:
 > insert the pccard for the cdrom.
 > >Fix:
 > none
 > >Release-Note:
 > >Audit-Trail:
 > >Unformatted:
 
 If its anything like my Sony Viao Z505SX, then you need to switch the PCIC to
 ISA routing otherwize the machine will 'hang' as you described on the
 insertion of any PCMCIA cards.  To switch the PCIC into ISA IRQ routing, put
 the following into your /boot/loader.conf:
 
 hw.pcic.intr_path=1
 hw.pcic.irq=0
 
 When you do this, you need to tell pccardd(1) to assign an IRQ to the PCMCIA
 device that is free on your laptop.  ISA IRQ's cannot be shared with other
 devices. For example, on my laptop, IRQ 5 is free, so I have a line in
 /etc/pccard.conf that gives the IRQ as such:
 
 irq 5
 
 ---
 Christopher Shumway				cshumway@titan-project.org
 						cshumway@freebsd.org
 
State-Changed-From-To: open->feedback 
State-Changed-By: iedowse 
State-Changed-When: Wed Nov 13 17:50:03 PST 2002 
State-Changed-Why:  

Does this CD-ROM drive still not work for you with more recent 
releases? 

http://www.freebsd.org/cgi/query-pr.cgi?pr=30526 
State-Changed-From-To: feedback->closed 
State-Changed-By: sos 
State-Changed-When: Mon May 5 03:05:34 PDT 2003 
State-Changed-Why:  
feedback timeout. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=30526 
>Unformatted:
