From owner-freebsd-current Mon Apr 22 08:17:21 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA10948 for current-outgoing; Mon, 22 Apr 1996 08:17:21 -0700 (PDT) Received: from mail.barrnet.net (mail.barrnet.net [131.119.246.7]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id IAA10942 Mon, 22 Apr 1996 08:17:12 -0700 (PDT) Received: from mx10.netvision.net.il (mx10.NetVision.net.il [194.90.1.51]) by mail.barrnet.net (8.7.5/MAIL-RELAY-LEN) with ESMTP id IAA09078; Mon, 22 Apr 1996 08:17:06 -0700 (PDT) Received: from Burka.NetVision.net.il (gena@burka.NetVision.net.il [194.90.6.15]) by mx10.netvision.net.il (8.7.5/8.7.1) with SMTP id SAA02831; Mon, 22 Apr 1996 18:18:56 +0300 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Message-ID: X-Mailer: XFMail 0.4-beta [p0] on FreeBSD In-Reply-To: <199604210432.VAA22374@freefall.freebsd.org> Date: Mon, 22 Apr 1996 16:30:19 +0200 (IST) X-Face: #v>4HN>#D_"[olq9y`HqTYkLVB89Xy|3')Vs9v58JQ*u-xEJVKY`xa.}E?z0RkLI/P&;BJmi0#u=W0).-Y'J4(dw{"54NhSG|YYZG@[)(`e! >jN#L!~qI5fE-JHS+< Organization: NetVision Ltd. From: Gennady Sorokopud To: "Justin T. Gibbs" Subject: RE: Aic7xxx driver update in current Cc: current@freefall.freebsd.org Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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 real memory =3D 41943040 (40960K bytes) avail memory =3D 39464960 (38540K bytes) DEVFS: ready for devices Probing for devices on PCI bus 0: chip0 rev 64 on pci0:0 chip1 rev 1 on pci0:1 pci0:8: CMD, device=3D0x0640, class=3Dstorage (ide) int a irq 14 [no driver assigned] vga0 rev 0 int a irq ?? on pci0:9 ahc0 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 Homepage: http://www.netvision.net.il/~gena This message was sent at 04/22/96 16:30:19 by XF-Mail