Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Jun 2001 10:22:41 +0900
From:      "NOHTOMI, Masaki" <masaki@jbm-net.or.jp>
To:        freebsd-questions@FreeBSD.ORG
Subject:   ata0-master: no status, reselecting device
Message-ID:  <20010628092616.4DF4.MASAKI@jbm-net.or.jp>

next in thread | raw e-mail | index | archive | help
Hi All,

I set a hardware RAID system with ARCO's Duplidisk for 
my FreeBSD server, and sometimes finds messages as follows;

ata0-master: no status, reselecting device

[my hardware environment]
Mainboard: Asus P/I-P55T2P4 Rev.3.0
CPU: Pentium166
RAID Card: DupliDisk ROM Rev.2.09P (NOT DupliDisk II)
           http://www.arcoide.com
HDD: Maxtor 90845D4 (8.4GB) x 2
OS: FreeBSD 4.3-RELEASE

[dmesg output]
-----------------------------------------------------------------
%dmesg
Copyright (c) 1992-2001 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
        The Regents of the University of California. All rights reserved.
FreeBSD 4.3-RELEASE #2: Fri Jun  8 15:57:52 JST 2001
    masaki@minamikaze.jbm.co.jp:/usr/src/sys/compile/Minamikaze
Timecounter "i8254"  frequency 1193182 Hz
Timecounter "TSC"  frequency 166587087 Hz
CPU: Pentium/P54C (166.59-MHz 586-class CPU)
  Origin = "GenuineIntel"  Id = 0x52c  Stepping = 12
  Features=0x1bf<FPU,VME,DE,PSE,TSC,MSR,MCE,CX8>
real memory  = 100663296 (98304K bytes)
avail memory = 95195136 (92964K bytes)
Preloaded elf kernel "kernel" at 0xc02b9000.
Intel Pentium detected, installing workaround for F00F bug
npx0: <math processor> on motherboard
npx0: INT 16 interface
pcib0: <Host to PCI bridge> on motherboard
pci0: <PCI bus> on pcib0
isab0: <Intel 82371SB PCI to ISA bridge> at device 7.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <Intel PIIX3 ATA controller> port 0xe800-0xe80f at device 7.1 on pci0
ata0: at 0x1f0 irq 14 on atapci0
pci0: <S3 868 graphics accelerator> at 9.0 irq 10
ata0: at 0x1f0 irq 14 on atapci0
pci0: <S3 868 graphics accelerator> at 9.0 irq 10
fxp0: <Intel Pro 10/100B/100+ Ethernet> port 0xe000-0xe03f mem 0xe3000000-0xe30f
ffff,0xe3800000-0xe3800fff irq 11 at device 11.0 on pci0
fxp0: Ethernet address 00:d0:b7:83:47:b5
fdc0: <NEC 72065B or clone> at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0
fdc0: FIFO enabled, 8 bytes threshold
fd0: <1440-KB 3.5" drive> on fdc0 drive 0
atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0
atkbd0: <AT Keyboard> flags 0x1 irq 1 on atkbdc0
kbd0 at atkbd0
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 16550A
sio1 at port 0x2f8-0x2ff irq 3 on isa0
sio1: type 16550A
ppc0: <Parallel port> at port 0x378-0x37f irq 7 on isa0
ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode
ad0: 8063MB <Maxtor 90845D4> [16383/16/63] at ata0-master PIO3
Mounting root from ufs:/dev/ad0s1a
ata0-master: no status, reselecting device
-----------------------------------------------------------------
* According to some DupliDisk's FAQ, 
http://www.cybernetech.co.jp/product/duplidiskfaq.html (sorry, 
in Japanese) it is written that it uses PIO4 for data transfer
by default. 
But, as shown above, it is PIO3 under my environment.

[for reference]
When connected HDD directly with Mainboard (without DupliDisk)
dmesg says;
ad0: 8063MB <Maxtor 90845D4> [16383/16/63] at ata0-master WDMA2
                                                         ^^^^^^^

Well, I thought it is because my kernel is reselecting
HDD's transfer mode at intervals.
So I added the following line to /boot/loader.conf.

hw.ata.ata_dma="0"

and forced to select PIO mode, when booting.

Nevertheless, "ata0-master: no status, reselecting device"
appears on my console!

FreeBSD seems to run correctly, but I am quite anxious 
about this message.

Oh! Could you advise me if it is because of some system
disorder and it is necessary to do something to fix it, 
or it doesn't matter, and it's all right to leave it. 
Thanks.

Best Regards

--
Masaki NOHTOMI <masaki@jbm-net.or.jp>
JBM Corporation <http://www.jbm.co.jp>;


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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010628092616.4DF4.MASAKI>