amd64/122624: unusable mininal installation of FreeBSD-7.0

Fernan Aguero fernan at iib.unsam.edu.ar
Tue Apr 22 19:06:08 UTC 2008


> On Mon, 21 Apr 2008 15:22:47 -0300 Fernan Aguero <fernan at iib.unsam.edu.ar> wrote:
> > The answer is that the CD was not OK (but this didn't make
> > any difference, as new problems arose, read on ...)
> > 
> > # ISO image is OK
> > grep amd64-disc1 7.0-amd64-CHECKSUM.MD5
> > MD5 (7.0-RELEASE-amd64-disc1.iso) = 0232f1b6ffde0e3e76034c9f10791acd
> > 
> > cat 7.0-RELEASE-amd64-disc1.iso | md5sum 
> > 0232f1b6ffde0e3e76034c9f10791acd  -
> > 
> > 
> > # But burned CD was not OK
> > echo $(( $(ls -l 7.0-RELEASE-amd64-disc1.iso | awk '{ print $5 }') / 2048 ))
> > 255535
> > 
> > dd if=/dev/cdrom bs=2048 count=255535 | md5sum 
> > 255535+0 records in
> > 255535+0 records out
> > 523335680 bytes (523 MB) copied, 121.408 seconds, 4.3 MB/s
> > f6de944affbeb748e7df5337aa91ea8b  -
> > 
> > So I trashed this CD and burned the same image again, now
> > succesfully:
> > dd if=/dev/cdrom bs=2048 count=255535 | md5sum 
> > 255535+0 records in
> > 255535+0 records out
> > 523335680 bytes (523 MB) copied, 218.401 seconds, 2.4 MB/s
> > 0232f1b6ffde0e3e76034c9f10791acd  -
> > 
> > I've now installed FreeBSD-7.0 (amd64) again, several times,
> > with either a minimal install + man pages (with or w/o lib32 compatibility) or as a standard install (all default options) and
> > again, as before, there are many errors upon boot:
> > 
> > # minimal, no lib32 compatibility
> > Trying to mount root from ufs:/dev/ad4s1a
> > /libexec/ld-elf.so.1: /lib/libedit.so.6: invalid file format
> > 
> > # standard install (all default options)
> > Starting local daemons:.
> > Updating motdawk: 1: Syntax error: "(" unexpected
> > .
> > Mounting late filesystems:.
> > Configuring syscons: keymap blanktime.
> > /libexec/ld-elf.so.1: Shared object "<ò " not found, required by "libssh.so.4"
> > (repeated three times)
> > Starting cron.
> > Local package initialization:.
> > /libexec/ld-elf.so.1: /lib/libm.so.5: invalid file format
> > 
> > I can login and do a couple of things:
> > mkdir /freebsd
> > mount host:/freebsd /freebsd
> > rm -rf /usr/src
> > ln -s /freebsd/freebsd-7.0/src /usr/src
> > ln -s /freebsd/ports /usr/ports
> > mkdir /usr/ports.workdir
> > echo "WRKDIRPREFIX=/usr/ports.workdir" > /etc/make.conf
> > 
> > But then: 
> > cd /usr/ports/sysutils/screen
> > make clean && make install clean
> > ...
> > ===> Extracting for screen-4.0.3_1
> > /usr/bin/awk: 1: Syntax error: "(" unexpected
> > *** Error code 2
> > 
> > And also:
> > cd /usr/src
> > make buildworld
> > >>> stage 1.1: legacy release compatibility shims
> > cd /freebsd/freebsd-7.0/src;
> > MAKEOBJDIRPREFIX=/usr/obj/freebsd/freebsd-7.0/src/tmp
> > INSTALL="sh /freebsd/freebsd-7.0/src/tools/install.sh" 
> > PATH=/usr/obj/freebsd/freebsd-7.0/src/tmp/legacy/usr/sbin:
> > ... ... -DNO_WARNS legacy
> > awk: 1: Syntax error: "(" unexpected
> > 
> > 
> > Any help would be appreciated. I'm at a loss here.
> > Ubuntu-7.10 (amd64, server) works fine on this same box, as
> > well as FreeBSD-6.1-RELEASE (amd64). I even followed
> > the instructions to upgrade 6.1 to 7.0 only to find that
> > after rebooting (this is on the second time as per the instructions)
> > http://people.freebsd.org/~rse/upgrade/freebsd-upgrade-6x-7x.txt
> > I lose the ability to SSH in, and many of these "syntax
> > error word unexpected" appear. I cannot rebuild and
> > reinstall world at this point, even though the box boots and
> > lets me log in.
> 
> You're not going to want to hear it, but I've seen similar symptoms
> with a hardware problems.

I know this is a possibility, and I do want to hear about it
-- my on-site guarantee is still alive :)
 
I've booted the Dell diagnostics CD and run all diagnostic
tests (memory, disk, processors) ... no problem was found. 

> Two easy things to try:
> 
> 1) is this repeatable? Does it fail the exact same way each time?

No. Each time the error is different. 

1. On one ocasion, right after booting I got several screens
   of weird symbols. In the previous email I just copied the
   things that would make sense to a human being.


2. I have just reinstalled 7.0-amd64 again (standard install,
   didn't select any combo of anything ... just the defaults,
   and didn't install any extra package), and this time,
   after booting the error messages were:

[...]
Configuring syscons: keymap blanktime.
/libexec/ld-elf.so.1: /lib/libcrypto.so.5: Unsupported
relocation type 74041104 in non-PLT relocations 
(message repeated 5 times)

Starting cron. 
Local package initialization:.
Starting background file system checks in 60 seconds.

This time I was able to login and check libcrypto:
MD5 (/lib/libcrypto.so.5) = ee943528c8046145b60359f50f45fbf4

And as suggested by Gavin, I rebooted and checked things
again.

Upon reboot, the error was now different (relocation type changed),
and the checksum for libcrypto.so.5 changed!
MD5 (/lib/libcrypto.so.5) = a24993818d2b888df053428b48a18eac

Maybe it's a problem with the disk driver in FreeBSD-7 for
this chipset? (dmesg attached) ... it seems like reading and
writing to disk is the problem ... but this only happens
with FreeBSD-7.0. Any suggestion as to how I can further debug this?

3. I reinstalled the system once again, and now, after booting
   into the installed system:
init: getty repeating too quickly on port /dev/ttyv6, sleeping 30 secs
init: getty repeating too quickly on port /dev/ttyv6, sleeping 30 secs
init: getty repeating too quickly on port /dev/ttyv6, sleeping 30 secs
...


> 2) Have you tried FreeBSD-7.0-RELEASE on x86? Just another data point.

I don't have a spare i386 box available for testing 7.0 right now
... I don't think it's possible to install 7.0-i386 on this
box, or is it?

> There are two possible hardware issues: one is that some component is
> marginal, and the previous release of FreeBSD and your Ubuntu test
> don't stress the component in question enough to cause it to fail. the
> first test will tell you whether or not this is the case: if it fails
> the exact same way each time, then this isn't a part showing
> intermittent failures. If the failures move around, try stress-testing
> the machine.

In which way do you suggest stress testing? When I installed
FreeBSD-6.1-amd64 on this box, I compiled all world and
kernel without an issue. 

Do you suggest doing something else?

Thanks for all the help thus far.

Fernan

> The previous time I saw such failures in a repeatable way, the problem
> was that the new version of BSD had changed an internal API, and was
> now passing more registers to internal functions than previously. The
> hardware was flipping a bit in one of those registers. The previous
> release of the OS (and the hardware vendors OS) never passed that many
> registers, so the problem didn't arise.
> 
> If your problem is repeatable, you need to fire up the debugger on the
> kernel, and watch carefully at the first point of failure. This will
> also provide useful information for fixing the problem if it's
> software and not hardware.
> 
>      <mike
> -- 
> Mike Meyer <mwm at mired.org>		http://www.mired.org/consulting.html
> Independent Network/Unix/Perforce consultant, email for more information.
-------------- next part --------------
Copyright (c) 1992-2008 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 is a registered trademark of The FreeBSD Foundation.
FreeBSD 7.0-RELEASE #0: Sun Feb 24 10:35:36 UTC 2008
    root at driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC
Timecounter "i8254" frequency 1193182 Hz quality 0
CPU: Dual-Core AMD Opteron(tm) Processor 2210 (1800.08-MHz K8-class CPU)
  Origin = "AuthenticAMD"  Id = 0x40f13  Stepping = 3
  Features=0x178bfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,MMX,FXSR,SSE,SSE2,HTT>
  Features2=0x2001<SSE3,CX16>
  AMD Features=0xea500800<SYSCALL,NX,MMX+,FFXSR,RDTSCP,LM,3DNow!+,3DNow!>
  AMD Features2=0x1f<LAHF,CMP,SVM,ExtAPIC,CR8>
  Cores per package: 2
usable memory = 8571883520 (8174 MB)
avail memory  = 8292429824 (7908 MB)
ACPI APIC Table: <DELL   PE_SC3  >
FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs
 cpu0 (BSP): APIC ID:  0
 cpu1 (AP): APIC ID:  1
 cpu2 (AP): APIC ID:  2
 cpu3 (AP): APIC ID:  3
ioapic0: Changing APIC ID to 4
ioapic1: Changing APIC ID to 5
ioapic2: Changing APIC ID to 6
MADT: Forcing active-low polarity and level trigger for SCI
ioapic0 <Version 1.1> irqs 0-15 on motherboard
ioapic1 <Version 1.1> irqs 32-47 on motherboard
ioapic2 <Version 1.1> irqs 64-79 on motherboard
kbd1 at kbdmux0
ath_hal: 0.9.20.3 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413)
hptrr: HPT RocketRAID controller driver v1.1 (Feb 24 2008 10:34:18)
acpi0: <DELL PE_SC3> on motherboard
acpi0: [ITHREAD]
acpi0: Power Button (fixed)
Timecounter "ACPI-safe" frequency 3579545 Hz quality 850
acpi_timer0: <32-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0
acpi_hpet0: <High Precision Event Timer> iomem 0xfed00000-0xfed003ff on acpi0
Timecounter "HPET" frequency 14318180 Hz quality 900
cpu0: <ACPI CPU> on acpi0
powernow0: <PowerNow! K8> on cpu0
device_attach: powernow0 attach returned 6
cpu1: <ACPI CPU> on acpi0
powernow1: <PowerNow! K8> on cpu1
device_attach: powernow1 attach returned 6
cpu2: <ACPI CPU> on acpi0
powernow2: <PowerNow! K8> on cpu2
device_attach: powernow2 attach returned 6
cpu3: <ACPI CPU> on acpi0
powernow3: <PowerNow! K8> on cpu3
device_attach: powernow3 attach returned 6
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
pci0: <ACPI PCI bus> on pcib0
pcib1: <ACPI PCI-PCI bridge> at device 1.0 on pci0
pci3: <ACPI PCI bus> on pcib1
pcib2: <ACPI PCI-PCI bridge> at device 13.0 on pci3
pci4: <ACPI PCI bus> on pcib2
atapci0: <ServerWorks HT1000 SATA150 controller> port 0xecb0-0xecb7,0xeca0-0xeca3,0xecb8-0xecbf,0xeca4-0xeca7,0xece0-0xecef mem 0xefdfe000-0xefdfffff irq 6 at device 14.0 on pci3
atapci0: [ITHREAD]
ata2: <ATA channel 0> on atapci0
ata2: [ITHREAD]
ata3: <ATA channel 1> on atapci0
ata3: [ITHREAD]
atapci1: <ServerWorks HT1000 UDMA100 controller> port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x8c0-0x8cf at device 2.1 on pci0
ata0: <ATA channel 0> on atapci1
ata0: [ITHREAD]
ata1: <ATA channel 1> on atapci1
ata1: [ITHREAD]
isab0: <PCI-ISA bridge> at device 2.2 on pci0
isa0: <ISA bus> on isab0
ohci0: <OHCI (generic) USB controller> port 0xd000-0xd0ff mem 0xefbed000-0xefbedfff irq 11 at device 3.0 on pci0
ohci0: [GIANT-LOCKED]
ohci0: [ITHREAD]
usb0: OHCI version 1.0, legacy support
usb0: SMM does not respond, resetting
usb0: <OHCI (generic) USB controller> on ohci0
usb0: USB revision 1.0
uhub0: <(0x1166) OHCI root hub, class 9/0, rev 1.00/1.00, addr 1> on usb0
uhub0: 2 ports with 2 removable, self powered
ohci1: <OHCI (generic) USB controller> port 0xd400-0xd4ff mem 0xefbee000-0xefbeefff irq 11 at device 3.1 on pci0
ohci1: [GIANT-LOCKED]
ohci1: [ITHREAD]
usb1: OHCI version 1.0, legacy support
usb1: <OHCI (generic) USB controller> on ohci1
usb1: USB revision 1.0
uhub1: <(0x1166) OHCI root hub, class 9/0, rev 1.00/1.00, addr 1> on usb1
uhub1: 2 ports with 2 removable, self powered
ehci0: <EHCI (generic) USB 2.0 controller> port 0xd800-0xd8ff mem 0xefbef000-0xefbeffff irq 11 at device 3.2 on pci0
ehci0: [GIANT-LOCKED]
ehci0: [ITHREAD]
usb2: EHCI version 1.0
usb2: companion controllers, 2 ports each: usb0 usb1
usb2: <EHCI (generic) USB 2.0 controller> on ehci0
usb2: USB revision 2.0
uhub2: <(0x1166) EHCI root hub, class 9/0, rev 2.00/1.00, addr 1> on usb2
uhub2: 4 ports with 4 removable, self powered
uhub3: <vendor 0x413c product 0xa001, class 9/0, rev 2.00/0.00, addr 2> on uhub2
uhub3: multiple transaction translators
uhub3: 2 ports with 2 removable, self powered
ums0: <Logitech Optical USB Mouse, class 0/0, rev 2.00/3.40, addr 3> on uhub3
ums0: 3 buttons and Z dir.
ukbd0: <Dell Dell USB Keyboard, class 0/0, rev 1.10/3.01, addr 4> on uhub3
kbd2 at ukbd0
vgapci0: <VGA-compatible display> port 0xdc00-0xdcff mem 0xe0000000-0xe7ffffff,0xefbf0000-0xefbfffff irq 44 at device 4.0 on pci0
pcib3: <ACPI PCI-PCI bridge> irq 32 at device 7.0 on pci0
pci5: <ACPI PCI bus> on pcib3
pcib4: <ACPI PCI-PCI bridge> irq 33 at device 8.0 on pci0
pci1: <ACPI PCI bus> on pcib4
bge0: <Broadcom NetXtreme Gigabit Ethernet Controller, ASIC rev. 0x4201> mem 0xefef0000-0xefefffff irq 33 at device 0.0 on pci1
miibus0: <MII bus> on bge0
brgphy0: <BCM5750 10/100/1000baseTX PHY> PHY 1 on miibus0
brgphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto
bge0: Ethernet address: 00:1a:a0:1e:3c:3b
bge0: [ITHREAD]
pcib5: <ACPI PCI-PCI bridge> irq 37 at device 9.0 on pci0
pci2: <ACPI PCI bus> on pcib5
bge1: <Broadcom NetXtreme Gigabit Ethernet Controller, ASIC rev. 0x4201> mem 0xefff0000-0xefffffff irq 37 at device 0.0 on pci2
miibus1: <MII bus> on bge1
brgphy1: <BCM5750 10/100/1000baseTX PHY> PHY 1 on miibus1
brgphy1:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto
bge1: Ethernet address: 00:1a:a0:1e:3c:3c
bge1: [ITHREAD]
pcib6: <ACPI PCI-PCI bridge> irq 35 at device 10.0 on pci0
pci6: <ACPI PCI bus> on pcib6
pcib7: <ACPI PCI-PCI bridge> irq 36 at device 11.0 on pci0
pci7: <ACPI PCI bus> on pcib7
sio0: configured irq 4 not in bitmap of probed irqs 0
sio0: port may not be enabled
sio0: configured irq 4 not in bitmap of probed irqs 0
sio0: port may not be enabled
sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0
sio0: type 16550A
sio0: [FILTER]
sio1: configured irq 3 not in bitmap of probed irqs 0
sio1: port may not be enabled
sio1: configured irq 3 not in bitmap of probed irqs 0
sio1: port may not be enabled
sio1: <16550A-compatible COM port> port 0x2f8-0x2ff irq 3 on acpi0
sio1: type 16550A
sio1: [FILTER]
orm0: <ISA Option ROMs> at iomem 0xc0000-0xc8fff,0xc9000-0xc9fff,0xec000-0xeffff on isa0
atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
kbd0 at atkbd0
atkbd0: [GIANT-LOCKED]
atkbd0: [ITHREAD]
ppc0: cannot reserve I/O port range
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
Timecounters tick every 1.000 msec
hptrr: no controller detected.
md0: Preloaded image </boot/mfsroot> 4194304 bytes at 0xffffffff80bc6c08
acd0: CDRW <TSSTcorpCD-RW/DVD-ROM TSL462D/DE04> at ata0-master UDMA33
ad4: DMA limited to UDMA33, device found non-ATA66 cable
ad4: 152587MB <WDC WD1600JS-75NCB3 10.02E04> at ata2-master UDMA33
SMP: AP CPU #1 Launched!
SMP: AP CPU #2 Launched!
SMP: AP CPU #3 Launched!
GEOM_LABEL: Label for provider acd0 is iso9660/FreeBSD_Install.
GEOM_LABEL: Label for provider ad4s1 is msdosfs/DellUtility.
Trying to mount root from ufs:/dev/md0
GEOM_LABEL: Label msdosfs/DellUtility removed.
Waiting (max 60 seconds) for system process `vnlru' to stop...done
Waiting (max 60 seconds) for system process `bufdaemon' to stop...done
Waiting (max 60 seconds) for system process `syncer' to stop...
Syncing disks, vnodes remaining...1 0 0 done
All buffers synced.
Copyright (c) 1992-2008 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 is a registered trademark of The FreeBSD Foundation.
FreeBSD 7.0-RELEASE #0: Sun Feb 24 10:35:36 UTC 2008
    root at driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC
Timecounter "i8254" frequency 1193182 Hz quality 0
CPU: Dual-Core AMD Opteron(tm) Processor 2210 (1800.08-MHz K8-class CPU)
  Origin = "AuthenticAMD"  Id = 0x40f13  Stepping = 3
  Features=0x178bfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,MMX,FXSR,SSE,SSE2,HTT>
  Features2=0x2001<SSE3,CX16>
  AMD Features=0xea500800<SYSCALL,NX,MMX+,FFXSR,RDTSCP,LM,3DNow!+,3DNow!>
  AMD Features2=0x1f<LAHF,CMP,SVM,ExtAPIC,CR8>
  Cores per package: 2
usable memory = 8576077824 (8178 MB)
avail memory  = 8296632320 (7912 MB)
ACPI APIC Table: <DELL   PE_SC3  >
FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs
 cpu0 (BSP): APIC ID:  0
 cpu1 (AP): APIC ID:  1
 cpu2 (AP): APIC ID:  2
 cpu3 (AP): APIC ID:  3
ioapic0: Changing APIC ID to 4
ioapic1: Changing APIC ID to 5
ioapic2: Changing APIC ID to 6
MADT: Forcing active-low polarity and level trigger for SCI
ioapic0 <Version 1.1> irqs 0-15 on motherboard
ioapic1 <Version 1.1> irqs 32-47 on motherboard
ioapic2 <Version 1.1> irqs 64-79 on motherboard
kbd1 at kbdmux0
ath_hal: 0.9.20.3 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413)
hptrr: HPT RocketRAID controller driver v1.1 (Feb 24 2008 10:34:18)
acpi0: <DELL PE_SC3> on motherboard
acpi0: [ITHREAD]
acpi0: Power Button (fixed)
Timecounter "ACPI-safe" frequency 3579545 Hz quality 850
acpi_timer0: <32-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0
acpi_hpet0: <High Precision Event Timer> iomem 0xfed00000-0xfed003ff on acpi0
Timecounter "HPET" frequency 14318180 Hz quality 900
cpu0: <ACPI CPU> on acpi0
powernow0: <PowerNow! K8> on cpu0
device_attach: powernow0 attach returned 6
cpu1: <ACPI CPU> on acpi0
powernow1: <PowerNow! K8> on cpu1
device_attach: powernow1 attach returned 6
cpu2: <ACPI CPU> on acpi0
powernow2: <PowerNow! K8> on cpu2
device_attach: powernow2 attach returned 6
cpu3: <ACPI CPU> on acpi0
powernow3: <PowerNow! K8> on cpu3
device_attach: powernow3 attach returned 6
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
pci0: <ACPI PCI bus> on pcib0
pcib1: <ACPI PCI-PCI bridge> at device 1.0 on pci0
pci3: <ACPI PCI bus> on pcib1
pcib2: <ACPI PCI-PCI bridge> at device 13.0 on pci3
pci4: <ACPI PCI bus> on pcib2
atapci0: <ServerWorks HT1000 SATA150 controller> port 0xecb0-0xecb7,0xeca0-0xeca3,0xecb8-0xecbf,0xeca4-0xeca7,0xece0-0xecef mem 0xefdfe000-0xefdfffff irq 6 at device 14.0 on pci3
atapci0: [ITHREAD]
ata2: <ATA channel 0> on atapci0
ata2: [ITHREAD]
ata3: <ATA channel 1> on atapci0
ata3: [ITHREAD]
atapci1: <ServerWorks HT1000 UDMA100 controller> port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x8c0-0x8cf at device 2.1 on pci0
ata0: <ATA channel 0> on atapci1
ata0: [ITHREAD]
ata1: <ATA channel 1> on atapci1
ata1: [ITHREAD]
isab0: <PCI-ISA bridge> at device 2.2 on pci0
isa0: <ISA bus> on isab0
ohci0: <OHCI (generic) USB controller> port 0xd000-0xd0ff mem 0xefbed000-0xefbedfff irq 11 at device 3.0 on pci0
ohci0: [GIANT-LOCKED]
ohci0: [ITHREAD]
usb0: OHCI version 1.0, legacy support
usb0: SMM does not respond, resetting
usb0: <OHCI (generic) USB controller> on ohci0
usb0: USB revision 1.0
uhub0: <(0x1166) OHCI root hub, class 9/0, rev 1.00/1.00, addr 1> on usb0
uhub0: 2 ports with 2 removable, self powered
ohci1: <OHCI (generic) USB controller> port 0xd400-0xd4ff mem 0xefbee000-0xefbeefff irq 11 at device 3.1 on pci0
ohci1: [GIANT-LOCKED]
ohci1: [ITHREAD]
usb1: OHCI version 1.0, legacy support
usb1: <OHCI (generic) USB controller> on ohci1
usb1: USB revision 1.0
uhub1: <(0x1166) OHCI root hub, class 9/0, rev 1.00/1.00, addr 1> on usb1
uhub1: 2 ports with 2 removable, self powered
ehci0: <EHCI (generic) USB 2.0 controller> port 0xd800-0xd8ff mem 0xefbef000-0xefbeffff irq 11 at device 3.2 on pci0
ehci0: [GIANT-LOCKED]
ehci0: [ITHREAD]
usb2: EHCI version 1.0
usb2: companion controllers, 2 ports each: usb0 usb1
usb2: <EHCI (generic) USB 2.0 controller> on ehci0
usb2: USB revision 2.0
uhub2: <(0x1166) EHCI root hub, class 9/0, rev 2.00/1.00, addr 1> on usb2
uhub2: 4 ports with 4 removable, self powered
uhub3: <vendor 0x413c product 0xa001, class 9/0, rev 2.00/0.00, addr 2> on uhub2
uhub3: multiple transaction translators
uhub3: 2 ports with 2 removable, self powered
ums0: <Logitech Optical USB Mouse, class 0/0, rev 2.00/3.40, addr 3> on uhub3
ums0: 3 buttons and Z dir.
ukbd0: <Dell Dell USB Keyboard, class 0/0, rev 1.10/3.01, addr 4> on uhub3
kbd2 at ukbd0
vgapci0: <VGA-compatible display> port 0xdc00-0xdcff mem 0xe0000000-0xe7ffffff,0xefbf0000-0xefbfffff irq 44 at device 4.0 on pci0
pcib3: <ACPI PCI-PCI bridge> irq 32 at device 7.0 on pci0
pci5: <ACPI PCI bus> on pcib3
pcib4: <ACPI PCI-PCI bridge> irq 33 at device 8.0 on pci0
pci1: <ACPI PCI bus> on pcib4
bge0: <Broadcom NetXtreme Gigabit Ethernet Controller, ASIC rev. 0x4201> mem 0xefef0000-0xefefffff irq 33 at device 0.0 on pci1
miibus0: <MII bus> on bge0
brgphy0: <BCM5750 10/100/1000baseTX PHY> PHY 1 on miibus0
brgphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto
bge0: Ethernet address: 00:1a:a0:1e:3c:3b
bge0: [ITHREAD]
pcib5: <ACPI PCI-PCI bridge> irq 37 at device 9.0 on pci0
pci2: <ACPI PCI bus> on pcib5
bge1: <Broadcom NetXtreme Gigabit Ethernet Controller, ASIC rev. 0x4201> mem 0xefff0000-0xefffffff irq 37 at device 0.0 on pci2
miibus1: <MII bus> on bge1
brgphy1: <BCM5750 10/100/1000baseTX PHY> PHY 1 on miibus1
brgphy1:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto
bge1: Ethernet address: 00:1a:a0:1e:3c:3c
bge1: [ITHREAD]
pcib6: <ACPI PCI-PCI bridge> irq 35 at device 10.0 on pci0
pci6: <ACPI PCI bus> on pcib6
pcib7: <ACPI PCI-PCI bridge> irq 36 at device 11.0 on pci0
pci7: <ACPI PCI bus> on pcib7
sio0: configured irq 4 not in bitmap of probed irqs 0
sio0: port may not be enabled
sio0: configured irq 4 not in bitmap of probed irqs 0
sio0: port may not be enabled
sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0
sio0: type 16550A
sio0: [FILTER]
sio1: configured irq 3 not in bitmap of probed irqs 0
sio1: port may not be enabled
sio1: configured irq 3 not in bitmap of probed irqs 0
sio1: port may not be enabled
sio1: <16550A-compatible COM port> port 0x2f8-0x2ff irq 3 on acpi0
sio1: type 16550A
sio1: [FILTER]
orm0: <ISA Option ROMs> at iomem 0xc0000-0xc8fff,0xc9000-0xc9fff,0xec000-0xeffff on isa0
atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
kbd0 at atkbd0
atkbd0: [GIANT-LOCKED]
atkbd0: [ITHREAD]
ppc0: cannot reserve I/O port range
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
Timecounters tick every 1.000 msec
hptrr: no controller detected.
acd0: CDRW <TSSTcorpCD-RW/DVD-ROM TSL462D/DE04> at ata0-master UDMA33
ad4: DMA limited to UDMA33, device found non-ATA66 cable
ad4: 152587MB <WDC WD1600JS-75NCB3 10.02E04> at ata2-master UDMA33
SMP: AP CPU #1 Launched!
SMP: AP CPU #2 Launched!
SMP: AP CPU #3 Launched!
Trying to mount root from ufs:/dev/ad4s1a
exec /sbin/init: error 8
bge0: link state changed to UP


More information about the freebsd-amd64 mailing list