Date: Tue, 20 Jan 2004 19:22:11 +0100 From: "Willem Jan Withagen" <wjw@withagen.nl> To: <current@FreeBSD.ORG> Subject: Booting a compaq ML370 with acpi/CURRENT Message-ID: <02ae01c3df82$52e90010$471b3dd4@dual>
next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. ------=_NextPart_000_02AB_01C3DF8A.B4492800 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit That is something I try once in a while. But thus far my ML370 only wants to boot with acpi. The "without acpi" dmesg and config are attached. Booting with acpi loaded halts on: vt0 failed to probe on isa0 isa_probe_children: probing PnP devices Device configuration finished. procfs registered Timecounter "TSC" frequency 664565617 Hz quality 800 Timecounters tick every 10.000 msec lo0: bpf attached Waiting 5 seconds for SCSI devices to settle (noperiph:sym0:0:-1:-1): SCSI BUS reset delivered. And it just sits there.... Also it does not want to boot when the std-compaq CDROM is attached. It generates plenty of ata messages, but does not seem to get past is. Is there anything I can do to get the CDROM and ACPI working, or should I just forget. --WjW ------=_NextPart_000_02AB_01C3DF8A.B4492800 Content-Type: application/octet-stream; name="ML370" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="ML370" machine i386=0A= cpu I686_CPU=0A= ident ML370 =0A= =0A= #To statically compile in device wiring instead of /boot/device.hints=0A= #hints "GENERIC.hints" #Default places to look for devices.=0A= =0A= makeoptions DEBUG=3D-g #Build kernel with gdb(1) debug symbols=0A= =0A= options SCHED_4BSD #4BSD scheduler=0A= options INET #InterNETworking=0A= options INET6 #IPv6 communications protocols=0A= options FFS #Berkeley Fast Filesystem=0A= options SOFTUPDATES #Enable FFS soft updates support=0A= options UFS_ACL #Support for access control lists=0A= options UFS_DIRHASH #Improve performance on big directories=0A= options NFSCLIENT #Network Filesystem Client=0A= options NFSSERVER #Network Filesystem Server=0A= options CD9660 #ISO 9660 Filesystem=0A= options PROCFS #Process filesystem (requires PSEUDOFS)=0A= options PSEUDOFS #Pseudo-filesystem framework=0A= options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]=0A= options COMPAT_FREEBSD4 #Compatible with FreeBSD4=0A= options SCSI_DELAY=3D5000 #Delay (in ms) before probing SCSI=0A= options KTRACE #ktrace(1) support=0A= options SYSVSHM #SYSV-style shared memory=0A= options SYSVMSG #SYSV-style message queues=0A= options SYSVSEM #SYSV-style semaphores=0A= options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions=0A= options KBD_INSTALL_CDEV # install a CDEV entry in /dev=0A= options AHC_REG_PRETTY_PRINT # Print register bitfields in debug=0A= # output. Adds ~128k to driver.=0A= options AHD_REG_PRETTY_PRINT # Print register bitfields in debug=0A= # output. Adds ~215k to driver.=0A= =0A= # Debugging for use in -current=0A= options DDB #Enable the kernel debugger=0A= options INVARIANTS #Enable calls of extra sanity checking=0A= options INVARIANT_SUPPORT #Extra sanity checks of internal structures, = required by INVARIANTS=0A= options WITNESS #Enable checks to detect deadlocks and cycles=0A= options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed=0A= =0A= device isa=0A= device eisa=0A= device pci=0A= =0A= # Floppy drives=0A= device fdc=0A= =0A= # ATA and ATAPI devices=0A= device ata=0A= device atadisk # ATA disk drives=0A= device atapicd # ATAPI CDROM drives=0A= options ATA_STATIC_ID #Static device numbering=0A= =0A= # SCSI Controllers=0A= device sym # NCR/Symbios Logic (newer chipsets + those of `ncr')=0A= device dpt=0A= =0A= # SCSI peripherals=0A= device scbus # SCSI bus (required for SCSI)=0A= device da # Direct Access (disks)=0A= device pass # Passthrough device (direct SCSI access)=0A= =0A= # atkbdc0 controls both the keyboard and the PS/2 mouse=0A= device atkbdc # AT keyboard controller=0A= device atkbd # AT keyboard=0A= =0A= device vga # VGA video card driver=0A= =0A= # syscons is the default console driver, resembling an SCO console=0A= device sc=0A= =0A= device agp # support several AGP chipsets=0A= =0A= # Floating point support - do not disable.=0A= device npx=0A= =0A= device pmtimer=0A= =0A= # Serial (COM) ports=0A= device sio # 8250, 16[45]50 based serial ports=0A= =0A= # Parallel port=0A= device ppc=0A= device ppbus # Parallel port bus (required)=0A= device lpt # Printer=0A= =0A= # PCI Ethernet NICs.=0A= device de # DEC/Intel DC21x4x (``Tulip'')=0A= =0A= # PCI Ethernet NICs that use the common MII bus controller code.=0A= # NOTE: Be sure to keep the 'device miibus' line in order to use these = NICs!=0A= device miibus # MII bus support=0A= device fxp # Intel EtherExpress PRO/100B (82557, 82558)=0A= =0A= # Pseudo devices - the number indicates how many units to allocate.=0A= device random # Entropy device=0A= device loop # Network loopback=0A= device ether # Ethernet support=0A= device tun # Packet tunnel.=0A= device pty # Pseudo-ttys (telnet etc)=0A= device gif # IPv6 and IPv4 tunneling=0A= device faith # IPv6-to-IPv4 relaying (translation)=0A= =0A= # The `bpf' device enables the Berkeley Packet Filter.=0A= # Be aware of the administrative consequences of enabling this!=0A= device bpf # Berkeley packet filter=0A= =0A= ------=_NextPart_000_02AB_01C3DF8A.B4492800 Content-Type: application/octet-stream; name="dmesg.ml370" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="dmesg.ml370" Copyright (c) 1992-2004 The FreeBSD Project.=0A= Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994=0A= The Regents of the University of California. All rights reserved.=0A= FreeBSD 5.2-CURRENT #7: Tue Jan 20 12:34:52 CET 2004=0A= root@freebee.digiware.nl:/mnt2/obj/usr/src5/src/sys/ML370=0A= Preloaded elf kernel "/boot/kernel/kernel" at 0xc078d000.=0A= Calibrating clock(s) ... i8254 clock: 1193210 Hz=0A= CLK_USE_I8254_CALIBRATION not specified - using default frequency=0A= Timecounter "i8254" frequency 1193182 Hz quality 0=0A= Calibrating TSC clock ... TSC clock: 664565617 Hz=0A= CPU: Intel Pentium III (664.57-MHz 686-class CPU)=0A= Origin =3D "GenuineIntel" Id =3D 0x683 Stepping =3D 3=0A= = Features=3D0x383fbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE= ,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE>=0A= real memory =3D 268419072 (255 MB)=0A= Physical memory chunk(s):=0A= 0x0000000000001000 - 0x000000000009efff, 647168 bytes (158 pages)=0A= 0x0000000000100000 - 0x00000000003fffff, 3145728 bytes (768 pages)=0A= 0x0000000000826000 - 0x000000000fb4bfff, 254959616 bytes (62246 pages)=0A= avail memory =3D 257171456 (245 MB)=0A= bios32: Found BIOS32 Service Directory header at 0xc00ffee0=0A= bios32: Entry =3D 0xf0000 (c00f0000) Rev =3D 0 Len =3D 1=0A= pcibios: PCI BIOS entry at 0xf0000+0x84=0A= Other BIOS signatures found:=0A= null: <null device, zero device>=0A= mem: <memory & I/O>=0A= Pentium Pro MTRR support enabled=0A= random: <entropy source>=0A= npx0: [FAST]=0A= npx0: <math processor> on motherboard=0A= npx0: INT 16 interface=0A= pci_open(1): mode 1 addr port (0x0cf8) is 0x00000000=0A= pci_open(1a): mode1res=3D0x80000000 (0x80000000)=0A= pci_cfgcheck: device 0 [class=3D060000] [hdr=3D80] is there = (id=3D00091166)=0A= pcibios: BIOS version 2.10=0A= pcib0: <ServerWorks NB6635 3.0LE host to PCI bridge> at pcibus 0 on = motherboard=0A= pci0: <PCI bus> on pcib0=0A= pci0: physical bus=3D0=0A= found-> vendor=3D0x1166, dev=3D0x0009, revid=3D0x05=0A= bus=3D0, slot=3D0, func=3D0=0A= class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1=0A= cmdreg=3D0x0107, statreg=3D0x2200, cachelnsz=3D8 (dwords)=0A= lattimer=3D0x40 (1920 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 ns)=0A= found-> vendor=3D0x1166, dev=3D0x0009, revid=3D0x05=0A= bus=3D0, slot=3D0, func=3D1=0A= class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1=0A= cmdreg=3D0x0107, statreg=3D0x0200, cachelnsz=3D8 (dwords)=0A= lattimer=3D0x40 (1920 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 ns)=0A= map[10]: type 4, range 32, base 00002000, size 8, enabled=0A= map[14]: type 1, range 32, base c6fffc00, size 10, enabled=0A= map[18]: type 1, range 32, base c6ffe000, size 12, enabled=0A= pci_cfgintr: can't route an interrupt to 0:1 INTA=0A= found-> vendor=3D0x1000, dev=3D0x000a, revid=3D0x02=0A= bus=3D0, slot=3D1, func=3D0=0A= class=3D01-00-00, hdrtype=3D0x00, mfdev=3D1=0A= cmdreg=3D0x0117, statreg=3D0x0210, cachelnsz=3D8 (dwords)=0A= lattimer=3D0xff (7650 ns), mingnt=3D0x1e (7500 ns), maxlat=3D0x08 (2000 = ns)=0A= intpin=3Da, irq=3D5=0A= powerspec 2 supports D0 D3 current D0=0A= map[10]: type 4, range 32, base 00002400, size 8, enabled=0A= map[14]: type 1, range 32, base c6ffdc00, size 10, enabled=0A= map[18]: type 1, range 32, base c6ffc000, size 12, enabled=0A= pci_cfgintr: can't route an interrupt to 0:1 INTB=0A= found-> vendor=3D0x1000, dev=3D0x000a, revid=3D0x02=0A= bus=3D0, slot=3D1, func=3D1=0A= class=3D01-00-00, hdrtype=3D0x00, mfdev=3D1=0A= cmdreg=3D0x0117, statreg=3D0x0210, cachelnsz=3D8 (dwords)=0A= lattimer=3D0xff (7650 ns), mingnt=3D0x1e (7500 ns), maxlat=3D0x08 (2000 = ns)=0A= intpin=3Db, irq=3D10=0A= powerspec 2 supports D0 D3 current D0=0A= map[10]: type 1, range 32, base c6ffb000, size 12, enabled=0A= map[14]: type 4, range 32, base 00002800, size 6, enabled=0A= map[18]: type 1, range 32, base c6e00000, size 20, enabled=0A= pci_cfgintr: can't route an interrupt to 0:2 INTA=0A= found-> vendor=3D0x8086, dev=3D0x1229, revid=3D0x08=0A= bus=3D0, slot=3D2, func=3D0=0A= class=3D02-00-00, hdrtype=3D0x00, mfdev=3D0=0A= cmdreg=3D0x0117, statreg=3D0x0290, cachelnsz=3D8 (dwords)=0A= lattimer=3D0x40 (1920 ns), mingnt=3D0x08 (2000 ns), maxlat=3D0x38 = (14000 ns)=0A= intpin=3Da, irq=3D11=0A= powerspec 2 supports D0 D1 D2 D3 current D0=0A= map[10]: type 3, range 32, base c5000000, size 24, enabled=0A= map[14]: type 4, range 32, base 00002c00, size 8, enabled=0A= map[18]: type 1, range 32, base c6dff000, size 12, enabled=0A= found-> vendor=3D0x1002, dev=3D0x4756, revid=3D0x7a=0A= bus=3D0, slot=3D3, func=3D0=0A= class=3D03-00-00, hdrtype=3D0x00, mfdev=3D0=0A= cmdreg=3D0x0087, statreg=3D0x0290, cachelnsz=3D8 (dwords)=0A= lattimer=3D0x40 (1920 ns), mingnt=3D0x08 (2000 ns), maxlat=3D0x00 (0 ns)=0A= powerspec 1 supports D0 D3 current D0=0A= map[10]: type 4, range 32, base 00001800, size 8, enabled=0A= map[14]: type 1, range 32, base c6dfef00, size 8, enabled=0A= found-> vendor=3D0x0e11, dev=3D0xa0f0, revid=3D0x00=0A= bus=3D0, slot=3D4, func=3D0=0A= class=3D08-80-00, hdrtype=3D0x00, mfdev=3D0=0A= cmdreg=3D0x0103, statreg=3D0x0200, cachelnsz=3D0 (dwords)=0A= lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 ns)=0A= intpin=3Da, irq=3D255=0A= map[90]: type 4, range 32, base 00000000, size 4, enabled=0A= found-> vendor=3D0x1166, dev=3D0x0200, revid=3D0x4f=0A= bus=3D0, slot=3D15, func=3D0=0A= class=3D06-01-00, hdrtype=3D0x00, mfdev=3D1=0A= cmdreg=3D0x0007, statreg=3D0x0200, cachelnsz=3D0 (dwords)=0A= lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 ns)=0A= map[20]: type 4, range 32, base 00003000, size 4, enabled=0A= found-> vendor=3D0x1166, dev=3D0x0211, revid=3D0x00=0A= bus=3D0, slot=3D15, func=3D1=0A= class=3D01-01-8a, hdrtype=3D0x00, mfdev=3D1=0A= cmdreg=3D0x0105, statreg=3D0x0200, cachelnsz=3D0 (dwords)=0A= lattimer=3D0x40 (1920 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 ns)=0A= sym0: <1510d> port 0x2000-0x20ff mem = 0xc6ffe000-0xc6ffefff,0xc6fffc00-0xc6ffffff irq 5 at device 1.0 on pci0=0A= sym0: chip clock is 40401KHz=0A= sym0: No NVRAM, ID 7, Fast-40, LVD, parity checking=0A= sym0: open drain IRQ line driver, using on-chip SRAM=0A= sym0: using LOAD/STORE-based firmware.=0A= sym1: <1510d> port 0x2400-0x24ff mem = 0xc6ffc000-0xc6ffcfff,0xc6ffdc00-0xc6ffdfff irq 10 at device 1.1 on pci0=0A= sym1: No NVRAM, ID 7, Fast-40, LVD, parity checking=0A= sym1: open drain IRQ line driver, using on-chip SRAM=0A= sym1: using LOAD/STORE-based firmware.=0A= fxp0: <Intel 82559 Pro/100 Ethernet> port 0x2800-0x283f mem = 0xc6e00000-0xc6efffff,0xc6ffb000-0xc6ffbfff irq 11 at device 2.0 on pci0=0A= fxp0: using memory space register mapping=0A= fxp0: Disabling dynamic standby mode in EEPROM=0A= fxp0: New EEPROM ID: 0x40a0=0A= fxp0: EEPROM checksum @ 0xff: 0x7ec7 -> 0x7ec7=0A= fxp0: Ethernet address 00:02:a5:07:2f:dc=0A= fxp0: PCI IDs: 8086 1229 0e11 b134 0008=0A= fxp0: Dynamic Standby mode is enabled=0A= miibus0: <MII bus> on fxp0=0A= inphy0: <i82555 10/100 media interface> on miibus0=0A= inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto=0A= fxp0: bpf attached=0A= pci0: <display, VGA> at device 3.0 (no driver attached)=0A= pci0: <base peripheral> at device 4.0 (no driver attached)=0A= isab0: <PCI-ISA bridge> port 0-0xf at device 15.0 on pci0=0A= isa0: <ISA bus> on isab0=0A= atapci0: <ServerWorks ROSB4 UDMA33 controller> port 0x3000-0x300f at = device 15.1 on pci0=0A= ata0: reset tp1 mask=3D03 ostat0=3D20 ostat1=3D30=0A= ata0-master: stat=3D0x20 err=3D0x20 lsb=3D0x20 msb=3D0x20=0A= ata0-slave: stat=3D0x30 err=3D0x30 lsb=3D0x30 msb=3D0x30=0A= ata0: reset tp2 mask=3D03 stat0=3D20 stat1=3D30 devices=3D0x0=0A= ata0: at 0x1f0 irq 14 on atapci0=0A= ata0: [MPSAFE]=0A= ata1: reset tp1 mask=3D03 ostat0=3D00 ostat1=3D00=0A= ata1-master: stat=3D0x00 err=3D0xff lsb=3D0x00 msb=3D0x00=0A= ata1-slave: stat=3D0x00 err=3D0xff lsb=3D0x00 msb=3D0x00=0A= ata1: reset tp2 mask=3D03 stat0=3D00 stat1=3D00 devices=3D0x0=0A= ata1: at 0x170 irq 15 on atapci0=0A= ata1: [MPSAFE]=0A= pcib3: <ServerWorks NB6635 3.0LE host to PCI bridge> at pcibus 3 on = motherboard=0A= pci3: <PCI bus> on pcib3=0A= pci3: physical bus=3D3=0A= map[10]: type 4, range 32, base 00004000, size 5, enabled=0A= pci_cfgintr: can't route an interrupt to 3:5 INTA=0A= found-> vendor=3D0x1044, dev=3D0xa400, revid=3D0x02=0A= bus=3D3, slot=3D5, func=3D0=0A= class=3D01-00-00, hdrtype=3D0x00, mfdev=3D0=0A= cmdreg=3D0x0117, statreg=3D0x0200, cachelnsz=3D8 (dwords)=0A= lattimer=3D0x40 (1920 ns), mingnt=3D0x04 (1000 ns), maxlat=3D0x08 (2000 = ns)=0A= intpin=3Da, irq=3D15=0A= dpt0: <DPT Caching SCSI RAID Controller> port 0x4000-0x401f irq 15 at = device 5.0 on pci3=0A= dpt0: DPT PM3334UW FW Rev. 07L0, 1 channel, 64 CCBs=0A= eisa0: <EISA bus> on motherboard=0A= mainboard0: <CPQ0690 (System Board)> on eisa0 slot 0=0A= ata: ata0 already exists; skipping it=0A= Trying Read_Port at 203=0A= Trying Read_Port at 243=0A= Trying Read_Port at 283=0A= Trying Read_Port at 2c3=0A= Trying Read_Port at 303=0A= Trying Read_Port at 343=0A= Trying Read_Port at 383=0A= Trying Read_Port at 3c3=0A= sc: sc0 already exists; skipping it=0A= vga: vga0 already exists; skipping it=0A= isa_probe_children: disabling PnP devices=0A= isa_probe_children: probing non-PnP devices=0A= orm0: <Option ROMs> at iomem = 0xee000-0xeffff,0xe8000-0xedfff,0xc8000-0xc8fff,0xc0000-0xc7fff on isa0=0A= atkbdc0: <Keyboard controller (i8042)> at port 0x64,0x60 on isa0=0A= atkbd0: <AT Keyboard> flags 0x1 irq 1 on atkbdc0=0A= atkbd: the current kbd controller command byte 0065=0A= atkbd: keyboard ID 0x41ab (2)=0A= kbd0 at atkbd0=0A= kbd0: atkbd0, AT 101/102 (2), config:0x1, flags:0x3d0000=0A= fdc0: <Enhanced floppy controller (i82077, NE72065 or clone)> at port = 0x3f7,0x3f0-0x3f5 irq 6 drq 2 on isa0=0A= fdc0: FIFO enabled, 8 bytes threshold=0A= fd0: <1440-KB 3.5" drive> on fdc0 drive 0=0A= pcic0 failed to probe at port 0x3e0 iomem 0xd0000 on isa0=0A= pcic1: not probed (disabled)=0A= pmtimer0 on isa0=0A= ppc0: parallel port found at 0x378=0A= ppc0: using extended I/O port range=0A= ppc0: SPP=0A= ppc0: <Parallel port> at port 0x378-0x37f irq 7 on isa0=0A= ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode=0A= ppbus0: <Parallel port bus> on ppc0=0A= lpt0: <Printer> on ppbus0=0A= lpt0: Interrupt-driven port=0A= sc0: <System console> at flags 0x100 on isa0=0A= sc0: VGA <16 virtual consoles, flags=3D0x300>=0A= sc0: fb0, kbd0, terminal emulator: sc (syscons terminal)=0A= sio0: irq maps: 0x1 0x11 0x1 0x1=0A= sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0=0A= sio0: type 16550A=0A= sio1: irq maps: 0x1 0x9 0x1 0x1=0A= sio1 at port 0x2f8-0x2ff irq 3 on isa0=0A= sio1: type 16550A=0A= vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0=0A= fb0: vga0, vga, type:VGA (5), flags:0x7007f=0A= fb0: port:0x3c0-0x3df, crtc:0x3d4, mem:0xa0000 0x20000=0A= fb0: init mode:24, bios mode:3, current mode:24=0A= fb0: window:0xc00b8000 size:32k gran:32k, buf:0 size:32k=0A= VGA parameters upon power-up=0A= 50 18 10 00 00 00 03 00 02 67 5f 4f 50 82 55 81 =0A= bf 1f 00 4f 0d 0e 00 00 06 90 9c 8e 8f 28 1f 96 =0A= b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c =0A= 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff =0A= VGA parameters in BIOS for mode 24=0A= 50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 55 81 =0A= bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96 =0A= b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c =0A= 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff =0A= EGA/VGA parameters to be used for mode 24=0A= 50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 55 81 =0A= bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96 =0A= b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c =0A= 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff =0A= vt0 failed to probe on isa0=0A= isa_probe_children: probing PnP devices=0A= Device configuration finished.=0A= procfs registered=0A= Timecounter "TSC" frequency 664565617 Hz quality 800=0A= Timecounters tick every 10.000 msec=0A= lo0: bpf attached=0A= Waiting 5 seconds for SCSI devices to settle=0A= (noperiph:sym0:0:-1:-1): SCSI BUS reset delivered.=0A= (noperiph:sym1:0:-1:-1): SCSI BUS reset delivered.=0A= ata1: spurious interrupt - status=3D0x00 error=3D0xff=0A= ata1: spurious interrupt - status=3D0x00 error=3D0xff=0A= ata1: spurious interrupt - status=3D0x00 error=3D0xff=0A= ata1: spurious interrupt - status=3D0x00 error=3D0xff=0A= ata1: spurious interrupt - status=3D0x00 error=3D0xff=0A= ata1: spurious interrupt - status=3D0x00 error=3D0xff=0A= ata1: spurious interrupt - status=3D0x00 error=3D0xff=0A= ata1: spurious interrupt - status=3D0x00 error=3D0xff=0A= ata1: spurious interrupt - status=3D0x00 error=3D0xff=0A= ata1: spurious interrupt - status=3D0x00 error=3D0xff=0A= ata1: spurious interrupt - status=3D0x00 error=3D0xff=0A= ata1: spurious interrupt - status=3D0x00 error=3D0xff=0A= ata1: spurious interrupt - status=3D0x00 error=3D0xff=0A= ata1: spurious interrupt - status=3D0x00 error=3D0xff=0A= ata1: spurious interrupt - status=3D0x00 error=3D0xff=0A= ata1: spurious interrupt - status=3D0x00 error=3D0xff=0A= (probe16:sym1:0:1:0): Retrying Command=0A= GEOM: create disk da0 dp=3D0xc2841050=0A= pass0 at sym1 bus 0 target 1 lun 0=0A= pass0: <QUANTUM ATLAS IV 9 WLS 0909> Fixed Direct Access SCSI-3 device =0A= pass0: Serial Number 369928537643=0A= pass0: 80.000MB/s transfers (40.000MHz, offset 31, 16bit), Tagged = Queueing Enabled=0A= da0 at sym1 bus 0 target 1 lun 0=0A= da0: <QUANTUM ATLAS IV 9 WLS 0909> Fixed Direct Access SCSI-3 device =0A= da0: Serial Number 369928537643=0A= da0: 80.000MB/s transfers (40.000MHz, offset 31, 16bit), Tagged Queueing = Enabled=0A= da0: 8761MB (17942584 512 byte sectors: 255H 63S/T 1116C)=0A= GEOM: new disk da0=0A= [0] f:80 typ:165 s(CHS):0/1/1 e(CHS):1023/254/63 s:63 l:17928477=0A= [1] f:00 typ:0 s(CHS):0/0/0 e(CHS):0/0/0 s:0 l:0=0A= [2] f:00 typ:0 s(CHS):0/0/0 e(CHS):0/0/0 s:0 l:0=0A= [3] f:00 typ:0 s(CHS):0/0/0 e(CHS):0/0/0 s:0 l:0=0A= GEOM: Configure da0s1, start 32256 length 9179380224 end 9179412479=0A= GEOM: Configure da0c, start 0 length 9186603008 end 9186603007=0A= GEOM: Configure da0e, start 0 length 9186603008 end 9186603007=0A= GEOM: Configure da0s1a, start 0 length 268435456 end 268435455=0A= GEOM: Configure da0s1b, start 268435456 length 536870912 end 805306367=0A= GEOM: Configure da0s1c, start 0 length 9179380224 end 9179380223=0A= GEOM: Configure da0s1e, start 805306368 length 1073741824 end 1879048191=0A= GEOM: Configure da0s1f, start 1879048192 length 536870912 end 2415919103=0A= GEOM: Configure da0s1g, start 2415919104 length 536870912 end 2952790015=0A= GEOM: Configure da0s1h, start 2952790016 length 6226590208 end 9179380223=0A= Mounting root from ufs:/dev/da0s1a=0A= start_init: trying /sbin/init=0A= ------=_NextPart_000_02AB_01C3DF8A.B4492800--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?02ae01c3df82$52e90010$471b3dd4>