Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Apr 2000 20:19:23 +0900
From:      "Daniel C. Sobral" <dcs@newsguy.com>
To:        Eric RENAULT <Eric.Renault@prism.uvsq.fr>
Cc:        freebsd-scsi@FreeBSD.ORG, Pierre DAVID <pda@prism.uvsq.fr>
Subject:   Re: Problem with AIC6360 driver.
Message-ID:  <38FD963B.4AA7DCEB@newsguy.com>
References:  <20000419125257.A16888@gibet.prism.uvsq.fr>

next in thread | previous in thread | raw e-mail | index | archive | help
Easily fixed. You have a /boot/kernel.conf file which is disabling aic.
Remove it or disable it on /boot/loader.conf, or boot in kernel
configuration mode and adjust it.

Eric RENAULT wrote:
> 
> Hello,
> Up to last week, I was using FreeBSD 3.2 on my machine. Unfortunately, no
> driver for the AIC 6360 component was available with this version. When
> FreeBSD 4.0 became available, I saw that the AIC 6360 driver was CAMified.
> Thus I upgraded to FreeBSD 4.0 last week. By the way, it still does not
> work !
> I do not know exactely the important information I should give to help
> people to help me ... Thus, fell free to ask anything else !
> Thanks for anyhelp,
> Eric
> 
> * Machine :
>   -------
>         There are 2 SCSI cards :
>                 - 1 Adaptec 2940UW for the Hard Drive and the CD-ROM drive ;
>                 - 1 Adpatec AVA-1505 for the ZIP drive.
>         No problem with the 2940UW !
> 
> * Kernel configuration file :
>   -------------------------
>         In particularly, it contains :
> 
> options     SCSI_DELAY=2000     #Delay (in ms) before probing SCSI
> 
> device      isa
> device      pci
> 
> # SCSI Controllers
> device      ahc         # AHA2940 and onboard AIC7xxx devices
> device      aic0    at isa? port 0x340 irq 11
> 
> # SCSI peripherals
> 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)
> 
>         The port and IRQ information are the same as those taken by W95 (there
> are the default ones).
> 
> * The boot log (partial) :
>   ----------------------
> Copyright (c) 1992-2000 The FreeBSD Project.
> Copyright (c) 1982, 1986, 1989, 1991, 1993
>         The Regents of the University of California. All rights reserved.
> FreeBSD 4.0-RELEASE #7: Sat Apr 15 12:06:12 CEST 2000
>     root@saules.wanadoo.fr:/usr/src/sys/compile/SAULES
> Timecounter "i8254"  frequency 1193182 Hz
> Timecounter "TSC"  frequency 133637005 Hz
> CPU: Pentium/P54C (133.64-MHz 586-class CPU)
>   Origin = "GenuineIntel"  Id = 0x52c  Stepping = 12
>   Features=0x1bf<FPU,VME,DE,PSE,TSC,MSR,MCE,CX8>
> real memory  = 67108864 (65536K bytes)
> ...
> config> di aic0
> config> di aha0
> No such device: aha0
> Invalid command or syntax.  Type `?' for help.
> ...
> config> q
> ...
> ahc0: <Adaptec 2940 Ultra SCSI adapter> port 0xd800-0xd8ff mem 0xdf800000-0xdf80
> 0fff irq 10 at device 12.0 on pci0
> ahc0: aic7880 Wide Channel A, SCSI Id=7, 16/255 SCBs
> ...
> Waiting 2 seconds for SCSI devices to settle
> Mounting root from ufs:/dev/da0s1a
> cd0 at ahc0 bus 0 target 2 lun 0
> cd0: <PIONEER CD-ROM DR-U12X 1.06> Removable CD-ROM SCSI-2 device
> cd0: 10.000MB/s transfers (10.000MHz, offset 15)
> cd0: Attempt to query device size failed: NOT READY, Medium not present
> da0 at ahc0 bus 0 target 6 lun 0
> da0: <IBM DCAS-34330 S65A> Fixed Direct Access SCSI-2 device
> da0: 10.000MB/s transfers (10.000MHz, offset 15)
> da0: 4134MB (8467200 512 byte sectors: 255H 63S/T 527C)
> 
> i.e. nothing about AIC except in the config part.
> 
> * The peripherals recognized by CAM :
>   ---------------------------------
> # camcontrol devlist -v
> scbus0 on ahc0 bus 0:
> <PIONEER CD-ROM DR-U12X 1.06>      at scbus0 target 2 lun 0 (pass0,cd0)
> <IBM DCAS-34330 S65A>              at scbus0 target 6 lun 0 (pass1,da0)
> <  >                               at scbus0 target -1 lun -1 ()
> scbus-1 on xpt0 bus 0:
> <  >                               at scbus-1 target -1 lun -1 (xpt0)
> --
> Laboratoire PRiSM (Parallelisme Reseaux informatiques Systemes Modelisation)
> Universite de Versailles - Saint-Quentin-en-Yvelines
> 45, avenue des Etats-Unis
> F-78035 Versailles cedex
> 
> Phone : +33 1 39 25 44 26
> Fax   : +33 1 39 25 40 57
> Email : Eric.Renault@prism.uvsq.fr
> Wpage : http://www.prism.uvsq.fr/public/ere/
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-scsi" in the body of the message

-- 
Daniel C. Sobral			(8-DCS)
dcs@newsguy.com
dcs@freebsd.org
dcs@there.is.no.such.thing.as.a.bsdconspiracy.net

	GPL certainly doesn't meet Janis Joplin's definition of freedom:
"Freedom is just another word for nothing left to lose."


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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?38FD963B.4AA7DCEB>