Date: Thu, 12 Dec 2002 12:54:39 -0500 From: "Jeroen C. van Gelderen" <jeroen@vangelderen.org> To: current@freebsd.org Subject: DP2: ar / sysinstall fdisk trouble / GEOM? Message-ID: <C8F3BBB1-0DFA-11D7-B124-000393754B1C@vangelderen.org>
next in thread | raw e-mail | index | archive | help
Hi, In order to debug a minor problem with the ar-driver, I installed DP2 on an Abit KR7A-RAID with HighPoint ATA-RAID controller. The machine contains two identical 40GB IBM drives as masters on each of the two HighPoint IDE channels. The issue I ran into was that the partition editor in sysinstall does not work correctly. While it correctly displays the existing disk partitioning scheme, it insists on reporting an incorrect drive geometry of 0/255/63. Trying to delete slices does not work and causes sysinstall to go unresponsive. Manually overriding geometry to the correct value of 7476/255/63 (as determined by FreeBSD 4.6) did not help. I could not find a way to make the partition editor work right. In the end I worked around the problem by using a 4.6 disk to do the partitioning. Labeling and the rest of the installation process were done with DP2 and worked like a charm. (GEOM and RCng kick ass!) Once installed and booted into DP2, I checked /stand/sysinstall again, with the exact same results. Executing /sbin/fdisk however does report the correct geometry which leads me to believe that the problem is sysinstall-specific. Attached are dmesg, fdisk output. The machine is available for remote root login over SSH. Any suggestions? -J ------------- [sysinstall partition editor] ------------- Disk name: ar0 FDISK Partition Editor DISK Geometry: 0 cyls/255 heads/63 sectors = 0 sectors (0MB) Offset Size(ST) End Name PType Desc Subtype Flags 0 63 62 - 12 unused 0 63 120101877 120101939 ar0s1 8 freebsd 165 120101940 1259 120103198 - 12 unused 0 The following commands are supported (in upper or lower case): A = Use Entire Disk G = set Drive Geometry C = Create Slice F = `DD' mode D = Delete Slice Z = Toggle Size Units S = Set Bootable | = Wizard m. T = Change Type U = Undo All Changes W = Write Changes Use F1 or ? to get more help, arrow keys to select. ------------- [ fdisk output ] ------------- # fdisk ******* Working on device /dev/ar0 ******* parameters extracted from in-core disklabel are: cylinders=7476 heads=255 sectors/track=63 (16065 blks/cyl) Figures below won't work with BIOS for partitions not in cyl 1 parameters to be used for BIOS calculations are: cylinders=7476 heads=255 sectors/track=63 (16065 blks/cyl) Media sector size is 512 Warning: BIOS sector numbering starts with sector 1 Information from DOS bootblock is: The data for partition 1 is: sysid 165 (0xa5),(FreeBSD/NetBSD/386BSD) start 63, size 120101877 (58643 Meg), flag 80 (active) beg: cyl 0/ head 1/ sector 1; end: cyl 1023/ head 254/ sector 63 The data for partition 2 is: <UNUSED> The data for partition 3 is: <UNUSED> The data for partition 4 is: <UNUSED> # ------------- [ dmesg (verbose) ] ------------- Dec 12 12:39:49 syslogd: kernel boot file is /boot/kernel/kernel Dec 12 12:39:49 kernel: Copyright (c) 1992-2002 The FreeBSD Project. Dec 12 12:39:49 kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 Dec 12 12:39:49 kernel: The Regents of the University of California. All rights reserved. Dec 12 12:39:49 kernel: FreeBSD 5.0-DP2 #1: Sat Nov 16 13:38:33 GMT 2002 Dec 12 12:39:49 kernel: root@tomcat.bmah.org:/usr/obj/usr/src/sys/GENERIC Dec 12 12:39:49 kernel: Preloaded elf kernel "/boot/kernel/kernel" at 0xc0679000. Dec 12 12:39:49 kernel: Preloaded elf module "/boot/kernel/acpi.ko" at 0xc06790b4. Dec 12 12:39:49 kernel: Calibrating clock(s) ... TSC clock: 1534133428 Hz, i8254 clock: 1193301 Hz Dec 12 12:39:49 kernel: CLK_USE_I8254_CALIBRATION not specified - using default frequency Dec 12 12:39:49 kernel: Timecounter "i8254" frequency 1193182 Hz Dec 12 12:39:49 kernel: CLK_USE_TSC_CALIBRATION not specified - using old calibration method Dec 12 12:39:49 kernel: Timecounter "TSC" frequency 1533986470 Hz Dec 12 12:39:49 kernel: CPU: AMD Athlon(tm) XP 1800+ (1533.99-MHz 686-class CPU) Dec 12 12:39:49 kernel: Origin = "AuthenticAMD" Id = 0x662 Stepping = 2 Dec 12 12:39:49 kernel: Features=0x383fbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE, MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE> Dec 12 12:39:49 kernel: AMD Features=0xffffffffc0480000<MP,AMIE,DSP,3DNow!> Dec 12 12:39:49 kernel: Data TLB: 32 entries, fully associative Dec 12 12:39:49 kernel: Instruction TLB: 16 entries, fully associative Dec 12 12:39:49 kernel: L1 data cache: 64 kbytes, 64 bytes/line, 1 lines/tag, 2-way associative Dec 12 12:39:49 kernel: L1 instruction cache: 64 kbytes, 64 bytes/line, 1 lines/tag, 2-way associative Dec 12 12:39:49 kernel: L2 internal cache: 256 kbytes, 64 bytes/line, 1 lines/tag, 8-way associative Dec 12 12:39:49 kernel: real memory = 536805376 (511 MB) Dec 12 12:39:49 kernel: Physical memory chunk(s): Dec 12 12:39:49 kernel: 0x00001000 - 0x0009ffff, 651264 bytes (159 pages) Dec 12 12:39:49 kernel: 0x006a0000 - 0x1ffe7fff, 529825792 bytes (129352 pages) Dec 12 12:39:49 kernel: avail memory = 514547712 (490 MB) Dec 12 12:39:49 kernel: bios32: Found BIOS32 Service Directory header at 0xc00fb030 Dec 12 12:39:49 kernel: bios32: Entry = 0xfb4a0 (c00fb4a0) Rev = 0 Len = 1 Dec 12 12:39:49 kernel: pcibios: PCI BIOS entry at 0xf0000+0xb4d0 Dec 12 12:39:49 kernel: pnpbios: Found PnP BIOS data at 0xc00fbfa0 Dec 12 12:39:49 kernel: pnpbios: Entry = f0000:bfd0 Rev = 1.0 Dec 12 12:39:49 kernel: Other BIOS signatures found: Dec 12 12:39:49 kernel: Initializing GEOMetry subsystem Dec 12 12:39:49 kernel: random: <entropy source> Dec 12 12:39:49 kernel: mem: <memory & I/O> Dec 12 12:39:49 kernel: Pentium Pro MTRR support enabled Dec 12 12:39:49 kernel: null: <null device, zero device> Dec 12 12:39:49 kernel: npx0: <math processor> on motherboard Dec 12 12:39:49 kernel: npx0: INT 16 interface Dec 12 12:39:49 kernel: acpi0: <VIA694 AWRDACPI> on motherboard Dec 12 12:39:49 kernel: pci_open(1): mode 1 addr port (0x0cf8) is 0x80008840 Dec 12 12:39:49 kernel: pci_open(1a): mode1res=0x80000000 (0x80000000) Dec 12 12:39:49 kernel: pci_cfgcheck: device 0 [class=060000] [hdr=00] is there (id=30991106) Dec 12 12:39:49 kernel: Using $PIR table, 8 entries at 0xc00fdef0 Dec 12 12:39:49 kernel: PCI-Only Interrupts: 5 10 11 12 Dec 12 12:39:49 kernel: Location Bus Device Pin Link IRQs Dec 12 12:39:49 kernel: slot 1 0 16 A 0x01 3 4 5 7 9 10 11 12 14 15 Dec 12 12:39:49 kernel: slot 1 0 16 B 0x02 3 4 5 7 9 10 11 12 14 15 Dec 12 12:39:49 kernel: slot 1 0 16 C 0x03 3 4 5 7 9 10 11 12 14 15 Dec 12 12:39:49 kernel: slot 1 0 16 D 0x04 3 4 5 7 9 10 11 12 14 15 Dec 12 12:39:49 kernel: slot 2 0 15 A 0x02 3 4 5 7 9 10 11 12 14 15 Dec 12 12:39:49 kernel: slot 2 0 15 B 0x04 3 4 5 7 9 10 11 12 14 15 Dec 12 12:39:49 kernel: slot 2 0 15 C 0x03 3 4 5 7 9 10 11 12 14 15 Dec 12 12:39:49 kernel: slot 2 0 15 D 0x01 3 4 5 7 9 10 11 12 14 15 Dec 12 12:39:49 kernel: slot 3 0 13 A 0x02 3 4 5 7 9 10 11 12 14 15 Dec 12 12:39:49 kernel: slot 3 0 13 B 0x01 3 4 5 7 9 10 11 12 14 15 Dec 12 12:39:49 kernel: slot 3 0 13 C 0x04 3 4 5 7 9 10 11 12 14 15 Dec 12 12:39:49 kernel: slot 3 0 13 D 0x03 3 4 5 7 9 10 11 12 14 15 Dec 12 12:39:49 kernel: slot 4 0 11 A 0x04 3 4 5 7 9 10 11 12 14 15 Dec 12 12:39:49 kernel: slot 4 0 11 B 0x01 3 4 5 7 9 10 11 12 14 15 Dec 12 12:39:49 kernel: slot 4 0 11 C 0x02 3 4 5 7 9 10 11 12 14 15 Dec 12 12:39:49 kernel: slot 4 0 11 D 0x03 3 4 5 7 9 10 11 12 14 15 Dec 12 12:39:49 kernel: slot 5 0 9 A 0x03 3 4 5 7 9 10 11 12 14 15 Dec 12 12:39:49 kernel: slot 5 0 9 B 0x04 3 4 5 7 9 10 11 12 14 15 Dec 12 12:39:49 kernel: slot 5 0 9 C 0x01 3 4 5 7 9 10 11 12 14 15 Dec 12 12:39:49 kernel: slot 5 0 9 D 0x02 3 4 5 7 9 10 11 12 14 15 Dec 12 12:39:49 kernel: slot 6 0 8 A 0x04 3 4 5 7 9 10 11 12 14 15 Dec 12 12:39:49 kernel: slot 6 0 8 B 0x02 3 4 5 7 9 10 11 12 14 15 Dec 12 12:39:49 kernel: slot 6 0 8 C 0x03 3 4 5 7 9 10 11 12 14 15 Dec 12 12:39:49 kernel: slot 6 0 8 D 0x01 3 4 5 7 9 10 11 12 14 15 Dec 12 12:39:49 kernel: slot 7 0 19 A 0x03 3 4 5 7 9 10 11 12 14 15 Dec 12 12:39:49 kernel: slot 7 0 19 B 0x04 3 4 5 7 9 10 11 12 14 15 Dec 12 12:39:49 kernel: slot 7 0 19 C 0x01 3 4 5 7 9 10 11 12 14 15 Dec 12 12:39:49 kernel: slot 7 0 19 D 0x02 3 4 5 7 9 10 11 12 14 15 Dec 12 12:39:49 kernel: embedded 0 1 A 0x01 3 4 5 7 9 10 11 12 14 15 Dec 12 12:39:49 kernel: embedded 0 1 B 0x02 3 4 5 7 9 10 11 12 14 15 Dec 12 12:39:49 kernel: embedded 0 1 C 0x03 3 4 5 7 9 10 11 12 14 15 Dec 12 12:39:49 kernel: embedded 0 1 D 0x04 3 4 5 7 9 10 11 12 14 15 Dec 12 12:39:49 kernel: acpi0: power button is handled as a fixed feature programming model. Dec 12 12:39:49 kernel: ACPI timer looks GOOD min = 2, max = 3, width = 2 Dec 12 12:39:49 last message repeated 9 times Dec 12 12:39:49 kernel: Timecounter "ACPI-fast" frequency 3579545 Hz Dec 12 12:39:49 kernel: acpi_timer0: <24-bit timer at 3.579545MHz> port 0x4008-0x400b on acpi0 Dec 12 12:39:49 kernel: acpi_cpu0: <CPU> on acpi0 Dec 12 12:39:49 kernel: acpi_tz0: <thermal zone> on acpi0 Dec 12 12:39:49 kernel: acpi_button0: <Power Button> on acpi0 Dec 12 12:39:49 kernel: acpi_button1: <Sleep Button> on acpi0 Dec 12 12:39:49 kernel: pcib0: <ACPI Host-PCI bridge> port 0x5000-0x500f,0x4080-0x40ff,0x4000-0x407f,0xcf8-0xcff on acpi0 Dec 12 12:39:49 kernel: ---- initial configuration ------------------------ Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKA irq 11: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.16.0 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKB irq 12: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.16.1 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKC irq 10: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.16.2 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKD irq 5: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.16.3 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKB irq 12: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.15.0 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKD irq 5: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.15.1 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKC irq 10: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.15.2 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKA irq 11: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.15.3 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKB irq 12: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.13.0 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKA irq 11: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.13.1 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKD irq 5: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.13.2 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKC irq 10: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.13.3 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKD irq 5: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.11.0 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKA irq 11: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.11.1 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKB irq 12: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.11.2 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKC irq 10: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.11.3 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKC irq 10: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.9.0 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKD irq 5: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.9.1 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKA irq 11: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.9.2 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKB irq 12: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.9.3 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKD irq 5: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.8.0 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKB irq 12: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.8.1 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKC irq 10: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.8.2 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKA irq 11: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.8.3 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKC irq 10: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.19.0 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKD irq 5: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.19.1 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKA irq 11: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.19.2 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKB irq 12: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.19.3 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKA irq 11: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.17.0 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKB irq 12: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.17.1 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKC irq 10: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.17.2 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKD irq 5: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.17.3 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKA irq 11: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.1.0 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKB irq 12: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.1.1 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKC irq 10: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.1.2 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKD irq 5: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.1.3 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKA irq 11: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.18.0 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKB irq 12: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.18.1 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKC irq 10: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.18.2 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKD irq 5: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.18.3 Dec 12 12:39:49 kernel: ---- before setting priority for links ------------ Dec 12 12:39:49 kernel: ---- before fixup boot-disabled links ------------- Dec 12 12:39:49 kernel: ---- after fixup boot-disabled links -------------- Dec 12 12:39:49 kernel: ---- arbitrated configuration --------------------- Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKA irq 11: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.16.0 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKB irq 12: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.16.1 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKC irq 10: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.16.2 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKD irq 5: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.16.3 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKB irq 12: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.15.0 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKD irq 5: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.15.1 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKC irq 10: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.15.2 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKA irq 11: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.15.3 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKB irq 12: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.13.0 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKA irq 11: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.13.1 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKD irq 5: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.13.2 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKC irq 10: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.13.3 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKD irq 5: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.11.0 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKA irq 11: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.11.1 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKB irq 12: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.11.2 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKC irq 10: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.11.3 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKC irq 10: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.9.0 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKD irq 5: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.9.1 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKA irq 11: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.9.2 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKB irq 12: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.9.3 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKD irq 5: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.8.0 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKB irq 12: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.8.1 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKC irq 10: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.8.2 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKA irq 11: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.8.3 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKC irq 10: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.19.0 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKD irq 5: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.19.1 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKA irq 11: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.19.2 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKB irq 12: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.19.3 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKA irq 11: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.17.0 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKB irq 12: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.17.1 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKC irq 10: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.17.2 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKD irq 5: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.17.3 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKA irq 11: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.1.0 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKB irq 12: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.1.1 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKC irq 10: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.1.2 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKD irq 5: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.1.3 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKA irq 11: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.18.0 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKB irq 12: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.18.1 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKC irq 10: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.18.2 Dec 12 12:39:49 kernel: \_SB_.PCI0.LNKD irq 5: [ 1 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.18.3 Dec 12 12:39:49 kernel: pci0: <ACPI PCI bus> on pcib0 Dec 12 12:39:49 kernel: pci0: physical bus=0 Dec 12 12:39:49 kernel: map[10]: type 3, range 32, base e0000000, size 26, enabled Dec 12 12:39:49 kernel: found-> vendor=0x1106, dev=0x3099, revid=0x00 Dec 12 12:39:49 kernel: bus=0, slot=0, func=0 Dec 12 12:39:49 kernel: class=06-00-00, hdrtype=0x00, mfdev=0 Dec 12 12:39:49 kernel: cmdreg=0x0006, statreg=0x2210, cachelnsz=0 (dwords) Dec 12 12:39:49 kernel: lattimer=0x08 (240 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) Dec 12 12:39:49 kernel: powerspec 2 supports D0 D3 current D0 Dec 12 12:39:49 kernel: found-> vendor=0x1106, dev=0xb099, revid=0x00 Dec 12 12:39:49 kernel: bus=0, slot=1, func=0 Dec 12 12:39:49 kernel: class=06-04-00, hdrtype=0x01, mfdev=0 Dec 12 12:39:49 kernel: cmdreg=0x0007, statreg=0x2230, cachelnsz=0 (dwords) Dec 12 12:39:49 kernel: lattimer=0x00 (0 ns), mingnt=0x04 (1000 ns), maxlat=0x00 (0 ns) Dec 12 12:39:49 kernel: map[10]: type 4, range 32, base 0000c000, size 8, enabled Dec 12 12:39:49 kernel: map[14]: type 1, range 32, base e6020000, size 10, enabled Dec 12 12:39:49 kernel: found-> vendor=0x1317, dev=0x0985, revid=0x11 Dec 12 12:39:49 kernel: bus=0, slot=13, func=0 Dec 12 12:39:49 kernel: class=02-00-00, hdrtype=0x00, mfdev=0 Dec 12 12:39:49 kernel: cmdreg=0x0007, statreg=0x0290, cachelnsz=8 (dwords) Dec 12 12:39:49 kernel: lattimer=0x20 (960 ns), mingnt=0xff (63750 ns), maxlat=0xff (63750 ns) Dec 12 12:39:49 kernel: intpin=a, irq=12 Dec 12 12:39:49 kernel: powerspec 2 supports D0 D1 D2 D3 current D0 Dec 12 12:39:49 kernel: map[10]: type 1, range 32, base e5000000, size 23, enabled Dec 12 12:39:49 kernel: map[14]: type 1, range 32, base e6000000, size 17, enabled Dec 12 12:39:49 kernel: map[18]: type 1, range 32, base e5800000, size 23, enabled Dec 12 12:39:49 kernel: found-> vendor=0x1023, dev=0x9880, revid=0x3a Dec 12 12:39:49 kernel: bus=0, slot=15, func=0 Dec 12 12:39:49 kernel: class=03-00-00, hdrtype=0x00, mfdev=0 Dec 12 12:39:49 kernel: cmdreg=0x0007, statreg=0x02b0, cachelnsz=0 (dwords) Dec 12 12:39:49 kernel: lattimer=0x20 (960 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) Dec 12 12:39:49 kernel: intpin=a, irq=12 Dec 12 12:39:49 kernel: powerspec 1 supports D0 D1 D2 D3 current D0 Dec 12 12:39:49 kernel: found-> vendor=0x1106, dev=0x3074, revid=0x00 Dec 12 12:39:49 kernel: bus=0, slot=17, func=0 Dec 12 12:39:49 kernel: class=06-01-00, hdrtype=0x00, mfdev=1 Dec 12 12:39:49 kernel: cmdreg=0x0087, statreg=0x0210, cachelnsz=0 (dwords) Dec 12 12:39:49 kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) Dec 12 12:39:49 kernel: powerspec 2 supports D0 D3 current D0 Dec 12 12:39:49 kernel: map[20]: type 4, range 32, base 0000c400, size 4, enabled Dec 12 12:39:49 kernel: found-> vendor=0x1106, dev=0x0571, revid=0x06 Dec 12 12:39:49 kernel: bus=0, slot=17, func=1 Dec 12 12:39:49 kernel: class=01-01-8a, hdrtype=0x00, mfdev=0 Dec 12 12:39:49 kernel: cmdreg=0x0007, statreg=0x0290, cachelnsz=0 (dwords) Dec 12 12:39:49 kernel: lattimer=0x20 (960 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) Dec 12 12:39:49 kernel: intpin=a, irq=255 Dec 12 12:39:49 kernel: powerspec 2 supports D0 D3 current D0 Dec 12 12:39:49 kernel: map[20]: type 4, range 32, base 0000c800, size 5, enabled Dec 12 12:39:49 kernel: found-> vendor=0x1106, dev=0x3038, revid=0x1b Dec 12 12:39:49 kernel: bus=0, slot=17, func=2 Dec 12 12:39:49 kernel: class=0c-03-00, hdrtype=0x00, mfdev=0 Dec 12 12:39:49 kernel: cmdreg=0x0007, statreg=0x0210, cachelnsz=8 (dwords) Dec 12 12:39:49 kernel: lattimer=0x20 (960 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) Dec 12 12:39:49 kernel: intpin=d, irq=5 Dec 12 12:39:49 kernel: powerspec 2 supports D0 D3 current D0 Dec 12 12:39:49 kernel: map[20]: type 4, range 32, base 0000cc00, size 5, enabled Dec 12 12:39:49 kernel: found-> vendor=0x1106, dev=0x3038, revid=0x1b Dec 12 12:39:49 kernel: bus=0, slot=17, func=3 Dec 12 12:39:49 kernel: class=0c-03-00, hdrtype=0x00, mfdev=0 Dec 12 12:39:49 kernel: cmdreg=0x0007, statreg=0x0210, cachelnsz=8 (dwords) Dec 12 12:39:49 kernel: lattimer=0x20 (960 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) Dec 12 12:39:49 kernel: intpin=d, irq=5 Dec 12 12:39:49 kernel: powerspec 2 supports D0 D3 current D0 Dec 12 12:39:49 kernel: map[20]: type 4, range 32, base 0000d000, size 5, enabled Dec 12 12:39:49 kernel: found-> vendor=0x1106, dev=0x3038, revid=0x1b Dec 12 12:39:49 kernel: bus=0, slot=17, func=4 Dec 12 12:39:49 kernel: class=0c-03-00, hdrtype=0x00, mfdev=0 Dec 12 12:39:49 kernel: cmdreg=0x0007, statreg=0x0210, cachelnsz=8 (dwords) Dec 12 12:39:49 kernel: lattimer=0x20 (960 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) Dec 12 12:39:49 kernel: intpin=d, irq=5 Dec 12 12:39:49 kernel: powerspec 2 supports D0 D3 current D0 Dec 12 12:39:49 kernel: map[10]: type 4, range 32, base 0000d400, size 3, enabled Dec 12 12:39:49 kernel: map[14]: type 4, range 32, base 0000d800, size 2, enabled Dec 12 12:39:49 kernel: map[18]: type 4, range 32, base 0000dc00, size 3, enabled Dec 12 12:39:49 kernel: map[1c]: type 4, range 32, base 0000e000, size 2, enabled Dec 12 12:39:49 kernel: map[20]: type 4, range 32, base 0000e400, size 8, enabled Dec 12 12:39:49 kernel: found-> vendor=0x1103, dev=0x0004, revid=0x05 Dec 12 12:39:49 kernel: bus=0, slot=19, func=0 Dec 12 12:39:49 kernel: class=01-04-00, hdrtype=0x00, mfdev=0 Dec 12 12:39:49 kernel: cmdreg=0x0005, statreg=0x0230, cachelnsz=8 (dwords) Dec 12 12:39:49 kernel: lattimer=0x40 (1920 ns), mingnt=0x08 (2000 ns), maxlat=0x08 (2000 ns) Dec 12 12:39:49 kernel: intpin=a, irq=10 Dec 12 12:39:49 kernel: powerspec 2 supports D0 D3 current D0 Dec 12 12:39:49 kernel: agp0: <VIA Generic host to PCI bridge> mem 0xe0000000-0xe3ffffff at device 0.0 on pci0 Dec 12 12:39:49 kernel: agp0: allocating GATT for aperture of size 256M Dec 12 12:39:49 kernel: pcib1: <PCI-PCI bridge> at device 1.0 on pci0 Dec 12 12:39:49 kernel: pcib1: secondary bus 1 Dec 12 12:39:49 kernel: pcib1: subordinate bus 1 Dec 12 12:39:49 kernel: pcib1: I/O decode 0xf000-0xfff Dec 12 12:39:49 kernel: pcib1: memory decode 0xfff00000-0xfffff Dec 12 12:39:49 kernel: pcib1: prefetched decode 0xfff00000-0xfffff Dec 12 12:39:49 kernel: pci1: <PCI bus> on pcib1 Dec 12 12:39:49 kernel: pci1: physical bus=1 Dec 12 12:39:49 kernel: dc0: <ADMtek AN985 10/100BaseTX> port 0xc000-0xc0ff mem 0xe6020000-0xe60203ff irq 12 at device 13.0 on pci0 Dec 12 12:39:49 kernel: dc0: Ethernet address: 00:03:6d:1c:19:9b Dec 12 12:39:49 kernel: miibus0: <MII bus> on dc0 Dec 12 12:39:49 kernel: ukphy0: <Generic IEEE 802.3u media interface> on miibus0 Dec 12 12:39:49 kernel: ukphy0: OUI 0x000895, model 0x0001, rev. 0 Dec 12 12:39:49 kernel: ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto Dec 12 12:39:49 kernel: dc0: bpf attached Dec 12 12:39:49 kernel: pci0: <display, VGA> at device 15.0 (no driver attached) Dec 12 12:39:49 kernel: isab0: <PCI-ISA bridge> at device 17.0 on pci0 Dec 12 12:39:49 kernel: isa0: <ISA bus> on isab0 Dec 12 12:39:49 kernel: atapci0: <VIA 8233 ATA100 controller> port 0xc400-0xc40f at device 17.1 on pci0 Dec 12 12:39:49 kernel: ata0: iobase=0x01f0 altiobase=0x03f6 bmaddr=0xc400 Dec 12 12:39:49 kernel: ata0: mask=03 ostat0=20 ostat2=30 Dec 12 12:39:49 kernel: ata0-master: ATAPI 20 20 Dec 12 12:39:49 kernel: ata0-slave: ATAPI 30 30 Dec 12 12:39:49 kernel: ata0: mask=03 stat0=20 stat1=30 Dec 12 12:39:49 kernel: ata0-master: ATA 25 25 Dec 12 12:39:49 kernel: ata0-slave: ATA 25 25 Dec 12 12:39:49 kernel: ata0: devices=00 Dec 12 12:39:49 kernel: ata0: at 0x1f0 irq 14 on atapci0 Dec 12 12:39:49 kernel: ata1: iobase=0x0170 altiobase=0x0376 bmaddr=0xc408 Dec 12 12:39:49 kernel: ata1: mask=03 ostat0=50 ostat2=00 Dec 12 12:39:49 kernel: ata1-master: ATAPI 14 eb Dec 12 12:39:49 kernel: ata1-slave: ATAPI 7f 7f Dec 12 12:39:49 kernel: ata1: mask=03 stat0=00 stat1=00 Dec 12 12:39:49 kernel: ata1: devices=04 Dec 12 12:39:49 kernel: ata1: at 0x170 irq 15 on atapci0 Dec 12 12:39:49 kernel: uhci0: <VIA 83C572 USB controller> port 0xc800-0xc81f irq 5 at device 17.2 on pci0 Dec 12 12:39:49 kernel: usb0: <VIA 83C572 USB controller> on uhci0 Dec 12 12:39:49 kernel: usb0: USB revision 1.0 Dec 12 12:39:49 kernel: uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 Dec 12 12:39:49 kernel: uhub0: 2 ports with 2 removable, self powered Dec 12 12:39:49 kernel: uhci1: <VIA 83C572 USB controller> port 0xcc00-0xcc1f irq 5 at device 17.3 on pci0 Dec 12 12:39:49 kernel: usb1: <VIA 83C572 USB controller> on uhci1 Dec 12 12:39:49 kernel: usb1: USB revision 1.0 Dec 12 12:39:49 kernel: uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 Dec 12 12:39:49 kernel: uhub1: 2 ports with 2 removable, self powered Dec 12 12:39:49 kernel: uhci2: <VIA 83C572 USB controller> port 0xd000-0xd01f irq 5 at device 17.4 on pci0 Dec 12 12:39:49 kernel: usb2: <VIA 83C572 USB controller> on uhci2 Dec 12 12:39:49 kernel: usb2: USB revision 1.0 Dec 12 12:39:49 kernel: uhub2: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 Dec 12 12:39:49 kernel: uhub2: 2 ports with 2 removable, self powered Dec 12 12:39:49 kernel: atapci1: <HighPoint HPT372 ATA133 controller> port 0xe400-0xe4ff,0xe000-0xe003,0xdc00-0xdc07,0xd800-0xd803,0xd400-0xd407 irq 10 at device 19.0 on pci0 Dec 12 12:39:49 kernel: ata2: iobase=0xd400 altiobase=0xd802 bmaddr=0xe400 Dec 12 12:39:49 kernel: ata2: mask=03 ostat0=50 ostat2=00 Dec 12 12:39:49 kernel: ata2-master: ATAPI 00 00 Dec 12 12:39:49 kernel: ata2-slave: ATAPI 00 00 Dec 12 12:39:49 kernel: ata2: mask=03 stat0=50 stat1=00 Dec 12 12:39:49 kernel: ata2-master: ATA 01 a5 Dec 12 12:39:49 kernel: ata2: devices=01 Dec 12 12:39:49 kernel: ata2: at 0xd400 on atapci1 Dec 12 12:39:49 kernel: ata3: iobase=0xdc00 altiobase=0xe002 bmaddr=0xe408 Dec 12 12:39:49 kernel: ata3: mask=03 ostat0=50 ostat2=00 Dec 12 12:39:49 kernel: ata3-master: ATAPI 00 00 Dec 12 12:39:49 kernel: ata3-slave: ATAPI 00 00 Dec 12 12:39:49 kernel: ata3: mask=03 stat0=50 stat1=00 Dec 12 12:39:49 kernel: ata3-master: ATA 01 a5 Dec 12 12:39:49 kernel: ata3: devices=01 Dec 12 12:39:49 kernel: ata3: at 0xdc00 on atapci1 Dec 12 12:39:49 kernel: fdc0: <Enhanced floppy controller (i82077, NE72065 or clone)> port 0x3f7,0x3f2-0x3f5 irq 6 drq 2 on acpi0 Dec 12 12:39:49 kernel: fdc0: FIFO enabled, 8 bytes threshold Dec 12 12:39:49 kernel: fd0: <1440-KB 3.5" drive> on fdc0 drive 0 Dec 12 12:39:49 kernel: sio0: irq maps: 0x41 0x51 0x41 0x41 Dec 12 12:39:49 kernel: sio0 port 0x3f8-0x3ff irq 4 on acpi0 Dec 12 12:39:49 kernel: sio0: type 16550A Dec 12 12:39:49 kernel: sio1: irq maps: 0x41 0x49 0x41 0x41 Dec 12 12:39:49 kernel: sio1 port 0x2f8-0x2ff irq 3 on acpi0 Dec 12 12:39:49 kernel: sio1: type 16550A Dec 12 12:39:49 kernel: unknown: not probed (disabled) Dec 12 12:39:49 kernel: ppc0: using extended I/O port range Dec 12 12:39:49 kernel: ppc0: SPP Dec 12 12:39:49 kernel: ppc0 port 0x778-0x77b,0x378-0x37f irq 7 on acpi0 Dec 12 12:39:49 kernel: ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode Dec 12 12:39:49 kernel: plip0: <PLIP network interface> on ppbus0 Dec 12 12:39:49 kernel: lp0: bpf attached Dec 12 12:39:49 kernel: lpt0: <Printer> on ppbus0 Dec 12 12:39:49 kernel: lpt0: Interrupt-driven port Dec 12 12:39:49 kernel: ppi0: <Parallel I/O> on ppbus0 Dec 12 12:39:49 kernel: unknown: not probed (disabled) Dec 12 12:39:49 kernel: unknown: not probed (disabled) Dec 12 12:39:49 kernel: atkbdc0: <Keyboard controller (i8042)> port 0x64,0x60 irq 1 on acpi0 Dec 12 12:39:49 kernel: atkbd0: <AT Keyboard> flags 0x1 irq 1 on atkbdc0 Dec 12 12:39:49 kernel: atkbd: the current kbd controller command byte 0067 Dec 12 12:39:49 kernel: atkbd: keyboard ID 0x41ab (2) Dec 12 12:39:49 kernel: kbd0 at atkbd0 Dec 12 12:39:49 kernel: kbd0: atkbd0, AT 101/102 (2), config:0x1, flags:0x3d0000 Dec 12 12:39:49 kernel: psm0: unable to allocate IRQ Dec 12 12:39:49 kernel: unknown: not probed (disabled) Dec 12 12:39:49 last message repeated 4 times Dec 12 12:39:49 kernel: ata: ata0 already exists; skipping it Dec 12 12:39:49 kernel: ata: ata1 already exists; skipping it Dec 12 12:39:49 kernel: atkbdc: atkbdc0 already exists; skipping it Dec 12 12:39:49 kernel: fdc: fdc0 already exists; skipping it Dec 12 12:39:49 kernel: ppc: ppc0 already exists; skipping it Dec 12 12:39:49 kernel: sio: sio0 already exists; skipping it Dec 12 12:39:49 kernel: sio: sio1 already exists; skipping it Dec 12 12:39:49 kernel: Trying Read_Port at 203 Dec 12 12:39:49 kernel: Trying Read_Port at 243 Dec 12 12:39:49 kernel: Trying Read_Port at 283 Dec 12 12:39:49 kernel: Trying Read_Port at 2c3 Dec 12 12:39:49 kernel: Trying Read_Port at 303 Dec 12 12:39:49 kernel: Trying Read_Port at 343 Dec 12 12:39:49 kernel: Trying Read_Port at 383 Dec 12 12:39:49 kernel: Trying Read_Port at 3c3 Dec 12 12:39:49 kernel: ex_isa_identify() Dec 12 12:39:49 kernel: sc: sc0 already exists; skipping it Dec 12 12:39:49 kernel: vga: vga0 already exists; skipping it Dec 12 12:39:49 kernel: isa_probe_children: disabling PnP devices Dec 12 12:39:49 kernel: isa_probe_children: probing non-PnP devices Dec 12 12:39:49 kernel: orm0: <Option ROMs> at iomem 0xcc000-0xcffff,0xc0000-0xcbfff on isa0 Dec 12 12:39:49 kernel: pmtimer0 on isa0 Dec 12 12:39:49 kernel: adv0 failed to probe on isa0 Dec 12 12:39:49 kernel: aha0: status reg test failed ff Dec 12 12:39:49 last message repeated 5 times Dec 12 12:39:49 kernel: aha0 failed to probe at port 0x134-0x137 on isa0 Dec 12 12:39:49 kernel: aic0 failed to probe at port 0x140-0x15f on isa0 Dec 12 12:39:49 kernel: bt0: Failed Status Reg Test - ff Dec 12 12:39:49 kernel: bt_isa_probe: Probe failed at 0x330 Dec 12 12:39:49 kernel: bt0: Failed Status Reg Test - ff Dec 12 12:39:49 kernel: bt_isa_probe: Probe failed at 0x334 Dec 12 12:39:49 kernel: bt0: Failed Status Reg Test - ff Dec 12 12:39:49 kernel: bt_isa_probe: Probe failed at 0x230 Dec 12 12:39:49 kernel: bt0: Failed Status Reg Test - ff Dec 12 12:39:49 kernel: bt_isa_probe: Probe failed at 0x234 Dec 12 12:39:49 kernel: bt0: Failed Status Reg Test - ff Dec 12 12:39:49 kernel: bt_isa_probe: Probe failed at 0x130 Dec 12 12:39:49 kernel: bt0: Failed Status Reg Test - ff Dec 12 12:39:49 kernel: bt_isa_probe: Probe failed at 0x134 Dec 12 12:39:49 kernel: bt0 failed to probe at port 0x134-0x137 on isa0 Dec 12 12:39:49 kernel: cs0 failed to probe at port 0x300-0x31f on isa0 Dec 12 12:39:49 kernel: ed0 failed to probe at port 0x298-0x2b7 iomem 0xd8000 irq 10 on isa0 Dec 12 12:39:49 kernel: fe0 failed to probe at port 0x300-0x31f on isa0 Dec 12 12:39:49 kernel: ie0 failed to probe at port 0x300 iomem 0xd0000 irq 10 on isa0 Dec 12 12:39:49 kernel: le0 failed to probe at port 0x300 iomem 0xd0000 irq 5 on isa0 Dec 12 12:39:49 kernel: lnc0 failed to probe at port 0x280 irq 10 drq 0 on isa0 Dec 12 12:39:49 kernel: pcic0 failed to probe at port 0x3e0 iomem 0xd0000 on isa0 Dec 12 12:39:49 kernel: pcic1: not probed (disabled) Dec 12 12:39:49 kernel: sc0: <System console> at flags 0x100 on isa0 Dec 12 12:39:49 kernel: sc0: VGA <16 virtual consoles, flags=0x300> Dec 12 12:39:49 kernel: sc0: fb0, kbd0, terminal emulator: sc (syscons terminal) Dec 12 12:39:49 kernel: sio2: not probed (disabled) Dec 12 12:39:49 kernel: sio3: not probed (disabled) Dec 12 12:39:49 kernel: sn0: Cannot allocate irq Dec 12 12:39:49 kernel: sn0 failed to probe at port 0x300-0x30f irq 10 on isa0 Dec 12 12:39:49 kernel: vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 Dec 12 12:39:49 kernel: fb0: vga0, vga, type:VGA (5), flags:0x7007f Dec 12 12:39:49 kernel: fb0: port:0x3c0-0x3df, crtc:0x3d4, mem:0xa0000 0x20000 Dec 12 12:39:49 kernel: fb0: init mode:24, bios mode:3, current mode:24 Dec 12 12:39:49 kernel: fb0: window:0xc00b8000 size:32k gran:32k, buf:0 size:32k Dec 12 12:39:49 kernel: VGA parameters upon power-up Dec 12 12:39:49 kernel: 50 18 10 00 00 00 03 00 02 67 5f 4f 50 82 55 81 Dec 12 12:39:49 kernel: bf 1f 00 4f 0e 0f 00 00 07 80 9c 8e 8f 28 1f 96 Dec 12 12:39:49 kernel: b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c Dec 12 12:39:49 kernel: 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff Dec 12 12:39:49 kernel: VGA parameters in BIOS for mode 24 Dec 12 12:39:49 kernel: 50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 55 81 Dec 12 12:39:49 kernel: bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96 Dec 12 12:39:49 kernel: b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c Dec 12 12:39:49 kernel: 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff Dec 12 12:39:49 kernel: EGA/VGA parameters to be used for mode 24 Dec 12 12:39:49 kernel: 50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 55 81 Dec 12 12:39:49 kernel: bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96 Dec 12 12:39:49 kernel: b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c Dec 12 12:39:49 kernel: 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff Dec 12 12:39:49 kernel: vt0 failed to probe on isa0 Dec 12 12:39:49 kernel: isa_probe_children: probing PnP devices Dec 12 12:39:49 kernel: BIOS Geometries: Dec 12 12:39:49 kernel: 0:03fffe3f 0..1023=1024 cylinders, 0..254=255 heads, 1..63=63 sectors Dec 12 12:39:49 kernel: 0 accounted for Dec 12 12:39:49 kernel: Device configuration finished. Dec 12 12:39:49 kernel: procfs registered Dec 12 12:39:49 kernel: Timecounters tick every 10.000 msec Dec 12 12:39:49 kernel: lo0: bpf attached Dec 12 12:39:49 kernel: acpi_cpu0: set speed to 100.0% Dec 12 12:39:49 kernel: acpi_cpu: CPU throttling enabled, 2 steps from 100% to 50.0% Dec 12 12:39:49 kernel: ad4: success setting UDMA5 on HighPoint chip Dec 12 12:39:49 kernel: GEOM: new disk ad4 Dec 12 12:39:49 kernel: MBR Slice 1 on ad4: Dec 12 12:39:49 kernel: 0000 80 01 01 00 a5 fe ff ff 3f 00 00 00 f5 9b 28 07 |........?.....(.| Dec 12 12:39:49 kernel: [0] f:80 typ:165 s(CHS):0/1/1 e(CHS):255/254/255 s:63 l:120101877 Dec 12 12:39:49 kernel: GEOM: Add ad4s1, start 32256 length 61492161024 end 61492193279 Dec 12 12:39:49 kernel: Opened disk ad4 -> 16 Dec 12 12:39:49 last message repeated 3 times Dec 12 12:39:49 kernel: ad6: success setting UDMA5 on HighPoint chip Dec 12 12:39:49 kernel: GEOM: new disk ad6 Dec 12 12:39:49 kernel: ar0: 58644MB <ATA RAID1 array> [7476/255/63] status: READY subdisks: Dec 12 12:39:49 kernel: 0 READY ad4: <IC35L060AVVA07-0/VA3OA50K> ATA-5 disk at ata2-master Dec 12 12:39:49 kernel: ad4: 58644MB (120103200 sectors), 119150 C, 16 H, 63 S, 512 B Dec 12 12:39:49 kernel: ad4: 16 secs/int, 1 depth queue, UDMA100 Dec 12 12:39:49 kernel: ad4: piomode=4 dmamode=2 udmamode=5 cblid=1 Dec 12 12:39:49 kernel: 1 READY ad6: <IC35L060AVVA07-0/VA3OA50K> ATA-5 disk at ata3-master Dec 12 12:39:49 kernel: ad6: 58644MB (120103200 sectors), 119150 C, 16 H, 63 S, 512 B Dec 12 12:39:49 kernel: ad6: 16 secs/int, 1 depth queue, UDMA100 Dec 12 12:39:49 kernel: ad6: piomode=4 dmamode=2 udmamode=5 cblid=1 Dec 12 12:39:49 kernel: ata1-master: piomode=4 dmamode=2 udmamode=2 dmaflag=1 Dec 12 12:39:49 kernel: ata1-master: success setting PIO4 on generic chip Dec 12 12:39:49 kernel: MBR Slice 1 on ad6: Dec 12 12:39:49 kernel: 0000 80 01 01 00 a5 fe ff ff 3f 00 00 00 f5 9b 28 07 |........?.....(.| Dec 12 12:39:49 kernel: [0] f:80 typ:165 s(CHS):0/1/1 e(CHS):255/254/255 s:63 l:120101877 Dec 12 12:39:49 kernel: GEOM: Add ad6s1, start 32256 length 61492161024 end 61492193279 Dec 12 12:39:49 kernel: Opened disk ad6 -> 16 Dec 12 12:39:49 kernel: GEOM: new disk ar0 Dec 12 12:39:49 kernel: Opened disk ad6 -> 16 Dec 12 12:39:49 last message repeated 2 times Dec 12 12:39:49 kernel: acd0: <TOSHIBA CD-ROM XM-6702B/1005> CDROM drive at ata1 as master Dec 12 12:39:49 kernel: acd0: read 8268KB/s (4782KB/s), 128KB buffer, PIO4 Dec 12 12:39:49 kernel: acd0: Reads: CD-R, CD-RW, CD-DA stream Dec 12 12:39:49 kernel: acd0: Writes: Dec 12 12:39:49 kernel: acd0: Audio: play, 16 volume levels Dec 12 12:39:49 kernel: acd0: Mechanism: ejectable tray, unlocked Dec 12 12:39:49 kernel: acd0: Medium: no/blank disc Dec 12 12:39:49 kernel: MBR Slice 1 on ar0: Dec 12 12:39:49 kernel: 0000 80 01 01 00 a5 fe ff ff 3f 00 00 00 f5 9b 28 07 |........?.....(.| Dec 12 12:39:49 kernel: [0] f:80 typ:165 s(CHS):0/1/1 e(CHS):255/254/255 s:63 l:120101877 Dec 12 12:39:49 kernel: GEOM: Add ar0s1, start 32256 length 61492161024 end 61492193279 Dec 12 12:39:49 kernel: GEOM: Configure ar0s1a, start 0 length 134217728 end 134217727 Dec 12 12:39:49 kernel: GEOM: Configure ar0s1b, start 134217728 length 1052172288 end 1186390015 Dec 12 12:39:49 kernel: GEOM: Configure ar0s1c, start 0 length 61492161024 end 61492161023 Dec 12 12:39:49 kernel: GEOM: Configure ar0s1d, start 1186390016 length 268435456 end 1454825471 Dec 12 12:39:49 kernel: GEOM: Configure ar0s1e, start 1454825472 length 268435456 end 1723260927 Dec 12 12:39:49 kernel: GEOM: Configure ar0s1f, start 1723260928 length 59768900096 end 61492161023 Dec 12 12:39:49 kernel: Mounting root from ufs:/dev/ar0s1a Dec 12 12:39:49 kernel: start_init: trying /sbin/init Dec 12 12:39:56 login: ROOT LOGIN (root) ON ttyv0 Dec 12 12:43:15 syslogd: exiting on signal 15 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?C8F3BBB1-0DFA-11D7-B124-000393754B1C>