Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Feb 2000 17:53:27 -0500
From:      Peter Radcliffe <pir@pir.net>
To:        freebsd-mobile@FreeBSD.ORG
Subject:   Adaptec 1460B, PAO3 and cdrom drive problems.
Message-ID:  <20000207175326.G9141@pir.net>
In-Reply-To: <200002052251.OAA12829@ptavv.es.net>; from oberman@es.net on Sat, Feb 05, 2000 at 02:51:45PM -0800
References:  <20000204224930.B44997@cc942873-a.ewndsr1.nj.home.com> <200002052251.OAA12829@ptavv.es.net>

next in thread | previous in thread | raw e-mail | index | archive | help
With the re-introduction of the aic driver to PAO I went out and bought an
Adpatec 1460B. The laptop is a Sony 505TR running FreeBSD 3.4-PAO.

After a quick kernel recompile to add all the appropriate scsi options
it appeared to work fine with an external disk. I then tried with a
scsi cdrom drive and although it was detected and I get the cd0:
comments I don't appear to be able to use it ...

I tried 3 different cdrom drives and 3 different CDs :/ The external
IDE cdrom drive I have works fine, so I'm assuming it's not a generic
cd problem and the scsi cdrom drive works fine with windows 98 :/

Anyone else had this working ?

P.

options         SCSI_DELAY=8000 #Be pessimistic about Joe SCSI device
controller      aic0    at isa? port ? cam irq ? disable
controller      scbus0
device          da0     #SCSI direct access devices (aka disks)
device          sa0     #SCSI tapes
device          pass0   #CAM passthrough driver
device          cd0     #Only need one of these, the code dynamically grows
device pt0 at scbus?    # SCSI processor type


Card inserted, slot 0
Feb  6 00:00:13 disapp pccardd[81]: Card "Adaptec, Inc."("APA-1460 SCSI
 Host Adapter") [Version 0.01] [(null)] matched "Adaptec, Inc\."
 ("APA-1460.*") [(null)] [(null)] 
card0: assign aic0 iobase 0x340 irq 7
aic0: aic6360, dma, disconnection, parity check
da0 at aic0 bus 0 target 3 lun 0
da0: <SEAGATE ST31200N 8648> Fixed Direct Access SCSI-2 device 
da0: 5.000MB/s transfers (5.000MHz, offset 8), Tagged Queueing Enabled
da0: 1006MB (2061108 512 byte sectors: 64H 32S/T 1006C)

pir@disapp# mount /dev/da0s1e /mnt
pir@disapp# df /mnt
Filesystem   1K-blocks     Used    Avail Capacity  Mounted on
/dev/da0s1e     998367   700337   218161    76%    /mnt
pir@disapp# ls -aFl /mnt
total 700338
drwxr-xr-x   2 root  wheel        512 Feb  5 18:09 ./
drwxr-xr-x  22 root  wheel        512 Feb  6 00:00 ../
-rw-------   1 root  wheel   39413760 Feb  5 17:48 disapp..dump
-rw-------   1 root  wheel  645324800 Feb  5 18:09 disapp.usr.dump
-rw-------   1 root  wheel   32010240 Feb  5 18:09 disapp.var.dump
pir@disapp# umount /mnt

<eject card>
<move to scsi cdrom drive>
<insert card>
[...]
cd0 at aic0 bus 0 target 6 lun 0
cd0: <TOSHIBA XM5701TASUN12XCD 0997> Removable CD-ROM SCSI-2 device 
cd0: 5.000MB/s transfers (5.000MHz, offset 8)
cd0: cd present [1318424 x 512 byte records]

pir@disapp# mount_cd9660 /dev/cd0a /mnt
mount_cd9660: Device not configured
pir@disapp# cdcontrol -f /dev/cd0a eject
cdcontrol: no disc in drive /dev/cd0a
pir@disapp# mount_cd9660 /dev/cd0c /mnt
mount_cd9660: Device not configured
pir@disapp# cdcontrol -f /dev/cd0c eject
cdcontrol: no disc in drive /dev/cd0a

-- 
pir                  pir@pir.net                    pir@net.tufts.edu



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




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