Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Jan 1997 10:44:16 +0100 (MET)
From:      Christoph Kukulies <kuku@gilberto.physik.rwth-aachen.de>
To:        dwhite@resnet.uoregon.edu
Cc:        freebsd-current@freebsd.org
Subject:   Re: ATAPI FX120T - problem
Message-ID:  <199701070944.KAA05541@gilberto.physik.rwth-aachen.de>
In-Reply-To: <Pine.BSI.3.94.970106125152.817C-100000@localhost> from Doug White at "Jan 6, 97 12:53:38 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
> On Sun, 5 Jan 1997, Christoph Kukulies wrote:
> 
> > On a 3.0 kernel (see dmesg) I try to mount
> > 
> > mount -t cd9660 /dev/wcd0c /cdrom
> > 
> > and the system hangs. I tried also wcd0a to no avail. It doesn't hang though
> > but there doesn't seem to be any activity with the CDROM LED.
> 
> Your CDROM doesn't appear to be probing properly.  Notice that there is no
> 'wcd0' line in there showing a successful probe. 
> 
> You should address this to current@freebsd.org at it's a problem in
> -CURRENT.
> 
> > I know that ATAPI always has been problematic but if someone has an idea
> > how to make that 12 speed Mitsumi FX120T working I'd be grateful.
> > 
> > (It is wired as slave).
> 
> > wdc0 at 0x1f0-0x1f7 irq 14 on isa
> > wdc0: unit 0 (wd0): <Maxtor 7120 AT>
> > wd0: 124MB (254592 sectors), 936 cyls, 16 heads, 17 S/T, 512 B/S
> > wdc0: unit 1 (atapi): <FX524T$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $/f07 $ $>, removable, intr, dma, iordis
>   ^^^^
> 
> Is this what's reported?

Yes, exactly (output of dmesg redirected into a file and pasted into
this mail)

Here is my CONFIG file: (excerpt):


options ATAPI_STATIC
options ATAPI

config          kernel  root on wd0

controller      isa0
controller pci0
controller ncr0
controller ncr1

controller scbus0 at ncr0
controller scbus1 at ncr1

controller      fdc0    at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
disk            fd0     at fdc0 drive 0
disk            fd1     at fdc0 drive 1

controller      wdc0    at isa? port "IO_WD1" bio irq 14 vector wdintr
disk            wd0     at wdc0 drive 0

device wcd0     


> 
> Doug White                              | University of Oregon  
> Internet:  dwhite@resnet.uoregon.edu    | Residence Networking Assistant
> http://gladstone.uoregon.edu/~dwhite    | Computer Science Major
> 
> 

--Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de



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