From owner-freebsd-current@FreeBSD.ORG Fri Dec 12 11:36:27 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A68ED16A4CE; Fri, 12 Dec 2003 11:36:27 -0800 (PST) Received: from mail.gactr.uga.edu (mail.gactr.uga.edu [128.192.37.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC08C43D31; Fri, 12 Dec 2003 11:36:11 -0800 (PST) (envelope-from robin.blanchard@gactr.uga.edu) Received: from 127.0.0.1 (localhost [127.0.0.1]) by dummy.domain.name (Postfix) with SMTP id 7E05C77247; Fri, 12 Dec 2003 14:36:08 -0500 (EST) Received: from EBE1.gc.nat (E2K1.gc.nat [10.10.11.21]) by mail.gactr.uga.edu (Postfix) with ESMTP id 448B577242; Fri, 12 Dec 2003 14:36:08 -0500 (EST) X-MimeOLE: Produced By Microsoft Exchange V6.0.6487.1 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Fri, 12 Dec 2003 14:36:07 -0500 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: ULE LOR panic at boot (more) Thread-Index: AcPA5zAPY1e1b++ZQoiA2hZwF2nRDg== From: "Robin P. Blanchard" To: Subject: ULE LOR panic at boot (more) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Dec 2003 19:36:27 -0000 A bit more (hopefully useful) information regarding this LOR panic. A = verbose boot into the panic follows... # ident /boot/ok/kernel > ident.ok # ident /boot/kernel/kernel > ident.panic # diff -u ident.ok ident.panic |fgrep FreeBSD |fgrep "+" |fgrep -v ddb + $FreeBSD: src/sys/cam/scsi/scsi_all.c,v 1.44 2003/12/01 10:13:00 = obrien Exp $ + $FreeBSD: src/sys/cam/scsi/scsi_da.c,v 1.162 2003/12/08 06:29:38 = ps Exp $ + $FreeBSD: src/sys/dev/ata/ata-all.c,v 1.198 2003/11/30 16:27:58 = sos Exp $ + $FreeBSD: src/sys/dev/ata/ata-lowlevel.c,v 1.25 2003/12/10 = 23:06:24 sos Exp $ + $FreeBSD: src/sys/dev/ata/ata-isa.c,v 1.18 2003/12/03 13:40:26 sos = Exp $ + $FreeBSD: src/sys/dev/ata/ata-pci.c,v 1.72 2003/12/09 19:13:50 sos = Exp $ + $FreeBSD: src/sys/dev/ata/ata-chipset.c,v 1.50 2003/12/08 09:22:20 = sos Exp $ + $FreeBSD: src/sys/dev/ata/atapi-cd.c,v 1.157 2003/12/07 23:15:22 = sos Exp $ + $FreeBSD: src/sys/dev/ata/atapi-cam.c,v 1.29 2003/12/05 01:02:46 = scottl Exp $ + $FreeBSD: src/sys/geom/geom_disk.c,v 1.81 2003/12/07 23:20:53 = truckman Exp $ + $FreeBSD: src/sys/geom/geom_dump.c,v 1.30 2003/12/07 05:04:49 = scottl Exp $ + $FreeBSD: src/sys/geom/geom_event.c,v 1.44 2003/12/07 10:04:43 phk = Exp $ + $FreeBSD: src/sys/geom/geom_io.c,v 1.51 2003/12/07 23:20:53 = truckman Exp $ + $FreeBSD: src/sys/kern/kern_prot.c,v 1.179 2003/12/06 21:48:01 = rwatson Exp $ + $FreeBSD: src/sys/kern/kern_sig.c,v 1.263 2003/12/07 23:47:15 = davidxu Exp $ + $FreeBSD: src/sys/kern/kern_thread.c,v 1.165 2003/12/10 01:59:23 = marcel Exp $ + $FreeBSD: src/sys/kern/kern_timeout.c,v 1.84 2003/12/07 20:03:28 = phk Exp $ + $FreeBSD: src/sys/kern/sched_ule.c,v 1.89 2003/12/12 07:33:51 jeff = Exp $ + $FreeBSD: src/sys/kern/subr_mbuf.c,v 1.57 2003/12/07 21:53:41 = truckman Exp $ + $FreeBSD: src/sys/kern/subr_prf.c,v 1.108 2003/12/07 05:04:49 = scottl Exp $ + $FreeBSD: src/sys/kern/subr_smp.c,v 1.180 2003/12/03 14:55:31 jhb = Exp $ + $FreeBSD: src/sys/kern/subr_turnstile.c,v 1.137 2003/12/09 = 21:14:31 jhb Exp $ + $FreeBSD: src/sys/kern/subr_witness.c,v 1.165 2003/11/20 15:35:48 = markm Exp $ + $FreeBSD: src/sys/kern/uipc_syscalls.c,v 1.159 2003/12/01 22:12:50 = dg Exp $ + $FreeBSD: src/sys/kern/vfs_mount.c,v 1.117 2003/11/30 23:30:09 = iedowse Exp $ + $FreeBSD: src/sys/kern/vfs_subr.c,v 1.473 2003/11/30 22:09:58 jeff = Exp $ + $FreeBSD: src/sys/ufs/ffs/ffs_vfsops.c,v 1.226 2003/12/07 05:16:52 truckman Exp $ + $FreeBSD: src/sys/vm/vm_mmap.c,v 1.176 2003/12/08 02:45:45 kan Exp = $ + $FreeBSD: src/sys/vm/uma_core.c,v 1.89 2003/12/03 14:57:26 jhb Exp = $ + $FreeBSD: src/sys/i386/i386/db_disasm.c,v 1.28 2003/08/25 09:48:46 obrien Exp $ + $FreeBSD: src/sys/i386/i386/db_interface.c,v 1.77 2003/11/08 = 03:01:26 alc Exp $ + $FreeBSD: src/sys/i386/i386/db_trace.c,v 1.59 2003/11/03 22:07:21 = jhb Exp $ + $FreeBSD: src/sys/i386/i386/i386-gdbstub.c,v 1.25 2003/08/25 = 09:48:46 obrien Exp $ + $FreeBSD: src/sys/i386/i386/local_apic.c,v 1.5 2003/12/11 03:49:02 = jeff Exp $ + $FreeBSD: src/sys/i386/i386/machdep.c,v 1.584 2003/12/03 21:12:09 = jhb Exp $ + $FreeBSD: src/sys/i386/i386/mp_machdep.c,v 1.229 2003/12/11 = 03:48:31 jeff Exp $ + $FreeBSD: src/sys/i386/i386/mptable.c,v 1.229 2003/12/10 19:29:39 = jhb Exp $ + $FreeBSD: src/sys/i386/i386/vm_machdep.c,v 1.220 2003/12/07 = 22:49:25 alc Exp $ + $FreeBSD: src/sys/isa/psm.c,v 1.63 2003/12/11 11:28:11 alfred Exp = $ SMAP type=3D01 base=3D0000000000000000 len=3D000000000009fc00 SMAP type=3D02 base=3D000000000009fc00 len=3D0000000000000400 SMAP type=3D02 base=3D00000000000e0000 len=3D0000000000020000 SMAP type=3D01 base=3D0000000000100000 len=3D000000001fec0000 SMAP type=3D03 base=3D000000001ffe0000 len=3D0000000000018000 SMAP type=3D04 base=3D000000001fff8000 len=3D0000000000008000 SMAP type=3D03 base=3D000000001ffc0000 len=3D0000000000020000 SMAP type=3D02 base=3D00000000fec00000 len=3D0000000000001000 SMAP type=3D02 base=3D00000000fee00000 len=3D0000000000001000 SMAP type=3D02 base=3D00000000fff00000 len=3D0000000000100000 Copyright (c) 1992-2003 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 5.2-CURRENT #2: Fri Dec 12 14:08:46 EST 2003 root@bsdfs5.gactr.uga.edu:/usr/obj/usr/src/sys/ule.debug Preloaded elf kernel "/boot/kernel/kernel" at 0xc077c000. Preloaded elf module "/boot/modules/if_fxp.ko" at 0xc077c26c. Preloaded elf module "/boot/modules/miibus.ko" at 0xc077c318. Preloaded elf module "/boot/modules/twe.ko" at 0xc077c3c4. Preloaded elf module "/boot/modules/acpi.ko" at 0xc077c470. Calibrating clock(s) ... i8254 clock: 1193217 Hz CLK_USE_I8254_CALIBRATION not specified - using default frequency Timecounter "i8254" frequency 1193182 Hz quality 0 Calibrating TSC clock ... TSC clock: 851935884 Hz CPU: Intel Pentium III (851.94-MHz 686-class CPU) Origin =3D "GenuineIntel" Id =3D 0x68a Stepping =3D 10 =20 Features=3D0x383f9ff real memory =3D 536608768 (511 MB) Physical memory chunk(s): 0x0000000000001000 - 0x000000000009efff, 647168 bytes (158 pages) 0x0000000000100000 - 0x00000000003fffff, 3145728 bytes (768 pages) 0x0000000000829000 - 0x000000001f69afff, 518463488 bytes (126578 pages) avail memory =3D 515870720 (491 MB) bios32: Found BIOS32 Service Directory header at 0xc00fda60 bios32: Entry =3D 0xfda74 (c00fda74) Rev =3D 0 Len =3D 1 pcibios: PCI BIOS entry at 0xf0000+0xda95 pnpbios: Found PnP BIOS data at 0xc00f2550 pnpbios: Entry =3D f0000:1e1d Rev =3D 1.0 Other BIOS signatures found: null: mem: Pentium Pro MTRR support enabled random: npx0: [FAST] npx0: on motherboard npx0: INT 16 interface acpi0: on motherboard pci_open(1): mode 1 addr port (0x0cf8) is 0x8000005c pci_open(1a): mode1res=3D0x80000000 (0x80000000) pci_cfgcheck: device 0 [class=3D060000] [hdr=3D00] is there = (id=3D71928086) pcibios: BIOS version 2.10 Using $PIR table, 7 entries at 0xc00f2a80 PCI-Only Interrupts: none Location Bus Device Pin Link IRQs embedded 0 7 A 0xfe 14 embedded 0 7 B 0xff 15 embedded 0 7 D 0x63 3 4 5 7 10 11 12 14 15 slot 1 0 14 A 0x60 3 4 5 7 10 11 12 14 15 slot 1 0 14 B 0x61 3 4 5 7 10 11 12 14 15 slot 1 0 14 C 0x62 3 4 5 7 10 11 12 14 15 slot 1 0 14 D 0x63 3 4 5 7 10 11 12 14 15 slot 2 0 15 A 0x62 3 4 5 7 10 11 12 14 15 slot 2 0 15 B 0x63 3 4 5 7 10 11 12 14 15 slot 2 0 15 C 0x60 3 4 5 7 10 11 12 14 15 slot 2 0 15 D 0x61 3 4 5 7 10 11 12 14 15 slot 3 0 16 A 0x63 3 4 5 7 10 11 12 14 15 slot 3 0 16 B 0x60 3 4 5 7 10 11 12 14 15 slot 3 0 16 C 0x61 3 4 5 7 10 11 12 14 15 slot 3 0 16 D 0x62 3 4 5 7 10 11 12 14 15 embedded 0 12 A 0x61 3 4 5 7 10 11 12 14 15 embedded 0 13 A 0x61 3 4 5 7 10 11 12 14 15 AcpiOsDerivePciId: bus 0 dev 7 func 0 acpi0: Power Button (fixed) ACPI timer looks BAD min =3D 2, max =3D 16777213, width =3D 16777211 ACPI timer looks BAD min =3D 2, max =3D 5, width =3D 3 ACPI timer looks GOOD min =3D 2, max =3D 4, width =3D 2 ACPI timer looks GOOD min =3D 2, max =3D 4, width =3D 2 ACPI timer looks BAD min =3D 2, max =3D 6, width =3D 4 ACPI timer looks BAD min =3D 1, max =3D 5, width =3D 4 ACPI timer looks BAD min =3D 2, max =3D 5, width =3D 3 ACPI timer looks BAD min =3D 2, max =3D 5, width =3D 3 ACPI timer looks BAD min =3D 2, max =3D 5, width =3D 3 ACPI timer looks BAD min =3D 2, max =3D 6, width =3D 4 Timecounter "ACPI-safe" frequency 3579545 Hz quality 1000 AcpiOsDerivePciId: bus 0 dev 0 func 0 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x408-0x40b on acpi0 acpi_cpu0: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 ---- initial configuration ------------------------ \_SB_.LNKD irq 5: [ 3 4 5 6 7 10 11 12 14 15] 0.7.3 \_SB_.LNKA irq 11: [ 3 4 5 6 7 10 11 12 14 15] 0.14.0 \_SB_.LNKB irq 7: [ 3 4 5 6 7 10 11 12 14 15] 0.14.1 \_SB_.LNKC irq 10: [ 3 4 5 6 7 10 11 12 14 15] 0.14.2 \_SB_.LNKD irq 5: [ 3 4 5 6 7 10 11 12 14 15] 0.14.3 \_SB_.LNKC irq 10: [ 3 4 5 6 7 10 11 12 14 15] 0.15.0 \_SB_.LNKD irq 5: [ 3 4 5 6 7 10 11 12 14 15] 0.15.1 \_SB_.LNKA irq 11: [ 3 4 5 6 7 10 11 12 14 15] 0.15.2 \_SB_.LNKB irq 7: [ 3 4 5 6 7 10 11 12 14 15] 0.15.3 \_SB_.LNKD irq 5: [ 3 4 5 6 7 10 11 12 14 15] 0.16.0 \_SB_.LNKA irq 11: [ 3 4 5 6 7 10 11 12 14 15] 0.16.1 \_SB_.LNKB irq 7: [ 3 4 5 6 7 10 11 12 14 15] 0.16.2 \_SB_.LNKC irq 10: [ 3 4 5 6 7 10 11 12 14 15] 0.16.3 \_SB_.LNKB irq 7: [ 3 4 5 6 7 10 11 12 14 15] 0.12.0 \_SB_.LNKB irq 7: [ 3 4 5 6 7 10 11 12 14 15] 0.13.0 ---- before setting priority for links ------------ ---- before fixup boot-disabled links ------------- ---- after fixup boot-disabled links -------------- ---- arbitrated configuration --------------------- \_SB_.LNKD irq 5: [ 3 4 5 6 7 10 11 12 14 15] 0.7.3 \_SB_.LNKA irq 11: [ 3 4 5 6 7 10 11 12 14 15] 0.14.0 \_SB_.LNKB irq 7: [ 3 4 5 6 7 10 11 12 14 15] 0.14.1 \_SB_.LNKC irq 10: [ 3 4 5 6 7 10 11 12 14 15] 0.14.2 \_SB_.LNKD irq 5: [ 3 4 5 6 7 10 11 12 14 15] 0.14.3 \_SB_.LNKC irq 10: [ 3 4 5 6 7 10 11 12 14 15] 0.15.0 \_SB_.LNKD irq 5: [ 3 4 5 6 7 10 11 12 14 15] 0.15.1 \_SB_.LNKA irq 11: [ 3 4 5 6 7 10 11 12 14 15] 0.15.2 \_SB_.LNKB irq 7: [ 3 4 5 6 7 10 11 12 14 15] 0.15.3 \_SB_.LNKD irq 5: [ 3 4 5 6 7 10 11 12 14 15] 0.16.0 \_SB_.LNKA irq 11: [ 3 4 5 6 7 10 11 12 14 15] 0.16.1 \_SB_.LNKB irq 7: [ 3 4 5 6 7 10 11 12 14 15] 0.16.2 \_SB_.LNKC irq 10: [ 3 4 5 6 7 10 11 12 14 15] 0.16.3 \_SB_.LNKB irq 7: [ 3 4 5 6 7 10 11 12 14 15] 0.12.0 \_SB_.LNKB irq 7: [ 3 4 5 6 7 10 11 12 14 15] 0.13.0 pci0: on pcib0 pci0: physical bus=3D0 map[10]: type 3, range 32, base e0000000, size 28, enabled found-> vendor=3D0x8086, dev=3D0x7192, revid=3D0x03 bus=3D0, slot=3D0, func=3D0 class=3D06-00-00, hdrtype=3D0x00, mfdev=3D0 cmdreg=3D0x0106, statreg=3D0x2200, cachelnsz=3D0 (dwords) lattimer=3D0x40 (1920 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 = (0 ns) found-> vendor=3D0x8086, dev=3D0x7110, revid=3D0x02 bus=3D0, slot=3D7, func=3D0 class=3D06-01-00, hdrtype=3D0x00, mfdev=3D1 cmdreg=3D0x000f, statreg=3D0x0280, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) map[20]: type 4, range 32, base 0000ffa0, size 4, enabled found-> vendor=3D0x8086, dev=3D0x7111, revid=3D0x01 bus=3D0, slot=3D7, func=3D1 class=3D01-01-80, hdrtype=3D0x00, mfdev=3D0 cmdreg=3D0x0005, statreg=3D0x0280, cachelnsz=3D0 (dwords) lattimer=3D0x40 (1920 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 = (0 ns) map[20]: type 4, range 32, base 0000ef80, size 5, enabled pcib0: matched entry for 0.7.INTD (source \_SB_.LNKD) pcib0: slot 7 INTD is routed to irq 5 found-> vendor=3D0x8086, dev=3D0x7112, revid=3D0x01 bus=3D0, slot=3D7, func=3D2 class=3D0c-03-00, hdrtype=3D0x00, mfdev=3D0 cmdreg=3D0x0005, statreg=3D0x0280, cachelnsz=3D0 (dwords) lattimer=3D0x40 (1920 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 = (0 ns) intpin=3Dd, irq=3D5 map[90]: type 4, range 32, base 00000440, size 4, enabled found-> vendor=3D0x8086, dev=3D0x7113, revid=3D0x02 bus=3D0, slot=3D7, func=3D3 class=3D06-80-00, hdrtype=3D0x00, mfdev=3D0 cmdreg=3D0x0001, statreg=3D0x0280, cachelnsz=3D0 (dwords) lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 = ns) map[10]: type 1, range 32, base febfd000, size 12, enabled map[14]: type 4, range 32, base 0000ef00, size 6, enabled map[18]: type 1, range 32, base fea00000, size 20, enabled pcib0: matched entry for 0.12.INTA (source \_SB_.LNKB) pcib0: slot 12 INTA is routed to irq 7 found-> vendor=3D0x8086, dev=3D0x1229, revid=3D0x08 bus=3D0, slot=3D12, func=3D0 class=3D02-00-00, hdrtype=3D0x00, mfdev=3D0 cmdreg=3D0x0117, statreg=3D0x0290, cachelnsz=3D8 (dwords) lattimer=3D0x40 (1920 ns), mingnt=3D0x08 (2000 ns), = maxlat=3D0x38 (14000 ns) intpin=3Da, irq=3D7 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type 1, range 32, base febfc000, size 12, enabled map[14]: type 4, range 32, base 0000ee80, size 6, enabled map[18]: type 1, range 32, base fe800000, size 20, enabled pcib0: matched entry for 0.13.INTA (source \_SB_.LNKB) pcib0: slot 13 INTA is routed to irq 7 found-> vendor=3D0x8086, dev=3D0x1229, revid=3D0x08 bus=3D0, slot=3D13, func=3D0 class=3D02-00-00, hdrtype=3D0x00, mfdev=3D0 cmdreg=3D0x0117, statreg=3D0x0290, cachelnsz=3D8 (dwords) lattimer=3D0x40 (1920 ns), mingnt=3D0x08 (2000 ns), = maxlat=3D0x38 (14000 ns) intpin=3Da, irq=3D7 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type 1, range 32, base fd000000, size 24, enabled map[14]: type 4, range 32, base 0000e800, size 8, enabled map[18]: type 1, range 32, base febff000, size 12, enabled pcib0: matched entry for 0.14.INTA (source \_SB_.LNKA) pcib0: slot 14 INTA is routed to irq 11 found-> vendor=3D0x1002, dev=3D0x4752, revid=3D0x27 bus=3D0, slot=3D14, func=3D0 class=3D03-00-00, hdrtype=3D0x00, mfdev=3D0 cmdreg=3D0x0087, statreg=3D0x0290, cachelnsz=3D8 (dwords) lattimer=3D0x40 (1920 ns), mingnt=3D0x08 (2000 ns), = maxlat=3D0x00 (0 ns) intpin=3Da, irq=3D11 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type 4, range 32, base 0000efa0, size 4, enabled map[14]: type 1, range 32, base febfec00, size 4, enabled map[18]: type 1, range 32, base fe000000, size 23, enabled pcib0: matched entry for 0.15.INTA (source \_SB_.LNKC) pcib0: slot 15 INTA is routed to irq 10 found-> vendor=3D0x13c1, dev=3D0x1001, revid=3D0x01 bus=3D0, slot=3D15, func=3D0 class=3D01-04-00, hdrtype=3D0x00, mfdev=3D0 cmdreg=3D0x011f, statreg=3D0x0290, cachelnsz=3D8 (dwords) lattimer=3D0x40 (1920 ns), mingnt=3D0x09 (2250 ns), = maxlat=3D0x00 (0 ns) intpin=3Da, irq=3D10 powerspec 1 supports D0 D1 D3 current D0 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xffa0-0xffaf at device = 7.1 on pci 0 ata0: reset tp1 mask=3D03 ostat0=3D50 ostat1=3D01 ata0-master: stat=3D0x00 err=3D0x01 lsb=3D0x14 msb=3D0xeb ata0-slave: stat=3D0x01 err=3D0x04 lsb=3D0x14 msb=3D0xeb ata0: reset tp2 mask=3D03 stat0=3D00 stat1=3D01 = devices=3D0x4 ata0: at 0x1f0 irq 14 on atapci0 ata0: [MPSAFE] ata1: at 0x170 irq 15 on atapci0 ata1: [MPSAFE] pci0: at device 7.2 (no driver attached) pci0: at device 7.3 (no driver attached) fxp0: port 0xef00-0xef3f mem 0xfea00000-0xfeaffff f,0xfebfd000-0xfebfdfff irq 7 at device 12.0 on pci0 fxp0: using memory space register mapping fxp0: Ethernet address 00:02:b3:86:a6:d4 fxp0: PCI IDs: 8086 1229 8086 3000 0008 fxp0: Dynamic Standby mode is disabled miibus0: on fxp0 inphy0: on miibus0 inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto fxp0: bpf attached fxp1: port 0xee80-0xeebf mem 0xfe800000-0xfe8ffff f,0xfebfc000-0xfebfcfff irq 7 at device 13.0 on pci0 fxp1: using memory space register mapping fxp1: Ethernet address 00:02:b3:86:a6:d5 fxp1: PCI IDs: 8086 1229 8086 3000 0008 fxp1: Dynamic Standby mode is disabled miibus1: on fxp1 inphy1: on miibus1 inphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto fxp1: bpf attached pci0: at device 14.0 (no driver attached) twe0: <3ware 7000 series Storage Controller. Driver version 1.50.00.000> = port 0x efa0-0xefaf mem 0xfe000000-0xfe7fffff,0xfebfec00-0xfebfec0f irq 10 at = device 15. 0 on pci0 twe0: AEN: twe0: 2 ports, Firmware FE7X 1.05.00.056, BIOS BE7X 1.08.00.046 twe0: Monitor ME7X 1.01.00.038, PCB Rev3 , Achip 3.20 , Pchip = 1.30-33 twe0: port 0: WDC WD200BB-18CAA0 19073MB twe0: port 1: WDC WD200BB-18CAA0 19073MB unknown: not probed (disabled) acpi_button0: on acpi0 unknown: not probed (disabled) unknown: not probed (disabled) psmcpnp0 irq 12 on acpi0 atkbdc0: port 0x64,0x60 irq 1 on acpi0 atkbd0: flags 0x1 irq 1 on atkbdc0 atkbd: the current kbd controller command byte 0065 atkbd: keyboard ID 0x41ab (2) kbdc: RESET_KBD return code:00fa kbdc: RESET_KBD status:00aa kbd0 at atkbd0 kbd0: atkbd0, AT 101/102 (2), config:0x1, flags:0x1d0000 psm0: current command byte:0065 kbdc: TEST_AUX_PORT status:0000 kbdc: RESET_AUX return code:00fa kbdc: RESET_AUX status:00aa kbdc: RESET_AUX ID:0000 kbdc: RESET_AUX return code:00fa kbdc: RESET_AUX status:00aa kbdc: RESET_AUX ID:0000 psm: status 00 02 3c psm: status 00 00 3c psm: status 00 03 3c psm: status 00 03 3c psm: data 00 00 00 psm: data 00 00 00 psm: status 00 02 28 psm0: irq 12 on atkbdc0 psm0: model IntelliMouse Explorer, device ID 4-00, 5 buttons psm0: config:00000000, flags:00000000, packet size:4 psm0: syncmask:08, syncbits:00 fdc0: output ready timeout fdc0: cmd 3 failed at out byte 1 of 3 sio0: irq maps: 0x1 0x11 0x1 0x1 sio0 port 0x3f8-0x3ff irq 4 on acpi0 sio0: type 16550A, console sio1: irq maps: 0x1 0x9 0x1 0x1 sio1 port 0x2f8-0x2ff irq 3 on acpi0 sio1: type 16550A unknown: not probed (disabled) unknown: not probed (disabled) unknown: not probed (disabled) fdc0: output ready timeout fdc0: cmd 3 failed at out byte 1 of 3 ata: ata0 already exists; skipping it ata: ata1 already exists; skipping it atkbdc: atkbdc0 already exists; skipping it sc: sc0 already exists; skipping it sio: sio0 already exists; skipping it sio: sio1 already exists; skipping it vga: vga0 already exists; skipping it 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: