Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jan 2006 09:36:33 -0800
From:      Ted Faber <faber@ISI.EDU>
To:        freebsd-current@freebsd.org
Subject:   slow bfe0, dropouts - help?
Message-ID:  <20060120173633.GD45194@hut.isi.edu>

next in thread | raw e-mail | index | archive | help

--C94crkcyjafcjHxo
Content-Type: multipart/mixed; boundary="zS7rBR6csb6tI2e1"
Content-Disposition: inline


--zS7rBR6csb6tI2e1
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Hi.

I'm running a Dell Inspiron 6000 with at Broadcom BCM4401-B0 Fast
Ethernet on it, and the "Fast" really isn't there.  I'm frequently getting
KB/s performance out of it on a 100 Mb/s link when trying to download,
and it's fairly common for it to drop out completely over the course of
a long download.  It has the feel of missing interrupts, but I don't see
any messages in the logs.

This is -CURRENT as of Wed morning.

I see the same performance without ACPI as with.

I don't see any config flags on the manual page or any systctls to play
with.

A kernel config and verbose dmesg are attached.

Any help would be appreciated, and I'm happy to test patches.

--=20
Ted Faber
http://www.isi.edu/~faber           PGP: http://www.isi.edu/~faber/pubkeys.=
asc
Unexpected attachment on this mail? See http://www.isi.edu/~faber/FAQ.html#=
SIG

--zS7rBR6csb6tI2e1
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=LAP

#
# LAP -- kernel configuration file for FreeBSD/i386 for lap.isi.edu
#
# For more information on this file, please read the handbook section on
# Kernel Configuration Files:
#
#    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
#
# The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
# latest information.
#
# An exhaustive list of options and more detailed explanations of the
# device lines is also present in the ../../conf/NOTES and NOTES files.
# If you are in doubt as to the purpose or necessity of a line, check first
# in NOTES.
#
# $FreeBSD: src/sys/i386/conf/GENERIC,v 1.428 2005/03/31 20:21:42 scottl Exp $

machine		i386
cpu		I686_CPU
ident		LAP

# To statically compile in device wiring instead of /boot/device.hints
#hints		"GENERIC.hints"		# Default places to look for devices.

makeoptions	DEBUG=-g		# Build kernel with gdb(1) debug symbols

options 	NFS_DEBUG		# 4BSD scheduler
#options 	SCHED_ULE		# ULE scheduler
options 	SCHED_4BSD		# 4BSD scheduler
options 	PREEMPTION		# Enable kernel thread preemption
options 	INET			# InterNETworking
options 	INET6			# IPv6 communications protocols
options 	FFS			# Berkeley Fast Filesystem
options 	SOFTUPDATES		# Enable FFS soft updates support
options 	UFS_ACL			# Support for access control lists
options 	UFS_DIRHASH		# Improve performance on big directories
options 	COMPAT_43		# Compatible with BSD 4.3 [KEEP THIS!]
options 	COMPAT_FREEBSD4		# Compatible with FreeBSD4
options 	KTRACE			# ktrace(1) support
options 	SYSVSHM			# SYSV-style shared memory
options 	SYSVMSG			# SYSV-style message queues
options 	SYSVSEM			# SYSV-style semaphores
options 	_KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
options 	KBD_INSTALL_CDEV	# install a CDEV entry in /dev
options 	ADAPTIVE_GIANT		# Giant mutex is adaptive.

# Debugging for use in -current
options 	KDB			# Enable kernel debugger support.
options 	DDB			# Support DDB.
options 	GDB			# Support remote GDB.
#options 	INVARIANTS		# Enable calls of extra sanity checking
#options 	INVARIANT_SUPPORT	# Extra sanity checks of internal structures, required by INVARIANTS
#options 	WITNESS			# Enable checks to detect deadlocks and cycles
#options 	WITNESS_SKIPSPIN	# Don't run witness on spinlocks for speed

# Bus support.  Do not remove isa, even if you have no isa slots
# device		isa
device		eisa
device		pci

# ATA and ATAPI devices
device		ata
device		atadisk		# ATA disk drives
device		atapicd		# ATAPI CDROM drives
options 	ATA_STATIC_ID	# Static device numbering

# SCSI peripherals
device		scbus		# SCSI bus (required for SCSI)
device		da		# Direct Access (disks)
device		pass		# Passthrough device (direct SCSI access)

# atkbdc0 controls both the keyboard and the PS/2 mouse
device		atkbdc		# AT keyboard controller
device		atkbd		# AT keyboard
device		psm		# PS/2 mouse

device		vga		# VGA video card driver

device		splash		# Splash screen and screen saver support

# syscons is the default console driver, resembling an SCO console
device		sc
device		agp		# support several AGP chipsets

# Floating point support - do not disable.
#device		npx

# Power management support (see NOTES for more options)
device		apm
# Add suspend/resume support for the i8254.
device		pmtimer

# PCCARD (PCMCIA) support
# PCMCIA and cardbus bridge support
device		cbb		# cardbus (yenta) bridge
device		pccard		# PC Card (16-bit) bus
device		cardbus		# CardBus (32-bit) bus

# Serial (COM) ports
device		sio		# 8250, 16[45]50 based serial ports

# Parallel port
device		ppc
device		ppbus		# Parallel port bus (required)
device		lpt		# Printer
device		ppi		# Parallel port interface device

# PCI Ethernet NICs that use the common MII bus controller code.
# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
#device		miibus		# MII bus support
#device		bfe		# Broadcom BCM440x 10/100 Ethernet

# Wireless NIC cards
device		wlan		# 802.11 support
device		wlan_wep	# WEP crypto
device		an		# Aironet 4500/4800 802.11 wireless NICs.
device		iwi		# BayStack 660 and others
device		wi		# WaveLAN/Intersil/Symbol 802.11 wireless NICs.

# Pseudo devices.
device		loop		# Network loopback
#device		mem		# Memory and kernel memory devices
#device		io		# I/O device
device		random		# Entropy device
device		ether		# Ethernet support
device		sl		# Kernel SLIP
device		ppp		# Kernel PPP
device		tun		# Packet tunnel.
device		pty		# Pseudo-ttys (telnet etc)
device		md		# Memory "disks"
device		gif		# IPv6 and IPv4 tunneling
device		faith		# IPv6-to-IPv4 relaying (translation)

# The `bpf' device enables the Berkeley Packet Filter.
# Note that 'bpf' is required for DHCP.
device		bpf		# Berkeley packet filter

# USB support
device		uhci		# UHCI PCI->USB interface
device		ohci		# OHCI PCI->USB interface
device		ehci		# EHCI PCI->USB interface (USB 2.0)
device		usb		# USB Bus (required)
device		ugen		# Generic
device		umass		# Disks/Mass storage - Requires scbus and da

# FireWire support
device		firewire	# FireWire bus code
device		sbp		# SCSI over FireWire (Requires scbus and da)

--zS7rBR6csb6tI2e1
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=dmesg
Content-Transfer-Encoding: quoted-printable

Copyright (c) 1992-2006 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 7.0-CURRENT #4: Wed Jan 18 09:48:20 PST 2006
    root@lap.isi.edu:/usr/src/sys/i386/compile/LAP
Using 32 colors for the VM-PQ tuning (24640, 0)
Preloaded elf kernel "/boot/kernel/kernel" at 0xc081d000.
Preloaded elf module "/boot/kernel/if_bfe.ko" at 0xc081d1c4.
Preloaded elf module "/boot/kernel/miibus.ko" at 0xc081d270.
Preloaded elf module "/boot/kernel/snd_ich.ko" at 0xc081d31c.
Preloaded elf module "/boot/kernel/sound.ko" at 0xc081d3c8.
Preloaded elf module "/boot/kernel/acpi.ko" at 0xc081d474.
Calibrating clock(s) ... i8254 clock: 1193179 Hz
CLK_USE_I8254_CALIBRATION not specified - using default frequency
Timecounter "i8254" frequency 1193182 Hz quality 0
Calibrating TSC clock ... TSC clock: 1995014416 Hz
CPU: Intel(R) Pentium(R) M processor 2.00GHz (1995.01-MHz 686-class CPU)
  Origin =3D "GenuineIntel"  Id =3D 0x6d8  Stepping =3D 8
  Features=3D0xafe9fbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PG=
E,MCA,CMOV,PAT,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,TM,PBE>
  Features2=3D0x180<EST,TM2>
  AMD Features=3D0x100000<NX>

Instruction TLB: 4-KB Pages, 4-way set associative, 128 entries
Data TLB: 4-KB Pages, 4-way set associative, 128 entries
Instruction TLB: 4-MB Pages, fully associative, 2 entries
1st-level instruction cache: 32-KB, 8-way set associative, 64-byte line size
Data TLB: 4-MB Pages, 4-way set associative, 8 entries
1st-level data cache: 32-KB, 8-way set associative, 64-byte line size
L2 cache: 24640 kbytes, 0-way associative, 8 bytes/line
real memory  =3D 1073557504 (1023 MB)
Physical memory chunk(s):
0x0000000000001000 - 0x000000000009efff, 647168 bytes (158 pages)
0x0000000000100000 - 0x00000000003fffff, 3145728 bytes (768 pages)
0x0000000000c25000 - 0x000000003ed9afff, 1041719296 bytes (254326 pages)
avail memory =3D 1041522688 (993 MB)
bios32: Found BIOS32 Service Directory header at 0xc00ffe80
bios32: Entry =3D 0xffe90 (c00ffe90)  Rev =3D 0  Len =3D 1
pcibios: PCI BIOS entry at 0xf0000+0xbaae
pnpbios: Found PnP BIOS data at 0xc00fe2d0
pnpbios: Entry =3D f0000:e2f4  Rev =3D 1.0
pnpbios: Event flag at 4b4
Other BIOS signatures found:
wlan: <802.11 Link Layer>
io: <I/O>
random: <entropy source, Software, Yarrow>
mem: <memory>
Pentium Pro MTRR support enabled
null: <null device, zero device>
npx0: [FAST]
npx0: <math processor> on motherboard
npx0: INT 16 interface
acpi0: <DELL CPi R  > on motherboard
acpi0: [MPSAFE]
pci_open(1):	mode 1 addr port (0x0cf8) is 0x80000054
pci_open(1a):	mode1res=3D0x80000000 (0x80000000)
pci_cfgcheck:	device 0 [class=3D060000] [hdr=3D00] is there (id=3D25908086)
pcibios: BIOS version 2.10
Found $PIR table, 9 entries at 0xc00fb7c0
PCI-Only Interrupts: none
Location  Bus Device Pin  Link  IRQs
embedded    0    3    A   0x60  3 4 5 6 7 9 10 11 12 14 15
embedded    0    3    B   0x61  3 4 5 6 7 9 10 11 12 14 15
embedded    0    3    C   0x62  3 4 5 6 7 9 10 11 12 14 15
embedded    0    3    D   0x63  3 4 5 6 7 9 10 11 12 14 15
embedded    0   29    A   0x60  3 4 5 6 7 9 10 11 12 14 15
embedded    0   29    B   0x61  3 4 5 6 7 9 10 11 12 14 15
embedded    0   29    C   0x62  3 4 5 6 7 9 10 11 12 14 15
embedded    0   29    D   0x63  3 4 5 6 7 9 10 11 12 14 15
embedded    0   30    A   0x60  3 4 5 6 7 9 10 11 12 14 15
embedded    0   30    B   0x61  3 4 5 6 7 9 10 11 12 14 15
embedded    0   30    C   0x62  3 4 5 6 7 9 10 11 12 14 15
embedded    0   30    D   0x63  3 4 5 6 7 9 10 11 12 14 15
embedded    0   31    A   0x60  3 4 5 6 7 9 10 11 12 14 15
embedded    0   31    B   0x61  3 4 5 6 7 9 10 11 12 14 15
embedded    0   31    C   0x62  3 4 5 6 7 9 10 11 12 14 15
embedded    0   31    D   0x63  3 4 5 6 7 9 10 11 12 14 15
embedded    0    2    A   0x60  3 4 5 6 7 9 10 11 12 14 15
embedded    1    0    A   0x60  3 4 5 6 7 9 10 11 12 14 15
embedded    3    0    A   0x62  3 4 5 6 7 9 10 11 12 14 15
embedded    3    1    A   0x63  3 4 5 6 7 9 10 11 12 14 15
embedded    3    1    B   0x62  3 4 5 6 7 9 10 11 12 14 15
embedded    3    1    C   0x61  3 4 5 6 7 9 10 11 12 14 15
embedded    3    3    A   0x61  3 4 5 6 7 9 10 11 12 14 15
embedded    3    3    B   0x63  3 4 5 6 7 9 10 11 12 14 15
acpi_bus_number: root bus has no _BBN, assuming 0
AcpiOsDerivePciId: bus 0 dev 31 func 0
acpi_bus_number: root bus has no _BBN, assuming 0
AcpiOsDerivePciId: bus 0 dev 31 func 0
pci_link0: Links after initial probe:
Index  IRQ  Rtd  Ref  IRQs
    0   11   N     0  9 10 11
pci_link0: Links after initial validation:
Index  IRQ  Rtd  Ref  IRQs
    0   11   N     0  9 10 11
pci_link0: Links after disable:
Index  IRQ  Rtd  Ref  IRQs
    0  255   N     0  9 10 11
pci_link1: Links after initial probe:
Index  IRQ  Rtd  Ref  IRQs
    0   10   N     0  5 7
pci_link1: Links after initial validation:
Index  IRQ  Rtd  Ref  IRQs
    0  255   N     0  5 7
pci_link1: Links after disable:
Index  IRQ  Rtd  Ref  IRQs
    0  255   N     0  5 7
pci_link2: Links after initial probe:
Index  IRQ  Rtd  Ref  IRQs
    0    9   N     0  9 10 11
pci_link2: Links after initial validation:
Index  IRQ  Rtd  Ref  IRQs
    0    9   N     0  9 10 11
pci_link2: Links after disable:
Index  IRQ  Rtd  Ref  IRQs
    0  255   N     0  9 10 11
pci_link3: Links after initial probe:
Index  IRQ  Rtd  Ref  IRQs
    0    7   N     0  5 7 9 10 11
pci_link3: Links after initial validation:
Index  IRQ  Rtd  Ref  IRQs
    0    7   N     0  5 7 9 10 11
pci_link3: Links after disable:
Index  IRQ  Rtd  Ref  IRQs
    0  255   N     0  5 7 9 10 11
pci_link4: Links after initial probe:
Index  IRQ  Rtd  Ref  IRQs
    0  255   N     0  3 4 5 6 7 9 10 11 12 14 15
pci_link4: Links after initial validation:
Index  IRQ  Rtd  Ref  IRQs
    0  255   N     0  3 4 5 6 7 9 10 11 12 14 15
pci_link4: Links after disable:
Index  IRQ  Rtd  Ref  IRQs
    0  255   N     0  3 4 5 6 7 9 10 11 12 14 15
pci_link5: Links after initial probe:
Index  IRQ  Rtd  Ref  IRQs
    0  255   N     0  3 4 5 6 7 9 10 11 12 14 15
pci_link5: Links after initial validation:
Index  IRQ  Rtd  Ref  IRQs
    0  255   N     0  3 4 5 6 7 9 10 11 12 14 15
pci_link5: Links after disable:
Index  IRQ  Rtd  Ref  IRQs
    0  255   N     0  3 4 5 6 7 9 10 11 12 14 15
pci_link6: Links after initial probe:
Index  IRQ  Rtd  Ref  IRQs
    0  255   N     0  3 4 5 6 7 9 10 11 12 14 15
pci_link6: Links after initial validation:
Index  IRQ  Rtd  Ref  IRQs
    0  255   N     0  3 4 5 6 7 9 10 11 12 14 15
pci_link6: Links after disable:
Index  IRQ  Rtd  Ref  IRQs
    0  255   N     0  3 4 5 6 7 9 10 11 12 14 15
ACPI timer: 1/2 1/1 1/1 1/2 1/1 1/1 1/1 1/1 1/1 1/2 -> 10
Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1008-0x100b on acpi0
cpu0: <ACPI CPU> on acpi0
acpi_throttle0: <ACPI CPU Throttling> on cpu0
acpi_throttle0: P_CNT from P_BLK 0x10e0
acpi_acad0: <AC Adapter> on acpi0
battery0: <ACPI Control Method Battery> on acpi0
acpi_lid0: <Control Method Lid Switch> on acpi0
acpi_button0: <Power Button> on acpi0
acpi_button1: <Sleep Button> on acpi0
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
ACPI: Found matching pin for 0.31.INTB at func 2: 10
pci_link1: BIOS IRQ 10 for 0.31.INTB is invalid
ACPI: Found matching pin for 0.30.INTA at func 2: 11
ACPI: Found matching pin for 0.30.INTB at func 3: 10
pci_link1: BIOS IRQ 10 for 0.30.INTB is invalid
ACPI: Found matching pin for 0.29.INTA at func 0: 11
ACPI: Found matching pin for 0.29.INTB at func 1: 10
pci_link1: BIOS IRQ 10 for 0.29.INTB is invalid
ACPI: Found matching pin for 0.29.INTC at func 2: 9
ACPI: Found matching pin for 0.29.INTD at func 3: 7
ACPI: Found matching pin for 0.1.INTA at func 0: 255
pci0: <ACPI PCI bus> on pcib0
pci0: physical bus=3D0
found->	vendor=3D0x8086, dev=3D0x2590, revid=3D0x03
	bus=3D0, slot=3D0, func=3D0
	class=3D06-00-00, hdrtype=3D0x00, mfdev=3D0
	cmdreg=3D0x0006, statreg=3D0x2090, cachelnsz=3D0 (dwords)
	lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 ns)
found->	vendor=3D0x8086, dev=3D0x2591, revid=3D0x03
	bus=3D0, slot=3D1, func=3D0
	class=3D06-04-00, hdrtype=3D0x01, mfdev=3D0
	cmdreg=3D0x0107, statreg=3D0x0010, cachelnsz=3D16 (dwords)
	lattimer=3D0x00 (0 ns), mingnt=3D0x0a (2500 ns), maxlat=3D0x00 (0 ns)
	intpin=3Da, irq=3D255
found->	vendor=3D0x8086, dev=3D0x2658, revid=3D0x03
	bus=3D0, slot=3D29, func=3D0
	class=3D0c-03-00, hdrtype=3D0x00, mfdev=3D1
	cmdreg=3D0x0005, statreg=3D0x0280, cachelnsz=3D0 (dwords)
	lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 ns)
	intpin=3Da, irq=3D11
	map[20]: type 4, range 32, base 0000bf80, size  5, enabled
pcib0: matched entry for 0.29.INTA (src \\_SB_.PCI0.LNKA:0)
pcib0: slot 29 INTA routed to irq 11 via \\_SB_.PCI0.LNKA
found->	vendor=3D0x8086, dev=3D0x2659, revid=3D0x03
	bus=3D0, slot=3D29, func=3D1
	class=3D0c-03-00, hdrtype=3D0x00, mfdev=3D0
	cmdreg=3D0x0005, statreg=3D0x0280, cachelnsz=3D0 (dwords)
	lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 ns)
	intpin=3Db, irq=3D10
	map[20]: type 4, range 32, base 0000bf60, size  5, enabled
pcib0: matched entry for 0.29.INTB (src \\_SB_.PCI0.LNKB:0)
pci_link1: Picked IRQ 7 with weight 0
pcib0: slot 29 INTB routed to irq 7 via \\_SB_.PCI0.LNKB
found->	vendor=3D0x8086, dev=3D0x265a, revid=3D0x03
	bus=3D0, slot=3D29, func=3D2
	class=3D0c-03-00, hdrtype=3D0x00, mfdev=3D0
	cmdreg=3D0x0005, statreg=3D0x0280, cachelnsz=3D0 (dwords)
	lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 ns)
	intpin=3Dc, irq=3D9
	map[20]: type 4, range 32, base 0000bf40, size  5, enabled
pcib0: matched entry for 0.29.INTC (src \\_SB_.PCI0.LNKC:0)
pcib0: slot 29 INTC routed to irq 9 via \\_SB_.PCI0.LNKC
found->	vendor=3D0x8086, dev=3D0x265b, revid=3D0x03
	bus=3D0, slot=3D29, func=3D3
	class=3D0c-03-00, hdrtype=3D0x00, mfdev=3D0
	cmdreg=3D0x0005, statreg=3D0x0280, cachelnsz=3D0 (dwords)
	lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 ns)
	intpin=3Dd, irq=3D7
	map[20]: type 4, range 32, base 0000bf20, size  5, enabled
pcib0: matched entry for 0.29.INTD (src \\_SB_.PCI0.LNKD:0)
pcib0: slot 29 INTD routed to irq 7 via \\_SB_.PCI0.LNKD
found->	vendor=3D0x8086, dev=3D0x265c, revid=3D0x03
	bus=3D0, slot=3D29, func=3D7
	class=3D0c-03-20, hdrtype=3D0x00, mfdev=3D0
	cmdreg=3D0x0106, statreg=3D0x0290, cachelnsz=3D0 (dwords)
	lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 ns)
	intpin=3Da, irq=3D11
	powerspec 2  supports D0 D3  current D0
	map[10]: type 1, range 32, base ffa80800, size 10, enabled
pcib0: matched entry for 0.29.INTA (src \\_SB_.PCI0.LNKA:0)
pcib0: slot 29 INTA routed to irq 11 via \\_SB_.PCI0.LNKA
found->	vendor=3D0x8086, dev=3D0x2448, revid=3D0xd3
	bus=3D0, slot=3D30, func=3D0
	class=3D06-04-01, hdrtype=3D0x01, mfdev=3D1
	cmdreg=3D0x0107, statreg=3D0x0010, cachelnsz=3D0 (dwords)
	lattimer=3D0x00 (0 ns), mingnt=3D0x02 (500 ns), maxlat=3D0x00 (0 ns)
found->	vendor=3D0x8086, dev=3D0x266e, revid=3D0x03
	bus=3D0, slot=3D30, func=3D2
	class=3D04-01-00, hdrtype=3D0x00, mfdev=3D0
	cmdreg=3D0x0007, statreg=3D0x0290, cachelnsz=3D0 (dwords)
	lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 ns)
	intpin=3Da, irq=3D11
	powerspec 2  supports D0 D3  current D0
	map[10]: type 4, range 32, base 0000ed00, size  8, enabled
	map[14]: type 4, range 32, base 0000ec40, size  6, enabled
	map[18]: type 1, range 32, base dffffe00, size  9, enabled
	map[1c]: type 1, range 32, base dffffd00, size  8, enabled
pcib0: matched entry for 0.30.INTA (src \\_SB_.PCI0.LNKA:0)
pcib0: slot 30 INTA routed to irq 11 via \\_SB_.PCI0.LNKA
found->	vendor=3D0x8086, dev=3D0x266d, revid=3D0x03
	bus=3D0, slot=3D30, func=3D3
	class=3D07-03-00, hdrtype=3D0x00, mfdev=3D0
	cmdreg=3D0x0005, statreg=3D0x0290, cachelnsz=3D0 (dwords)
	lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 ns)
	intpin=3Db, irq=3D10
	powerspec 2  supports D0 D3  current D0
	map[10]: type 4, range 32, base 0000ee00, size  8, enabled
	map[14]: type 4, range 32, base 0000ec80, size  7, enabled
pcib0: matched entry for 0.30.INTB (src \\_SB_.PCI0.LNKB:0)
pcib0: slot 30 INTB routed to irq 7 via \\_SB_.PCI0.LNKB
found->	vendor=3D0x8086, dev=3D0x2641, revid=3D0x03
	bus=3D0, slot=3D31, func=3D0
	class=3D06-01-00, hdrtype=3D0x00, mfdev=3D1
	cmdreg=3D0x0107, statreg=3D0x0200, cachelnsz=3D0 (dwords)
	lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 ns)
found->	vendor=3D0x8086, dev=3D0x2653, revid=3D0x03
	bus=3D0, slot=3D31, func=3D2
	class=3D01-01-80, hdrtype=3D0x00, mfdev=3D0
	cmdreg=3D0x0005, statreg=3D0x02b0, cachelnsz=3D0 (dwords)
	lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 ns)
	intpin=3Db, irq=3D10
	powerspec 2  supports D0 D3  current D0
	map[20]: type 4, range 32, base 0000bfa0, size  4, enabled
pcib0: matched entry for 0.31.INTB (src \\_SB_.PCI0.LNKB:0)
pcib0: slot 31 INTB routed to irq 7 via \\_SB_.PCI0.LNKB
found->	vendor=3D0x8086, dev=3D0x266a, revid=3D0x03
	bus=3D0, slot=3D31, func=3D3
	class=3D0c-05-00, hdrtype=3D0x00, mfdev=3D0
	cmdreg=3D0x0101, statreg=3D0x0280, cachelnsz=3D0 (dwords)
	lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 ns)
	intpin=3Db, irq=3D10
	map[20]: type 4, range 32, base 000010c0, size  5, enabled
pcib0: matched entry for 0.31.INTB (src \\_SB_.PCI0.LNKB:0)
pcib0: slot 31 INTB routed to irq 7 via \\_SB_.PCI0.LNKB
pcib1: <ACPI PCI-PCI bridge> at device 1.0 on pci0
pcib1:   secondary bus     1
pcib1:   subordinate bus   1
pcib1:   I/O decode        0xd000-0xdfff
pcib1:   memory decode     0xdfd00000-0xdfefffff
pcib1:   prefetched decode 0xd0000000-0xd7ffffff
ACPI: Found matching pin for 1.0.INTA at func 0: 11
pci1: <ACPI PCI bus> on pcib1
pci1: physical bus=3D1
found->	vendor=3D0x1002, dev=3D0x5460, revid=3D0x00
	bus=3D1, slot=3D0, func=3D0
	class=3D03-00-00, hdrtype=3D0x00, mfdev=3D0
	cmdreg=3D0x0007, statreg=3D0x0010, cachelnsz=3D16 (dwords)
	lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 ns)
	intpin=3Da, irq=3D11
	powerspec 2  supports D0 D1 D2 D3  current D0
	MSI supports 1 message, 64 bit
	map[10]: type 3, range 32, base d0000000, size 27, enabled
pcib1: (null) requested memory range 0xd0000000-0xd7ffffff: good
	map[14]: type 4, range 32, base 0000de00, size  8, enabled
pcib1: (null) requested I/O range 0xde00-0xdeff: in range
	map[18]: type 1, range 32, base dfdf0000, size 16, enabled
pcib1: (null) requested memory range 0xdfdf0000-0xdfdfffff: good
pcib1: matched entry for 1.0.INTA (src \\_SB_.PCI0.LNKA:0)
pcib1: slot 0 INTA routed to irq 11 via \\_SB_.PCI0.LNKA
vgapci0: <VGA-compatible display> port 0xde00-0xdeff mem 0xd0000000-0xd7fff=
fff,0xdfdf0000-0xdfdfffff irq 11 at device 0.0 on pci1
uhci0: <Intel 82801FB/FR/FW/FRW (ICH6) USB controller USB-A> port 0xbf80-0x=
bf9f irq 11 at device 29.0 on pci0
uhci0: Reserved 0x20 bytes for rid 0x20 type 4 at 0xbf80
uhci0: [GIANT-LOCKED]
usb0: <Intel 82801FB/FR/FW/FRW (ICH6) USB controller USB-A> on uhci0
usb0: USB revision 1.0
uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
uhci1: <Intel 82801FB/FR/FW/FRW (ICH6) USB controller USB-B> port 0xbf60-0x=
bf7f irq 7 at device 29.1 on pci0
uhci1: Reserved 0x20 bytes for rid 0x20 type 4 at 0xbf60
uhci1: [GIANT-LOCKED]
usb1: <Intel 82801FB/FR/FW/FRW (ICH6) USB controller USB-B> on uhci1
usb1: USB revision 1.0
uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered
uhci2: <Intel 82801FB/FR/FW/FRW (ICH6) USB controller USB-C> port 0xbf40-0x=
bf5f irq 9 at device 29.2 on pci0
uhci2: Reserved 0x20 bytes for rid 0x20 type 4 at 0xbf40
uhci2: [GIANT-LOCKED]
usb2: <Intel 82801FB/FR/FW/FRW (ICH6) USB controller USB-C> on uhci2
usb2: USB revision 1.0
uhub2: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub2: 2 ports with 2 removable, self powered
uhci3: <Intel 82801FB/FR/FW/FRW (ICH6) USB controller USB-D> port 0xbf20-0x=
bf3f irq 7 at device 29.3 on pci0
uhci3: Reserved 0x20 bytes for rid 0x20 type 4 at 0xbf20
uhci3: [GIANT-LOCKED]
usb3: <Intel 82801FB/FR/FW/FRW (ICH6) USB controller USB-D> on uhci3
usb3: USB revision 1.0
uhub3: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub3: 2 ports with 2 removable, self powered
ehci0: <Intel 82801FB (ICH6) USB 2.0 controller> mem 0xffa80800-0xffa80bff =
irq 11 at device 29.7 on pci0
ehci0: Reserved 0x400 bytes for rid 0x10 type 3 at 0xffa80800
ehci0: [GIANT-LOCKED]
usb4: EHCI version 1.0
usb4: companion controllers, 2 ports each: usb0 usb1 usb2 usb3
usb4: <Intel 82801FB (ICH6) USB 2.0 controller> on ehci0
usb4: USB revision 2.0
uhub4: Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
uhub4: 8 ports with 8 removable, self powered
pcib2: <ACPI PCI-PCI bridge> at device 30.0 on pci0
pcib2:   secondary bus     3
pcib2:   subordinate bus   4
pcib2:   I/O decode        0xf000-0xfff
pcib2:   memory decode     0xdfc00000-0xdfcfffff
pcib2:   prefetched decode 0xfff00000-0xfffff
pcib2:   Subtractively decoded bridge.
ACPI: Found matching pin for 3.1.INTA at func 0: 255
ACPI: Found matching pin for 3.1.INTB at func 1: 9
ACPI: Found matching pin for 3.1.INTC at func 2: 10
pci_link1: BIOS IRQ 10 for 3.1.INTC is invalid
ACPI: Found matching pin for 3.3.INTA at func 0: 10
pci_link1: BIOS IRQ 10 for 3.3.INTA is invalid
ACPI: Found matching pin for 3.0.INTA at func 0: 9
pci3: <ACPI PCI bus> on pcib2
pci3: physical bus=3D3
found->	vendor=3D0x14e4, dev=3D0x170c, revid=3D0x02
	bus=3D3, slot=3D0, func=3D0
	class=3D02-00-00, hdrtype=3D0x00, mfdev=3D0
	cmdreg=3D0x0106, statreg=3D0x0010, cachelnsz=3D0 (dwords)
	lattimer=3D0x40 (1920 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 ns)
	intpin=3Da, irq=3D9
	powerspec 2  supports D0 D1 D2 D3  current D0
	map[10]: type 1, range 32, base dfcfe000, size 13, enabled
pcib2: (null) requested memory range 0xdfcfe000-0xdfcfffff: good
pcib2: matched entry for 3.0.INTA (src \\_SB_.PCI0.LNKC:0)
pcib2: slot 0 INTA routed to irq 9 via \\_SB_.PCI0.LNKC
found->	vendor=3D0x1180, dev=3D0x0476, revid=3D0xb3
	bus=3D3, slot=3D1, func=3D0
	class=3D06-07-00, hdrtype=3D0x02, mfdev=3D1
	cmdreg=3D0x0000, statreg=3D0x0210, cachelnsz=3D0 (dwords)
	lattimer=3D0x40 (1920 ns), mingnt=3D0x40 (16000 ns), maxlat=3D0x07 (1750 n=
s)
	intpin=3Da, irq=3D255
	powerspec 2  supports D0 D1 D2 D3  current D0
	map[10]: type 1, range 32, base 00000000, size 12, memory disabled
found->	vendor=3D0x1180, dev=3D0x0552, revid=3D0x08
	bus=3D3, slot=3D1, func=3D1
	class=3D0c-00-10, hdrtype=3D0x00, mfdev=3D1
	cmdreg=3D0x0106, statreg=3D0x0210, cachelnsz=3D0 (dwords)
	lattimer=3D0x40 (1920 ns), mingnt=3D0x02 (500 ns), maxlat=3D0x04 (1000 ns)
	intpin=3Db, irq=3D9
	powerspec 2  supports D0 D1 D2 D3  current D0
	map[10]: type 1, range 32, base dfcfc800, size 11, enabled
pcib2: (null) requested memory range 0xdfcfc800-0xdfcfcfff: good
pcib2: matched entry for 3.1.INTB (src \\_SB_.PCI0.LNKC:0)
pcib2: slot 1 INTB routed to irq 9 via \\_SB_.PCI0.LNKC
found->	vendor=3D0x1180, dev=3D0x0822, revid=3D0x17
	bus=3D3, slot=3D1, func=3D2
	class=3D08-05-01, hdrtype=3D0x00, mfdev=3D1
	cmdreg=3D0x0106, statreg=3D0x0210, cachelnsz=3D0 (dwords)
	lattimer=3D0x40 (1920 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 ns)
	intpin=3Dc, irq=3D10
	powerspec 2  supports D0 D1 D2 D3  current D0
	map[10]: type 1, range 32, base dfcfc700, size  8, enabled
pcib2: (null) requested memory range 0xdfcfc700-0xdfcfc7ff: good
pcib2: matched entry for 3.1.INTC (src \\_SB_.PCI0.LNKB:0)
pcib2: slot 1 INTC routed to irq 7 via \\_SB_.PCI0.LNKB
found->	vendor=3D0x8086, dev=3D0x4223, revid=3D0x05
	bus=3D3, slot=3D3, func=3D0
	class=3D02-80-00, hdrtype=3D0x00, mfdev=3D0
	cmdreg=3D0x0116, statreg=3D0x0290, cachelnsz=3D16 (dwords)
	lattimer=3D0x40 (1920 ns), mingnt=3D0x03 (750 ns), maxlat=3D0x18 (6000 ns)
	intpin=3Da, irq=3D10
	powerspec 2  supports D0 D3  current D0
	map[10]: type 1, range 32, base dfcfd000, size 12, enabled
pcib2: (null) requested memory range 0xdfcfd000-0xdfcfdfff: good
pcib2: matched entry for 3.3.INTA (src \\_SB_.PCI0.LNKB:0)
pcib2: slot 3 INTA routed to irq 7 via \\_SB_.PCI0.LNKB
bfe0: <Broadcom BCM4401-B0 Fast Ethernet> mem 0xdfcfe000-0xdfcfffff irq 9 a=
t device 0.0 on pci3
bfe0: Reserved 0x2000 bytes for rid 0x10 type 3 at 0xdfcfe000
miibus0: <MII bus> on bfe0
bmtphy0: <BCM4401 10/100baseTX PHY> on miibus0
bmtphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
bfe0: bpf attached
bfe0: Ethernet address: 00:11:43:79:36:82
bfe0: [MPSAFE]
cbb0: <RF5C476 PCI-CardBus Bridge> at device 1.0 on pci3
pcib2: cbb0 requested memory range 0xdfc00000-0xdfcfffff: good
cbb0: Lazy allocation of 0x1000 bytes rid 0x10 type 3 at 0xdfc00000
cardbus0: <CardBus bus> on cbb0
pccard0: <16-bit PCCard bus> on cbb0
pcib2: matched entry for 3.1.INTA (src \\_SB_.PCI0.LNKD:0)
pcib2: slot 1 INTA routed to irq 7 via \\_SB_.PCI0.LNKD
cbb0: [MPSAFE]
cbb0: PCI Configuration space:
  0x00: 0x04761180 0x02100007 0x060700b3 0x00824000=20
  0x10: 0xdfc00000 0x020000dc 0x20040403 0xfffff000=20
  0x20: 0x00000000 0xfffff000 0x00000000 0xfffffffc=20
  0x30: 0x00000000 0xfffffffc 0x00000000 0x07400107=20
  0x40: 0x01881028 0x00000001 0x00000000 0x00000000=20
  0x50: 0x00000000 0x00000000 0x00000000 0x00000000=20
  0x60: 0x00000000 0x00000000 0x00000000 0x00000000=20
  0x70: 0x00000000 0x00000000 0x00000000 0x00000000=20
  0x80: 0x30a00001 0x00000000 0x04630463 0x00000000=20
  0x90: 0x00000000 0x00000000 0x00000000 0x00000000=20
  0xa0: 0x00000008 0x00000000 0x00000000 0x00000000=20
  0xb0: 0x00000000 0xb2000000 0x00003000 0x00000000=20
  0xc0: 0x01881028 0x00000000 0x00000000 0x00000000=20
  0xd0: 0x00000000 0x00000000 0x00000000 0xfe0a0001=20
  0xe0: 0x24c04000 0x00000000 0x00000000 0x00000000=20
  0xf0: 0x00000000 0x00000000 0x00000000 0x00000000=20
fwohci0: <Ricoh R5C552> mem 0xdfcfc800-0xdfcfcfff irq 9 at device 1.1 on pc=
i3
fwohci0: Reserved 0x800 bytes for rid 0x10 type 3 at 0xdfcfc800
fwohci0: [MPSAFE]
fwohci0: OHCI version 1.10 (ROM=3D0)
fwohci0: No. of Isochronous channels is 4.
fwohci0: EUI64 35:4f:c0:00:0f:27:a8:e1
fwohci0: Phy 1394a available S400, 2 ports.
fwohci0: Link S400, max_rec 2048 bytes.
firewire0: <IEEE1394(FireWire) bus> on fwohci0
sbp0: <SBP-2/SCSI over FireWire> on firewire0
fwohci0: Initiate bus reset
fwohci0: node_id=3D0xc800ffc0, gen=3D1, CYCLEMASTER mode
firewire0: 1 nodes, maxhop <=3D 0, cable IRM =3D 0 (me)
firewire0: bus manager 0 (me)
pci3: <base peripheral> at device 1.2 (no driver attached)
iwi0: <Intel(R) PRO/Wireless 2915ABG> mem 0xdfcfd000-0xdfcfdfff irq 7 at de=
vice 3.0 on pci3
iwi0: Reserved 0x1000 bytes for rid 0x10 type 3 at 0xdfcfd000
iwi0: bpf attached
iwi0: Ethernet address: 00:12:f0:49:06:96
iwi0: bpf attached
iwi0: bpf attached
iwi0: [MPSAFE]
iwi0: 11a rates: 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps
iwi0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps
iwi0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps 24Mbp=
s 36Mbps 48Mbps 54Mbps
pcm0: <Intel ICH6 (82801FB)> port 0xed00-0xedff,0xec40-0xec7f mem 0xdffffe0=
0-0xdfffffff,0xdffffd00-0xdffffdff irq 11 at device 30.2 on pci0
pcm0: Reserved 0x200 bytes for rid 0x18 type 3 at 0xdffffe00
pcm0: Reserved 0x100 bytes for rid 0x1c type 3 at 0xdffffd00
pcm0: [MPSAFE]
pcm0: <SigmaTel STAC9752/53 AC97 Codec (id =3D 0x83847652)>
pcm0: Codec features headphone, 20 bit DAC, 20 bit ADC, 5 bit master volume=
, SigmaTel 3D Enhancement
pcm0: Primary codec extended features variable rate PCM, AMAP, reserved 5
pcm0: ac97 codec dac ready count: 0
pcm0: sndbuf_setmap 3e767000, 4000; 0xe5271000 -> 3e767000
pcm0: sndbuf_setmap 3e763000, 4000; 0xe5275000 -> 3e763000
pci0: <simple comms, generic modem> at device 30.3 (no driver attached)
isab0: <PCI-ISA bridge> at device 31.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <Intel ICH6 SATA150 controller> port 0x1f0-0x1f7,0x3f6,0x170-0x177=
,0x376,0xbfa0-0xbfaf irq 7 at device 31.2 on pci0
atapci0: Reserved 0x10 bytes for rid 0x20 type 4 at 0xbfa0
atapci0: failed to enable memory mapping!
ata0: <ATA 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=3D03 ostat0=3D50 ostat1=3D00
ata0: stat0=3D0x50 err=3D0x01 lsb=3D0x00 msb=3D0x00
ata0: stat1=3D0x00 err=3D0x01 lsb=3D0x00 msb=3D0x00
ata0: reset tp2 stat0=3D50 stat1=3D00 devices=3D0x1<ATA_MASTER>
ata0: [MPSAFE]
ata1: <ATA 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=3D03 ostat0=3D50 ostat1=3D00
ata1: stat0=3D0x00 err=3D0x01 lsb=3D0x14 msb=3D0xeb
ata1: stat1=3D0x00 err=3D0x00 lsb=3D0x00 msb=3D0x00
ata1: reset tp2 stat0=3D00 stat1=3D00 devices=3D0x4<ATAPI_MASTER>
ata1: [MPSAFE]
pci0: <serial bus, SMBus> at device 31.3 (no driver attached)
acpi_tz0: <Thermal Zone> on acpi0
psmcpnp0: <PS/2 mouse port> irq 12 on acpi0
atkbdc0: <Keyboard controller (i8042)> port 0x60,0x64,0x62,0x66 irq 1 on ac=
pi0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
atkbd: the current kbd controller command byte 0065
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:0065
psm0: <PS/2 Mouse> irq 12 on atkbdc0
psm0: [GIANT-LOCKED]
psm0: model GlidePoint, device ID 0-00, 2 buttons
psm0: config:00000000, flags:00000008, packet size:3
psm0: syncmask:c0, syncbits:00
ata: ata0 already exists; skipping it
ata: ata1 already exists; skipping it
atkbdc: atkbdc0 already exists; skipping it
pnp_identify: Trying Read_Port at 203
pnp_identify: Trying Read_Port at 243
pnp_identify: Trying Read_Port at 283
pnp_identify: Trying Read_Port at 2c3
pnp_identify: Trying Read_Port at 303
pnp_identify: Trying Read_Port at 343
pnp_identify: Trying Read_Port at 383
pnp_identify: Trying Read_Port at 3c3
PNP Identify complete
sc: sc0 already exists; skipping it
vga: vga0 already exists; skipping it
isa_probe_children: disabling PnP devices
isa_probe_children: probing non-PnP devices
pmtimer0 on isa0
orm0: <ISA Option ROM> at iomem 0xc0000-0xcffff pnpid ORM0000 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)
fdc0 failed to probe at port 0x3f0 irq 6 drq 2 on isa0
fe0: not probed (disabled)
ie0: not probed (disabled)
lnc0: not probed (disabled)
ppc0: parallel port not found.
ppc0: <Parallel port> failed to probe at irq 7 on isa0
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=3D0x300>
sc0: fb0, kbd0, terminal emulator: sc (syscons terminal)
sio0: configured irq 4 not in bitmap of probed irqs 0
sio0: port may not be enabled
sio0: irq maps: 0x601 0x601 0x601 0x601
sio0: probe failed test(s): 0 1 2 4 6 7 9
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 8250 or not responding
sio1: configured irq 3 not in bitmap of probed irqs 0
sio1: port may not be enabled
sio1: irq maps: 0x601 0x601 0x601 0x601
sio1: probe failed test(s): 0 1 2 4 6 7 9
sio1 failed to probe at port 0x2f8-0x2ff irq 3 on isa0
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
vt0: not probed (disabled)
isa_probe_children: probing PnP devices
Device configuration finished.
Timecounter "TSC" frequency 1995014416 Hz quality 800
Timecounters tick every 1.000 msec
lo0: bpf attached
acpi_acad0: acline initialization start
acpi_acad0: On Line
acpi_acad0: acline initialization done, tried 1 times
battery0: battery initialization start
battery0: battery initialization done, tried 1 times
ata0-master: pio=3DPIO4 wdma=3DWDMA2 udma=3DUDMA100 cable=3D80 wire
ad0: 57231MB <HTS726060M9AT00 MH4OA6EA> at ata0-master UDMA100
ad0: 117210240 sectors [116280C/16H/63S] 16 sectors/interrupt 1 depth queue
GEOM: new disk ad0
ata1-master: pio=3DPIO4 wdma=3DWDMA2 udma=3DUDMA33 cable=3D40 wire
acd0: <HL-DT-STDVD-ROM GDR8082N/0106> DVDROM drive at ata1 as master
acd0: read 1722KB/s (4134KB/s), 256KB buffer, UDMA33
acd0: Reads: CDR, CDRW, CDDA stream, DVDROM, DVDR, packet
acd0: Writes:
acd0: Audio: play, 256 volume levels
acd0: Mechanism: ejectable tray, unlocked
acd0: Medium: no/blank disc
pcm0: measured ac97 link rate at 48000 Hz
(probe0:sbp0:0:0:0): error 22
(probe0:sbp0:0:0:0): Unretryable Error
(probe1:sbp0:0:1:0): error 22
(probe1:sbp0:0:1:0): Unretryable Error
(probe2:sbp0:0:2:0): error 22
(probe2:sbp0:0:2:0): Unretryable Error
(probe3:sbp0:0:3:0): error 22
(probe3:sbp0:0:3:0): Unretryable Error
(probe5:sbp0:0:5:0): error 22
(probe5:sbp0:0:5:0): Unretryable Error
(probe6:sbp0:0:6:0): error 22
(probe6:sbp0:0:6:0): Unretryable Error
(probe4:sbp0:0:4:0): error 22
(probe4:sbp0:0:4:0): Unretryable Error
Trying to mount root from ufs:/dev/ad0s1a
start_init: trying /sbin/init
procfs registered
Linux ELF exec handler installed
linprocfs registered
ipfw2 (+ipv6) initialized, divert loadable, rule-based forwarding disabled,=
 default to deny, logging disabled
nfslock: pseudo-device
nfs server pid474@lap:/isi: not responding
nfs server pid474@lap:/isi: is alive again

--zS7rBR6csb6tI2e1--

--C94crkcyjafcjHxo
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (FreeBSD)

iD8DBQFD0R+haUz3f+Zf+XsRAuYmAJ9CyfQITZqLbUF9tsi2TtleGd98IQCeIa14
6l1khVKWSM7cErpuTxj0c9U=
=BFNf
-----END PGP SIGNATURE-----

--C94crkcyjafcjHxo--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060120173633.GD45194>