On Mon, 2004-10-25 at 23:48, Dan Strick wrote: > I tried to install 5.3-RC1 yesterday and this time (the first time since > 5.1) it booted correctly. The kernel paused for more than 100 seconds > shortly after starting the second HTT cpu and just before mounting root. > The problem still exists after building and tuning a custom kernel. > Is this known behavior? On Tue, 26 Oct 2004 14:17:01, Gavin Atkinson responded: > > This sounds very much to me like it could be related to the floppy drive > probes in some way. Possibly a disk is being detected, when in fact > there isn't one in the drive. > > Try applying the attached patch to your kernel, recompiling, installing > and following up to the list with the resulting verbose boot. > This is the patch supplied by Gavin Atkinson, converted from base64 to ascii: > > Index: /usr/src/sys/dev/fdc/fdc.c > =================================================================== > RCS file: /usr/cvs/src/sys/dev/fdc/fdc.c,v > retrieving revision 1.283.2.3 > diff -u -r1.283.2.3 fdc.c > --- /usr/src/sys/dev/fdc/fdc.c 10 Oct 2004 23:49:38 -0000 1.283.2.3 > +++ /usr/src/sys/dev/fdc/fdc.c 20 Oct 2004 09:58:47 -0000 > _at__at_ -264,7 +264,7 _at__at_ > SYSCTL_INT(_debug_fdc, OID_AUTO, fifo, CTLFLAG_RW, &fifo_threshold, 0, > "FIFO threshold setting"); > > -static int debugflags = 0; > +static int debugflags = 0xff; > SYSCTL_INT(_debug_fdc, OID_AUTO, debugflags, CTLFLAG_RW, &debugflags, 0, > "Debug flags"); > > _at__at_ -1685,6 +1685,14 _at__at_ > int error; > > fdc = device_get_softc(dev); > + > + printf("Contents of fdc_data at start of fdc_attach:\n"); > + printf(" portt=0x%0x porth=0x%0x stst=0x%0x stsh=0x%0x\n", > + fdc->portt, fdc->porth, fdc->stst, fdc->stsh); > + printf(" ctlt=0x%0x ctlh=0x%0x\n", fdc->ctlt, fdc->ctlh); > + printf(" port_off=0x%0x ctl_off=0x%0x sts_off=0x%0x\n", > + fdc->port_off, fdc->ctl_off, fdc->sts_off); > + > fdc->fdc_dev = dev; > error = fdc_initial_reset(dev, fdc); > if (error) { > According to my motherboard manual, my floppy disk controller is on an IT8712F I/O Control chip. My motherboard is a Gigabyte model 8KNXP. This is the output from dmesg just after the verbose boot. I have indicated where the kernel paused, just after this line in the output: ioapic0: routing intpin 22 (PCI IRQ 22) to cluster 0 Dan Strick strick_at_covad.net ------------------------------------------------------------------ pcib3: slot 2 INTB hardwired to IRQ 16 pcib4: slot 5 INTA is routed to irq 16 found-> vendor=0x9004, dev=0x7278, revid=0x03 bus=4, slot=5, func=0 class=01-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0007, statreg=0x0280, cachelnsz=8 (dwords) lattimer=0x20 (960 ns), mingnt=0x08 (2000 ns), maxlat=0x08 (2000 ns) intpin=a, irq=16 ahc1: <Adaptec 3940 SCSI adapter> port 0x7000-0x70ff mem 0xf4000000-0xf4000fff irq 22 at device 4.0 on pci4 ahc1: Defaulting to MEMIO off ahc1: Reserved 0x100 bytes for rid 0x10 type 4 at 0x7000 ahc1: Reading SEEPROM...done. ahc1: Low byte termination Enabled ahc1: Downloading Sequencer Program... 439 instructions downloaded ahc1: Features 0x10000, Bugs 0x25, Flags 0x20481540 ahc1: [GIANT-LOCKED] aic7870: Single Channel A, SCSI Id=7, 16/253 SCBs ahc2: <Adaptec 3940 SCSI adapter> port 0x7400-0x74ff mem 0xf4001000-0xf4001fff irq 16 at device 5.0 on pci4 ahc2: Defaulting to MEMIO off ahc2: Reserved 0x100 bytes for rid 0x10 type 4 at 0x7400 ahc2: Reading SEEPROM...done. ahc2: Low byte termination Enabled ahc2: Downloading Sequencer Program... 439 instructions downloaded ahc2: Features 0x10000, Bugs 0x25, Flags 0x20481540 ahc2: [GIANT-LOCKED] aic7870: Single Channel B, SCSI Id=7, 16/253 SCBs fwohci0: <Texas Instruments TSB43AB23> mem 0xf5000000-0xf5003fff,0xf5004000-0xf50047ff irq 22 at device 10.0 on pci3 fwohci0: Reserved 0x800 bytes for rid 0x10 type 3 at 0xf5004000 fwohci0: [MPSAFE] fwohci0: OHCI version 1.10 (ROM=1) fwohci0: No. of Isochronous channels is 4. fwohci0: EUI64 00:20:ed:0a:00:81:c1:33 fwohci0: Phy 1394a available S400, 3 ports. fwohci0: Link S400, max_rec 2048 bytes. firewire0: <IEEE1394(FireWire) bus> on fwohci0 fwohci0: Initiate bus reset fwohci0: node_id=0xc800ffc0, gen=1, CYCLEMASTER mode firewire0: 1 nodes, maxhop <= 0, cable IRM = 0 (me) firewire0: bus manager 0 (me) isab0: <PCI-ISA bridge> at device 31.0 on pci0 isa0: <ISA bus> on isab0 atapci0: <Intel ICH5 UDMA100 controller> port 0xf000-0xf00f,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 at device 31.1 on pci0 atapci0: Reserved 0x10 bytes for rid 0x20 type 4 at 0xf000 ata0: channel #0 on atapci0 atapci0: Reserved 0x8 bytes for rid 0x10 type 4 at 0x1f0 atapci0: Reserved 0x1 bytes for rid 0x14 type 4 at 0x3f6 ata0: reset tp1 mask=03 ostat0=50 ostat1=50 ata0-master: stat=0x50 err=0x01 lsb=0x00 msb=0x00 ata0-slave: stat=0x50 err=0x01 lsb=0x00 msb=0x00 ata0: reset tp2 stat0=50 stat1=50 devices=0x3<ATA_SLAVE,ATA_MASTER> ata0: [MPSAFE] ata1: channel #1 on atapci0 atapci0: Reserved 0x8 bytes for rid 0x18 type 4 at 0x170 atapci0: Reserved 0x1 bytes for rid 0x1c type 4 at 0x376 ata1: reset tp1 mask=03 ostat0=50 ostat1=01 ata1-master: stat=0x10 err=0x01 lsb=0x14 msb=0xeb ata1-slave: stat=0x01 err=0x04 lsb=0x00 msb=0x00 ata1: reset tp2 stat0=10 stat1=01 devices=0x4<ATAPI_MASTER> ata1: [MPSAFE] atapci1: <Intel ICH5 SATA150 controller> port 0xd000-0xd00f,0xcc00-0xcc03,0xc800-0xc807,0xc400-0xc403,0xc000-0xc007 irq 18 at device 31.2 on pci0 atapci1: Reserved 0x10 bytes for rid 0x20 type 4 at 0xd000 atapci1: [MPSAFE] ata2: channel #0 on atapci1 atapci1: Reserved 0x8 bytes for rid 0x10 type 4 at 0xc000 atapci1: Reserved 0x4 bytes for rid 0x14 type 4 at 0xc400 ata2: reset tp1 mask=03 ostat0=80 ostat1=80 ata2-master: stat=0x80 err=0xff lsb=0xff msb=0xff ata2-master: stat=0x50 err=0x01 lsb=0x00 msb=0x00 ata2-slave: stat=0x00 err=0x01 lsb=0x00 msb=0x00 ata2: reset tp2 stat0=50 stat1=00 devices=0x1<ATA_MASTER> ata2: [MPSAFE] ata3: channel #1 on atapci1 atapci1: Reserved 0x8 bytes for rid 0x18 type 4 at 0xc800 atapci1: Reserved 0x4 bytes for rid 0x1c type 4 at 0xcc00 ata3: reset tp1 mask=03 ostat0=80 ostat1=80 ata3-master: stat=0x80 err=0xff lsb=0xff msb=0xff ata3-master: stat=0x50 err=0x01 lsb=0x00 msb=0x00 ata3-slave: stat=0x00 err=0x01 lsb=0x00 msb=0x00 ata3: reset tp2 stat0=50 stat1=00 devices=0x1<ATA_MASTER> ata3: [MPSAFE] pci0: <serial bus, SMBus> at device 31.3 (no driver attached) pcm0: <Intel ICH5 (82801EB)> port 0xdc00-0xdc3f,0xd800-0xd8ff mem 0xf6102000-0xf61020ff,0xf6101000-0xf61011ff irq 17 at device 31.5 on pci0 pcm0: Reserved 0x200 bytes for rid 0x18 type 3 at 0xf6101000 pcm0: Reserved 0x100 bytes for rid 0x1c type 3 at 0xf6102000 pcm0: [GIANT-LOCKED] pcm0: <Avance Logic ALC655 AC97 Codec (id = 0x414c4760)> pcm0: Codec features 5 bit master volume, no 3D Stereo Enhancement pcm0: Primary codec extended features reserved 1, center DAC, surround DAC, LFE DAC, reserved 5 pcm0: sndbuf_setmap 3e859000, 4000; 0xecbdc000 -> 3e859000 pcm0: sndbuf_setmap 3e855000, 4000; 0xecbe0000 -> 3e855000 fdc0: <floppy drive controller> port 0x3f7,0x3f0-0x3f5 irq 6 drq 2 on acpi0 Contents of fdc_data at start of fdc_attach: portt=0x0 porth=0x3f0 stst=0x0 stsh=0x3f0 ctlt=0x0 ctlh=0x3f7 port_off=0x0 ctl_off=0x0 sts_off=0x0 fdc0: ic_type 90 part_id 80 fdc0: [MPSAFE] fdc0: [FAST] 00 00 00 00 af 10 12 80 57 00 fd0: <1440-KB 3.5" drive> on fdc0 drive 0 sio0: irq maps: 0xc801 0xc811 0xc801 0xc801 sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio0: type 16550A sio1: irq maps: 0xc801 0xc809 0xc801 0xc801 sio1: <16550A-compatible COM port> port 0x2f8-0x2ff irq 3 on acpi0 sio1: type 16550A unknown: not probed (disabled) ppc0: using extended I/O port range ppc0: SPP ppc0: <Standard parallel printer port> port 0x378-0x37f irq 7 on acpi0 ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode ppbus0: <Parallel port bus> on ppc0 lpt0: <Printer> on ppbus0 lpt0: Interrupt-driven port ppi0: <Parallel I/O> on ppbus0 unknown: not probed (disabled) psmcpnp0: <PS/2 mouse port> irq 12 on acpi0 atkbdc0: <Keyboard controller (i8042)> port 0x64,0x60 irq 1 on acpi0 atkbd0: <AT Keyboard> irq 1 on atkbdc0 atkbd: the current kbd controller command byte 0047 atkbd: keyboard ID 0x41ab (2) kbd0 at atkbd0 kbd0: atkbd0, AT 101/102 (2), config:0x0, flags:0x3d0000 atkbd0: [GIANT-LOCKED] psm0: current command byte:0047 psm0: <PS/2 Mouse> irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: model Generic PS/2 mouse, device ID 0-00, 3 buttons psm0: config:00000000, flags:00000008, packet size:3 psm0: syncmask:c0, syncbits:00 unknown: not probed (disabled) unknown: not probed (disabled) unknown: not probed (disabled) unknown: not probed (disabled) unknown: not probed (disabled) unknown: not probed (disabled) unknown: not probed (disabled) ata: ata0 already exists; skipping it ata: ata1 already exists; skipping it atkbdc: atkbdc0 already exists; skipping it fdc: fdc0 already exists; skipping it ppc: ppc0 already exists; skipping it sio: sio0 already exists; skipping it sio: sio1 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 sc: sc0 already exists; skipping it vga: vga0 already exists; skipping it ahc_isa_probe 11: ioport 0xbc00 alloc failed ahc_isa_probe 12: ioport 0xcc00 alloc failed ahc_isa_probe 13: ioport 0xdc00 alloc failed isa_probe_children: disabling PnP devices isa_probe_children: probing non-PnP devices orm0: <ISA Option ROMs> at iomem 0xd0000-0xd07ff,0xc0000-0xccfff on isa0 pmtimer0 on isa0 adv0: not probed (disabled) aha0: not probed (disabled) aic0: not probed (disabled) bt0: not probed (disabled) cs0: not probed (disabled) ed0: not probed (disabled) fe0: not probed (disabled) ie0: not probed (disabled) lnc0: not probed (disabled) pcic0 failed to probe at port 0x3e0 iomem 0xd0000 on isa0 pcic1: not probed (disabled) sc0: <System console> at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sc0: fb0, kbd0, terminal emulator: sc (syscons terminal) sio2: not probed (disabled) sio3: not probed (disabled) sn0: not probed (disabled) 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 5f 4f 50 82 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 5f 4f 50 82 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 5f 4f 50 82 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 vt0: not probed (disabled) isa_probe_children: probing PnP devices Device configuration finished. procfs registered Timecounter "TSC" frequency 2813535988 Hz quality -100 Timecounters tick every 10.000 msec lo0: bpf attached 00 00 00 00 af 10 12 80 57 00 ata0-slave: pio=0x0c wdma=0x22 udma=0x46 cable=80pin ata0-master: pio=0x0c wdma=0x22 udma=0x46 cable=80pin ata0-master: setting PIO4 on Intel ICH5 chip ata0-master: Assuming UDMA cable, reg54= 0x0, devno= 0, mode= 69 ata0-master: setting UDMA100 on Intel ICH5 chip ata0-slave: setting PIO4 on Intel ICH5 chip ata0-slave: Assuming UDMA cable, reg54= 0x1010, devno= 1, mode= 69 ata0-slave: setting UDMA100 on Intel ICH5 chip ad0: <Maxtor 6Y080L0/YAR41BW0> ATA-7 disk at ata0-master ad0: 78166MB (160084415 sectors), 158813 C, 16 H, 63 S, 512 B ad0: 16 secs/int, 1 depth queue, UDMA100 ad1: <Maxtor 4R080L0/RAMC1TU0> ATA-7 disk at ata0-slave ad1: 78167MB (160086528 sectors), 158816 C, 16 H, 63 S, 512 B ad1: 16 secs/int, 1 depth queue, UDMA100 ata1-master: pio=0x0c wdma=0x22 udma=0x42 cable=40pin ata1-master: setting PIO4 on Intel ICH5 chip ata1-master: setting UDMA33 on Intel ICH5 chip acd0: <SAMSUNG CDRW/DVD SM-352B/T806> CDRW drive at ata1 as master acd0: read 173KB/s (8939KB/s) write 172KB/s (9039KB/s), 8192KB buffer, UDMA33 acd0: Reads: CDR, CDRW, CDDA stream, DVDROM, DVDR, DVDRAM, packet acd0: Writes: CDR, CDRW, test write, burnproof acd0: Audio: play, 256 volume levels acd0: Mechanism: ejectable tray, unlocked acd0: Medium: no/blank disc em0: Link is up 100 Mbps Full Duplex ata2-master: pio=0x0c wdma=0x22 udma=0x46 cable=40pin ad4: <ST3120026AS/3.05> ATA-6 disk at ata2-master ad4: 114473MB (234441648 sectors), 232581 C, 16 H, 63 S, 512 B ad4: 16 secs/int, 1 depth queue, SATA150 ata3-master: pio=0x0c wdma=0x22 udma=0x46 cable=40pin ad6: <ST3120026AS/3.05> ATA-6 disk at ata3-master ad6: 114473MB (234441648 sectors), 232581 C, 16 H, 63 S, 512 B ad6: 16 secs/int, 1 depth queue, SATA150 Waiting 5 seconds for SCSI devices to settle (noperiph:ahc0:0:-1:-1): SCSI bus reset delivered. 0 SCBs aborted. (noperiph:ahc1:0:-1:-1): SCSI bus reset delivered. 0 SCBs aborted. (noperiph:ahc2:0:-1:-1): SCSI bus reset delivered. 0 SCBs aborted. pcm0: measured ac97 link rate at 48015 Hz, will use 48000 Hz New disk in probe Got disk in probe op 40 bn 0 siz 0 ptr 0xe4a73ba0 retry 0 [unknown][UNKNOWN()] Retry line 1055 00 00 00 00 af 10 12 80 57 00 op 40 bn 0 siz 0 ptr 0xe4a73ba0 retry 1 [unknown][UNKNOWN()] Retry line 1055 00 00 00 00 af 10 12 80 57 00 ahc0: Selection Timeout on A:0. 0 SCBs aborted ahc1: Selection Timeout on A:0. 0 SCBs aborted ahc2: Selection Timeout on A:0. 0 SCBs aborted op 40 bn 0 siz 0 ptr 0xe4a73ba0 retry 2 ahc0: Selection Timeout on A:1. 0 SCBs aborted ahc1: Selection Timeout on A:1. 0 SCBs aborted ahc2: Selection Timeout on A:1. 0 SCBs aborted ahc0: Selection Timeout on A:2. 0 SCBs aborted ahc1: Selection Timeout on A:2. 0 SCBs aborted ahc2: Selection Timeout on A:2. 0 SCBs aborted ahc0: Selection Timeout on A:3. 0 SCBs aborted ahc1: Selection Timeout on A:3. 0 SCBs aborted ahc2: Selection Timeout on A:3. 0 SCBs aborted ahc0: Selection Timeout on A:4. 0 SCBs aborted ahc1: Selection Timeout on A:4. 0 SCBs aborted ahc2: Selection Timeout on A:4. 0 SCBs aborted [unknown][UNKNOWN()] Retry line 1055 00 00 00 00 af 10 12 80 57 00 ahc0: Selection Timeout on A:5. 0 SCBs aborted ahc1: Selection Timeout on A:5. 0 SCBs aborted ahc2: Selection Timeout on A:5. 0 SCBs aborted ahc0: Selection Timeout on A:6. 0 SCBs aborted ahc1: Selection Timeout on A:6. 0 SCBs aborted ahc2: Selection Timeout on A:6. 0 SCBs aborted ahc0: Selection Timeout on A:8. 0 SCBs aborted ahc0: Selection Timeout on A:9. 0 SCBs aborted op 40 bn 0 siz 0 ptr 0xe4a73ba0 retry 3 ahc0: Selection Timeout on A:10. 0 SCBs aborted ahc0: Selection Timeout on A:11. 0 SCBs aborted ahc0: Selection Timeout on A:12. 0 SCBs aborted ahc0: Selection Timeout on A:13. 0 SCBs aborted [unknown][UNKNOWN()] Retry line 1055 00 00 00 00 af 10 12 80 57 00 ahc0: Selection Timeout on A:14. 0 SCBs aborted ahc0: Selection Timeout on A:15. 0 SCBs aborted SMP: AP CPU #1 Launched! cpu1 AP: ID: 0x01000000 VER: 0x00050014 LDR: 0x02000000 DFR: 0x0fffffff lint0: 0x00010700 lint1: 0x00010400 TPR: 0x00000000 SVR: 0x000001ff ioapic0: routing intpin 1 (ISA IRQ 1) to cluster 0 ioapic0: routing intpin 3 (ISA IRQ 3) to cluster 0 ioapic0: routing intpin 4 (ISA IRQ 4) to cluster 0 ioapic0: routing intpin 6 (ISA IRQ 6) to cluster 0 ioapic0: routing intpin 7 (ISA IRQ 7) to cluster 0 ioapic0: routing intpin 8 (ISA IRQ 8) to cluster 0 ioapic0: routing intpin 9 (ISA IRQ 9) to cluster 0 ioapic0: routing intpin 12 (ISA IRQ 12) to cluster 0 ioapic0: routing intpin 13 (ISA IRQ 13) to cluster 0 ioapic0: routing intpin 14 (ISA IRQ 14) to cluster 0 ioapic0: routing intpin 15 (ISA IRQ 15) to cluster 0 ioapic0: routing intpin 16 (PCI IRQ 16) to cluster 0 ioapic0: routing intpin 17 (PCI IRQ 17) to cluster 0 ioapic0: routing intpin 18 (PCI IRQ 18) to cluster 0 ioapic0: routing intpin 19 (PCI IRQ 19) to cluster 0 ioapic0: routing intpin 21 (PCI IRQ 21) to cluster 0 ioapic0: routing intpin 22 (PCI IRQ 22) to cluster 0 ------------------------------------------------------------------------- This is where the kernel used to pause for just over 100 seconds. Now, with the patch installed, it slowly types the following debugging output during that period of time. The debugging output is followed by the line that says, "GEOM: new disk ad0". ------------------------------------------------------------------------- op 40 bn 0 siz 0 ptr 0xe4a73ba0 retry 4 [unknown][UNKNOWN()] Retry line 1055 00 00 00 00 af 10 12 80 57 00 op 40 bn 0 siz 0 ptr 0xe4a73ba0 retry 5 [unknown][UNKNOWN()] Retry line 1055 00 00 00 00 af 10 12 80 57 00 op 40 bn 0 siz 0 ptr 0xe4a73ba0 retry 6 [unknown][UNKNOWN()] Retry line 1055 00 00 00 00 af 10 12 80 57 00 op 40 bn 0 siz 0 ptr 0xe4a73ba0 retry 7 [unknown][UNKNOWN()] Retry line 1055 00 00 00 00 af 10 12 80 57 00 op 40 bn 0 siz 0 ptr 0xe4a73ba0 retry 8 [unknown][UNKNOWN()] Retry line 1055 00 00 00 00 af 10 12 80 57 00 op 40 bn 0 siz 0 ptr 0xe4a73ba0 retry 9 [unknown][UNKNOWN()] Retry line 1055 Too many retries (EIO) 00 00 00 00 af 10 12 80 57 00 op 40 bn 0 siz 0 ptr 0xe4a73ba0 retry 0 [unknown][UNKNOWN()] Retry line 1055 00 00 00 00 af 10 12 80 57 00 op 40 bn 0 siz 0 ptr 0xe4a73ba0 retry 1 [unknown][UNKNOWN()] Retry line 1055 00 00 00 00 af 10 12 80 57 00 op 40 bn 0 siz 0 ptr 0xe4a73ba0 retry 2 [unknown][UNKNOWN()] Retry line 1055 00 00 00 00 af 10 12 80 57 00 op 40 bn 0 siz 0 ptr 0xe4a73ba0 retry 3 [unknown][UNKNOWN()] Retry line 1055 00 00 00 00 af 10 12 80 57 00 op 40 bn 0 siz 0 ptr 0xe4a73ba0 retry 4 [unknown][UNKNOWN()] Retry line 1055 00 00 00 00 af 10 12 80 57 00 op 40 bn 0 siz 0 ptr 0xe4a73ba0 retry 5 [unknown][UNKNOWN()] Retry line 1055 00 00 00 00 af 10 12 80 57 00 op 40 bn 0 siz 0 ptr 0xe4a73ba0 retry 6 [unknown][UNKNOWN()] Retry line 1055 00 00 00 00 af 10 12 80 57 00 op 40 bn 0 siz 0 ptr 0xe4a73ba0 retry 7 [unknown][UNKNOWN()] Retry line 1055 00 00 00 00 af 10 12 80 57 00 op 40 bn 0 siz 0 ptr 0xe4a73ba0 retry 8 [unknown][UNKNOWN()] Retry line 1055 00 00 00 00 af 10 12 80 57 00 op 40 bn 0 siz 0 ptr 0xe4a73ba0 retry 9 [unknown][UNKNOWN()] Retry line 1055 Too many retries (EIO) fd0: autoselection failed 00 00 00 00 af 10 12 80 57 00 op 1 bn 0 siz 1024 ptr 0xc2280800 retry 0 fd0[READ(offset=0, length=1024)] Retry line 1055 00 00 00 00 af 10 12 80 57 00 op 1 bn 0 siz 512 ptr 0xc2280800 retry 1 fd0[READ(offset=0, length=1024)] Retry line 1055 00 00 00 00 af 10 12 80 57 00 op 1 bn 0 siz 512 ptr 0xc2280800 retry 2 fd0[READ(offset=0, length=1024)] Retry line 1055 00 00 00 00 af 10 12 80 57 00 op 1 bn 0 siz 512 ptr 0xc2280800 retry 3 fd0[READ(offset=0, length=1024)] Retry line 1055 00 00 00 00 af 10 12 80 57 00 op 1 bn 0 siz 512 ptr 0xc2280800 retry 4 fd0[READ(offset=0, length=1024)] Retry line 1055 00 00 00 00 af 10 12 80 57 00 op 1 bn 0 siz 512 ptr 0xc2280800 retry 5 fd0[READ(offset=0, length=1024)] Retry line 1055 00 00 00 00 af 10 12 80 57 00 op 1 bn 0 siz 512 ptr 0xc2280800 retry 6 fd0[READ(offset=0, length=1024)] Retry line 1055 00 00 00 00 af 10 12 80 57 00 op 1 bn 0 siz 512 ptr 0xc2280800 retry 7 fd0[READ(offset=0, length=1024)] Retry line 1055 00 00 00 00 af 10 12 80 57 00 op 1 bn 0 siz 512 ptr 0xc2280800 retry 8 fd0[READ(offset=0, length=1024)] Retry line 1055 00 00 00 00 af 10 12 80 57 00 op 1 bn 0 siz 512 ptr 0xc2280800 retry 9 fd0[READ(offset=0, length=1024)] Retry line 1055 Too many retries (EIO) retries: 10 00 00 00 00 af 10 12 80 57 00 op 1 bn 0 siz 512 ptr 0xc228d600 retry 0 fd0[READ(offset=0, length=512)] Retry line 1055 00 00 00 00 af 10 12 80 57 00 op 1 bn 0 siz 512 ptr 0xc228d600 retry 1 fd0[READ(offset=0, length=512)] Retry line 1055 00 00 00 00 af 10 12 80 57 00 op 1 bn 0 siz 512 ptr 0xc228d600 retry 2 fd0[READ(offset=0, length=512)] Retry line 1055 00 00 00 00 af 10 12 80 57 00 op 1 bn 0 siz 512 ptr 0xc228d600 retry 3 fd0[READ(offset=0, length=512)] Retry line 1055 00 00 00 00 af 10 12 80 57 00 op 1 bn 0 siz 512 ptr 0xc228d600 retry 4 fd0[READ(offset=0, length=512)] Retry line 1055 00 00 00 00 af 10 12 80 57 00 op 1 bn 0 siz 512 ptr 0xc228d600 retry 5 fd0[READ(offset=0, length=512)] Retry line 1055 00 00 00 00 af 10 12 80 57 00 op 1 bn 0 siz 512 ptr 0xc228d600 retry 6 fd0[READ(offset=0, length=512)] Retry line 1055 00 00 00 00 af 10 12 80 57 00 op 1 bn 0 siz 512 ptr 0xc228d600 retry 7 fd0[READ(offset=0, length=512)] Retry line 1055 00 00 00 00 af 10 12 80 57 00 op 1 bn 0 siz 512 ptr 0xc228d600 retry 8 fd0[READ(offset=0, length=512)] Retry line 1055 00 00 00 00 af 10 12 80 57 00 op 1 bn 0 siz 512 ptr 0xc228d600 retry 9 fd0[READ(offset=0, length=512)] Retry line 1055 Too many retries (EIO) retries: 10 00 00 00 00 af 10 12 80 57 00 op 1 bn 1 siz 512 ptr 0xc2273c00 retry 0 fd0[READ(offset=512, length=512)] Retry line 1055 00 00 00 00 af 10 12 80 57 00 op 1 bn 1 siz 512 ptr 0xc2273c00 retry 1 fd0[READ(offset=512, length=512)] Retry line 1055 00 00 00 00 af 10 12 80 57 00 op 1 bn 1 siz 512 ptr 0xc2273c00 retry 2 fd0[READ(offset=512, length=512)] Retry line 1055 00 00 00 00 af 10 12 80 57 00 op 1 bn 1 siz 512 ptr 0xc2273c00 retry 3 fd0[READ(offset=512, length=512)] Retry line 1055 00 00 00 00 af 10 12 80 57 00 op 1 bn 1 siz 512 ptr 0xc2273c00 retry 4 fd0[READ(offset=512, length=512)] Retry line 1055 00 00 00 00 af 10 12 80 57 00 op 1 bn 1 siz 512 ptr 0xc2273c00 retry 5 fd0[READ(offset=512, length=512)] Retry line 1055 00 00 00 00 af 10 12 80 57 00 op 1 bn 1 siz 512 ptr 0xc2273c00 retry 6 fd0[READ(offset=512, length=512)] Retry line 1055 00 00 00 00 af 10 12 80 57 00 op 1 bn 1 siz 512 ptr 0xc2273c00 retry 7 fd0[READ(offset=512, length=512)] Retry line 1055 00 00 00 00 af 10 12 80 57 00 op 1 bn 1 siz 512 ptr 0xc2273c00 retry 8 fd0[READ(offset=512, length=512)] Retry line 1055 00 00 00 00 af 10 12 80 57 00 op 1 bn 1 siz 512 ptr 0xc2273c00 retry 9 fd0[READ(offset=512, length=512)] Retry line 1055 Too many retries (EIO) retries: 10 00 00 00 00 af 10 12 80 57 00 op 1 bn 0 siz 512 ptr 0xc227a200 retry 0 fd0[READ(offset=0, length=512)] Retry line 1055 00 00 00 00 af 10 12 80 57 00 op 1 bn 0 siz 512 ptr 0xc227a200 retry 1 fd0[READ(offset=0, length=512)] Retry line 1055 00 00 00 00 af 10 12 80 57 00 op 1 bn 0 siz 512 ptr 0xc227a200 retry 2 fd0[READ(offset=0, length=512)] Retry line 1055 00 00 00 00 af 10 12 80 57 00 op 1 bn 0 siz 512 ptr 0xc227a200 retry 3 fd0[READ(offset=0, length=512)] Retry line 1055 00 00 00 00 af 10 12 80 57 00 op 1 bn 0 siz 512 ptr 0xc227a200 retry 4 fd0[READ(offset=0, length=512)] Retry line 1055 00 00 00 00 af 10 12 80 57 00 op 1 bn 0 siz 512 ptr 0xc227a200 retry 5 fd0[READ(offset=0, length=512)] Retry line 1055 00 00 00 00 af 10 12 80 57 00 op 1 bn 0 siz 512 ptr 0xc227a200 retry 6 fd0[READ(offset=0, length=512)] Retry line 1055 00 00 00 00 af 10 12 80 57 00 op 1 bn 0 siz 512 ptr 0xc227a200 retry 7 fd0[READ(offset=0, length=512)] Retry line 1055 00 00 00 00 af 10 12 80 57 00 op 1 bn 0 siz 512 ptr 0xc227a200 retry 8 fd0[READ(offset=0, length=512)] Retry line 1055 00 00 00 00 af 10 12 80 57 00 op 1 bn 0 siz 512 ptr 0xc227a200 retry 9 fd0[READ(offset=0, length=512)] Retry line 1055 Too many retries (EIO) retries: 10 GEOM: new disk ad0 GEOM: new disk ad1 GEOM: new disk ad4 GEOM: new disk ad6 00 00 00 00 af 10 12 80 57 00 [0] f:00 typ:11 s(CHS):0/1/1 e(CHS):340/254/63 s:63 l:5478102 [1] f:00 typ:165 s(CHS):341/0/1 e(CHS):681/254/63 s:5478165 l:5478165 [2] f:80 typ:165 s(CHS):682/0/1 e(CHS):1022/254/63 s:10956330 l:5478165 [3] f:00 typ:165 s(CHS):1023/0/1 e(CHS):1023/254/63 s:16434495 l:143637165 GEOM: Configure ad0s1, start 32256 length 2804788224 end 2804820479 GEOM: Configure ad0s2, start 2804820480 length 2804820480 end 5609640959 GEOM: Configure ad0s3, start 5609640960 length 2804820480 end 8414461439 GEOM: Configure ad0s4, start 8414461440 length 73542228480 end 81956689919 [0] f:00 typ:11 s(CHS):0/1/1 e(CHS):340/254/63 s:63 l:5478102 [1] f:80 typ:165 s(CHS):341/0/1 e(CHS):681/254/63 s:5478165 l:5478165 [2] f:00 typ:165 s(CHS):682/0/1 e(CHS):1022/254/63 s:10956330 l:5478165 [3] f:00 typ:165 s(CHS):1023/0/1 e(CHS):1023/254/63 s:16434495 l:143637165 GEOM: Configure ad1s1, start 32256 length 2804788224 end 2804820479 GEOM: Configure ad1s2, start 2804820480 length 2804820480 end 5609640959 GEOM: Configure ad1s3, start 5609640960 length 2804820480 end 8414461439 GEOM: Configure ad1s4, start 8414461440 length 73542228480 end 81956689919 [0] f:00 typ:98 s(CHS):0/1/1 e(CHS):340/254/63 s:63 l:5478102 [1] f:80 typ:165 s(CHS):341/0/1 e(CHS):681/254/63 s:5478165 l:5478165 [2] f:00 typ:165 s(CHS):682/0/1 e(CHS):1022/254/63 s:10956330 l:5478165 [3] f:00 typ:165 s(CHS):1023/0/1 e(CHS):1023/80/63 s:16434495 l:218007153 GEOM: Configure ad4s1, start 32256 length 2804788224 end 2804820479 GEOM: Configure ad4s2, start 2804820480 length 2804820480 end 5609640959 GEOM: Configure ad4s3, start 5609640960 length 2804820480 end 8414461439 GEOM: Configure ad4s4, start 8414461440 length 111619662336 end 120034123775 [0] f:00 typ:98 s(CHS):0/1/1 e(CHS):340/254/63 s:63 l:5478102 [1] f:00 typ:165 s(CHS):341/0/1 e(CHS):681/254/63 s:5478165 l:5478165 [2] f:00 typ:165 s(CHS):682/0/1 e(CHS):1022/254/63 s:10956330 l:5478165 [3] f:00 typ:165 s(CHS):1023/0/1 e(CHS):1023/254/63 s:16434495 l:218007153 GEOM: Configure ad6s1, start 32256 length 2804788224 end 2804820479 GEOM: Configure ad6s2, start 2804820480 length 2804820480 end 5609640959 GEOM: Configure ad6s3, start 5609640960 length 2804820480 end 8414461439 GEOM: Configure ad6s4, start 8414461440 length 111619662336 end 120034123775 GEOM: Configure ad0s2a, start 0 length 197406720 end 197406719 GEOM: Configure ad0s2b, start 197406720 length 65802240 end 263208959 GEOM: Configure ad0s2c, start 0 length 2804820480 end 2804820479 GEOM: Configure ad0s2d, start 263208960 length 2410007040 end 2673215999 GEOM: Configure ad0s2e, start 2673216000 length 131604480 end 2804820479 GEOM: Configure ad0s3a, start 0 length 197406720 end 197406719 GEOM: Configure ad0s3b, start 197406720 length 65802240 end 263208959 GEOM: Configure ad0s3c, start 0 length 2804820480 end 2804820479 GEOM: Configure ad0s3d, start 263208960 length 2410007040 end 2673215999 GEOM: Configure ad0s3e, start 2673216000 length 131604480 end 2804820479 GEOM: Configure ad0s4a, start 32256 length 11951299584 end 11951331839 GEOM: Configure ad0s4c, start 0 length 73542228480 end 73542228479 GEOM: Configure ad0s4d, start 11951331840 length 20530298880 end 32481630719 GEOM: Configure ad0s4e, start 32481630720 length 20530298880 end 53011929599 GEOM: Configure ad0s4f, start 53011929600 length 20530298880 end 73542228479 GEOM: Configure ad1s2a, start 0 length 197406720 end 197406719 GEOM: Configure ad1s2b, start 197406720 length 65802240 end 263208959 GEOM: Configure ad1s2c, start 0 length 2804820480 end 2804820479 GEOM: Configure ad1s2d, start 263208960 length 2410007040 end 2673215999 GEOM: Configure ad1s2e, start 2673216000 length 131604480 end 2804820479 GEOM: Configure ad1s3a, start 0 length 197406720 end 197406719 GEOM: Configure ad1s3b, start 197406720 length 65802240 end 263208959 GEOM: Configure ad1s3c, start 0 length 2804820480 end 2804820479 GEOM: Configure ad1s3d, start 263208960 length 2410007040 end 2673215999 GEOM: Configure ad1s3e, start 2673216000 length 131604480 end 2804820479 GEOM: Configure ad1s4a, start 32256 length 11951299584 end 11951331839 GEOM: Configure ad1s4c, start 0 length 73542228480 end 73542228479 GEOM: Configure ad1s4d, start 11951331840 length 20530298880 end 32481630719 GEOM: Configure ad1s4e, start 32481630720 length 20530298880 end 53011929599 GEOM: Configure ad1s4f, start 53011929600 length 20530298880 end 73542228479 GEOM: Configure ad4s2a, start 0 length 197406720 end 197406719 GEOM: Configure ad4s2b, start 197406720 length 65802240 end 263208959 GEOM: Configure ad4s2c, start 0 length 2804820480 end 2804820479 GEOM: Configure ad4s2d, start 263208960 length 2410007040 end 2673215999 GEOM: Configure ad4s2e, start 2673216000 length 131604480 end 2804820479 GEOM: Configure ad4s3a, start 0 length 197406720 end 197406719 GEOM: Configure ad4s3b, start 197406720 length 65802240 end 263208959 GEOM: Configure ad4s3c, start 0 length 2804820480 end 2804820479 GEOM: Configure ad4s3d, start 263208960 length 2410007040 end 2673215999 GEOM: Configure ad4s3e, start 2673216000 length 131604480 end 2804820479 GEOM: Configure ad4s4a, start 1024 length 8965554176 end 8965555199 GEOM: Configure ad4s4c, start 0 length 111619662336 end 111619662335 GEOM: Configure ad4s4d, start 8965555200 length 20530298880 end 29495854079 GEOM: Configure ad4s4e, start 29495854080 length 20530298880 end 50026152959 GEOM: Configure ad4s4f, start 50026152960 length 20530298880 end 70556451839 GEOM: Configure ad4s4g, start 70556451840 length 20530298880 end 91086750719 GEOM: Configure ad4s4h, start 91086750720 length 20530298880 end 111617049599 GEOM: Configure ad6s2a, start 0 length 197406720 end 197406719 GEOM: Configure ad6s2b, start 197406720 length 65802240 end 263208959 GEOM: Configure ad6s2c, start 0 length 2804820480 end 2804820479 GEOM: Configure ad6s2d, start 263208960 length 2410007040 end 2673215999 GEOM: Configure ad6s2e, start 2673216000 length 131604480 end 2804820479 GEOM: Configure ad6s3a, start 0 length 197406720 end 197406719 GEOM: Configure ad6s3b, start 197406720 length 65802240 end 263208959 GEOM: Configure ad6s3c, start 0 length 2804820480 end 2804820479 GEOM: Configure ad6s3d, start 263208960 length 2410007040 end 2673215999 GEOM: Configure ad6s3e, start 2673216000 length 131604480 end 2804820479 GEOM: Configure ad6s4a, start 1024 length 8965554176 end 8965555199 GEOM: Configure ad6s4c, start 0 length 111619662336 end 111619662335 GEOM: Configure ad6s4d, start 8965555200 length 20530298880 end 29495854079 GEOM: Configure ad6s4e, start 29495854080 length 20530298880 end 50026152959 GEOM: Configure ad6s4f, start 50026152960 length 20530298880 end 70556451839 GEOM: Configure ad6s4g, start 70556451840 length 20530298880 end 91086750719 GEOM: Configure ad6s4h, start 91086750720 length 20530298880 end 111617049599 Mounting root from ufs:/dev/ad0s3a start_init: trying /sbin/init splash: image decoder found: dragon_saver em0: Link is up 100 Mbps Full Duplex Linux ELF exec handler installedReceived on Wed Oct 27 2004 - 00:12:30 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:19 UTC