Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jan 2001 09:53:46 -0800
From:      Lars Eggert <larse@ISI.EDU>
To:        freebsd-stable@freebsd.org
Subject:   SMP & signal 11
Message-ID:  <3A65DC2A.8A15BEE1@isi.edu>

next in thread | raw e-mail | index | archive | help
This is a cryptographically signed message in MIME format.

--------------ms9B910C130C3A51300512CD21
Content-Type: multipart/mixed;
 boundary="------------9D5494D50E260A9994CE1B32"

This is a multi-part message in MIME format.
--------------9D5494D50E260A9994CE1B32
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

[extended repost from -questions, no response there]

Hi,

processes get killed (signal 11) on a new Dell Precision 620 under moderate
load (kernel recompilation). This only happens if I enable the second CPU
in the BIOS, and the kernel has SMP enabled. This machine runs FreeBSD
4.2-RELEASE.

I know signal 11 is usually an indication of bad RAM or cache memory, but
I've been running the Dell system test for over 24 hours, and it shows no
defects there.

I searched the mailing list, and it seems one other person had a similar
problem with a Dell Precision (different model though); in their case, it
seemed to be temperature-related. If this is the case here, how would I
verify/fix this?

Thanks,
Lars

PS: Attached are the kernel config file and a verbose boot output.
-- 
Lars Eggert <larse@isi.edu>                 Information Sciences Institute
http://www.isi.edu/larse/                University of Southern California
--------------9D5494D50E260A9994CE1B32
Content-Type: text/plain; charset=us-ascii;
 name="KERNEL"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="KERNEL"

# This allows you to actually store this configuration file into
# the kernel binary itself, where it may be later read by saying:
#    strings -aout -n 3 /kernel | grep ^___ | sed -e 's/^___//' > MYKERNEL
options         INCLUDE_CONFIG_FILE     # Include this file in kernel

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

machine		i386
#cpu		I386_CPU
#cpu		I486_CPU
#cpu		I586_CPU		# for our notebooks (Solos/Librettos)
cpu		I686_CPU		# for all other machines
ident		"KERNEL-1.10"
maxusers 	128

# Note: Enabling SMP on non-SMP motherboards causes kernel panic early
# during boot. To built an automatically-updated  kernel for an SMP system,
# create /etc/kernel.patch.local (ask Lars for details.)
options	SMP
options	APIC_IO

#options 	MATH_EMULATE		#Support for x87 emulation
options 	INET			#InterNETworking
options 	FFS			#Berkeley Fast Filesystem
options 	FFS_ROOT		#FFS usable as root device [keep this!]
options 	MFS			#Memory Filesystem
#options 	MD_ROOT			#MD is a potential root device
options 	NFS			#Network Filesystem
#options 	NFS_ROOT		#NFS usable as root device, NFS required
#options 	MSDOSFS			#MSDOS Filesystem
#options 	CD9660			#ISO 9660 Filesystem
#options 	CD9660_ROOT		#CD-ROM usable as root, CD9660 required
#options 	PROCFS			#Process filesystem
options 	COMPAT_43		#Compatible with BSD 4.3 [KEEP THIS!]
options 	SCSI_DELAY=0		#Delay (in ms) before probing SCSI
options 	UCONSOLE		#Allow users to grab the console
#options 	USERCONFIG		#boot -c editor
#options 	VISUAL_USERCONFIG	#visual boot -c editor
options 	KTRACE			#ktrace(1) support
options 	SYSVSHM			#SYSV-style shared memory
options 	SYSVMSG			#SYSV-style message queues
options 	SYSVSEM			#SYSV-style semaphores
options 	P1003_1B		#Posix P1003_1B real-time extentions
options 	_KPOSIX_PRIORITY_SCHEDULING

device		isa
device		pci

# Floppy drives
device		fdc0	at isa? port IO_FD1 irq 6 drq 2
device		fd0	at fdc0 drive 0
#device		fd1	at fdc0 drive 1

# Libretto PCMCIA floppy drive support
device		fdc1	at isa? disable port ? irq ?
device		fd2	at fdc1 drive 0
#device		fd3	at fdc1 drive 1

# ATA and ATAPI devices
device		ata
device		atadisk			# ATA disk drives
device		atapicd			# ATAPI CDROM drives
#device		atapifd			# ATAPI floppy drives
#device		atapist			# ATAPI tape drives
#options 	ATA_STATIC_ID		#Static device numbering
options 	ATA_ENABLE_ATAPI_DMA	#Enable DMA on ATAPI devices
options		ATA_ENABLE_TAGS

# SCSI Controllers
#device		ahb		# EISA AHA1742 family
device		ahc		# AHA2940 and onboard AIC7xxx devices
#device		amd		# AMD 53C974 (Teckram DC-390(T))
#device		dpt		# DPT Smartcache - See LINT for options!
#device		isp		# Qlogic family
#device		ncr		# NCR/Symbios Logic
#device		sym		# NCR/Symbios Logic (newer chipsets)

#device		adv0	at isa?
#device		adw
#device		bt0	at isa?
#device		aha0	at isa?
#device		aic0	at isa?

# SCSI peripherals
device		scbus		# SCSI bus (required)
device		da		# Direct Access (disks)
#device		sa		# Sequential Access (tape etc)
device		cd		# CD
#device		pass		# Passthrough device (direct SCSI access)

# RAID controllers
#device		amr		# AMI MegaRAID
#device		mlx		# Mylex DAC960 family

# atkbdc0 controls both the keyboard and the PS/2 mouse
device		atkbdc0	at isa? port IO_KBD
device		atkbd0	at atkbdc? irq 1
device		psm0	at atkbdc? irq 12

device		vga0	at isa?

# splash screen/screen saver
pseudo-device	splash

# syscons is the default console driver, resembling an SCO console
device		sc0	at isa?

# Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver
#device		vt0	at isa?
#options 	XSERVER			# support for X server
#options 	FAT_CURSOR		# start with block cursor
# If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines
#options 	PCVT_SCANSET=2		# IBM keyboards are non-std

# Floating point support - do not disable.
device		npx0	at nexus? port IO_NPX irq 13

# Power management support (see LINT for more options)
device		apm0    at nexus? # Advanced Power Management

# PCCARD (PCMCIA) support
device		card
device		pcic0	at isa? disable
device		pcic1	at isa? disable

# Serial (COM) ports
device		sio0	at isa? port IO_COM1 flags 0x90 irq 4
device		sio1	at isa? port IO_COM2 irq 3

# Parallel-Port Bus
#
# Parallel port bus support is provided by the `ppbus' device.
# Multiple devices may be attached to the parallel port, devices
# are automatically probed and attached when found.
#
# Supported devices:
# vpo   Iomega Zip Drive
#       Requires SCSI disk support ('scbus' and 'da'), best
#       performance is achieved with ports in EPP 1.9 mode.
# lpt   Parallel Printer
# plip  Parallel network interface
# ppi   General-purpose I/O ("Geek Port") + IEEE1284 I/O
# pps   Pulse per second Timing Interface
# lpbb  Philips official parallel port I2C bit-banging interface
#
# Supported interfaces:
# ppc   ISA-bus parallel port interfaces.
#

options         PPC_PROBE_CHIPSET # Enable chipset specific detection
                                  # (see flags in ppc(4))
#options         DEBUG_1284      # IEEE1284 signaling protocol debug
#options         PERIPH_1284     # Makes your computer act as a IEEE1284
                                # compliant peripheral
#options         DONTPROBE_1284  # Avoid boot detection of PnP parallel devices
#options         VP0_DEBUG       # ZIP/ZIP+ debug
#options         LPT_DEBUG       # Printer driver debug
#options         PPC_DEBUG       # Parallel chipset level debug
#options         PLIP_DEBUG      # Parallel network IP interface debug
#options         PCFCLOCK_VERBOSE         # Verbose pcfclock driver
#options         PCFCLOCK_MAX_RETRIES=5   # Maximum read tries (default 10)

device          ppc0    at isa? irq 7
device          ppbus
#device          vpo
device          lpt
#device          plip
#device          ppi
#device          pps
#device          lpbb
#device          pcfclock

# PCI Ethernet NICs.
device		de		# DEC/Intel DC21x4x (``Tulip'')
device		fxp		# Intel EtherExpress PRO/100B (82557, 82558)
#device		tx		# SMC 9432TX (83c170 ``EPIC'')
device		vx		# 3Com 3c590, 3c595 (``Vortex'')
device		wx		# Intel Gigabit Ethernet Card (``Wiseman'')

# PCI Ethernet NICs that use the common MII bus controller code.
device		miibus		# MII bus support
#device		dc		# DEC/Intel 21143 and various workalikes
#device		rl		# RealTek 8129/8139
#device		sf		# Adaptec AIC-6915 (``Starfire'')
#device		sis		# Silicon Integrated Systems SiS 900/SiS 7016
#device		ste		# Sundance ST201 (D-Link DFE-550TX)
#device		tl		# Texas Instruments ThunderLAN
#device		vr		# VIA Rhine, Rhine II
#device		wb		# Winbond W89C840F
device		xl		# 3Com 3c90x (``Boomerang'', ``Cyclone'')

# ISA Ethernet NICs.
#device		ed0	at isa? port 0x280 irq 10 iomem 0xd8000
device 		ed
#device		ex
device		ep
# WaveLAN/IEEE 802.11 wireless NICs. Note: the WaveLAN/IEEE really
# exists only as a PCMCIA device, so there is no ISA attatement needed
# and resources will always be dynamically assigned by the pccard code.
device		wi
# Aironet 4500/4800 802.11 wireless NICs. Note: the declaration below will
# work for PCMCIA and PCI cards, as well as ISA cards set to ISA PnP
# mode (the factory default). If you set the switches on your ISA
# card for a manually chosen I/O address and IRQ, you must specify
# those paremeters here.
device		an
# The probe order of these is presently determined by i386/isa/isa_compat.c.
#device		ie0	at isa? port 0x300 irq 10 iomem 0xd0000
#device		fe0	at isa? port 0x300
#device		le0	at isa? port 0x300 irq 5 iomem 0xd0000
#device		lnc0	at isa? port 0x280 irq 10 drq 0
#device		cs0	at isa? port 0x300
#device		sn0	at isa? port 0x300 irq 10
# requires PCCARD (PCMCIA) support to be activated
#device		xe0	at isa?

# Pseudo devices - the number indicates how many units to allocated.
pseudo-device	loop		# Network loopback
pseudo-device	ether		# Ethernet support
#pseudo-device	sl	1	# Kernel SLIP
#pseudo-device	ppp	1	# Kernel PPP
pseudo-device	tun		# Packet tunnel.
pseudo-device	pty		# Pseudo-ttys (telnet etc)
#pseudo-device	md		# Memory "disks"

# The `bpf' pseudo-device enables the Berkeley Packet Filter.
# Be aware of the administrative consequences of enabling this!
pseudo-device	bpf		#Berkeley packet filter

# USB support
# UHCI controller
device          uhci
# OHCI controller
device          ohci
# General USB code (mandatory for USB)
device          usb
# Generic USB device driver
device          ugen
# Human Interface Device (anything with buttons and dials)
device          uhid
# USB keyboard
device          ukbd
# USB printer
#device          ulpt
# USB Iomega Zip 100 Drive
#device          umass
# USB mouse
device          ums

# CPU_FASTER_5X86_FPU enables faster FPU exception handler.
#options         CPU_FASTER_5X86_FPU

# Allow user-mode programs to manipulate their local descriptor tables.
# This option is required for the WINE Windows(tm) emulator, and is
# not used by anything else (that we know of)#
#options         USER_LDT                #allow user-level control of i386 ldt

# TCP_RESTRICT_RST adds support for blocking the emission of TCP RST packets.
# This is useful on systems which are exposed to SYN floods (e.g. IRC servers)
# or any system which one does not want to be easily portscannable.
#options         TCP_RESTRICT_RST        #restrict emission of TCP RST

options         IPSEC                   #IP security
options         IPSEC_ESP               #IP security (crypto; define w/ IPSEC)

options         INET6                   #IPv6 communications protocols
#options         IPSEC_IPV6FWD           #IP security tunnel for IPv6

#  The `gif' pseudo-device implements IPv6 over IP4 tunneling,
#  IPv4 over IPv6 tunneling, IPv4 over IPv4 tunneling and
#  IPv6 over IPv6 tunneling.
pseudo-device   gif     64             #IPv6 and IPv4 tunneling

#  The `faith' pseudo-device captures packets sent to it and diverts them
#  to the IPv4/IPv6 translation daemon.
#pseudo-device   faith   1               #for IPv6 and IPv4 translation

# IPFIREWALL enables support for IP firewall construction, in
# conjunction with the `ipfw' program.  IPFIREWALL_VERBOSE sends
# logged packets to the system logger.  IPFIREWALL_VERBOSE_LIMIT
# limits the number of times a matching entry can be logged.
options         IPFIREWALL              #firewall
options         IPFIREWALL_VERBOSE      #print information about
                                        # dropped packets
#options         IPFIREWALL_FORWARD      #enable transparent proxy support
options         IPFIREWALL_VERBOSE_LIMIT=1000    #limit verbosity
#options         IPV6FIREWALL            #firewall for IPv6
#options         IPV6FIREWALL_VERBOSE
#options         IPV6FIREWALL_VERBOSE_LIMIT=1000

# IPFIREWALL_DEFAULT_TO_ACCEPT causes the default rule (at boot) to
# allow everything.  Use with care, if a cracker can crash your
# firewall machine, they can get to your protected machines.  However,
# if you are using it as an as-needed filter for specific problems as
# they arise, then this may be for you.  Changing the default to 'allow'
# means that you won't get stuck if the kernel and /sbin/ipfw binary get
# out of sync.
options         IPFIREWALL_DEFAULT_TO_ACCEPT    #allow everything by default
#options         IPV6FIREWALL_DEFAULT_TO_ACCEPT

# ICMP_BANDLIM enables icmp error response bandwidth limiting.   You
# typically want this option as it will help protect the machine from
# D.O.S. packet attacks.
options         ICMP_BANDLIM

# DUMMYNET enables the "dummynet" bandwidth limiter. You need
# IPFIREWALL as well. See the dummynet(4) manpage for more info.
options         DUMMYNET

# BRIDGE enables bridging between ethernet cards -- see bridge(4).
# You can use IPFIREWALL and dummynet together with bridging.
#options         BRIDGE

# IPDIVERT enables the divert IP sockets, used by ``ipfw divert''
options         IPDIVERT                #divert sockets

# MROUTING enables the kernel multicast packet forwarder, which works
# with mrouted(8).
options         MROUTING                # Multicast routing

# IPSTEALTH enables code to support stealth forwarding (i.e., forwarding
# packets without touching the ttl).  This can be useful to hide firewalls
# from traceroute and similar tools.
#options         IPSTEALTH               #support for stealth forwarding

#options         IPFILTER                #ipfilter support
#options         IPFILTER_LOG            #ipfilter logging

# Soft updates is technique for improving file system speed and
# making abrupt shutdown less risky.
options        SOFTUPDATES

pseudo-device   speaker         #Play IBM BASIC-style noises out your speaker
pseudo-device   gzip            #Exec gzipped a.out's
pseudo-device   vn              #Vnode driver (turns a file into a device)

# To include support for VESA video modes
options         VESA

options         SC_HISTORY_SIZE=2000    # number of history buffer lines
options         SC_PIXEL_MODE           # add support for the raster text mode

# If you have a two button mouse, you may want to add the following option
# to use the right button of the mouse to paste text.
options         SC_TWOBUTTON_MOUSE

# The newpcm driver (use INSTEAD of snd0 and all VOXWARE drivers!).
# Note that motherboard sound devices may require options PNPBIOS.
#
# Supported cards include:
# Creative SoundBlaster ISA PnP/non-PnP
# Supports ESS and Avance ISA chips as well.
# Gravis UltraSound ISA PnP/non-PnP
# Crystal Semiconductor CS461x/428x PCI
# Neomagic 256AV (ac97)
# Most of the more common ISA/PnP sb/mss/ess compatable cards.
# For PnP/PCI sound cards
device          pcm
device		sbc
options PNPBIOS

device          joy0    at isa? port IO_GAME

# Add support for the EXT2FS filesystem of Linux fame.  Be a bit
# careful with this - the ext2fs code has a tendency to lag behind
# changes and not be exercised very much, so mounting read/write could
# be dangerous (and even mounting read only could result in panics.)
options         EXT2FS

# Enable the kernel debugger.
options         DDB

# Options for psm:
options         PSM_HOOKRESUME          #hook the system resume event, useful
                                        #for some laptops
options         PSM_RESETAFTERSUSPEND   #reset the device at the resume event

# ATM related options
#
# The `en' device provides support for Efficient Networks (ENI)
# ENI-155 PCI midway cards, and the Adaptec 155Mbps PCI ATM cards (ANA-59x0).
#
# atm pseudo-device provides generic atm functions and is required for
# atm devices.
# NATM enables the netnatm protocol family that can be used to
# bypass TCP/IP.
#
# the current driver supports only PVC operations (no atm-arp, no multicast).
# for more details, please read the original documents at
# http://www.ccrc.wustl.edu/pub/chuck/tech/bsdatm/bsdatm.html
#
pseudo-device	atm
device		en
options		NATM

# The 'bktr' device is a PCI video capture device using the Brooktree
# bt848/bt848a/bt849a/bt878/bt879 chipset. When used with a TV Tuner it forms a
# TV card, eg Miro PC/TV, Hauppauge WinCast/TV WinTV, VideoLogic Captivator,
# Intel Smart Video III, AverMedia, IMS Turbo, FlyVideo.
#
# Brooktree driver has been ported to the new I2C framework. Thus,
# you'll need to have the following 3 lines in the kernel config.
# device smbus
device iicbus
device iicbb
# The iic and smb devices are only needed if you want to control other
# I2C slaves connected to the external connector of some cards.
device          bktr

# The aic7xxx driver will attempt to use memory mapped I/O for all PCI
# controllers that have it configured only if this option is set. Unfortunately,
# this doesn't work on some motherboards, which prevents it from being the
# default.
#options         AHC_ALLOW_MEMIO

# PERFMON causes the driver for Pentium/Pentium Pro performance counters
# to be compiled.  See perfmon(4) for more information.
options         PERFMON

# pca: PCM audio through your PC speaker
# Not controlled by `snd'
device          pca0 at isa? port IO_TIMER1

device agp

# netgraph(4). Enable the base netgraph code with the NETGRAPH option.
# Individual node types can be enabled with the corresponding option
# listed below; however, this is not strictly necessary as netgraph
# will automatically load the corresponding KLD module if the node type
# is not already compiled into the kernel. Each type below has a
# corresponding man page, e.g., ng_async(8).
options         NETGRAPH                #netgraph(4) system
#options         NETGRAPH_ASYNC
#options         NETGRAPH_BPF
#options         NETGRAPH_CISCO
#options         NETGRAPH_ECHO
#options         NETGRAPH_FRAME_RELAY
#options         NETGRAPH_HOLE
#options         NETGRAPH_IFACE
#options         NETGRAPH_KSOCKET
#options         NETGRAPH_LMI
# MPPC compression requires proprietary files (not included)
#options        NETGRAPH_MPPC_COMPRESSION
#options         NETGRAPH_MPPC_ENCRYPTION
#options         NETGRAPH_PPP
#options         NETGRAPH_PPPOE
#options         NETGRAPH_PPTPGRE
#options         NETGRAPH_RFC1490
#options         NETGRAPH_SOCKET
#options         NETGRAPH_TEE
#options         NETGRAPH_TTY
#options         NETGRAPH_UI
#options         NETGRAPH_VJC


# SMB bus
#
# System Management Bus support is provided by the 'smbus' device.
# Access to the SMBus device is via the 'smb' device (/dev/smb*),
# which is a child of the 'smbus' device.
#
# Supported devices:
# smb           standard io through /dev/smb*
#
# Supported SMB interfaces:
# iicsmb        I2C to SMB bridge with any iicbus interface
# bktr          brooktree848 I2C hardware interface
# intpm         Intel PIIX4 Power Management Unit
# alpm          Acer Aladdin-IV/V/Pro2 Power Management Unit
# ichsmb        Intel ICH SMBus controller chips (82801AA, 82801AB, 82801BA)
device          smbus           # Bus support, required for smb below.
device          intpm
#device          alpm
device          ichsmb
device          smb



--------------9D5494D50E260A9994CE1B32
Content-Type: text/plain; charset=us-ascii;
 name="dmesg"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="dmesg"

Copyright (c) 1992-2000 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 4.2-RELEASE #0: Tue Jan 16 15:12:48 PST 2001
    root@dum.isi.edu:/usr/src/sys/compile/KERNEL-1.10
Calibrating clock(s) ... TSC clock: 997448496 Hz, i8254 clock: 1193175 Hz
CLK_USE_I8254_CALIBRATION not specified - using default frequency
Timecounter "i8254"  frequency 1193182 Hz
CLK_USE_TSC_CALIBRATION not specified - using old calibration method
CPU: Pentium III/Pentium III Xeon/Celeron (997.46-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0x686  Stepping = 6
  Features=0x383fbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE>
real memory  = 536469504 (523896K bytes)
Physical memory chunk(s):
0x00001000 - 0x0009efff, 647168 bytes (158 pages)
0x0046f000 - 0x1ff95fff, 531787776 bytes (129831 pages)
avail memory = 517488640 (505360K bytes)
Changing APIC ID for IO APIC #0 from 0 to 2 on chip
Programming 24 pins in IOAPIC #0
IOAPIC #0 intpin 2 -> irq 0
SMP: CPU0 apic_initialize():
     lint0: 0x00000700 lint1: 0x00010400 TPR: 0x00000010 SVR: 0x000001ff
FreeBSD/SMP: Multiprocessor motherboard
 cpu0 (BSP): apic id:  0, version: 0x00040011, at 0xfee00000
 cpu1 (AP):  apic id:  1, version: 0x00040011, at 0xfee00000
 io0 (APIC): apic id:  2, version: 0x00170020, at 0xfec00000
bios32: Found BIOS32 Service Directory header at 0xc00ffe80
bios32: Entry = 0xffe90 (c00ffe90)  Rev = 0  Len = 1
pcibios: PCI BIOS entry at 0xc03e
pnpbios: Found PnP BIOS data at 0xc00fe2d0
pnpbios: Entry = f0000:e2f4  Rev = 1.0
Other BIOS signatures found:
ACPI: 000fd720
Preloaded elf kernel "kernel" at 0xc0453000.
VESA: information block
56 45 53 41 00 02 ca 6c 00 c0 01 00 00 00 74 69 
00 c0 00 02 05 01 df 6c 00 c0 e6 6c 00 c0 f2 6c 
00 c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
VESA: 11 mode(s) found
VESA: v2.0, 32768k memory, flags:0x1, mode table:0xc00c6974 (c0006974)
VESA: Matrox Graphics Inc.
VESA: Matrox Matrox G400 00
Pentium Pro MTRR support enabled
SMP: CPU0 bsp_apic_configure():
     lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000010 SVR: 0x000001ff
pci_open(1):	mode 1 addr port (0x0cf8) is 0x80010014
pci_open(1a):	mode1res=0x80000000 (0x80000000)
pci_cfgcheck:	device 0 [class=060000] [hdr=00] is there (id=1a218086)
apm0: <APM BIOS> on motherboard
apm: found APM BIOS v1.2, connected at v1.2
npx0: <math processor> on motherboard
npx0: INT 16 interface
pci_open(1):	mode 1 addr port (0x0cf8) is 0x00000000
pci_open(1a):	mode1res=0x80000000 (0x80000000)
pci_cfgcheck:	device 0 [class=060000] [hdr=00] is there (id=1a218086)
pcib0: <Host to PCI bridge> on motherboard
found->	vendor=0x8086, dev=0x1a21, revid=0x01
	class=06-00-00, hdrtype=0x00, mfdev=0
	subordinatebus=0 	secondarybus=0
	map[10]: type 1, range 32, base f0000000, size 26
found->	vendor=0x8086, dev=0x1a23, revid=0x01
	class=06-04-00, hdrtype=0x01, mfdev=0
	subordinatebus=1 	secondarybus=1
found->	vendor=0x8086, dev=0x1a24, revid=0x01
	class=06-04-00, hdrtype=0x01, mfdev=0
	subordinatebus=3 	secondarybus=2
found->	vendor=0x8086, dev=0x2418, revid=0x02
	class=06-04-00, hdrtype=0x01, mfdev=0
	subordinatebus=4 	secondarybus=4
found->	vendor=0x8086, dev=0x2410, revid=0x02
	class=06-01-00, hdrtype=0x00, mfdev=1
	subordinatebus=0 	secondarybus=0
found->	vendor=0x8086, dev=0x2411, revid=0x02
	class=01-01-80, hdrtype=0x00, mfdev=0
	subordinatebus=0 	secondarybus=0
	map[20]: type 1, range 32, base 0000ffa0, size  4
Freeing (NOT implemented) redirected PCI irq 14.
found->	vendor=0x8086, dev=0x2412, revid=0x02
	class=0c-03-00, hdrtype=0x00, mfdev=0
	subordinatebus=0 	secondarybus=0
	intpin=d, irq=19
	map[20]: type 1, range 32, base 0000ff80, size  5
Freeing (NOT implemented) redirected PCI irq 11.
found->	vendor=0x8086, dev=0x2413, revid=0x02
	class=0c-05-00, hdrtype=0x00, mfdev=0
	subordinatebus=0 	secondarybus=0
	intpin=b, irq=17
	map[20]: type 1, range 32, base 0000dcd0, size  4
pci0: <PCI bus> on pcib0
agp0: <Intel Generic host to PCI bridge> mem 0xf0000000-0xf3ffffff at device 0.0 on pci0
agp0: allocating GATT for aperture of size 64M
pcib1: <PCI to PCI bridge (vendor=8086 device=1a23)> at device 1.0 on pci0
Freeing (NOT implemented) redirected PCI irq 9.
found->	vendor=0x102b, dev=0x0525, revid=0x04
	class=03-00-00, hdrtype=0x00, mfdev=0
	subordinatebus=0 	secondarybus=0
	intpin=a, irq=16
	map[10]: type 1, range 32, base f4000000, size 25
	map[14]: type 1, range 32, base fcffc000, size 14
	map[18]: type 1, range 32, base fc000000, size 23
pci1: <PCI bus> on pcib1
pci1: <Matrox MGA G400 AGP graphics accelerator> (vendor=0x102b, dev=0x0525) at 0.0 irq 16
pcib2: <PCI to PCI bridge (vendor=8086 device=1a24)> at device 2.0 on pci0
found->	vendor=0x8086, dev=0x1360, revid=0x03
	class=06-04-00, hdrtype=0x01, mfdev=0
	subordinatebus=3 	secondarybus=3
pci2: <PCI bus> on pcib2
pcib3: <PCI to PCI bridge (vendor=8086 device=1360)> at device 31.0 on pci2
found->	vendor=0x8086, dev=0x1161, revid=0x01
	class=08-00-20, hdrtype=0x00, mfdev=1
	subordinatebus=0 	secondarybus=0
Freeing (NOT implemented) redirected PCI irq 9.
found->	vendor=0x8086, dev=0x1001, revid=0x02
	class=02-00-00, hdrtype=0x00, mfdev=0
	subordinatebus=0 	secondarybus=0
	intpin=a, irq=16
	map[10]: type 1, range 32, base fafe0000, size 17
	map[14]: type 1, range 32, base fafd0000, size 16
pci3: <PCI bus> on pcib3
pci3: <unknown card> (vendor=0x8086, dev=0x1161) at 0.0
wx0: <Intel GigaBit Ethernet (LIVENGOOD_SC)> mem 0xfafd0000-0xfafdffff,0xfafe0000-0xfaffffff irq 16 at device 4.0 on pci3
wx0: Ethernet address 00:03:47:07:e7:4e
bpf: wx0 attached
pcib4: <Intel 82801AA (ICH) Hub to PCI bridge> at device 30.0 on pci0
Freeing (NOT implemented) redirected PCI irq 9.
found->	vendor=0x1013, dev=0x6003, revid=0x01
	class=04-01-00, hdrtype=0x00, mfdev=0
	subordinatebus=0 	secondarybus=0
	intpin=a, irq=16
	map[10]: type 1, range 32, base f7fff000, size 12
	map[14]: type 1, range 32, base f7e00000, size 20
Freeing (NOT implemented) redirected PCI irq 11.
found->	vendor=0x9005, dev=0x00cf, revid=0x01
	class=01-00-00, hdrtype=0x00, mfdev=1
	subordinatebus=0 	secondarybus=0
	intpin=a, irq=17
	map[10]: type 1, range 32, base 0000ec00, size  8
	map[14]: type 1, range 64, base f7ffe000, size 12
Freeing (NOT implemented) redirected PCI irq 10.
found->	vendor=0x9005, dev=0x00cf, revid=0x01
	class=01-00-00, hdrtype=0x00, mfdev=1
	subordinatebus=0 	secondarybus=0
	intpin=b, irq=18
	map[10]: type 1, range 32, base 0000e800, size  8
	map[14]: type 1, range 64, base f7ffd000, size 12
Freeing (NOT implemented) redirected PCI irq 14.
found->	vendor=0x10b7, dev=0x9200, revid=0x78
	class=02-00-00, hdrtype=0x00, mfdev=0
	subordinatebus=0 	secondarybus=0
	intpin=a, irq=19
	map[10]: type 1, range 32, base 0000e480, size  7
	map[14]: type 1, range 32, base f7ffcc00, size  7
pci4: <PCI bus> on pcib4
csa0: <Crystal Semiconductor CS4614/4622/4624 Audio accelerator/4280 Audio controller> mem 0xf7e00000-0xf7efffff,0xf7fff000-0xf7ffffff irq 16 at device 4.0 on pci4
	using shared irq16.
pcm0: <CS461x PCM Audio> on csa0
pcm0: ac97 codec id 0x43525914
pcm0: ac97 codec features headphone, 20 bit DAC, 18 bit ADC, 6 bit master volume, Crystal Semi 3D Stereo Enhancement
pcm0: ac97 primary codec extended features AMAP
pcm: setmap 1f99b000, 1000; 0xc1c27000 -> 1f99b000
pcm: setmap 1f980000, 1000; 0xc1c2c000 -> 1f980000
ahc0: <Adaptec aic7899 Ultra160 SCSI adapter> port 0xec00-0xecff mem 0xf7ffe000-0xf7ffefff irq 17 at device 5.0 on pci4
ahc0: Reading SEEPROM...done.
ahc0: Manual LVD Termination
ahc0: BIOS eeprom is present
ahc0: Secondary High byte termination Enabled
ahc0: Secondary Low byte termination Enabled
ahc0: Primary Low Byte termination Enabled
ahc0: Primary High Byte termination Enabled
ahc0: Downloading Sequencer Program... 415 instructions downloaded
aic7899: Wide Channel A, SCSI Id=7, 32/255 SCBs
ahc1: <Adaptec aic7899 Ultra160 SCSI adapter> port 0xe800-0xe8ff mem 0xf7ffd000-0xf7ffdfff irq 18 at device 5.1 on pci4
ahc1: Reading SEEPROM...done.
ahc1: Manual LVD Termination
ahc1: BIOS eeprom is present
ahc1: Secondary High byte termination Enabled
ahc1: Secondary Low byte termination Enabled
ahc1: Primary Low Byte termination Enabled
ahc1: Primary High Byte termination Enabled
ahc1: Downloading Sequencer Program... 415 instructions downloaded
aic7899: Wide Channel B, SCSI Id=7, 32/255 SCBs
xl0: <3Com 3c905C-TX Fast Etherlink XL> port 0xe480-0xe4ff mem 0xf7ffcc00-0xf7ffcc7f irq 19 at device 7.0 on pci4
xl0: Ethernet address: 00:b0:d0:78:c8:cc
xl0: media options word: a
xl0: found MII/AUTO
miibus0: <MII bus> on xl0
xlphy0: <3c905C 10/100 internal PHY> on miibus0
xlphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
bpf: xl0 attached
isab0: <Intel 82801AA (ICH) PCI to LPC bridge> at device 31.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <Intel ICH ATA66 controller> port 0xffa0-0xffaf at device 31.1 on pci0
ata0: iobase=0x01f0 altiobase=0x03f6 bmaddr=0xffa0
ata0: mask=00 status0=ff status1=ff
ata0: probe allocation failed
ata1: iobase=0x0170 altiobase=0x0376 bmaddr=0xffa8
ata1: mask=03 status0=50 status1=00
ata1: mask=03 ostat0=50 ostat2=00
ata1-master: ATAPI probe a=14 b=eb
ata1-slave: ATAPI probe a=7f b=7f
ata1: mask=03 status0=00 status1=00
ata1: devices=04
ata1: at 0x170 irq 15 on atapci0
uhci0: <Intel 82801AA (ICH) USB controller> port 0xff80-0xff9f irq 19 at device 31.2 on pci0
	using shared irq19.
usb0: <Intel 82801AA (ICH) USB controller> 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
ichsmb0: <Intel 82801AA (ICH) SMBus controller> port 0xdcd0-0xdcdf irq 17 at device 31.3 on pci0
	using shared irq17.
smbus0: <System Management Bus> on ichsmb0
smb0: <SMBus general purpose I/O> on smbus0
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
pnpbios: 17 devices, largest 248 bytes
PNP0c01: adding fixed memory32 range 0-0x9ffff, size=0xa0000
PNP0c01: adding fixed memory32 range 0x100000-0x1ff9dfff, size=0x1fe9e000
PNP0c01: adding fixed memory32 range 0xffc00000-0xffffffff, size=0x400000
PNP0c01: adding fixed memory32 range 0xf0000-0xfffff, size=0x10000
PNP0c01: adding io range 0x800-0x8df, size=0xe0, align=0x1
PNP0c01: adding io range 0xc00-0xc7f, size=0x80, align=0x1
PNP0c01: adding io range 0x62-0x63, size=0x2, align=0x1
PNP0c01: adding io range 0x65-0x6f, size=0xb, align=0x1
PNP0c01: adding io range 0xe0-0xef, size=0x10, align=0x1
PNP0c01: end config
pnpbios: handle 0 device ID PNP0c01 (010cd041)
PNP0501: adding irq mask 0x10
PNP0501: adding io range 0x3f8-0x3ff, size=0x8, align=0x8
PNP0501: end config
pnpbios: handle 1 device ID PNP0501 (0105d041)
PNP0501: adding irq mask 00x8
PNP0501: adding io range 0x2f8-0x2ff, size=0x8, align=0x8
PNP0501: end config
pnpbios: handle 2 device ID PNP0501 (0105d041)
PNP0400: adding dma mask 00
PNP0400: adding irq mask 0x80
PNP0400: adding io range 0x378-0x37f, size=0x8, align=0x8
PNP0400: adding io range 0x778-0x77f, size=0x8, align=0x8
PNP0400: end config
pnpbios: handle 3 device ID PNP0400 (0004d041)
PNP0700: adding irq mask 0x40
PNP0700: adding io range 0x3f0-0x3f5, size=0x6, align=0x8
PNP0700: adding dma mask 0x4
PNP0700: end config
pnpbios: handle 4 device ID PNP0700 (0007d041)
PNP0f13: adding irq mask 0x1000
PNP0f13: end config
pnpbios: handle 5 device ID PNP0f13 (130fd041)
PNP0a03: adding io range 0xcf8-0xcff, size=0x8, align=0x1
PNP0a03: end config
pnpbios: handle 6 device ID PNP0a03 (030ad041)
PNP0003: adding fixed memory32 range 0xfee00000-0xfee0ffff, size=0x10000
PNP0003: adding fixed memory32 range 0xfec00000-0xfec0ffff, size=0x10000
PNP0003: end config
pnpbios: handle 8 device ID PNP0003 (0300d041)
PNP0100: adding irq mask 00x1
PNP0100: adding io range 0x40-0x5f, size=0x20, align=0x1
PNP0100: end config
pnpbios: handle 9 device ID PNP0100 (0001d041)
PNP0200: adding io range 0x80-0x9f, size=0x20, align=0x1
PNP0200: adding io range 0-0x1f, size=0x20, align=0x1
PNP0200: adding io range 0xc0-0xdf, size=0x20, align=0x1
PNP0200: adding dma mask 0x10
PNP0200: end config
pnpbios: handle 10 device ID PNP0200 (0002d041)
PNP0303: adding irq mask 00x2
PNP0303: adding io range 0x60-0x60, size=0x1, align=0x1
PNP0303: adding io range 0x64-0x64, size=0x1, align=0x1
PNP0303: end config
pnpbios: handle 11 device ID PNP0303 (0303d041)
PNP0800: adding io range 0x61-0x61, size=0x1, align=0x1
PNP0800: end config
pnpbios: handle 12 device ID PNP0800 (0008d041)
INT0800: adding fixed memory32 range 0xffb00000-0xffbfffff, size=0x100000
INT0800: end config
pnpbios: handle 13 device ID INT0800 (0008d425)
PNP0b00: adding irq mask 0x100
PNP0b00: adding io range 0x70-0x7f, size=0x10, align=0x1
PNP0b00: end config
pnpbios: handle 14 device ID PNP0b00 (000bd041)
PNP0c04: adding irq mask 0x2000
PNP0c04: adding io range 0xf0-0xff, size=0x10, align=0x1
PNP0c04: end config
pnpbios: handle 15 device ID PNP0c04 (040cd041)
PNP0c02: adding fixed memory32 range 0x1ff9e000-0x1fffffff, size=0x62000
PNP0c02: end config
pnpbios: handle 16 device ID PNP0c02 (020cd041)
isa_probe_children: disabling PnP devices
isa_probe_children: probing non-PnP devices
fdc0: <NEC 72065B or clone> at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0
fdc0: FIFO enabled, 8 bytes threshold
fd0: <1440-KB 3.5" drive> on fdc0 drive 0
fdc1: not probed (disabled)
atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
atkbd: the current kbd controller command byte 0065
atkbd: keyboard ID 0x41ab (2)
kbdc: RESET_KBD return code:00fa
kbdc: RESET_KBD status:00aa
kbd0: atkbd0, AT 101/102 (2), config:0x0, flags:0x3d0000
psm0: current command byte:0065
kbdc: TEST_AUX_PORT status:0000
kbdc: RESET_AUX return code:00fa
kbdc: RESET_AUX status:00aa
kbdc: RESET_AUX ID:0000
psm: status 00 02 64
psm: status 00 00 64
psm: status 00 03 64
psm: status 00 03 64
psm: data 08 06 06
psm: data 08 01 01
psm: status 00 02 64
psm0: <PS/2 Mouse> irq 12 on atkbdc0
psm0: model IntelliMouse, device ID 3-00, 3 buttons
psm0: config:00006000, flags:00000000, packet size:4
psm0: syncmask:08, syncbits:08
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
fb0: vga0, vga, type:VGA (5), flags:0x700ff
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 0d 0e 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 
sc0: <System console> on isa0
sc0: VGA <16 virtual consoles, flags=0x200>
sc0: fb0, kbd0, terminal emulator: sc (syscons terminal)
pcic0: not probed (disabled)
pcic1: not probed (disabled)
sio0: irq maps: 0x8041 0x8051 0x8041 0x8041
sio0 at port 0x3f8-0x3ff irq 4 flags 0x90 on isa0
sio0: type 16550A
sio1: irq maps: 0x8041 0x8049 0x8041 0x8041
sio1 at port 0x2f8-0x2ff irq 3 on isa0
sio1: type 16550A
ppc0: parallel port found at 0x378
ppc0: using extended I/O port range
PC873xx probe at 0x2e got unknown ID 0x0
ppc0: ECP SPP ECP+EPP SPP
ppc0: <Parallel port> at port 0x378-0x37f irq 7 on isa0
ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode
ppc0: FIFO with 16/16/8 bytes threshold
lpt0: <Printer> on ppbus0
lpt0: Interrupt-driven port
joy0 at port 0x201 on isa0
pca0 at port 0x40 on isa0
isa_probe_children: probing PnP devices
unknown: <PNP0c01> failed to probe at port 0x800-0x8df,0xc00-0xc7f,0x62-0x63,0x65-0x6f,0xe0-0xef iomem 0-0x9ffff,0x100000-0x1ff9dfff,0xffc00000-0xffffffff,0xf0000-0xfffff on isa0
unknown: <PNP0501> can't assign resources
unknown: <PNP0501> at port 0x3f8-0x3ff on isa0
unknown: <PNP0501> can't assign resources
unknown: <PNP0501> at port 0x2f8-0x2ff on isa0
unknown: <PNP0400> can't assign resources
unknown: <PNP0400> at port 0x378-0x37f on isa0
unknown: <PNP0700> can't assign resources
unknown: <PNP0700> at port 0x3f0-0x3f5 on isa0
unknown: <PNP0f13> can't assign resources
unknown: <PNP0f13> at irq 12 on isa0
unknown: <PNP0a03> failed to probe at port 0xcf8-0xcff on isa0
unknown: <PNP0003> failed to probe at iomem 0xfee00000-0xfee0ffff,0xfec00000-0xfec0ffff on isa0
unknown: <PNP0100> failed to probe at port 0x40-0x5f irq 0 on isa0
unknown: <PNP0200> failed to probe at port 0x80-0x9f,0-0x1f,0xc0-0xdf drq 4 on isa0
unknown: <PNP0303> can't assign resources
unknown: <PNP0303> at port 0x60 on isa0
pca1: <AT-style speaker sound> at port 0x61 on isa0
unknown: <INT0800> failed to probe at iomem 0xffb00000-0xffbfffff on isa0
unknown: <PNP0b00> failed to probe at port 0x70-0x7f irq 8 on isa0
unknown: <PNP0c04> failed to probe at port 0xf0-0xff irq 13 on isa0
unknown: <PNP0c02> failed to probe at iomem 0x1ff9e000-0x1fffffff on isa0
SMP: enabled INTs: 1, 3, 4, 6, 7, 12, 15, 16, 17, 18, 19, apic_imen: 0x00f06f25
BIOS Geometries:
 0:03fefe3f 0..1022=1023 cylinders, 0..254=255 heads, 1..63=63 sectors
 1:03fefe3f 0..1022=1023 cylinders, 0..254=255 heads, 1..63=63 sectors
 2:03fefe3f 0..1022=1023 cylinders, 0..254=255 heads, 1..63=63 sectors
 3:03fefe3f 0..1022=1023 cylinders, 0..254=255 heads, 1..63=63 sectors
 0 accounted for
Device configuration finished.
APIC_IO: Testing 8254 interrupt delivery
APIC_IO: routing 8254 via IOAPIC #0 intpin 2
IP packet filtering initialized, divert enabled, rule-based forwarding disabled, default to accept, logging limited to 1000 packets/entry by default
bpf: gif0 attached
bpf: gif1 attached
bpf: gif2 attached
bpf: gif3 attached
bpf: gif4 attached
bpf: gif5 attached
bpf: gif6 attached
bpf: gif7 attached
bpf: gif8 attached
bpf: gif9 attached
bpf: gif10 attached
bpf: gif11 attached
bpf: gif12 attached
bpf: gif13 attached
bpf: gif14 attached
bpf: gif15 attached
bpf: gif16 attached
bpf: gif17 attached
bpf: gif18 attached
bpf: gif19 attached
bpf: gif20 attached
bpf: gif21 attached
bpf: gif22 attached
bpf: gif23 attached
bpf: gif24 attached
bpf: gif25 attached
bpf: gif26 attached
bpf: gif27 attached
bpf: gif28 attached
bpf: gif29 attached
bpf: gif30 attached
bpf: gif31 attached
bpf: gif32 attached
bpf: gif33 attached
bpf: gif34 attached
bpf: gif35 attached
bpf: gif36 attached
bpf: gif37 attached
bpf: gif38 attached
bpf: gif39 attached
bpf: gif40 attached
bpf: gif41 attached
bpf: gif42 attached
bpf: gif43 attached
bpf: gif44 attached
bpf: gif45 attached
bpf: gif46 attached
bpf: gif47 attached
bpf: gif48 attached
bpf: gif49 attached
bpf: gif50 attached
bpf: gif51 attached
bpf: gif52 attached
bpf: gif53 attached
bpf: gif54 attached
bpf: gif55 attached
bpf: gif56 attached
bpf: gif57 attached
bpf: gif58 attached
bpf: gif59 attached
bpf: gif60 attached
bpf: gif61 attached
bpf: gif62 attached
bpf: gif63 attached
bpf: lo0 attached
DUMMYNET initialized (000608)
IPsec: Initialized Security Association Processing.
SMP: AP CPU #1 Launched!
SMP: CPU1 apic_initialize():
     lint0: 0x00010700 lint1: 0x00010400 TPR: 0x00000010 SVR: 0x000001ff
ata1-master: piomode=4 dmamode=2 udmamode=2 dmaflag=1
ata1-master: success setting PIO4 on generic chip
acd0: <Lite-On LTN483S 48x Max/PD02> CDROM drive at ata1 as master
acd0: read 8268KB/s (8268KB/s), 120KB buffer, PIO4
acd0: Reads: CD-R, CD-RW, CD-DA stream, packet
acd0: Audio: play, 255 volume levels
acd0: Mechanism: ejectable tray
acd0: Medium: no/blank disc inside, unlocked
(noperiph:ahc0:0:-1:-1): SCSI bus reset delivered. 0 SCBs aborted.
(noperiph:ahc1:0:-1:-1): SCSI bus reset delivered. 0 SCBs aborted.
(ahc0:A:0:0): Sending PPR bus_width 1, period 9, offset 7f, ppr_options 2
(ahc0:A:0:0): Received PPR width 9, period 1, offset 7f,options 2
	Filtered to width 1, period 9, offset 7f, options 2
ahc0: target 0 using 16bit transfers
ahc0: target 0 synchronous at 80.0MHz DT, offset = 0x7f
(ahc0:A:3:0): Sending PPR bus_width 1, period 9, offset 7f, ppr_options 2
(ahc0:A:3:0): Received PPR width 9, period 1, offset 7f,options 2
	Filtered to width 1, period 9, offset 7f, options 2
ahc0: target 3 using 16bit transfers
ahc0: target 3 synchronous at 80.0MHz DT, offset = 0x7f
(ahc0:A:2:0): Sending PPR bus_width 1, period 9, offset 7f, ppr_options 2
(ahc0:A:2:0): Received PPR width 9, period 1, offset 7f,options 2
	Filtered to width 1, period 9, offset 7f, options 2
ahc0: target 2 using 16bit transfers
ahc0: target 2 synchronous at 80.0MHz DT, offset = 0x7f
(ahc0:A:1:0): Sending PPR bus_width 1, period 9, offset 7f, ppr_options 2
(ahc0:A:1:0): Received PPR width 9, period 1, offset 7f,options 2
	Filtered to width 1, period 9, offset 7f, options 2
ahc0: target 1 using 16bit transfers
ahc0: target 1 synchronous at 80.0MHz DT, offset = 0x7f
Creating DISK da0
Creating DISK da1
Creating DISK da2
Creating DISK da3
da0 at ahc0 bus 0 target 0 lun 0
da0: <QUANTUM ATLAS10K2-TY184L DA40> Fixed Direct Access SCSI-3 device 
da0: Serial Number 161023810178
da0: 160.000MB/s transfers (80.000MHz, offset 127, 16bit), Tagged Queueing Enabled
da0: 17366MB (35566478 512 byte sectors: 255H 63S/T 2213C)
da1 at ahc0 bus 0 target 1 lun 0
da1: <FUJITSU MAJ3182MP 5508> Fixed Direct Access SCSI-4 device 
da1: Serial Number     50011869
da1: 160.000MB/s transfers (80.000MHz, offset 127, 16bit), Tagged Queueing Enabled
da1: 17366MB (35566478 512 byte sectors: 255H 63S/T 2213C)
da2 at ahc0 bus 0 target 2 lun 0
da2: <FUJITSU MAJ3182MP 5508> Fixed Direct Access SCSI-4 device 
da2: Serial Number     50010891
da2: 160.000MB/s transfers (80.000MHz, offset 127, 16bit), Tagged Queueing Enabled
da2: 17366MB (35566478 512 byte sectors: 255H 63S/T 2213C)
da3 at ahc0 bus 0 target 3 lun 0
da3: <FUJITSU MAJ3182MP 5508> Fixed Direct Access SCSI-4 device 
da3: Serial Number     50011745
da3: 160.000MB/s transfers (80.000MHz, offset 127, 16bit), Tagged Queueing Enabled
da3: 17366MB (35566478 512 byte sectors: 255H 63S/T 2213C)
Mounting root from ufs:/dev/da0s2a
da0s1: type 0x7, start 63, end = 16787924, size 16787862 : OK
da0s2: type 0xa5, start 16787925, end = 35551844, size 18763920 : OK
start_init: trying /sbin/init
wx0: swdpio1 did not clear- check for reversed or disconnected cable
wx0: swdpio1 did not clear- check for reversed or disconnected cable
wx0: swdpio1 did not clear- check for reversed or disconnected cable
wx0: swdpio1 did not clear- check for reversed or disconnected cable
splash: image decoder found: green_saver
Linux-ELF exec handler installed
(da0:ahc0:0:0:0): tagged openings now 64


--------------9D5494D50E260A9994CE1B32--

--------------ms9B910C130C3A51300512CD21
Content-Type: application/x-pkcs7-signature; name="smime.p7s"
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename="smime.p7s"
Content-Description: S/MIME Cryptographic Signature

MIIIIwYJKoZIhvcNAQcCoIIIFDCCCBACAQExCzAJBgUrDgMCGgUAMAsGCSqGSIb3DQEHAaCC
BfQwggLYMIICQaADAgECAgMDIwUwDQYJKoZIhvcNAQEEBQAwgZQxCzAJBgNVBAYTAlpBMRUw
EwYDVQQIEwxXZXN0ZXJuIENhcGUxFDASBgNVBAcTC0R1cmJhbnZpbGxlMQ8wDQYDVQQKEwZU
aGF3dGUxHTAbBgNVBAsTFENlcnRpZmljYXRlIFNlcnZpY2VzMSgwJgYDVQQDEx9QZXJzb25h
bCBGcmVlbWFpbCBSU0EgMTk5OS45LjE2MB4XDTAwMDgyNDIwMzAwOFoXDTAxMDgyNDIwMzAw
OFowVDEPMA0GA1UEBBMGRWdnZXJ0MQ0wCwYDVQQqEwRMYXJzMRQwEgYDVQQDEwtMYXJzIEVn
Z2VydDEcMBoGCSqGSIb3DQEJARYNbGFyc2VAaXNpLmVkdTCBnzANBgkqhkiG9w0BAQEFAAOB
jQAwgYkCgYEAz1yfcNs53rvhuw8gSDvr2+/snP8GduYY7x7WkJdyvcwb4oipNpWYIkMGP214
Zv1KrgvntGaG+jeugAGQt0n64VusgcIzQ6QDRtnMgdQDTAkVSQ2eLRSQka+nAPx6SFKJg79W
EEHmgKQBMtZdMBYtYv/mTOcpm7jTJVg+7W6n04UCAwEAAaN3MHUwKgYFK2UBBAEEITAfAgEA
MBowGAIBBAQTTDJ1TXlmZkJOVWJOSkpjZFoyczAYBgNVHREEETAPgQ1sYXJzZUBpc2kuZWR1
MAwGA1UdEwEB/wQCMAAwHwYDVR0jBBgwFoAUiKvxYINmVfTkWMdGHcBhvSPXw4wwDQYJKoZI
hvcNAQEEBQADgYEAi65fM/jSCaPhRoA9JW5X2FktSFhE5zkIpFVPpv33GWPPNrncsK13HfZm
s0B1rNy2vU7UhFI/vsJQgBJyffkLFgMCjp3uRZvBBjGD1q4yjDO5yfMMjquqBpZtRp5op3lT
d01faA58ZCB5sxCb0ORSxvXR8tc9DJO0JIpQILa6vIAwggMUMIICfaADAgECAgELMA0GCSqG
SIb3DQEBBAUAMIHRMQswCQYDVQQGEwJaQTEVMBMGA1UECBMMV2VzdGVybiBDYXBlMRIwEAYD
VQQHEwlDYXBlIFRvd24xGjAYBgNVBAoTEVRoYXd0ZSBDb25zdWx0aW5nMSgwJgYDVQQLEx9D
ZXJ0aWZpY2F0aW9uIFNlcnZpY2VzIERpdmlzaW9uMSQwIgYDVQQDExtUaGF3dGUgUGVyc29u
YWwgRnJlZW1haWwgQ0ExKzApBgkqhkiG9w0BCQEWHHBlcnNvbmFsLWZyZWVtYWlsQHRoYXd0
ZS5jb20wHhcNOTkwOTE2MTQwMTQwWhcNMDEwOTE1MTQwMTQwWjCBlDELMAkGA1UEBhMCWkEx
FTATBgNVBAgTDFdlc3Rlcm4gQ2FwZTEUMBIGA1UEBxMLRHVyYmFudmlsbGUxDzANBgNVBAoT
BlRoYXd0ZTEdMBsGA1UECxMUQ2VydGlmaWNhdGUgU2VydmljZXMxKDAmBgNVBAMTH1BlcnNv
bmFsIEZyZWVtYWlsIFJTQSAxOTk5LjkuMTYwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGB
ALNpWpfU0BYLerXFXekhnCNyzRJMS/d+z8f7ynIk9EJSrFeV43theheE5/1yOTiUtOrtZaeS
Bl694GX2GbuUeXZMPrlocHWEHPQRdAC8BSxPCQMXMcz0QdRyxqZd4ohEsIsuxE3x8NaFPmzz
lZR4kX5A6ZzRjRVXjsJz5TDeRvVPAgMBAAGjNzA1MBIGA1UdEwEB/wQIMAYBAf8CAQAwHwYD
VR0jBBgwFoAUcknCczTGVfQLdnKBfnf0h+fGsg4wDQYJKoZIhvcNAQEEBQADgYEAa8ZZ6TH6
6bbssQPY33Jy/pFgSOrGVd178GeOxmFw523CpTfYnbcXKFYFi91cdW/GkZDGbGZxE9AQfGuR
b4bgITYtwdfqsgmtzy1txoNSm/u7/pyHnfy36XSS5FyXrvx+rMoNb3J6Zyxrc/WG+Z31AG70
HQfOnZ6CYynvkwl+Vd4xggH3MIIB8wIBATCBnDCBlDELMAkGA1UEBhMCWkExFTATBgNVBAgT
DFdlc3Rlcm4gQ2FwZTEUMBIGA1UEBxMLRHVyYmFudmlsbGUxDzANBgNVBAoTBlRoYXd0ZTEd
MBsGA1UECxMUQ2VydGlmaWNhdGUgU2VydmljZXMxKDAmBgNVBAMTH1BlcnNvbmFsIEZyZWVt
YWlsIFJTQSAxOTk5LjkuMTYCAwMjBTAJBgUrDgMCGgUAoIGxMBgGCSqGSIb3DQEJAzELBgkq
hkiG9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTAxMDExNzE3NTM0NlowIwYJKoZIhvcNAQkEMRYE
FC4ypnuv9APBS3YjzSNL/4VuJ+JtMFIGCSqGSIb3DQEJDzFFMEMwCgYIKoZIhvcNAwcwDgYI
KoZIhvcNAwICAgCAMAcGBSsOAwIHMA0GCCqGSIb3DQMCAgFAMA0GCCqGSIb3DQMCAgEoMA0G
CSqGSIb3DQEBAQUABIGACXhTJWOtIqLUJmdjhhDbB7h1bqzK9VeWUzzkDKccYi67zr5XT8Pk
L16Dqc5NxBRX7YoNuE6ZG9MNmT7JLaoJ0N22THNvRywUZkwp72vXJWc71OeDz5DejhEXEyEf
qwmj7zPQkLohqbNqBS4w50J7TiH7bNIWPSvg58rE06FtI1Y=
--------------ms9B910C130C3A51300512CD21--



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3A65DC2A.8A15BEE1>