Date: Thu, 11 Jul 2002 12:01:08 +0100 (BST) From: Henry Whincup <henry@techiebod.com> To: "stable@freebsd.org" <stable@freebsd.org> Cc: sos@freebsd.dk Subject: Panics under heavy disk load Message-ID: <20020711114302.U15074-200000@gw1-int.techiebod.com>
index | next in thread | raw e-mail
[-- Attachment #1 --]
Using FreeBSD4-Stable as of Jul 9th (this happened before this date, but I
updated my source in case the recent changes fixed it -- see below for
file version of the ata driver). I have had a few panics of the sort
below. These only seem to occour under disk load.
Information follows:
Fatal trap 12: page fault while in kernel mode
fault virtual address = 0x28
fault code = supervisor read, page not present
instruction pointer = 0x8:0xc0153aad
stack pointer = 0x10:0xc03cde74
frame pointer = 0x10:0xc03cde84
code segment = base 0x0, limit 0xfffff, type 0x1b
= DPL 0, pres 1, def32 1, gran 1
processor eflags = interrupt enabled, resume, IOPL = 0
current process = Idle
interrupt mask = bio
trap number = 12
panic: page fault
syncing disks...
Fatal trap 12: page fault while in kernel mode
fault virtual address = 0x30
fault code = supervisor read, page not present
instruction pointer = 0x8:0xc02ea360
stack pointer = 0x10:0xc03cdc94
frame pointer = 0x10:0xc03cdc9c
code segment = base 0x0, limit 0xfffff, type 0x1b
= DPL 0, pres 1, def32 1, gran 1
processor eflags = interrupt enabled, resume, IOPL = 0
current process = Idle
interrupt mask = bio
trap number = 12
panic: page fault
After getting a core dump I get:
(kgdb) where
#0 dumpsys () at ../../kern/kern_shutdown.c:487
#1 0xc01e7fc3 in boot (howto=260) at ../../kern/kern_shutdown.c:316
#2 0xc01e83e8 in poweroff_wait (junk=0xc03c4bac, howto=-1069791537)
at ../../kern/kern_shutdown.c:595
#3 0xc0356b22 in trap_fatal (frame=0xc03cdc54, eva=48)
at ../../i386/i386/trap.c:974
#4 0xc03567f5 in trap_pfault (frame=0xc03cdc54, usermode=0, eva=48)
at ../../i386/i386/trap.c:867
#5 0xc03563b3 in trap (frame={tf_fs = 16, tf_es = 16, tf_ds = 16, tf_edi
= 0,
tf_esi = -1057240576, tf_ebp = -1069753188, tf_isp = -1069753216,
tf_ebx = -1069549476, tf_edx = 6869056, tf_ecx = -944769920, tf_eax
= 0,
tf_trapno = 12, tf_err = 0, tf_eip = -1070685344, tf_cs = 8,
tf_eflags = 66050, tf_esp = -1057240576, tf_ss = -1057240576})
at ../../i386/i386/trap.c:466
#6 0xc02ea360 in acquire_lock (lk=0xc03ff85c)
at ../../ufs/ffs/ffs_softdep.c:266
#7 0xc02ee460 in softdep_update_inodeblock (ip=0xc0fbca00, bp=0xc2c3a5d4,
waitfor=0) at ../../ufs/ffs/ffs_softdep.c:3813
#8 0xc02e9495 in ffs_update (vp=0xc7aff480, waitfor=0)
at ../../ufs/ffs/ffs_inode.c:106
#9 0xc02f17c6 in ffs_sync (mp=0xc0e6c600, waitfor=2, cred=0xc0a7e880,
p=0xc044a8e0) at ../../ufs/ffs/ffs_vfsops.c:1025
#10 0xc02178a7 in sync (p=0xc044a8e0, uap=0x0) at
../../kern/vfs_syscalls.c:576
#11 0xc01e7d5e in boot (howto=256) at ../../kern/kern_shutdown.c:235
#12 0xc01e83e8 in poweroff_wait (junk=0xc03c4bac, howto=-1069791537)
at ../../kern/kern_shutdown.c:595
#13 0xc0356b22 in trap_fatal (frame=0xc03cde34, eva=40)
at ../../i386/i386/trap.c:974
#14 0xc03567f5 in trap_pfault (frame=0xc03cde34, usermode=0, eva=40)
at ../../i386/i386/trap.c:867
#15 0xc03563b3 in trap (frame={tf_fs = 16, tf_es = 16, tf_ds = 16, tf_edi
= 0,
tf_esi = -1054678528, tf_ebp = -1069752700, tf_isp = -1069752736,
tf_ebx = -1058833408, tf_edx = 245, tf_ecx = 4, tf_eax = 0,
tf_trapno = 12, tf_err = 0, tf_eip = -1072350547, tf_cs = 8,
tf_eflags = 66182, tf_esp = -1058833408, tf_ss = 6869056})
at ../../i386/i386/trap.c:466
#16 0xc0153aad in ata_wait (atadev=0xc122e200, mask=88 'X')
at ../../dev/ata/ata-all.c:965
#17 0xc015b3f4 in ad_transfer (request=0xc100f9c0)
at ../../dev/ata/ata-disk.c:547
#18 0xc0153118 in ata_start (ch=0xc0e37c00) at ../../dev/ata/ata-all.c:688
#19 0xc01539f2 in ata_reinit (ch=0xc0e37c00) at
../../dev/ata/ata-all.c:931
#20 0xc015b564 in ad_transfer (request=0xc100f9c0)
at ../../dev/ata/ata-disk.c:580
#21 0xc0153118 in ata_start (ch=0xc0e37c00) at ../../dev/ata/ata-all.c:688
#22 0xc01539f2 in ata_reinit (ch=0xc0e37c00) at
../../dev/ata/ata-all.c:931
#23 0xc015b564 in ad_transfer (request=0xc100f9c0)
at ../../dev/ata/ata-disk.c:580
#24 0xc0153118 in ata_start (ch=0xc0e37c00) at ../../dev/ata/ata-all.c:688
#25 0xc01539f2 in ata_reinit (ch=0xc0e37c00) at
../../dev/ata/ata-all.c:931
#26 0xc015b564 in ad_transfer (request=0xc100f9c0)
at ../../dev/ata/ata-disk.c:580
#27 0xc0153118 in ata_start (ch=0xc0e37c00) at ../../dev/ata/ata-all.c:688
#28 0xc01539f2 in ata_reinit (ch=0xc0e37c00) at
../../dev/ata/ata-all.c:931
#29 0xc015bf62 in ad_timeout (request=0xc100f9c0)
at ../../dev/ata/ata-disk.c:896
#30 0xc01ede59 in softclock () at ../../kern/kern_timeout.c:131
Thus following the advice on onlamp.com (thanks Michael Lucas!) I looked
at the function preceeding the first trap call and get:
(kgdb) up 16
#16 0xc0153aad in ata_wait (atadev=0xc122e200, mask=88 'X')
at ../../dev/ata/ata-all.c:965
965 atadev->channel->status = ATA_INB(atadev->channel->r_io,
ATA_STA
TUS);
(kgdb) p atadev->channel->r_io
$1 = (struct resource *) 0x0
I guess this is what is causing the panic but don't know where to go from
here.
Additional info:
I am running the GENERIC kernel with the vinum module loaded
Output of a verbose boot attached
pciconf -lv:
chip0@pci0:0:0: class=0x060000 card=0x00000000 chip=0x12508086 rev=0x03
hdr=0x00
vendor = 'Intel Corporation'
device = '82439HX System Controller (TXC)'
class = bridge
subclass = HOST-PCI
isab0@pci0:7:0: class=0x060100 card=0x00000000 chip=0x70008086 rev=0x01
hdr=0x00
vendor = 'Intel Corporation'
device = '82371SB PIIX3 PCI-to-ISA Bridge (Triton II)'
class = bridge
subclass = PCI-ISA
atapci0@pci0:7:1: class=0x010180 card=0x00000000 chip=0x70108086
rev=0x00
hdr=0x00
vendor = 'Intel Corporation'
device = '82371SB PIIX3 IDE Interface (Triton II)'
class = mass storage
subclass = ATA
atapci1@pci0:9:0: class=0x018000 card=0x00051103 chip=0x00041103
rev=0x03
hdr=0x00
vendor = 'HighPoint Technologies Inc.'
device = 'HPT366/8/70 UDMA66/100 EIDE Controller'
class = mass storage
xl0@pci0:11:0: class=0x020000 card=0x00000000 chip=0x905010b7 rev=0x00
hdr=0x00
vendor = '3COM Corp, Networking Division'
device = '3C905-TX Fast Etherlink XL PCI 10/100'
class = network
subclass = ethernet
none0@pci0:12:0: class=0x030000 card=0x00000000 chip=0x0519102b
rev=0x01
hdr=0x00
vendor = 'Matrox Graphics Inc'
device = 'MGA-2064W Storm (Millennium board)'
class = display
subclass = VGA
Versions of the ata files (output from fgrep -h FreeBSD:
/usr/src/sys/dev/ata/*):
* $FreeBSD: src/sys/dev/ata/ata-all.c,v 1.50.2.37 2002/06/19 08:30:48 sos
Exp $
* $FreeBSD: src/sys/dev/ata/ata-all.h,v 1.26.2.11 2002/03/18 08:37:33 sos
Exp $
* $FreeBSD: src/sys/dev/ata/ata-card.c,v 1.4.2.1 2002/03/18 08:37:33 sos
Exp $
* $FreeBSD: src/sys/dev/ata/ata-disk.c,v 1.60.2.23 2002/05/30 11:42:13
sos Exp
$
* $FreeBSD: src/sys/dev/ata/ata-disk.h,v 1.22.2.7 2002/03/18 08:37:33 sos
Exp $
* $FreeBSD: src/sys/dev/ata/ata-dma.c,v 1.35.2.25 2002/04/18 19:14:04 sos
Exp $
* $FreeBSD: src/sys/dev/ata/ata-isa.c,v 1.4.2.1 2002/03/18 08:37:33 sos
Exp $
* $FreeBSD: src/sys/dev/ata/ata-pci.c,v 1.32.2.8 2002/04/29 18:21:18 sos
Exp $
* $FreeBSD: src/sys/dev/ata/ata-raid.c,v 1.3.2.17 2002/04/18 19:14:07 sos
Exp $
* $FreeBSD: src/sys/dev/ata/ata-raid.h,v 1.2.2.8 2002/04/11 09:31:57 sos
Exp $
* $FreeBSD: src/sys/dev/ata/atapi-all.c,v 1.46.2.13 2002/03/26 09:36:43
sos Exp
$
* $FreeBSD: src/sys/dev/ata/atapi-all.h,v 1.22.2.9 2002/03/18 08:37:34
sos Exp
$
* $FreeBSD: src/sys/dev/ata/atapi-cd.c,v 1.48.2.16 2002/03/27 19:48:37
sos Exp
$
* $FreeBSD: src/sys/dev/ata/atapi-cd.h,v 1.15.2.9 2002/03/18 08:37:34 sos
Exp $
* $FreeBSD: src/sys/dev/ata/atapi-fd.c,v 1.44.2.8 2002/03/26 09:36:43 sos
Exp $
* $FreeBSD: src/sys/dev/ata/atapi-fd.h,v 1.10.2.4 2002/03/18 08:37:34 sos
Exp $
* $FreeBSD: src/sys/dev/ata/atapi-tape.c,v 1.36.2.11 2002/03/26 09:36:43
sos Ex
p $
* $FreeBSD: src/sys/dev/ata/atapi-tape.h,v 1.11.2.5 2002/03/18 08:37:34
sos Exp
$
Any help would be appreciated.
Henry
[-- Attachment #2 --]
Copyright (c) 1992-2002 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.6-STABLE #0: Wed Jul 10 07:47:57 BST 2002
root@gw1-int.techiebod.com:/usr/Source/FBSD-stable/sys/compile/GENERIC
Calibrating clock(s) ... TSC clock: 133274225 Hz, i8254 clock: 1193227 Hz
CLK_USE_I8254_CALIBRATION not specified - using default frequency
Timecounter "i8254" frequency 1193182 Hz
CLK_USE_TSC_CALIBRATION not specified - using old calibration method
CPU: Pentium/P54C (133.27-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)
Physical memory chunk(s):
0x00001000 - 0x0009ffff, 651264 bytes (159 pages)
0x004f7000 - 0x05ff7fff, 95424512 bytes (23297 pages)
avail memory = 92966912 (90788K bytes)
bios32: Found BIOS32 Service Directory header at 0xc00f7d60
bios32: Entry = 0xf77b0 (c00f77b0) Rev = 0 Len = 1
pcibios: PCI BIOS entry at 0x77e0
pnpbios: Found PnP BIOS data at 0xc00fbd20
pnpbios: Entry = f0000:bd50 Rev = 1.0
pnpbios: OEM ID cd041
Other BIOS signatures found:
ACPI: 00000000
Preloaded elf kernel "kernel" at 0xc04d0000.
Intel Pentium detected, installing workaround for F00F bug
md0: Malloc disk
Creating DISK md0
Math emulator present
pci_open(1): mode 1 addr port (0x0cf8) is 0x8000005c
pci_open(1a): mode1res=0x80000000 (0x80000000)
pci_cfgcheck: device 0 [class=060000] [hdr=00] is there (id=12508086)
npx0: <math processor> on motherboard
npx0: INT 16 interface
i586_bzero() bandwidth = 104036620 bytes/sec
bzero() bandwidth = 751879699 bytes/sec
pcib0: <Host to PCI bridge> on motherboard
found-> vendor=0x8086, dev=0x1250, revid=0x03
class=06-00-00, hdrtype=0x00, mfdev=0
subordinatebus=0 secondarybus=0
found-> vendor=0x8086, dev=0x7000, revid=0x01
class=06-01-00, hdrtype=0x00, mfdev=1
subordinatebus=0 secondarybus=0
found-> vendor=0x8086, dev=0x7010, revid=0x00
class=01-01-80, hdrtype=0x00, mfdev=0
subordinatebus=0 secondarybus=0
map[20]: type 1, range 32, base 0000e800, size 4
found-> vendor=0x1103, dev=0x0004, revid=0x03
class=01-80-00, hdrtype=0x00, mfdev=0
subordinatebus=0 secondarybus=0
intpin=a, irq=12
map[10]: type 1, range 32, base 0000e000, size 3
map[14]: type 1, range 32, base 0000d800, size 2
map[18]: type 1, range 32, base 0000d400, size 3
map[1c]: type 1, range 32, base 0000d000, size 2
map[20]: type 1, range 32, base 0000c800, size 8
found-> vendor=0x10b7, dev=0x9050, revid=0x00
class=02-00-00, hdrtype=0x00, mfdev=0
subordinatebus=0 secondarybus=0
intpin=a, irq=10
map[10]: type 1, range 32, base 0000c400, size 6
found-> vendor=0x102b, dev=0x0519, revid=0x01
class=03-00-00, hdrtype=0x00, mfdev=0
subordinatebus=0 secondarybus=0
intpin=a, irq=11
map[10]: type 1, range 32, base fa000000, size 14
map[14]: type 1, range 32, base fb000000, size 23
pci0: <PCI bus> on pcib0
isab0: <Intel 82371SB PCI to ISA bridge> at device 7.0 on pci0
I/O Recovery Timing: 8-bit 8 clocks, 16-bit 4 clocks
Extended BIOS: disabled
Lower BIOS: enabled
Coprocessor IRQ13: enabled
Mouse IRQ12: disabled
Interrupt Routing: A: IRQ11, B: IRQ10, C: disabled, D: IRQ12
MB0: IRQ15, MB1:
isa0: <ISA bus> on isab0
atapci0: <Intel PIIX3 ATA controller> port 0xe800-0xe80f at device 7.1 on pci0
ata0: iobase=0x01f0 altiobase=0x03f6 bmaddr=0xe800
ata0: mask=03 ostat0=50 ostat2=50
ata0-slave: ATAPI 00 00
ata0-master: ATAPI 00 00
ata0: mask=03 stat0=50 stat1=50
ata0-master: ATA 01 a5
ata0-slave: ATA 01 a5
ata0: devices=03
ata0: at 0x1f0 irq 14 on atapci0
ata1: iobase=0x0170 altiobase=0x0376 bmaddr=0xe808
ata1: mask=03 ostat0=50 ostat2=00
ata1-master: ATAPI 00 00
ata1-slave: ATAPI 00 00
ata1: mask=03 stat0=50 stat1=00
ata1-master: ATA 01 a5
ata1: devices=01
ata1: at 0x170 irq 15 on atapci0
atapci1: <HighPoint HPT370 ATA100 controller> port 0xc800-0xc8ff,0xd000-0xd003,0xd400-0xd407,0xd800-0xd803,0xe000-0xe007 irq 12 at device 9.0 on pci0
ata-: ata2 exists, using next available unit number
ata2: iobase=0xe000 altiobase=0xd802 bmaddr=0xc800
ata2: mask=03 ostat0=20 ostat2=50
ata2-master: ATAPI 20 20
ata2-slave: ATAPI 00 00
ata2: mask=03 stat0=20 stat1=50
ata2-master: ATA a5 25
ata2-slave: ATA 01 a5
ata2: devices=02
ata2: at 0xe000 on atapci1
ata3: iobase=0xd400 altiobase=0xd002 bmaddr=0xc808
ata3: mask=03 ostat0=50 ostat2=00
ata3-master: ATAPI 00 00
ata3-slave: ATAPI 00 00
ata3: mask=03 stat0=50 stat1=00
ata3-master: ATA 01 a5
ata3: devices=01
ata3: at 0xd400 on atapci1
using shared irq12.
xl0: <3Com 3c905-TX Fast Etherlink XL> port 0xc400-0xc43f irq 10 at device 11.0 on pci0
xl0: Ethernet address: 00:60:97:36:5a:08
xl0: media options word: e040
xl0: found MII/AUTO
miibus0: <MII bus> on xl0
nsphy0: <DP83840 10/100 media interface> on miibus0
nsphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
bpf: xl0 attached
pci0: <Matrox MGA Millennium 2064W graphics accelerator> (vendor=0x102b, dev=0x0519) at 12.0 irq 11
ex_isa_identify()
ata-: ata0 exists, using next available unit number
ata-: ata1 exists, using next available unit number
Trying Read_Port at 203
Trying Read_Port at 243
Trying Read_Port at 283
Trying Read_Port at 2c3
Trying Read_Port at 303
Trying Read_Port at 343
Trying Read_Port at 383
Trying Read_Port at 3c3
isa_probe_children: disabling PnP devices
isa_probe_children: probing non-PnP devices
orm0: <Option ROMs> at iomem 0xc0000-0xc7fff,0xc8000-0xcb7ff on isa0
fdc0: <NEC 72065B or clone> at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0
ata4 failed to probe at port 0x1f0 irq 14 on isa0
ata5 failed to probe at port 0x170 irq 15 on isa0
adv0 failed to probe on isa0
bt0: Failed Status Reg Test - ff
bt_isa_probe: Probe failed at 0x330
bt0: Failed Status Reg Test - ff
bt_isa_probe: Probe failed at 0x334
bt0: Failed Status Reg Test - ff
bt_isa_probe: Probe failed at 0x230
bt0: Failed Status Reg Test - ff
bt_isa_probe: Probe failed at 0x234
bt0: Failed Status Reg Test - ff
bt_isa_probe: Probe failed at 0x130
bt0: Failed Status Reg Test - ff
bt_isa_probe: Probe failed at 0x134
bt0 failed to probe at port 0x134-0x137 on isa0
aha0: status reg test failed ff
aha0: status reg test failed ff
aha0: status reg test failed ff
aha0: status reg test failed ff
aha0: status reg test failed ff
aha0: status reg test failed ff
aha0 failed to probe at port 0x134-0x137 on isa0
aic0 failed to probe at port 0x140-0x15f on isa0
atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0
atkbd0: <AT Keyboard> flags 0x1 irq 1 on atkbdc0
atkbd: the current kbd controller command byte 0067
atkbd: keyboard ID 0x41ab (2)
kbd0 at atkbd0
kbd0: atkbd0, AT 101/102 (2), config:0x1, flags:0x3d0000
psm0: current command byte:0067
psm0: failed to reset the aux device.
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
fb0: vga0, vga, type:VGA (5), flags:0x7007f
fb0: port:0x3c0-0x3df, crtc:0x3d4, mem:0xa0000 0x20000
fb0: init mode:24, bios mode:3, current mode:24
fb0: window:0xc00b8000 size:32k gran:32k, buf:0 size:32k
VGA parameters upon power-up
50 18 10 00 00 00 03 00 02 67 60 4f 50 83 55 81
bf 1f 00 4f 0e 0f 00 00 07 80 9c 8e 8f 28 1f 96
b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c
3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff
VGA parameters in BIOS for mode 24
50 18 10 00 10 00 03 00 02 67 60 4f 50 83 55 81
bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96
b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c
3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff
EGA/VGA parameters to be used for mode 24
50 18 10 00 10 00 03 00 02 67 60 4f 50 83 55 81
bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96
b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c
3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
sc0: fb0, kbd0, terminal emulator: sc (syscons terminal)
pcic0 failed to probe at port 0x3e0 iomem 0xd0000 on isa0
pcic1: not probed (disabled)
sio0: irq maps: 0x1 0x11 0x1 0x1
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 16550A
sio1: irq maps: 0x1 0x9 0x1 0x1
sio1 at port 0x2f8-0x2ff irq 3 on isa0
sio1: type 16550A
sio2: not probed (disabled)
sio3: not probed (disabled)
ppc0: parallel port found at 0x378
ppc0: using extended I/O port range
ppc0: SPP
ppc0: <Parallel port> at port 0x378-0x37f irq 7 on isa0
ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode
plip0: <PLIP network interface> on ppbus0
bpf: lp0 attached
lpt0: <Printer> on ppbus0
lpt0: Interrupt-driven port
ppi0: <Parallel I/O> on ppbus0
ed0 failed to probe at port 0x280-0x29f iomem 0xd8000 irq 10 on isa0
fe0 failed to probe at port 0x300-0x31f on isa0
ie0 failed to probe at port 0x300 iomem 0xd0000 irq 10 on isa0
lnc0 failed to probe at port 0x280 irq 10 drq 0 on isa0
cs0 failed to probe at port 0x300-0x31f on isa0
sn0 failed to probe at port 0x300-0x30f irq 10 on isa0
isa_probe_children: probing PnP devices
BIOS Geometries:
0:033a1f3f 0..826=827 cylinders, 0..31=32 heads, 1..63=63 sectors
1:026b3f3f 0..619=620 cylinders, 0..63=64 heads, 1..63=63 sectors
2:03fefe3f 0..1022=1023 cylinders, 0..254=255 heads, 1..63=63 sectors
3:03fffe3f 0..1023=1024 cylinders, 0..254=255 heads, 1..63=63 sectors
4:03fffe3f 0..1023=1024 cylinders, 0..254=255 heads, 1..63=63 sectors
0 accounted for
Device configuration finished.
bpf: ppp0 attached
new masks: bio 68d040, tty 63009a, net 67049a
bpf: sl0 attached
bpf: faith0 attached
bpf: lo0 attached
ad0: success setting WDMA2 on Intel chip
Creating DISK ad0
ar: FreeBSD check1 failed
ad0: <ST5850A/800746> ATA-0 disk at ata0-master
ad0: 815MB (1669248 sectors), 1656 C, 16 H, 63 S, 512 B
ad0: 1 secs/int, 1 depth queue, WDMA2
ad0: piomode=4 dmamode=2 udmamode=-1 cblid=0
ad1: success setting WDMA2 on Intel chip
Creating DISK ad1
ar: FreeBSD check1 failed
ad1: <QUANTUM FIREBALL1280A/A63.0E00> ATA-0 disk at ata0-slave
ad1: 1222MB (2503872 sectors), 2484 C, 16 H, 63 S, 512 B
ad1: 1 secs/int, 1 depth queue, WDMA2
ad1: piomode=4 dmamode=2 udmamode=-1 cblid=0
ad2: success setting WDMA2 on Intel chip
Creating DISK ad2
ar: FreeBSD check1 failed
ad2: <IBM-DTLA-307045/TX6OA60A> ATA-5 disk at ata1-master
ad2: 43979MB (90069840 sectors), 89355 C, 16 H, 63 S, 512 B
ad2: 16 secs/int, 32 depth queue, tagged WDMA2
ad2: piomode=4 dmamode=2 udmamode=5 cblid=1
ad5: success setting UDMA5 on HighPoint chip
Creating DISK ad5
ar: HighPoint check1 failed
ad5: <IBM-DTLA-307045/TX6OA6AA> ATA-5 disk at ata2-slave
ad5: 43979MB (90069840 sectors), 89355 C, 16 H, 63 S, 512 B
ad5: 16 secs/int, 32 depth queue, tagged UDMA100
ad5: piomode=4 dmamode=2 udmamode=5 cblid=1
ad6: success setting UDMA5 on HighPoint chip
Creating DISK ad6
ar: HighPoint check1 failed
ad6: <IBM-DTLA-307045/TX6OA60A> ATA-5 disk at ata3-master
ad6: 43979MB (90069840 sectors), 89355 C, 16 H, 63 S, 512 B
ad6: 16 secs/int, 32 depth queue, tagged UDMA100
ad6: piomode=4 dmamode=2 udmamode=5 cblid=1
Mounting root from ufs:/dev/ad0s1a
ad0s1: type 0xa5, start 63, end = 1669247, size 1669185 : OK
WARNING: / was not properly dismounted
start_init: trying /sbin/init
ad0s1: type 0xa5, start 63, end = 1669247, size 1669185 : OK
ad0s1: type 0xa5, start 63, end = 1669247, size 1669185 : OK
ad0s1: type 0xa5, start 63, end = 1669247, size 1669185 : OK
ad0s1: type 0xa5, start 63, end = 1669247, size 1669185 : OK
ad0s1: type 0xa5, start 63, end = 1669247, size 1669185 : OK
ad0s1: type 0xa5, start 63, end = 1669247, size 1669185 : OK
ad0s1: type 0xa5, start 63, end = 1669247, size 1669185 : OK
ad0s1: type 0xa5, start 63, end = 1669247, size 1669185 : OK
ad0s1: type 0xa5, start 63, end = 1669247, size 1669185 : OK
ad0s1: type 0xa5, start 63, end = 1669247, size 1669185 : OK
ad0s1: type 0xa5, start 63, end = 1669247, size 1669185 : OK
ad0s1: type 0xa5, start 63, end = 1669247, size 1669185 : OK
ad0s1: type 0xa5, start 63, end = 1669247, size 1669185 : OK
ad0s1: type 0xa5, start 63, end = 1669247, size 1669185 : OK
ad0s1: type 0xa5, start 63, end = 1669247, size 1669185 : OK
ad0s1: type 0xa5, start 63, end = 1669247, size 1669185 : OK
ad0s1: type 0xa5, start 63, end = 1669247, size 1669185 : OK
ad0s1: type 0xa5, start 63, end = 1669247, size 1669185 : OK
ad0s1: type 0xa5, start 63, end = 1669247, size 1669185 : OK
ad0s1: type 0xa5, start 63, end = 1669247, size 1669185 : OK
ad0s1: type 0xa5, start 63, end = 1669247, size 1669185 : OK
ad0s1: type 0xa5, start 63, end = 1669247, size 1669185 : OK
ad0s1: type 0xa5, start 63, end = 1669247, size 1669185 : OK
ad0s1: type 0xa5, start 63, end = 1669247, size 1669185 : OK
ad0s1: type 0xa5, start 63, end = 1669247, size 1669185 : OK
ad0s1: type 0xa5, start 63, end = 1669247, size 1669185 : OK
ad0s1: type 0xa5, start 63, end = 1669247, size 1669185 : OK
ad0s1: type 0xa5, start 63, end = 1669247, size 1669185 : OK
ad0s1: type 0xa5, start 63, end = 1669247, size 1669185 : OK
ad0s1: type 0xa5, start 63, end = 1669247, size 1669185 : OK
ad0s1: type 0xa5, start 63, end = 1669247, size 1669185 : OK
ad0s1: type 0xa5, start 63, end = 1669247, size 1669185 : OK
ad0s1: type 0xa5, start 63, end = 1669247, size 1669185 : OK
ad0s1: type 0xa5, start 63, end = 1669247, size 1669185 : OK
ad1s1: type 0xa5, start 63, end = 2500469, size 2500407 : OK
ad1s1: type 0xa5, start 63, end = 2500469, size 2500407 : OK
ad1s1: type 0xa5, start 63, end = 2500469, size 2500407 : OK
ad1s1: type 0xa5, start 63, end = 2500469, size 2500407 : OK
ad1s1: type 0xa5, start 63, end = 2500469, size 2500407 : OK
ad1s1: type 0xa5, start 63, end = 2500469, size 2500407 : OK
ad1s1: type 0xa5, start 63, end = 2500469, size 2500407 : OK
ad1s1: type 0xa5, start 63, end = 2500469, size 2500407 : OK
ad1s1: type 0xa5, start 63, end = 2500469, size 2500407 : OK
ad1s1: type 0xa5, start 63, end = 2500469, size 2500407 : OK
ad1s1: type 0xa5, start 63, end = 2500469, size 2500407 : OK
ad1s1: type 0xa5, start 63, end = 2500469, size 2500407 : OK
ad1s1: type 0xa5, start 63, end = 2500469, size 2500407 : OK
ad1s1: type 0xa5, start 63, end = 2500469, size 2500407 : OK
ad1s1: type 0xa5, start 63, end = 2500469, size 2500407 : OK
ad1s1: type 0xa5, start 63, end = 2500469, size 2500407 : OK
ad1s1: type 0xa5, start 63, end = 2500469, size 2500407 : OK
ad1s1: type 0xa5, start 63, end = 2500469, size 2500407 : OK
ad1s1: type 0xa5, start 63, end = 2500469, size 2500407 : OK
ad1s1: type 0xa5, start 63, end = 2500469, size 2500407 : OK
ad1s1: type 0xa5, start 63, end = 2500469, size 2500407 : OK
ad1s1: type 0xa5, start 63, end = 2500469, size 2500407 : OK
ad1s1: type 0xa5, start 63, end = 2500469, size 2500407 : OK
ad1s1: type 0xa5, start 63, end = 2500469, size 2500407 : OK
ad1s1: type 0xa5, start 63, end = 2500469, size 2500407 : OK
ad1s1: type 0xa5, start 63, end = 2500469, size 2500407 : OK
ad1s1: type 0xa5, start 63, end = 2500469, size 2500407 : OK
ad1s1: type 0xa5, start 63, end = 2500469, size 2500407 : OK
ad1s1: type 0xa5, start 63, end = 2500469, size 2500407 : OK
ad1s1: type 0xa5, start 63, end = 2500469, size 2500407 : OK
ad1s1: type 0xa5, start 63, end = 2500469, size 2500407 : OK
ad1s1: type 0xa5, start 63, end = 2500469, size 2500407 : OK
ad1s1: type 0xa5, start 63, end = 2500469, size 2500407 : OK
ad1s1: type 0xa5, start 63, end = 2500469, size 2500407 : OK
ad1s1: type 0xa5, start 63, end = 2500469, size 2500407 : OK
ad2s1: type 0xa5, start 63, end = 90060389, size 90060327 : OK
ad2s1: type 0xa5, start 63, end = 90060389, size 90060327 : OK
ad2s1: type 0xa5, start 63, end = 90060389, size 90060327 : OK
ad2s1: type 0xa5, start 63, end = 90060389, size 90060327 : OK
ad2s1: type 0xa5, start 63, end = 90060389, size 90060327 : OK
ad2s1: type 0xa5, start 63, end = 90060389, size 90060327 : OK
ad2s1: type 0xa5, start 63, end = 90060389, size 90060327 : OK
ad2s1: type 0xa5, start 63, end = 90060389, size 90060327 : OK
ad2s1: type 0xa5, start 63, end = 90060389, size 90060327 : OK
ad2s1: type 0xa5, start 63, end = 90060389, size 90060327 : OK
ad2s1: type 0xa5, start 63, end = 90060389, size 90060327 : OK
ad2s1: type 0xa5, start 63, end = 90060389, size 90060327 : OK
ad2s1: type 0xa5, start 63, end = 90060389, size 90060327 : OK
ad2s1: type 0xa5, start 63, end = 90060389, size 90060327 : OK
ad2s1: type 0xa5, start 63, end = 90060389, size 90060327 : OK
ad2s1: type 0xa5, start 63, end = 90060389, size 90060327 : OK
ad2s1: type 0xa5, start 63, end = 90060389, size 90060327 : OK
ad2s1: type 0xa5, start 63, end = 90060389, size 90060327 : OK
ad2s1: type 0xa5, start 63, end = 90060389, size 90060327 : OK
ad2s1: type 0xa5, start 63, end = 90060389, size 90060327 : OK
ad2s1: type 0xa5, start 63, end = 90060389, size 90060327 : OK
ad2s1: type 0xa5, start 63, end = 90060389, size 90060327 : OK
ad2s1: type 0xa5, start 63, end = 90060389, size 90060327 : OK
ad2s1: type 0xa5, start 63, end = 90060389, size 90060327 : OK
ad2s1: type 0xa5, start 63, end = 90060389, size 90060327 : OK
ad2s1: type 0xa5, start 63, end = 90060389, size 90060327 : OK
ad2s1: type 0xa5, start 63, end = 90060389, size 90060327 : OK
ad2s1: type 0xa5, start 63, end = 90060389, size 90060327 : OK
ad2s1: type 0xa5, start 63, end = 90060389, size 90060327 : OK
ad2s1: type 0xa5, start 63, end = 90060389, size 90060327 : OK
ad2s1: type 0xa5, start 63, end = 90060389, size 90060327 : OK
ad2s1: type 0xa5, start 63, end = 90060389, size 90060327 : OK
ad2s1: type 0xa5, start 63, end = 90060389, size 90060327 : OK
ad2s1: type 0xa5, start 63, end = 90060389, size 90060327 : OK
ad2s1: type 0xa5, start 63, end = 90060389, size 90060327 : OK
ad5s1: type 0xa5, start 63, end = 90060389, size 90060327 : OK
ad5s1: type 0xa5, start 63, end = 90060389, size 90060327 : OK
ad5s1: type 0xa5, start 63, end = 90060389, size 90060327 : OK
ad5s1: type 0xa5, start 63, end = 90060389, size 90060327 : OK
ad5s1: type 0xa5, start 63, end = 90060389, size 90060327 : OK
ad5s1: type 0xa5, start 63, end = 90060389, size 90060327 : OK
ad5s1: type 0xa5, start 63, end = 90060389, size 90060327 : OK
ad6s1: type 0xa5, start 63, end = 90060389, size 90060327 : OK
ad6s1: type 0xa5, start 63, end = 90060389, size 90060327 : OK
ad6s1: type 0xa5, start 63, end = 90060389, size 90060327 : OK
ad6s1: type 0xa5, start 63, end = 90060389, size 90060327 : OK
ad6s1: type 0xa5, start 63, end = 90060389, size 90060327 : OK
ad6s1: type 0xa5, start 63, end = 90060389, size 90060327 : OK
ad6s1: type 0xa5, start 63, end = 90060389, size 90060327 : OK
md0: invalid primary partition table: no magic
md0: invalid primary partition table: no magic
md0: invalid primary partition table: no magic
md0: invalid primary partition table: no magic
md0: invalid primary partition table: no magic
md0: invalid primary partition table: no magic
md0: invalid primary partition table: no magic
md0: invalid primary partition table: no magic
md0: invalid primary partition table: no magic
md0: invalid primary partition table: no magic
md0: invalid primary partition table: no magic
md0: invalid primary partition table: no magic
md0: invalid primary partition table: no magic
md0: invalid primary partition table: no magic
md0: invalid primary partition table: no magic
md0: invalid primary partition table: no magic
md0: invalid primary partition table: no magic
md0: invalid primary partition table: no magic
md0: invalid primary partition table: no magic
md0: invalid primary partition table: no magic
md0: invalid primary partition table: no magic
md0: invalid primary partition table: no magic
md0: invalid primary partition table: no magic
md0: invalid primary partition table: no magic
md0: invalid primary partition table: no magic
md0: invalid primary partition table: no magic
md0: invalid primary partition table: no magic
md0: invalid primary partition table: no magic
md0: invalid primary partition table: no magic
md0: invalid primary partition table: no magic
md0: invalid primary partition table: no magic
md0: invalid primary partition table: no magic
md0: invalid primary partition table: no magic
md0: invalid primary partition table: no magic
md0: invalid primary partition table: no magic
ad0s1: type 0xa5, start 63, end = 1669247, size 1669185 : OK
ad1s1: type 0xa5, start 63, end = 2500469, size 2500407 : OK
ad1s1: type 0xa5, start 63, end = 2500469, size 2500407 : OK
ad2s1: type 0xa5, start 63, end = 90060389, size 90060327 : OK
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020711114302.U15074-200000>
