Subject: 1542B Cmd Fail?
To: Netbsd hackers <hackers@sun-lamp.cs.berkeley.edu>
From: Joao Paulo G. Nacao <nacao@rivendel.lin.ufrj.br>
List: netbsd-users
Date: 02/28/1994 18:26:57
HI!
I sup the netbsd current today(02/28/94) and compile a new kernel.
When it boots I got:
aha0 at 0x330-0x337 irq 11 drq 5 on isa
aha0: bus speed 200ns
aha0 targ 0 lun 0: type 0(direct) fixed <MICROP 1624-07MZ1077801HZ2P>
SCSI1
cmd fail
abort failed in wait
could not mode sense (3) for unit 0
cmd fail
abort failed in wait
cmd fail
abort failed in wait
...
I ran w/ this config till today.
#
# RIVENDEL -- everything that's currently needed by me
#
# $Id: RIVENDEL, based on ALL,v 1.35 1994/01/09 19:27:36 nacao Exp $
#
# architecture type and name of kernel; REQUIRED
machine "i386"
ident RIVENDEL
# different CPU types; you must have at least the correct one; REQUIRED
cpu "I386_CPU"
cpu "I486_CPU"
# floating point emulation
options MATH_EMULATE
# make the kernel a little faster; will break on some machines
#options DUMMY_NOPS
# temporary kluge while adding support for non-contiguous physical memory
options MACHINE_NONCONTIG
# time zone RTC is expected to be set in; REQUIRED
timezone 3
# estimated number of users
maxusers 32
# maximum number of file descriptors per process
maxfdescs 4096
# paging of processes, and caching vnodes and devices; REQUIRED
options SWAPPAGER
options VNODEPAGER,DEVPAGER
# system call tracing, a la ktrace(1)
options KTRACE
# FIFOs; RECOMMENDED
options FIFO
# System V-like message queues
options SYSVMSG
# System V-like semaphores
options SYSVSEM
# System V-like memory sharing; BROKEN
#options SYSVSHM
#options SHMMAXPGS=1024
# generic SCSI system
options SCSI
# quotas in UFS
options QUOTA
# memory file system (shares memory and swap space)
options MFS
# Sun's Network File System
#options NFSSERVER
#options NFSCLIENT
# ISO 9660 file system, with Rock Ridge
#options ISOFS
# MS-DOS file system
options MSDOSFS
# /dev/fd
options FDESC
# kernel file system; RECOMMENDED
options KERNFS
# various types of networks and protocols
#options IMP
options INET
#options NS
#options ISO
#options TPIP
#options EON
#options CCITT
# packet forwarding
#options GATEWAY
# kernel debugger
#options DDB
# Allows user to create an i386 LDT (Used by Wine to run Windows programs)
options "USER_LDT"
options "COMPAT_NOMID"
options "COMPAT_43"
options "TCP_COMPAT_42"
#options "COM_BIDIR"
config netbsd root on wd0 swap on wd0 and sd0
#buses
controller isa0
#console
device pc0 at isa? port "IO_KBD" tty irq 1 vector pcrint
#math co-processor
device npx0 at isa? port "IO_NPX" irq 13 vector npxintr
#serial ports
#device com0 at isa? port "IO_COM1" tty irq 4 flags 0x5 vector comintr
#device com1 at isa? port "IO_COM2" tty irq 3 vector comintr
#device com2 at isa? port "IO_COM3" tty irq 5 vector comintr
#device com3 at isa? port "IO_COM4" tty irq 9 vector comintr
#parallel ports
#device lpt0 at isa? port "IO_LPT1" tty irq 7 vector lptintr
#bus mice
# Microft InPort
#device mms0 at isa? port "IO_BMS1" tty irq 5 vector mmsintr
# Logitech
#device lms0 at isa? port "IO_BMS1" tty irq 5 vector lmsintr
# PS/2 auxiliary port; BROKEN
#device pms0 at isa? port "IO_KBD" tty irq 5 vector pmsintr
#non-scsi disk controllers
controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr
disk wd0 at wdc0 drive 0
#disk wd1 at wdc0 drive 1
#non-scsi floppy controllers
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
#non-scsi tape drives
#device wt0 at isa? port 0x300 bio irq 5 drq 1 vector wtintr
#non-scsi CD-ROM drives
# Mitsumi
#device mcd0 at isa? port 0x300 bio irq 10 vector mcdintr
#scsi
controller aha0 at isa? port "IO_AHA0" bio irq 11 drq 5 vector ahaintr
device sd0 at aha0 flags 0 drive ?
device sd1 at aha0 flags 0 drive ?
#device sd2 at aha0 flags 0 drive ?
#device sd3 at aha0 flags 0 drive ?
#device st0 at aha0 flags 1 drive ?
#device st1 at aha0 flags 1 drive ?
#device cd0 at aha0 flags 2 drive ?
#device cd1 at aha0 flags 2 drive ?
#device ch0 at aha0 flags 3 drive ?
#device ch1 at aha0 flags 3 drive ?
#ethernet
device ed0 at isa? port 0x300 net irq 9 vector edintr
#sound-blaster
device sb0 at isa? port 0x220 bio irq 7 drq 1 vector sbintr
# psuedo-terminals; REQUIRED for remote logins and many other things
pseudo-device pty 64
# loopback; RECOMMENDED
pseudo-device loop
# ethernet; REQUIRED if using any ethernet device
pseudo-device ether #XXX
# used by kernel for logging messages; gateway to syslogd
pseudo-device log
# packet filter
pseudo-device bpfilter 4
# compressed SLIP
#pseudo-device sl
# point-to-point protocol
#pseudo-device ppp
# vn virtual filesystem device
pseudo-device vn 4
# speaker queue
pseudo-device speaker
# tablet line discipline
#pseudo-device tb
#pseudo-device tun missing header files
# /dev/audio
pseudo-device audio
My machine:
486DX50 16Mb 256K Cache OPTI
Vanilla IDE Board / Maxtor 200Mb
1542B / Micropolis 1624 SCSI
Hercules Mono Board (Yeah I have one)
HELP!
Nacao
--
+---------- BEROM! ------------+----------------- Free 4.4BSD --------------+
| nacao@rivendel.lin.ufrj.br | | + |\ | +-- +--+ +-+ +-+ +-- |
| nacao@alpha.coe.ufrj.br | | | | \ | | | | |-+ |-+ +- |
| nacao@magma.leg.ufrj.br | +-- + | \| +-- +--+ | | +-- |
+------------------------------+--- Any Opinion in this text are my own -----+
--
+---------- BEROM! ------------+----------------- Free 4.4BSD --------------+
| nacao@rivendel.lin.ufrj.br | | + |\ | +-- +--+ +-+ +-+ +-- |
| nacao@alpha.coe.ufrj.br | | | | \ | | | | |-+ |-+ +- |
| nacao@magma.leg.ufrj.br | +-- + | \| +-- +--+ | | +-- |
+------------------------------+--- Any Opinion in this text are my own -----+
------------------------------------------------------------------------------