Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Apr 1996 16:30:19 +0200 (IST)
From:      Gennady Sorokopud <gena@NetVision.net.il>
To:        "Justin T. Gibbs" <gibbs@freefall.freebsd.org>
Cc:        current@freefall.freebsd.org
Subject:   RE: Aic7xxx driver update in current
Message-ID:  <XFMail.960422181916.gena@NetVision.net.il>
In-Reply-To: <199604210432.VAA22374@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Hello!

I tried the recent driver with and without the new option and
my system refused to boot.
At the fsck stage i got: (i copied it from the screen so it's not 100% correct)

sd(...): unexpected targ_status: ff
         error code 1
         , retries 4
         timed out in common phase, SCSISIGI=3D0x84
         asserted ATN - device reset in message buffer
         ahc0 Issued Channel A Bus Reset #1. 4 SCBs aborted

And 3 last messages are being repeated only with number afters SCSISIGI being
to changed to: 0x94 0xa4 0xb4 0xa4 0xb4 .... an so on.

Here are boot messages from kernel built about 10 days ago:

---------------------------------------------------------------------
FreeBSD 2.2-CURRENT #0: Fri Apr 12 13:34:07 IST 1996
    root@Burka.NetVision.net.il:/usr/src/sys/compile/BURKA
CPU: Pentium (89.98-MHz 586-class CPU)
  Origin =3D "GenuineIntel"  Id =3D 0x525  Stepping=3D5
  Features=3D0x1bf<FPU,VME,DE,PSE,TSC,MSR,MCE,CX8>
real memory  =3D 41943040 (40960K bytes)
avail memory =3D 39464960 (38540K bytes)
DEVFS: ready for devices
Probing for devices on PCI bus 0:
chip0 <SiS 85c501> rev 64 on pci0:0
chip1 <SiS 85c503> rev 1 on pci0:1
pci0:8: CMD, device=3D0x0640, class=3Dstorage (ide) int a irq 14 [no driver assigned]
vga0 <VGA-compatible display device> rev 0 int a irq ?? on pci0:9
ahc0 <Adaptec 2940 SCSI host adapter> rev 0 int a irq 9 on pci0:12
pcibus_ihandler_attach: counting pci irq9's as clk0 irqs
ahc0: aic7870 Single Channel, SCSI Id=3D7, 16 SCBs
(ahc0:0:0): "HP C3725S 4299" type 0 fixed SCSI 2
sd0(ahc0:0:0): Direct-Access 2069MB (4238836 512 byte sectors)
Probing for devices on the ISA bus:
sc0 at 0x60-0x6f irq 1 on motherboard
sc0: VGA color <16 virtual consoles, flags=3D0x0>
sio0 at 0x3f8-0x3ff irq 4 on isa
sio0: type 16550A
sio1 at 0x2f8-0x2ff irq 3 on isa
sio1: type 16550A
lpt0 at 0x378-0x37f irq 7 on isa
lpt0: Interrupt-driven port
lp0: TCP/IP capable interface
pca0 on isa
pca0: PC speaker audio driver
fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa
fdc0: NEC 72065B
fd0: 1.44MB 3.5in
1 3C5x9 board(s) on ISA found at 0x300
ep0 at 0x300-0x30f irq 10 on isa
ep0: aui/utp[*UTP*] address 00:60:8c:b6:f8:b1
npx0 on motherboard
npx0: INT 16 interface
devfs ready to run
new masks: bio c0000240, tty c003009a, net c003049a
WARNING: / was not properly dismounted.
---------------------------------------------------------------------

Boot messages from the latest kernel look the same except of
ahc driver saying something about Tagged queueing.

Here is my kernel configuration:
---------------------------------------------------------------------
#
# BURKA -- my desktop machine
#
#	$Id: BURKA,v 1.1 1995/01/26 11:38:00 gena Exp $
#

machine		"i386"
cpu		"I586_CPU"
maxusers	30
ident		BURKA

options		INET			#InterNETworking
options		GATEWAY			#Host is a Gateway (forwards packets)

options		FFS			#Berkeley Fast File System
options		NFS			#Network File System
options		NFS_NOSERVER		#Just client
options		MFS			#Memory File System
options		PROCFS			#Process File System
options		QUOTA			#enable disk quotas
options         MSDOSFS                 #MS DOS File System
options		DEVFS			#devices filesystem

options		"COMPAT_43"		#Compatible with BSD 4.3
options		LINUX			#Linux compatibility
options         SYSVSHM
options         SYSVSEM
options         SYSVMSG

options		UCONSOLE		#X Console support

config		kernel	root on sd0 swap on sd0 dumps on sd0

controller	isa0
controller      scbus0
controller	pci0
controller	ahc1

device		sd0
device		cd0	#SCSI CD-ROMs

controller	fdc0	at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
disk		fd0	at fdc0 drive 0

device		sc0	at isa? port "IO_KBD" tty irq 1 vector scintr

device		npx0	at isa? port "IO_NPX" irq 13 vector npxintr

device		sio0	at isa? port "IO_COM1" tty irq 4 vector siointr
device		sio1	at isa? port "IO_COM2" tty irq 3 vector siointr

device		lpt0	at isa? port? tty irq 7 vector lptintr

device		ep0	at isa? port 0x300 net irq 10 vector epintr

device pca0 at isa? tty

pseudo-device	snp	1		#Snoop device - to look at pty/vty/etc..
pseudo-device	loop
pseudo-device	ether
pseudo-device	log
pseudo-device	ppp	1
pseudo-device	tun	1
pseudo-device	pty	16
pseudo-device	speaker
pseudo-device   bpfilter        4       #berkeley packet filter
pseudo-device   gzip            	#Exec gzipped a.out's
pseudo-device	vn
---------------------------------------------------------------------

Best regards.
--------
 Gennady B. Sorokopud - System programmer at NetVision Israel.
 E-Mail: Gennady Sorokopud <gena@NetVision.net.il>
 Homepage: http://www.netvision.net.il/~gena

 This message was sent at 04/22/96 16:30:19 by XF-Mail




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