Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Jul 2003 08:50:13 -0400 (EDT)
From:      Elliot Dierksen <ebd@oau.org>
To:        freebsd-stable@freebsd.org, freebsd-smp@freebsd.org
Subject:   SMP Problems with 4.8-RELEASE
Message-ID:  <200307271250.h6RCoD1a000336@alfred.oau.org>

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

--ELM1059310213-252-0_
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset=US-ASCII

Hello,

I have the following hardware configuration.

Tyan 2466N motherboard, 1.03 BIOS, 2 Athlon-MP 1800+ CPUs, 512MB registered
ECC DRAM, Onboard 3Com NIC (xl type)
Radeon 8500 AGP video card
Adaptec 3210S SCSI RAID controller
Comtrol RocketPort 8 port PCI serial card

I have started to experience some odd system lockups in the past couple
months, and it seems to be getting worse. I particular, this seems to happen
when the SCSI controller is very busy. I have a file system where I store
dumps of the other file systems. On a weekly basis, I run these dumps. What
has started happening is the system will lock up completely during one of the
dumps. When this happens, the system is totally unresponsive. Even at the
console, it is dead to the world. However, the status lights on the RAID
controller seem to indicate that it is happy. The system has to be power
cycled at that point. I have been unable to generate any debug information to
help chase this issue.

I have also had some issues with mozilla locking up and it could not
be killed. When I exited from X, the system would lock as described earlier.

As a desperate measure to try and get a backup, I built and installed a
single CPU kernel. That seems to be resolving the problem. However, it would
be nice to bring the 2nd CPU back on line. I looked through all the BIOS
options, and I don't see anything specifying the MPS version. I would be
happy to assist in troubleshooting, but I really don't know which direction
to go at the moment. I have attached both kernel configuration files and
dmesg output from both during the boot process.

Any suggestions???

Thanx,

EBD
-- 
Elliot Dierksen          "They that can give up essential liberty to
                          obtain a little temporary safety deserve
                          neither liberty nor safety" -- Benjamin Franklin

Home) ebd@oau.org  (407) 850-9760

--ELM1059310213-252-0_
Content-Transfer-Encoding: 7bit
Content-Type: text/plain
Content-Disposition: attachment; filename=AMD
Content-Description: 

#
# AMD -- Generic kernel configuration file for FreeBSD/i386
#
# For more information on this file, please read the handbook section on
# Kernel Configuration Files:
#
#    http://www.FreeBSD.org/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 ./LINT configuration file. If you are
# in doubt as to the purpose or necessity of a line, check first in LINT.
#
# $FreeBSD: src/sys/i386/conf/AMD,v 1.246.2.38 2002/01/25 17:41:40 murray Exp $

machine		i386
cpu		I686_CPU
ident		AMD
maxusers	0

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

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 	SOFTUPDATES		#Enable FFS soft updates support
options 	UFS_DIRHASH		#Improve performance on big directories
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=5000		#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 extensions
options 	_KPOSIX_PRIORITY_SCHEDULING
options		ICMP_BANDLIM		#Rate limit bad replies
options 	KBD_INSTALL_CDEV	# install a CDEV entry in /dev

device		isa
device		pci
#device		agp

# 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

# ATA and ATAPI devices
device		ata0	at isa? port IO_WD1 irq 14
device		ata1	at isa? port IO_WD2 irq 15
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

# SCSI Controllers
device		ahc		# AHA2940 and onboard AIC7xxx devices
device		sym		# NCR/Symbios Logic (newer chipsets)
options		SYM_SETUP_LP_PROBE_MAP=0x40
				# Allow ncr to attach legacy NCR devices when 
				# both sym and ncr are configured

# 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 interfaced to the SCSI subsystem
device		asr		# DPT SmartRAID V, VI and Adaptec SCSI RAID

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

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? flags 0x100

# 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? disable flags 0x20 # Advanced Power Management

# Serial (COM) ports
device		sio0	at isa? port IO_COM1 flags 0x10 irq 4
device		sio1	at isa? port IO_COM2 irq 3
device		sio2	at isa? disable port IO_COM3 irq 5
device		sio3	at isa? disable port IO_COM4 irq 9

# Parallel port
device		ppc0	at isa? irq 7
device		ppbus		# Parallel port bus (required)
device		lpt		# Printer


# 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		fxp		# Intel EtherExpress PRO/100B (82557, 82558)
device		xl		# 3Com 3c90x (``Boomerang'', ``Cyclone'')
device		em

# Pseudo devices - the number indicates how many units to allocate.
pseudo-device	loop		# Network loopback
pseudo-device	ether		# Ethernet support
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

device smbus
device smb
device amdpm
device rp
device adv

#options PSM_DEBUG=1
#options 	KBD_MAXRETRY=4
#options 	KBD_MAXWAIT=6
#options 	KBD_RESETDELAY=2000
options 	INCLUDE_CONFIG_FILE     # Include this file in kernel

--ELM1059310213-252-0_
Content-Transfer-Encoding: 7bit
Content-Type: text/plain
Content-Disposition: attachment; filename=dmesg.txt
Content-Description: 

Copyright (c) 1992-2003 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.8-RELEASE #0: Sat Jul 26 19:59:12 EDT 2003
    root@alfred.oau.org:/usr/obj/usr/src/sys/AMD
Calibrating clock(s) ... TSC clock: 1533071659 Hz, i8254 clock: 1192936 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: AMD Athlon(tm) MP 1800+ (1533.40-MHz 686-class CPU)
  Origin = "AuthenticAMD"  Id = 0x662  Stepping = 2
  Features=0x383fbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE>
  AMD Features=0xc0480000<MP,AMIE,DSP,3DNow!>
Data TLB: 32 entries, fully associative
Instruction TLB: 16 entries, fully associative
L1 data cache: 64 kbytes, 64 bytes/line, 1 lines/tag, 2-way associative
L1 instruction cache: 64 kbytes, 64 bytes/line, 1 lines/tag, 2-way associative
L2 internal cache: 256 kbytes, 64 bytes/line, 1 lines/tag, 8-way associative
real memory  = 536870912 (524288K bytes)
Physical memory chunk(s):
0x00001000 - 0x0009dfff, 643072 bytes (157 pages)
0x00390000 - 0x1fff7fff, 533102592 bytes (130152 pages)
config> di ata0
config> di ata1
config> di sio1
config> en apm0
config> #flags psm0 0x1100
Invalid command or syntax.  Type `?' for help.
config> flags psm0 0x0100
config> flags atkbd0 0x0
config> q
avail memory = 518905856 (506744K bytes)
bios32: Found BIOS32 Service Directory header at 0xc00f7100
bios32: Entry = 0xfd650 (c00fd650)  Rev = 0  Len = 1
pcibios: PCI BIOS entry at 0x120
pnpbios: Found PnP BIOS data at 0xc00f7160
pnpbios: Entry = f0000:97be  Rev = 1.0
Other BIOS signatures found:
ACPI: 00000000
Preloaded elf kernel "kernel" at 0xc0369000.
Preloaded userconfig_script "/boot/kernel.conf" at 0xc03690a8.
Pentium Pro MTRR support enabled
Creating DISK md0
md0: Malloc disk
Math emulator present
pci_open(1):	mode 1 addr port (0x0cf8) is 0x80004108
pci_open(1a):	mode1res=0x80000000 (0x80000000)
pci_cfgcheck:	device 0 [class=060000] [hdr=00] is there (id=700c1022)
Using $PIR table, 13 entries at 0xc00fdef0
apm0: <APM BIOS> on motherboard
apm0: found APM BIOS v1.2, connected at v1.2
npx0: <math processor> on motherboard
npx0: INT 16 interface
pcib0: <Host to PCI bridge> on motherboard
found->	vendor=0x1022, dev=0x700c, revid=0x11
	class=06-00-00, hdrtype=0x00, mfdev=0
	subordinatebus=0 	secondarybus=0
	map[10]: type 1, range 32, base a0000000, size 29
	map[14]: type 1, range 32, base 90400000, size 12
found->	vendor=0x1022, dev=0x700d, revid=0x00
	class=06-04-00, hdrtype=0x01, mfdev=0
	subordinatebus=1 	secondarybus=1
found->	vendor=0x1022, dev=0x7440, revid=0x04
	class=06-01-00, hdrtype=0x00, mfdev=1
	subordinatebus=0 	secondarybus=0
found->	vendor=0x1022, dev=0x7441, revid=0x04
	class=01-01-8a, hdrtype=0x00, mfdev=0
	subordinatebus=0 	secondarybus=0
	map[20]: type 1, range 32, base 0000f000, size  4
found->	vendor=0x1022, dev=0x7443, revid=0x03
	class=06-80-00, hdrtype=0x00, mfdev=0
	subordinatebus=0 	secondarybus=0
found->	vendor=0x1044, dev=0xa500, revid=0x01
	class=06-04-00, hdrtype=0x01, mfdev=1
	subordinatebus=2 	secondarybus=2
found->	vendor=0x1044, dev=0xa501, revid=0x01
	class=0e-00-01, hdrtype=0x00, mfdev=1
	subordinatebus=0 	secondarybus=0
	intpin=a, irq=11
	map[10]: type 1, range 32, base c0000000, size 28
found->	vendor=0x1022, dev=0x7448, revid=0x04
	class=06-04-00, hdrtype=0x01, mfdev=0
	subordinatebus=3 	secondarybus=3
pci0: <PCI bus> on pcib0
pcib1: <PCI to PCI bridge (vendor=1022 device=700d)> at device 1.0 on pci0
found->	vendor=0x1002, dev=0x514c, revid=0x00
	class=03-00-00, hdrtype=0x00, mfdev=0
	subordinatebus=0 	secondarybus=0
	intpin=a, irq=10
	map[10]: type 1, range 32, base d0000000, size 28
	map[14]: type 1, range 32, base 00002000, size  8
	map[18]: type 1, range 32, base 90000000, size 16
pci1: <PCI bus> on pcib1
pci1: <ATI model 514c graphics accelerator> (vendor=0x1002, dev=0x514c) at 5.0 irq 10
isab0: <PCI to ISA bridge (vendor=1022 device=7440)> at device 7.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <AMD 768 ATA100 controller> port 0xf000-0xf00f at device 7.1 on pci0
ata0: iobase=0x01f0 altiobase=0x03f6 bmaddr=0xf000
ata0: mask=03 ostat0=50 ostat2=00
ata0-master: ATAPI 14 eb
ata0-slave: ATAPI 7f 7f
ata0: mask=03 stat0=10 stat1=00
ata0: devices=04
ata0: at 0x1f0 irq 14 on atapci0
ata1: iobase=0x0170 altiobase=0x0376 bmaddr=0xf008
ata1: mask=03 ostat0=20 ostat2=30
ata1-master: ATAPI 20 20
ata1-slave: ATAPI 30 30
ata1: mask=03 stat0=20 stat1=30
ata1-master: ATA 25 25
ata1-slave: ATA 25 25
ata1: devices=00
ata1: at 0x170 irq 15 on atapci0
chip1: <PCI to Other bridge (vendor=1022 device=7443)> at device 7.3 on pci0
pcib2: <PCI to PCI bridge (vendor=1044 device=a500)> at device 8.0 on pci0
pci2: <PCI bus> on pcib2
asr0: <Adaptec Caching SCSI RAID> mem 0xc0000000-0xcfffffff irq 11 at device 8.1 on pci0
asr0: major=154
asr0: ADAPTEC 3210S FW Rev. 3607, 2 channel, 256 CCBs, Protocol I2O
pcib3: <PCI to PCI bridge (vendor=1022 device=7448)> at device 16.0 on pci0
found->	vendor=0x10cd, dev=0x1200, revid=0x00
	class=01-00-00, hdrtype=0x00, mfdev=0
	subordinatebus=0 	secondarybus=0
	intpin=a, irq=3
	map[10]: type 1, range 32, base 00003080, size  6
found->	vendor=0x11fe, dev=0x0005, revid=0x04
	class=07-80-00, hdrtype=0x00, mfdev=0
	subordinatebus=0 	secondarybus=0
	intpin=a, irq=10
	map[10]: type 1, range 32, base 000030c0, size  6
found->	vendor=0x10b7, dev=0x9200, revid=0x78
	class=02-00-00, hdrtype=0x00, mfdev=0
	subordinatebus=0 	secondarybus=0
	intpin=a, irq=5
	map[10]: type 1, range 32, base 00003000, size  7
	map[14]: type 1, range 32, base 90101000, size  7
pci3: <PCI bus> on pcib3
adv0: <AdvanSys ASC1200B SCSI controller> port 0x3080-0x30bf irq 3 at device 5.0 on pci3
adv0: AdvanSys SCSI Host Adapter, SCSI ID 7, queue depth 20
rp0: <rp> port 0x30c0-0x30ff irq 10 at device 6.0 on pci3
RocketPort0 = 8 ports
rp0: driver is using old-style compatibility shims
xl0: <3Com 3c905C-TX Fast Etherlink XL> port 0x3000-0x307f mem 0x90101000-0x9010107f irq 5 at device 8.0 on pci3
xl0: reset didn't complete
xl0: Ethernet address: 00:e0:81:20:3b:c8
xl0: media options word: a
xl0: found MII/AUTO
miibus0: <MII bus> on xl0
ukphy0: <Generic IEEE 802.3u media interface> on miibus0
ukphy0: OUI 0x00105a, model 0x0000, rev. 0
ukphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
bpf: xl0 attached
ata-: ata0 exists, using next available unit number
ata-: ata1 exists, using next available unit number
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
isa_probe_children: disabling PnP devices
isa_probe_children: probing non-PnP devices
orm0: <Option ROMs> at iomem 0xc0000-0xccfff,0xcd000-0xcd7ff,0xcd800-0xd37ff on isa0
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
ata2: not probed (disabled)
ata3: 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 0047
atkbd: keyboard ID 0x41ab (2)
kbd0 at atkbd0
kbd0: atkbd0, AT 101/102 (2), config:0x0, flags:0x3d0000
psm0: current command byte:0047
psm0: <PS/2 Mouse> flags 0x100 irq 12 on atkbdc0
psm0: model IntelliMouse Explorer, device ID 4-00, 5 buttons
psm0: config:00000100, flags:00000000, packet size:4
psm0: syncmask:00, syncbits:00
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
fb0: vga0, vga, type:VGA (5), flags:0x7007f
fb0: port:0x3c0-0x3df, crtc:0x3d4, mem:0xa0000 0x20000
fb0: init mode:24, bios mode:3, current mode:24
fb0: window:0xc00b8000 size:32k gran:32k, buf:0 size:32k
VGA parameters upon power-up
50 18 10 00 00 00 03 00 02 67 5f 4f 50 82 55 81 
bf 1f 00 4f 0d 0e 00 00 05 50 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> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
sc0: fb0, kbd0, terminal emulator: sc (syscons terminal)
sio0: irq maps: 0x41 0x51 0x41 0x41
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 16550A
sio1: not probed (disabled)
sio2: not probed (disabled)
sio3: not probed (disabled)
ppc0: parallel port found at 0x378
ppc0: using extended I/O port range
ppc0: SPP
ppc0: <Parallel port> at port 0x378-0x37f irq 7 on isa0
ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode
ppbus0: IEEE1284 device found /NIBBLE/NIBBLE_ID/Extensibility Link
Probing for PnP devices on ppbus0:
ppbus0: <Hewlett-Packard LaserJet 4L> HP ENHANCED PCL5,PJL
lpt0: <Printer> on ppbus0
lpt0: Interrupt-driven port
isa_probe_children: probing PnP devices
BIOS Geometries:
 0:03fffe3f 0..1023=1024 cylinders, 0..254=255 heads, 1..63=63 sectors
 0 accounted for
Device configuration finished.
bpf: lo0 attached
ata0-master: piomode=4 dmamode=2 udmamode=2 dmaflag=1
ata0-master: success setting PIO4 on generic chip
acd0: <ATAPI-CD ROM-DRIVE-52MAX/VER 52CE> CDROM drive at ata0 as master
acd0:  128KB buffer, PIO4
acd0: Reads: CD-R, CD-RW, CD-DA stream, packet
acd0: Writes:
acd0: Audio: play, 255 volume levels
acd0: Mechanism: ejectable tray, unlocked
acd0: Medium: no/blank disc
Waiting 5 seconds for SCSI devices to settle
Creating DISK da0
pass0 at asr0 bus 0 target 0 lun 0
pass0: <SEAGATE ST336706LW 010A> Fixed Direct Access SCSI-3 device 
pass0: Serial Number 3FD0ZE2H00007250G9F6
pass0: Tagged Queueing Enabled
da0 at asr0 bus 0 target 0 lun 0
da0: <SEAGATE ST336706LW 010A> Fixed Direct Access SCSI-3 device 
da0: Serial Number 3FD0ZE2H00007250G9F6
da0: Tagged Queueing Enabled
da0: 35003MB (71687353 512 byte sectors: 255H 63S/T 4462C)
Mounting root from ufs:/dev/da0s1a
da0s1: type 0xa5, start 63, end = 41929649, size 41929587 : OK
da0s2: type 0xa5, start 41929650, end = 71682029, size 29752380 : OK
start_init: trying /sbin/init
WARNING: driver rp should register devices with make_dev() (dev_t = "#rp/0x10000")

--ELM1059310213-252-0_
Content-Transfer-Encoding: 7bit
Content-Type: text/plain
Content-Disposition: attachment; filename=AMD-MP
Content-Description: 

#
# AMD-MP -- Generic kernel configuration file for FreeBSD/i386
#
# For more information on this file, please read the handbook section on
# Kernel Configuration Files:
#
#    http://www.FreeBSD.org/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 ./LINT configuration file. If you are
# in doubt as to the purpose or necessity of a line, check first in LINT.
#
# $FreeBSD: src/sys/i386/conf/AMD-MP,v 1.246.2.38 2002/01/25 17:41:40 murray Exp $

machine		i386
cpu		I686_CPU
ident		AMD-MP
maxusers	0

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

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 	SOFTUPDATES		#Enable FFS soft updates support
options 	UFS_DIRHASH		#Improve performance on big directories
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=5000		#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 extensions
options 	_KPOSIX_PRIORITY_SCHEDULING
options		ICMP_BANDLIM		#Rate limit bad replies
options 	KBD_INSTALL_CDEV	# install a CDEV entry in /dev

# To make an SMP kernel, the next two are needed
options 	SMP			# Symmetric MultiProcessor Kernel
options 	APIC_IO			# Symmetric (APIC) I/O

# To support HyperThreading, HTT is needed in addition to SMP and APIC_IO
#options 	HTT			# HyperThreading Technology

device		isa
device		pci
#device		agp

# 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

# ATA and ATAPI devices
device		ata0	at isa? port IO_WD1 irq 14
device		ata1	at isa? port IO_WD2 irq 15
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

# SCSI Controllers
device		ahc		# AHA2940 and onboard AIC7xxx devices
device		sym		# NCR/Symbios Logic (newer chipsets)
options		SYM_SETUP_LP_PROBE_MAP=0x40
				# Allow ncr to attach legacy NCR devices when 
				# both sym and ncr are configured

# 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 interfaced to the SCSI subsystem
device		asr		# DPT SmartRAID V, VI and Adaptec SCSI RAID

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

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? flags 0x100

# 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? disable flags 0x20 # Advanced Power Management

# Serial (COM) ports
device		sio0	at isa? port IO_COM1 flags 0x10 irq 4
device		sio1	at isa? port IO_COM2 irq 3
device		sio2	at isa? disable port IO_COM3 irq 5
device		sio3	at isa? disable port IO_COM4 irq 9

# Parallel port
device		ppc0	at isa? irq 7
device		ppbus		# Parallel port bus (required)
device		lpt		# Printer


# 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		fxp		# Intel EtherExpress PRO/100B (82557, 82558)
device		xl		# 3Com 3c90x (``Boomerang'', ``Cyclone'')
device		em

# Pseudo devices - the number indicates how many units to allocate.
pseudo-device	loop		# Network loopback
pseudo-device	ether		# Ethernet support
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

device smbus
device smb
device amdpm
device rp
device adv

#options PSM_DEBUG=1
#options 	KBD_MAXRETRY=4
#options 	KBD_MAXWAIT=6
#options 	KBD_RESETDELAY=2000
options 	INCLUDE_CONFIG_FILE     # Include this file in kernel

--ELM1059310213-252-0_
Content-Transfer-Encoding: 7bit
Content-Type: text/plain
Content-Disposition: attachment; filename=dmesg-smp.txt
Content-Description: 

Copyright (c) 1992-2003 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.8-RELEASE #0: Sat Jul 26 22:57:43 EDT 2003
    root@alfred.oau.org:/usr/obj/usr/src/sys/AMD-MP
Calibrating clock(s) ... TSC clock: 1533068501 Hz, i8254 clock: 1192934 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: AMD Athlon(tm) MP 1800+ (1533.40-MHz 686-class CPU)
  Origin = "AuthenticAMD"  Id = 0x662  Stepping = 2
  Features=0x383fbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE>
  AMD Features=0xc0480000<MP,AMIE,DSP,3DNow!>
Data TLB: 32 entries, fully associative
Instruction TLB: 16 entries, fully associative
L1 data cache: 64 kbytes, 64 bytes/line, 1 lines/tag, 2-way associative
L1 instruction cache: 64 kbytes, 64 bytes/line, 1 lines/tag, 2-way associative
L2 internal cache: 256 kbytes, 64 bytes/line, 1 lines/tag, 8-way associative
real memory  = 536870912 (524288K bytes)
Physical memory chunk(s):
0x00001000 - 0x0009dfff, 643072 bytes (157 pages)
0x003a3000 - 0x1fff7fff, 533024768 bytes (130133 pages)
avail memory = 518828032 (506668K bytes)
Programming 24 pins in IOAPIC #0
IOAPIC #0 intpin 2 -> irq 0
SMP: CPU0 apic_initialize():
     lint0: 0x00000700 lint1: 0x00010400 TPR: 0x00000000 SVR: 0x000001ff
FreeBSD/SMP: Multiprocessor motherboard
 cpu0 (BSP): apic id:  1, version: 0x00040010, at 0xfee00000
 cpu1 (AP):  apic id:  0, version: 0x00040010, at 0xfee00000
 io0 (APIC): apic id:  2, version: 0x00170011, at 0xfec00000
bios32: Found BIOS32 Service Directory header at 0xc00f7100
bios32: Entry = 0xfd650 (c00fd650)  Rev = 0  Len = 1
pcibios: PCI BIOS entry at 0x120
pnpbios: Found PnP BIOS data at 0xc00f7160
pnpbios: Entry = f0000:97be  Rev = 1.0
Other BIOS signatures found:
ACPI: 00000000
Pentium Pro MTRR support enabled
Creating DISK md0
md0: Malloc disk
Math emulator present
SMP: CPU0 bsp_apic_configure():
     lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
pci_open(1):	mode 1 addr port (0x0cf8) is 0x80004108
pci_open(1a):	mode1res=0x80000000 (0x80000000)
pci_cfgcheck:	device 0 [class=060000] [hdr=00] is there (id=700c1022)
Using $PIR table, 13 entries at 0xc00fdef0
npx0: <math processor> on motherboard
npx0: INT 16 interface
pcib0: <Host to PCI bridge> on motherboard
found->	vendor=0x1022, dev=0x700c, revid=0x11
	class=06-00-00, hdrtype=0x00, mfdev=0
	subordinatebus=0 	secondarybus=0
	map[10]: type 1, range 32, base a0000000, size 29
	map[14]: type 1, range 32, base 90400000, size 12
found->	vendor=0x1022, dev=0x700d, revid=0x00
	class=06-04-00, hdrtype=0x01, mfdev=0
	subordinatebus=1 	secondarybus=1
found->	vendor=0x1022, dev=0x7440, revid=0x04
	class=06-01-00, hdrtype=0x00, mfdev=1
	subordinatebus=0 	secondarybus=0
found->	vendor=0x1022, dev=0x7441, revid=0x04
	class=01-01-8a, hdrtype=0x00, mfdev=0
	subordinatebus=0 	secondarybus=0
	map[20]: type 1, range 32, base 0000f000, size  4
found->	vendor=0x1022, dev=0x7443, revid=0x03
	class=06-80-00, hdrtype=0x00, mfdev=0
	subordinatebus=0 	secondarybus=0
found->	vendor=0x1044, dev=0xa500, revid=0x01
	class=06-04-00, hdrtype=0x01, mfdev=1
	subordinatebus=2 	secondarybus=2
IOAPIC #0 intpin 16 -> irq 2
Freeing (NOT implemented) redirected PCI irq 11.
found->	vendor=0x1044, dev=0xa501, revid=0x01
	class=0e-00-01, hdrtype=0x00, mfdev=1
	subordinatebus=0 	secondarybus=0
	intpin=a, irq=2
	map[10]: type 1, range 32, base c0000000, size 28
found->	vendor=0x1022, dev=0x7448, revid=0x04
	class=06-04-00, hdrtype=0x01, mfdev=0
	subordinatebus=3 	secondarybus=3
pci0: <PCI bus> on pcib0
pcib1: <PCI to PCI bridge (vendor=1022 device=700d)> at device 1.0 on pci0
IOAPIC #0 intpin 18 -> irq 3
Freeing (NOT implemented) redirected PCI irq 10.
found->	vendor=0x1002, dev=0x514c, revid=0x00
	class=03-00-00, hdrtype=0x00, mfdev=0
	subordinatebus=0 	secondarybus=0
	intpin=a, irq=3
	map[10]: type 1, range 32, base d0000000, size 28
	map[14]: type 1, range 32, base 00002000, size  8
	map[18]: type 1, range 32, base 90000000, size 16
pci1: <PCI bus> on pcib1
pci1: <ATI model 514c graphics accelerator> (vendor=0x1002, dev=0x514c) at 5.0 irq 3
isab0: <PCI to ISA bridge (vendor=1022 device=7440)> at device 7.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <AMD 768 ATA100 controller> port 0xf000-0xf00f at device 7.1 on pci0
ata0: iobase=0x01f0 altiobase=0x03f6 bmaddr=0xf000
ata0: mask=03 ostat0=50 ostat2=00
ata0-master: ATAPI 14 eb
ata0-slave: ATAPI 7f 7f
ata0: mask=03 stat0=10 stat1=00
ata0: devices=04
ata0: at 0x1f0 irq 14 on atapci0
ata1: iobase=0x0170 altiobase=0x0376 bmaddr=0xf008
ata1: mask=03 ostat0=20 ostat2=30
ata1-master: ATAPI 20 20
ata1-slave: ATAPI 30 30
ata1: mask=03 stat0=20 stat1=30
ata1-master: ATA 25 25
ata1-slave: ATA 25 25
ata1: devices=00
ata1: at 0x170 irq 15 on atapci0
chip1: <PCI to Other bridge (vendor=1022 device=7443)> at device 7.3 on pci0
pcib2: <PCI to PCI bridge (vendor=1044 device=a500)> at device 8.0 on pci0
pci2: <PCI bus> on pcib2
asr0: <Adaptec Caching SCSI RAID> mem 0xc0000000-0xcfffffff irq 2 at device 8.1 on pci0
asr0: major=154
Freeing (NOT implemented) redirected PCI irq 11.
asr0: ADAPTEC 3210S FW Rev. 3607, 2 channel, 256 CCBs, Protocol I2O
pcib3: <PCI to PCI bridge (vendor=1022 device=7448)> at device 16.0 on pci0
IOAPIC #0 intpin 17 -> irq 5
Freeing (NOT implemented) redirected PCI irq 3.
found->	vendor=0x10cd, dev=0x1200, revid=0x00
	class=01-00-00, hdrtype=0x00, mfdev=0
	subordinatebus=0 	secondarybus=0
	intpin=a, irq=5
	map[10]: type 1, range 32, base 00003080, size  6
Freeing (NOT implemented) redirected PCI irq 10.
found->	vendor=0x11fe, dev=0x0005, revid=0x04
	class=07-80-00, hdrtype=0x00, mfdev=0
	subordinatebus=0 	secondarybus=0
	intpin=a, irq=3
	map[10]: type 1, range 32, base 000030c0, size  6
IOAPIC #0 intpin 19 -> irq 10
Freeing (NOT implemented) redirected PCI irq 5.
found->	vendor=0x10b7, dev=0x9200, revid=0x78
	class=02-00-00, hdrtype=0x00, mfdev=0
	subordinatebus=0 	secondarybus=0
	intpin=a, irq=10
	map[10]: type 1, range 32, base 00003000, size  7
	map[14]: type 1, range 32, base 90101000, size  7
pci3: <PCI bus> on pcib3
adv0: <AdvanSys ASC1200B SCSI controller> port 0x3080-0x30bf irq 5 at device 5.0 on pci3
adv0: AdvanSys SCSI Host Adapter, SCSI ID 7, queue depth 20
rp0: <rp> port 0x30c0-0x30ff irq 3 at device 6.0 on pci3
RocketPort0 = 8 ports
rp0: driver is using old-style compatibility shims
xl0: <3Com 3c905C-TX Fast Etherlink XL> port 0x3000-0x307f mem 0x90101000-0x9010107f irq 10 at device 8.0 on pci3
xl0: reset didn't complete
xl0: Ethernet address: 00:e0:81:20:3b:c8
xl0: media options word: a
xl0: found MII/AUTO
miibus0: <MII bus> on xl0
ukphy0: <Generic IEEE 802.3u media interface> on miibus0
ukphy0: OUI 0x00105a, model 0x0000, rev. 0
ukphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
bpf: xl0 attached
ata-: ata0 exists, using next available unit number
ata-: ata1 exists, using next available unit number
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
isa_probe_children: disabling PnP devices
isa_probe_children: probing non-PnP devices
orm0: <Option ROMs> at iomem 0xc0000-0xccfff,0xcd000-0xcd7ff,0xcd800-0xd37ff on isa0
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
ata2 failed to probe at port 0x1f0 irq 14 on isa0
ata3 failed to probe at port 0x170 irq 15 on isa0
atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0
atkbd0: <AT Keyboard> flags 0x1 irq 1 on atkbdc0
atkbd: the current kbd controller command byte 0047
atkbd: keyboard ID 0x41ab (2)
kbd0 at atkbd0
kbd0: atkbd0, AT 101/102 (2), config:0x1, flags:0x3d0000
psm0: current command byte:0047
psm0: <PS/2 Mouse> flags 0x1100 irq 12 on atkbdc0
psm0: model IntelliMouse Explorer, device ID 4-00, 5 buttons
psm0: config:00001100, flags:00000000, packet size:4
psm0: syncmask:00, syncbits:00
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
fb0: vga0, vga, type:VGA (5), flags:0x7007f
fb0: port:0x3c0-0x3df, crtc:0x3d4, mem:0xa0000 0x20000
fb0: init mode:24, bios mode:3, current mode:24
fb0: window:0xc00b8000 size:32k gran:32k, buf:0 size:32k
VGA parameters upon power-up
50 18 10 00 00 00 03 00 02 67 5f 4f 50 82 55 81 
bf 1f 00 4f 0d 0e 00 00 01 40 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> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
sc0: fb0, kbd0, terminal emulator: sc (syscons terminal)
sio0: irq maps: 0x4041 0x4051 0x4041 0x4041
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 16550A
sio1: configured irq 3 not in bitmap of probed irqs 0
sio1: irq maps: 0x4041 0x4041 0x4041 0x4041
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)
ppc0: parallel port found at 0x378
ppc0: using extended I/O port range
ppc0: SPP
ppc0: <Parallel port> at port 0x378-0x37f irq 7 on isa0
ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode
ppbus0: IEEE1284 device found /NIBBLE/NIBBLE_ID/Extensibility Link
Probing for PnP devices on ppbus0:
ppbus0: <Hewlett-Packard LaserJet 4L> HP ENHANCED PCL5,PJL
lpt0: <Printer> on ppbus0
lpt0: Interrupt-driven port
isa_probe_children: probing PnP devices
SMP: enabled INTs: 1, 2, 4, 5, 6, 7, 10, 12, 14, 15, apic_imen: 0x00ff2b09
BIOS Geometries:
 0:03fffe3f 0..1023=1024 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
bpf: lo0 attached
ata0-master: piomode=4 dmamode=2 udmamode=2 dmaflag=1
ata0-master: success setting PIO4 on generic chip
SMP: AP CPU #1 Launched!
SMP: CPU1 apic_initialize():
     lint0: 0x00010700 lint1: 0x00010400 TPR: 0x00000010 SVR: 0x000001ff
acd0: <ATAPI-CD ROM-DRIVE-52MAX/VER 52CE> CDROM drive at ata0 as master
acd0:  128KB buffer, PIO4
acd0: Reads: CD-R, CD-RW, CD-DA stream, packet
acd0: Writes:
acd0: Audio: play, 255 volume levels
acd0: Mechanism: ejectable tray, unlocked
acd0: Medium: no/blank disc
Waiting 5 seconds for SCSI devices to settle
Creating DISK da0
pass0 at asr0 bus 0 target 0 lun 0
pass0: <SEAGATE ST336706LW 010A> Fixed Direct Access SCSI-3 device 
pass0: Serial Number 3FD0ZE2H00007250G9F6
pass0: Tagged Queueing Enabled
da0 at asr0 bus 0 target 0 lun 0
da0: <SEAGATE ST336706LW 010A> Fixed Direct Access SCSI-3 device 
da0: Serial Number 3FD0ZE2H00007250G9F6
da0: Tagged Queueing Enabled
da0: 35003MB (71687353 512 byte sectors: 255H 63S/T 4462C)
Mounting root from ufs:da0s1a
da0s1: type 0xa5, start 63, end = 41929649, size 41929587 : OK
da0s2: type 0xa5, start 41929650, end = 71682029, size 29752380 : OK
start_init: trying /sbin/init
WARNING: driver rp should register devices with make_dev() (dev_t = "#rp/0x10000")

--ELM1059310213-252-0_--



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