SCSI Error Msgs (Linux, 2.0.33, Adaptec 2940UW)

Tom Browder tbrowde at asi-fwb.com
Wed Mar 25 05:28:00 PST 1998


I have a DEC Alpha with Adaptec 2940 UW SCSI
host adapter, two SCSI hard drives, and a SCSI
tape (HP DAT).  The Adaptec hosts etttings are the default
ones. While making a tape backup (using tar)
I get the following messages:

Mar 23 11:06:24 mimi kernel: EXT2-fs error (device 08:02): ext2_find_entry: bad entry in directory #221368: directory entry across blocks - offset=0, inode=3302255, rec_len=25456, name_len=50
Mar 23 11:06:24 mimi kernel: (scsi0:0:0:0) No active SCB for reconnecting target - Issuing BUS DEVICE RESET.
Mar 23 11:06:24 mimi kernel:       SAVED_TCL=0x0, ARG_1=0x2, SEQADDR=0x114
Mar 23 11:06:44 mimi kernel: scsi : aborting command due to timeout : pid 217687, scsi0, channel 0, id 0, lun 0 Read (6) 04 25 09 02 00 
Mar 23 11:06:44 mimi kernel: (scsi0:0:0:0) Abort called for already completed command.

The system basically hung and wouldn't respond to a login, so
I did a hard reboot without a graceful shutdown:

Reboot:
...
Mar 23 11:29:23 mimi syslogd 1.3-3: restart.
...
Mar 23 11:29:24 mimi kernel: Cannot find map file.
Mar 23 11:29:24 mimi kernel: No module symbols loaded.
Mar 23 11:29:24 mimi kernel: Command line: bootdevice= bootfile=
...
Mar 23 11:29:24 mimi kernel: Ramdisk driver initialized : 16 ramdisks of 4096K size
Mar 23 11:29:24 mimi kernel: hda: FX810T4, ATAPI CDROM drive
Mar 23 11:29:24 mimi kernel: ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Mar 23 11:29:24 mimi kernel: Floppy drive(s): fd0 is 2.88M
Mar 23 11:29:24 mimi kernel: FDC 0 is a post-1991 82077
Mar 23 11:29:24 mimi kernel: aic7xxx: <Adaptec AHA-294X Ultra SCSI host adapter> at PCI 9
Mar 23 11:29:24 mimi kernel: aic7xxx: Warning - detected auto-termination.  Please verify driver
Mar 23 11:29:24 mimi kernel:          detected settings and use manual termination if necessary.
Mar 23 11:29:24 mimi kernel: aic7xxx: BIOS enabled, IO Port 0x8800, IO Mem 0x9000000, IRQ 19, Revision B
Mar 23 11:29:24 mimi kernel: aic7xxx: Wide Channel, SCSI ID 7, 16/16 SCBs, QFull 16, QMask 0x1f
Mar 23 11:29:24 mimi kernel: scsi0 : Adaptec AHA274x/284x/294x (EISA/VLB/PCI-Fast SCSI) 4.1.1/3.2.1
Mar 23 11:29:24 mimi kernel: scsi : 1 host.
Mar 23 11:29:24 mimi kernel: scsi0: Scanning channel A for devices.
Mar 23 11:29:24 mimi kernel:   Vendor: IBM       Model: DCAS-34330W       Rev: S65A
Mar 23 11:29:24 mimi kernel:   Type:   Direct-Access                      ANSI SCSI revision: 02
Mar 23 11:29:24 mimi kernel: Detected scsi disk sda at scsi0, channel 0, id 0, lun 0
Mar 23 11:29:24 mimi kernel:   Vendor: SEAGATE   Model: ST19171W          Rev: 0023
Mar 23 11:29:24 mimi kernel:   Type:   Direct-Access                      ANSI SCSI revision: 02
Mar 23 11:29:24 mimi kernel: Detected scsi disk sdb at scsi0, channel 0, id 1, lun 0
Mar 23 11:29:24 mimi kernel: scsi : detected 2 SCSI disks total.

The SCSI portion of my kernel configuration follows:

#
# SCSI support
#
CONFIG_SCSI=y

#
# SCSI support type (disk, tape, CD-ROM)
#
CONFIG_BLK_DEV_SD=y
CONFIG_CHR_DEV_ST=y
# CONFIG_BLK_DEV_SR is not set
# CONFIG_CHR_DEV_SG is not set

#
# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
#
# CONFIG_SCSI_MULTI_LUN is not set
CONFIG_SCSI_CONSTANTS=y

#
# SCSI low-level drivers
#
# CONFIG_SCSI_7000FASST is not set
# CONFIG_SCSI_AHA152X is not set
# CONFIG_SCSI_AHA1542 is not set
# CONFIG_SCSI_AHA1740 is not set
CONFIG_SCSI_AIC7XXX=y
# CONFIG_AIC7XXX_TAGGED_QUEUEING is not set
# CONFIG_OVERRIDE_CMDS is not set
# CONFIG_AIC7XXX_PAGE_ENABLE is not set
# CONFIG_AIC7XXX_PROC_STATS is not set
CONFIG_AIC7XXX_RESET_DELAY=15
# CONFIG_SCSI_ADVANSYS is not set
# CONFIG_SCSI_IN2000 is not set
# CONFIG_SCSI_AM53C974 is not set
# CONFIG_SCSI_BUSLOGIC is not set
# CONFIG_SCSI_DTC3280 is not set
# CONFIG_SCSI_EATA_DMA is not set
# CONFIG_SCSI_EATA_PIO is not set
# CONFIG_SCSI_EATA is not set
# CONFIG_SCSI_FUTURE_DOMAIN is not set
# CONFIG_SCSI_GENERIC_NCR5380 is not set
# CONFIG_SCSI_NCR53C406A is not set
# CONFIG_SCSI_NCR53C7xx is not set
# CONFIG_SCSI_NCR53C8XX is not set
# CONFIG_SCSI_PPA is not set
# CONFIG_SCSI_PAS16 is not set
# CONFIG_SCSI_QLOGIC_FAS is not set
CONFIG_SCSI_QLOGIC_ISP=y
# CONFIG_SCSI_SEAGATE is not set
# CONFIG_SCSI_DC390T is not set
# CONFIG_SCSI_T128 is not set
# CONFIG_SCSI_U14_34F is not set
# CONFIG_SCSI_ULTRASTOR is not set
# CONFIG_SCSI_GDTH is not set

Can anyone suggest a configuration change or
other correction to fix the problem (there are
new SCSI selections for the Adaptec 2940 which
are not documented in the INSTALL help)?

Thanks.

Tom Browder
ASI Systems International
A Division of SRS Technologies, Inc.



To Unsubscribe: send mail to majordomo at FreeBSD.org
with "unsubscribe aic7xxx" in the body of the message



More information about the aic7xxx mailing list