Date: Thu, 18 May 2000 13:54:09 -0400 From: Peter Radcliffe <pir@pir.net> To: freebsd-mobile@freebsd.org Cc: wietse@porcupine.org, freebsd-scsi@freebsd.org Subject: Re: Need FreeBSD 4.0 removable SCSI support Message-ID: <20000518135409.B10677@pir.net> In-Reply-To: <20000518131010.D8913@pir.net>; from pir@pir.net on Thu, May 18, 2000 at 01:10:10PM -0400 References: <20000518170300.A6979@lpthe.jussieu.fr> <20000518153323.C01FC4563D@spike.porcupine.org> <20000518131010.D8913@pir.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Peter Radcliffe <pir@pir.net> probably said:
> You do know that the latest 3.4-PAO supports the adaptec slimscsi ? I
> was using that for some time before I went up to 4.0-S.
I also just dug out my slimscsi 1460B and tried it on my 4.0-S Sony
5050TR. Seems to work perfectly. I cvsuped last on May 13th, which is
before the time you're having trouble with.
Looks like a local problem.
Sorry I can't offer more advice as to exactly _what_ ...
P.
--- kernel ----
device aic
device scbus # SCSI bus (required)
device da # Direct Access (disks)
device sa # Sequential Access (tape etc)
device cd # CD
device pass # Passthrough device (direct SCSI access)
device pcic0 at isa?
---------------
--- pccard.conf ---
# Adaptec SlimSCSI (also included with Sony CD-ROM players)
card "Adaptec, Inc." "APA-1460 SCSI Host Adapter"
config 0x9 "aic0" ?
insert logger -t pccard:$device -s Adaptec Slim SCSI inserted
remove logger -t pccard:$device -s Adaptec Slim SCSI removed
-------------------
--- rc.conf ---
pccard_enable="YES"
pccardd_flags="-z"
pccard_conf="/etc/pccard.conf"
pccard_mem="0xd8000"
---------------
------------------------------------------------------------------------
pccard: card inserted, slot 0
May 18 13:18:11 disapp pccardd[121]: Card "Adaptec, Inc."("APA-1460 SCSI
Host Adapter") matched "Adaptec, Inc." ("APA-1460 SCSI Host Adapter")
aic0: <Adaptec 6260/6360 SCSI controller> at port 0x340-0x35f irq 7 slot
0 on pccard0
aic0: aic6360, dma, disconnection, parity check
pir@disapp# camcontrol rescan 0
Re-scan of bus 0 was successful
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)
/dev/da0s1e 998367 700337 218161 76% /mnt
(da0:aic0:0:3:0): lost device
(da0:aic0:0:3:0): removing device entry
pccard: card removed, slot 0
------------------------------------------------------------------------
--
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?20000518135409.B10677>
