Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Dec 1999 12:40:03 -0800 (PST)
From:      Marcin Cieslak <saper@system.pl>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: kern/15355
Message-ID:  <199912082040.MAA73655@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/15355; it has been noted by GNATS.

From: Marcin Cieslak <saper@system.pl>
To: "Justin T. Gibbs" <gibbs@FreeBSD.ORG>
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: kern/15355
Date: Wed, 8 Dec 1999 20:34:10 +0100 (MET)

 On Wed, 8 Dec 1999, Justin T. Gibbs wrote:
 
 > Can you verify that you have:
 
 No, I had not.
 
 > 
 > $FreeBSD: src/sys/pci/ahc_pci.c,v 1.22 1999/12/06 18:29:03 gibbs Exp $
 
 I have upgraded, but the problem still persits.
 Strangely, when I boot with serial console, things are okay!!!!
 
 So I have increased the console buffer and tried to spot differences
 between kernel outputs with my eye, and I noticed one difference
 in ahc1 termination.
 
 I enclose the shar'ed files below.
 
 -- 
                  << Marcin Cieslak // saper@system.pl >>
 
 -----------------------------------------------------------------
 SYSTEM Internet Provider                     http://www.system.pl
 
 # This is a shell archive.  Save it in a file, remove anything before
 # this line, and then unpack it by entering "sh file".  Note, it may
 # create directories; files and directories will be owned by you and
 # have default permissions.
 #
 # This archive contains:
 #
 #	ahc_debug
 #	ahc_debug/Barbera
 #	ahc_debug/boot-v
 #	ahc_debug/boot-hv
 #	ahc_debug/diff
 #	ahc_debug/README
 #
 echo c - ahc_debug
 mkdir -p ahc_debug > /dev/null 2>&1
 echo x - ahc_debug/Barbera
 sed 's/^X//' >ahc_debug/Barbera << 'END-of-ahc_debug/Barbera'
 X#
 X# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
 X#
 X# For more information on this file, please read the handbook section on
 X# Kernel Configuration Files:
 X#
 X#    http://www.freebsd.org/handbook/kernelconfig-config.html
 X#
 X# The handbook is also available locally in /usr/share/doc/handbook
 X# if you've installed the doc distribution, otherwise always see the
 X# FreeBSD World Wide Web server (http://www.FreeBSD.ORG/) for the
 X# latest information.
 X#
 X# An exhaustive list of options and more detailed explanations of the
 X# device lines is also present in the ./LINT configuration file. If you are
 X# in doubt as to the purpose or necessity of a line, check first in LINT.
 X#
 X# $FreeBSD: src/sys/i386/conf/GENERIC,v 1.208 1999/12/03 00:16:20 msmith Exp $
 X
 Xmachine		i386
 X#cpu		I386_CPU
 X#cpu		I486_CPU
 Xcpu		I586_CPU
 Xcpu		I686_CPU
 Xident		Barbera
 Xmaxusers	100
 X
 X#makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
 X
 Xoptions 	MATH_EMULATE		#Support for x87 emulation
 Xoptions 	INET			#InterNETworking
 Xoptions 	FFS			#Berkeley Fast Filesystem
 Xoptions 	FFS_ROOT		#FFS usable as root device [keep this!]
 Xoptions 	MD_ROOT			#MD is a potential root device
 Xoptions 	MFS			#Memory Filesystem
 Xoptions 	NFS			#Network Filesystem
 Xoptions 	NFS_ROOT		#NFS usable as root device, "NFS" req'ed
 Xoptions 	MSDOSFS			#MSDOS Filesystem
 Xoptions 	CD9660			#ISO 9660 Filesystem
 Xoptions 	CD9660_ROOT		#CD-ROM usable as root. "CD9660" req'ed
 Xoptions 	PROCFS			#Process filesystem
 Xoptions 	COMPAT_43		#Compatible with BSD 4.3 [KEEP THIS!]
 Xoptions 	SCSI_DELAY=30000	#Be pessimistic about Joe SCSI device
 Xoptions 	UCONSOLE		#Allow users to grab the console
 Xoptions 	USERCONFIG		#boot -c editor
 Xoptions 	VISUAL_USERCONFIG	#visual boot -c editor
 Xoptions 	KTRACE			#ktrace(1) syscall trace support
 Xoptions 	SYSVSHM			#SYSV-style shared memory
 Xoptions 	SYSVMSG			#SYSV-style message queues
 Xoptions 	SYSVSEM			#SYSV-style semaphores
 X
 X# To make an SMP kernel, the next two are needed
 X#options 	SMP			# Symmetric MultiProcessor Kernel
 X#options 	APIC_IO			# Symmetric (APIC) I/O
 X# Optionally these may need tweaked, (defaults shown):
 X#options 	NCPU=2			# number of CPUs
 X#options 	NBUS=4			# number of busses
 X#options 	NAPIC=1			# number of IO APICs
 X#options 	NINTR=24		# number of INTs
 X
 Xcontroller	isa0
 Xcontroller	pnp0			# PnP support for ISA
 Xcontroller	eisa0
 Xcontroller	pci0
 X
 X# Floppy drives
 Xcontroller	fdc0	at isa? port IO_FD1 irq 6 drq 2
 Xdevice		fd0	at fdc0 drive 0
 Xdevice		fd1	at fdc0 drive 1
 X
 X# IDE controller and disks
 Xcontroller	wdc0	at isa? port IO_WD1 irq 14 disable
 Xdevice		wd0	at wdc0 drive 0
 X#device		wd1	at wdc0 drive 1
 X
 Xcontroller	wdc1	at isa? port IO_WD2 irq 15 disable
 X#device		wd2	at wdc1 drive 0
 X#device		wd3	at wdc1 drive 1
 X
 X# ATAPI devices on wdc?
 Xdevice		wcd0		#IDE CD-ROM
 X#device		wfd0		#IDE Floppy (e.g. LS-120)
 X#device		wst0		#IDE Tape (e.g. Travan)
 X
 X# The 'ATA' driver supports all ATA and ATAPI devices.
 X# It can reuse the majors of wd.c for booting purposes.
 X# You only need one "controller ata0" for it to find all
 X# PCI ATA/ATAPI devices on modern machines.
 Xcontroller	ata0
 X#device		atadisk0	# ATA disk drives
 X#device		atapicd0	# ATAPI CDROM drives
 X#device		atapifd0	# ATAPI floppy drives
 X#device		atapist0	# ATAPI tape drives
 X#options 	ATA_STATIC_ID		#Static dev number like old `wd' driver
 X#options 	ATA_ENABLE_ATAPI_DMA	#Enable DMA on ATAPI devices
 X
 X# SCSI Controllers
 X# A single entry for any of these controllers (ahb, ahc, amd, ncr, etc...) is
 X# sufficient for any number of installed devices.
 X#controller	ahb0		# EISA AHA1742 family
 Xcontroller	ahc0		# AHA2940 and onboard AIC7xxx devices
 X#controller	amd0		# AMD 53C974 (Teckram DC-390(T))
 X#controller	dpt0		# DPT Smartcache - See LINT for options!
 X#controller	isp0		# Qlogic family
 X#controller	ncr0		# NCR/Symbios Logic
 X#controller	sym0		# NCR/Symbios Logic (do not mix with ncr, it conflicts)
 X
 X#controller	adv0	at isa? port ? irq ?
 X#controller	adw0
 X#controller	bt0	at isa? port ? irq ?
 X#controller	aha0	at isa? port ? irq ?
 X
 X# SCSI peripherals
 X# Only one of each of these is needed, they are dynamically allocated.
 X#controller	scbus0		# SCSI bus (required)
 X#device		da0		# Direct Access (disks)
 Xdevice		sa0		# Sequential Access (tape etc)
 Xdevice		cd0		# CD
 Xdevice		pass0		# Passthrough device (direct SCSI access)
 X
 Xcontroller	scbus0		at ahc0 bus 0
 Xdevice		da0		at scbus0 target 0
 Xdevice		da1		at scbus0 target 1
 Xdevice		da2		at scbus0 target 2
 Xdevice		da3		at scbus0 target 3
 X
 X#options		CAM_MAX_HIGHPOWER=5
 X
 X# RAID controllers
 X#device		amr0		# AMI MegaRAID
 Xdevice		mlx0		# Mylex DAC960 family
 X
 X# Proprietary or custom CD-ROM Interfaces
 X#device		wt0	at isa? port 0x300 irq 5 drq 1
 X#device		mcd0	at isa? port 0x300 irq 10
 X#device		matcd0	at isa? port 0x230
 X#device		scd0	at isa? port 0x230
 X
 X# atkbdc0 controls both the keyboard and the PS/2 mouse
 Xcontroller	atkbdc0	at isa? port IO_KBD
 Xdevice		atkbd0	at atkbdc? irq 1
 Xdevice		psm0	at atkbdc? irq 12
 X
 Xdevice		vga0	at isa? port ? conflicts
 X
 X# splash screen/screen saver
 Xpseudo-device	splash
 X
 X# syscons is the default console driver, resembling an SCO console
 Xdevice		sc0	at isa?
 X
 X# Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver
 X#device		vt0	at isa?
 X#options 	XSERVER			# support for X server
 X#options 	FAT_CURSOR		# start with block cursor
 X# If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines
 X#options 	PCVT_SCANSET=2		# IBM keyboards are non-std
 X
 X# Floating point support - do not disable.
 Xdevice		npx0	at nexus? port IO_NPX irq 13
 X
 X# Power management support (see LINT for more options)
 Xdevice		apm0    at nexus? flags 0x20 # Advanced Power Management
 X
 X# PCCARD (PCMCIA) support
 X#controller	card0
 X#device		pcic0	at isa?
 X#device		pcic1	at isa?
 X
 X# Serial (COM) ports
 Xdevice		sio0	at isa? port IO_COM1 flags 0x10 irq 4
 Xoptions		CONSPEED=9600
 Xdevice		sio1	at isa? port IO_COM2 irq 3
 Xdevice		sio2	at isa? disable port IO_COM3 irq 5
 Xdevice		sio3	at isa? disable port IO_COM4 irq 9
 X
 X# Parallel port
 Xdevice		ppc0	at isa? port? flags 0x40 irq 7
 Xcontroller	ppbus0		# Parallel port bus (required)
 Xdevice		lpt0		# Printer
 Xdevice		plip0		# TCP/IP over parallel
 Xdevice		ppi0		# Parallel port interface device
 X#controller	vpo0		# Requires scbus and da0
 X
 X
 X# PCI Ethernet NICs.
 X#device		ax0		# ASIX AX88140A
 X#device		de0		# DEC/Intel DC21x4x (``Tulip'')
 Xdevice		fxp0		# Intel EtherExpress PRO/100B (82557, 82558)
 X#device		pn0		# Lite-On 82c168/82c169 (``PNIC'')
 X#device		tx0		# SMC 9432TX (83c170 ``EPIC'')
 X#device		vx0		# 3Com 3c590, 3c595 (``Vortex'')
 X
 X# PCI Ethernet NICs that use the common MII bus controller code.
 Xcontroller	miibus0		# MII bus support
 X#device		al0		# ADMtek AL981/AN985 (``Comet''/``Centaur'')
 X#device		dm0		# Davicom DM9100/DM9102
 X#device		mx0		# Macronix 98713/98715/98725 (``PMAC'')
 Xdevice		rl0		# RealTek 8129/8139
 Xdevice		sf0		# Adaptec AIC-6915 (``Starfire'')
 Xdevice		sis0		# Silicon Integrated Systems SiS 900/SiS 7016
 Xdevice		ste0		# Sundance ST201 (D-Link DFE-550TX)
 Xdevice		tl0		# Texas Instruments ThunderLAN
 Xdevice		vr0		# VIA Rhine, Rhine II
 Xdevice		wb0		# Winbond W89C840F
 Xdevice		xl0		# 3Com 3c90x (``Boomerang'', ``Cyclone'')
 X
 X# ISA Ethernet NICs.
 X#device		ed0	at isa? port 0x280 irq 10 iomem 0xd8000
 X#device		ex0	at isa? port? irq?
 X#device		ep0
 X# The probe order of these is presently determined by i386/isa/isa_compat.c.
 X#device		ie0	at isa? port 0x300 irq 10 iomem 0xd0000
 X#device		fe0	at isa? port 0x300 irq ?
 X#device		le0	at isa? port 0x300 irq 5 iomem 0xd0000
 X#device		lnc0	at isa? port 0x280 irq 10 drq 0
 X#device		cs0	at isa? port 0x300 irq ?
 X# requires PCCARD (PCMCIA) support to be activated
 X#device		xe0	at isa? port? irq ?
 X
 X# PCCARD NIC drivers.
 X# ze and zp take over the pcic and cannot coexist with generic pccard
 X# support, nor the ed and ep drivers they replace.
 X#device		ze0	at isa? port 0x300 irq 10 iomem 0xd8000	
 X#device		zp0	at isa? port 0x300 irq 10 iomem 0xd8000
 X
 X# Pseudo devices - the number indicates how many units to allocated.
 Xpseudo-device	loop		# Network loopback
 Xpseudo-device	ether		# Ethernet support
 Xpseudo-device	sl	1	# Kernel SLIP
 Xpseudo-device	ppp	1	# Kernel PPP
 Xpseudo-device	tun		# Packet tunnel.
 Xpseudo-device	pty		# Pseudo-ttys (telnet etc)
 Xpseudo-device	md		# Memory "disks"
 X
 X# The `bpf' pseudo-device enables the Berkeley Packet Filter.
 X# Be aware of the administrative consequences of enabling this!
 Xpseudo-device	bpf		#Berkeley packet filter
 X
 X# USB support
 Xcontroller	uhci0		# UHCI PCI->USB interface
 Xcontroller	ohci0		# OHCI PCI->USB interface
 Xcontroller	usb0		# USB Bus (required)
 Xdevice		ugen0		# Generic
 Xdevice		uhid0		# "Human Interface Devices"
 Xdevice		ukbd0		# Keyboard
 Xdevice		ulpt0		# Printer
 Xcontroller	umass0		# Disks/Mass storage - Requires scbus and da0
 Xdevice		ums0		# Mouse
 END-of-ahc_debug/Barbera
 echo x - ahc_debug/boot-v
 sed 's/^X//' >ahc_debug/boot-v << 'END-of-ahc_debug/boot-v'
 X\|/-\|/-\|/-\|/-\|/-\|Console: serial port
 XBIOS drive A: is disk0
 XBIOS drive C: is disk1
 XBIOS drive D: is disk2
 XBIOS drive E: is disk3
 XBIOS drive F: is disk4
 X
 XFreeBSD/i386 bootstrap loader, Revision 0.7  638/15360kB
 X(toor@barbera.system.pl, Sat Dec  4 00:57:45 CET 1999)
 X|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-Loading /boot/defaults/loader.conf 
 X\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|//kernel text=0x190ceb -\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-data=0x238e4+0x1 b894 \|/-\|/-\|/-\|/-\|/syms=[0x4+0x27e40-\|/-\|/-\|/-\|/-\|/+0x4+0x29c3d-\|/-\|/-\|/-\|/-\|/-]
 X
 XHit [Enter] to boot immediately, or any other key for command prompt.
 XBooting [kernel] in 9 seconds... 
 X
 XType '?' for a list of commands, 'help' for more detailed help.
 Xok boot -g hv
 X\|/-\|/SMAP type=01 base=00000000 00000000 len=00000000 0009f800
 XSMAP type=02 base=00000000 0009f800 len=00000000 00000800
 XSMAP type=02 base=00000000 000e8000 len=00000000 00018000
 XSMAP type=01 base=00000000 00100000 len=00000000 07ef0000
 XSMAP type=03 base=00000000 07ff0000 len=00000000 0000f000
 XSMAP type=04 base=00000000 07fff000 len=00000000 00001000
 XSMAP type=02 base=00000000 fec00000 len=00000000 00010000
 XSMAP type=02 base=00000000 fee00000 len=00000000 00001000
 XSMAP type=02 base=00000000 fff80000 len=00000000 00080000
 XCopyright (c) 1992-1999 The FreeBSD Project.
 XCopyright (c) 1982, 1986, 1989, 1991, 1993
 X	The Regents of the University of California. All rights reserved.
 XFreeBSD 4.0-CURRENT #7: Wed Dec  8 20:05:23 CET 1999
 X    toor@barbera.system.pl:/usr/src/sys/compile/Barbera
 XCalibrating clock(s) ... TSC clock: 497426822 Hz, i8254 clock: 1193166 Hz
 XCLK_USE_I8254_CALIBRATION not specified - using default frequency
 XTimecounter "i8254"  frequency 1193182 Hz
 XCLK_USE_TSC_CALIBRATION not specified - using old calibration method
 XCPU: Pentium III/Xeon (497.44-MHz 686-class CPU)
 X  Origin = "GenuineIntel"  Id = 0x673  Stepping = 3
 X  Features=0x387fbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,PN,MMX,FXSR,XMM>
 Xreal memory  = 134152192 (131008K bytes)
 XPhysical memory chunk(s):
 X0x00001000 - 0x0009efff, 647168 bytes (158 pages)
 X0x0033d000 - 0x07fedfff, 130748416 bytes (31921 pages)
 Xavail memory = 126730240 (123760K bytes)
 Xbios32: Found BIOS32 Service Directory header at 0xc00f6cc0
 Xbios32: Entry = 0xfd7e3 (c00fd7e3)  Rev = 0  Len = 1
 Xpcibios: PCI BIOS entry at 0x430
 Xpnpbios: Found PnP BIOS data at 0xc00f6cf0
 Xpnpbios: Entry = f0000:a86d  Rev = 1.0
 XOther BIOS signatures found:
 XACPI: 000f6b50
 XPreloaded elf kernel "kernel" at 0xc0324000.
 XPentium Pro MTRR support enabled
 Xmd0: Malloc disk
 XCreating DISK md0
 XMath emulator present
 Xpci_open(1):	mode 1 addr port (0x0cf8) is 0x80000058
 Xpci_open(1a):	mode1res=0x80000000 (0x80000000)
 Xpci_cfgcheck:	device 0 [class=060000] [hdr=00] is there (id=71a08086)
 Xdevclass_alloc_unit: pcib0 already exists, using next available unit number
 Xnpx0: <math processor> on motherboard
 Xnpx0: INT 16 interface
 Xpci_open(1):	mode 1 addr port (0x0cf8) is 0x00000000
 Xpci_open(1a):	mode1res=0x80000000 (0x80000000)
 Xpci_cfgcheck:	device 0 [class=060000] [hdr=00] is there (id=71a08086)
 Xpcib0: <Intel 82443GX host to PCI bridge> on motherboard
 Xfound->	vendor=0x8086, dev=0x71a0, revid=0x00
 X	class=06-00-00, hdrtype=0x00, mfdev=0
 X	subordinatebus=0 	secondarybus=0
 X	map[10]: type 1, range 32, base f8000000, size 26
 Xfound->	vendor=0x8086, dev=0x71a1, revid=0x00
 X	class=06-04-00, hdrtype=0x01, mfdev=0
 X	subordinatebus=3 	secondarybus=1
 Xfound->	vendor=0x9005, dev=0x005f, revid=0x00
 X	class=01-00-00, hdrtype=0x00, mfdev=1
 X	subordinatebus=0 	secondarybus=0
 X	intpin=a, irq=11
 X	map[10]: type 1, range 32, base 00001400, size  8
 X	map[14]: type 1, range 64, base f4100000, size 12
 Xfound->	vendor=0x9005, dev=0x005f, revid=0x00
 X	class=01-00-00, hdrtype=0x00, mfdev=1
 X	subordinatebus=0 	secondarybus=0
 X	intpin=a, irq=11
 X	map[10]: type 1, range 32, base 00001800, size  8
 X	map[14]: type 1, range 64, base f4101000, size 12
 Xfound->	vendor=0x8086, dev=0x1229, revid=0x08
 X	class=02-00-00, hdrtype=0x00, mfdev=0
 X	subordinatebus=0 	secondarybus=0
 X	intpin=a, irq=10
 X	map[10]: type 1, range 32, base f4102000, size 12
 X	map[14]: type 1, range 32, base 00001080, size  6
 X	map[18]: type 1, range 32, base f4000000, size 20
 Xfound->	vendor=0x8086, dev=0x7110, revid=0x02
 X	class=06-01-00, hdrtype=0x00, mfdev=1
 X	subordinatebus=0 	secondarybus=0
 Xfound->	vendor=0x8086, dev=0x7111, revid=0x01
 X	class=01-01-80, hdrtype=0x00, mfdev=0
 X	subordinatebus=0 	secondarybus=0
 X	map[20]: type 1, range 32, base 00001050, size  4
 Xfound->	vendor=0x8086, dev=0x7112, revid=0x01
 X	class=0c-03-00, hdrtype=0x00, mfdev=0
 X	subordinatebus=0 	secondarybus=0
 X	intpin=d, irq=10
 X	map[20]: type 1, range 32, base 00001060, size  5
 Xfound->	vendor=0x8086, dev=0x7113, revid=0x02
 X	class=06-80-00, hdrtype=0x00, mfdev=0
 X	subordinatebus=0 	secondarybus=0
 X	map[90]: type 1, range 32, base 00001040, size  4
 Xfound->	vendor=0x1013, dev=0x00bc, revid=0x23
 X	class=03-00-00, hdrtype=0x00, mfdev=0
 X	subordinatebus=0 	secondarybus=0
 X	map[10]: type 1, range 32, base f6000000, size 25
 X	map[14]: type 1, range 32, base f4103000, size 12
 Xpci0: <PCI bus> on pcib0
 Xpcib2: <Intel 82443GX (440 GX) PCI-PCI (AGP) bridge> at device 1.0 on pci0
 Xfound->	vendor=0x1011, dev=0x0023, revid=0x06
 X	class=06-04-00, hdrtype=0x01, mfdev=0
 X	subordinatebus=3 	secondarybus=2
 Xpci1: <PCI bus> on pcib2
 Xpcib3: <PCI to PCI bridge (vendor=1011 device=0023)> at device 15.0 on pci1
 Xfound->	vendor=0x104c, dev=0xac21, revid=0x01
 X	class=06-04-00, hdrtype=0x01, mfdev=0
 X	subordinatebus=3 	secondarybus=3
 Xpci2: <PCI bus> on pcib3
 Xpcib4: <PCI to PCI bridge (vendor=104c device=ac21)> at device 4.0 on pci2
 Xpci3: <PCI bus> on pcib4
 Xahc0: <Adaptec aic7896/97 Ultra2 SCSI adapter> irq 11 at device 12.0 on pci0
 Xahc0: Reading SEEPROM...done.
 Xahc0: BIOS eeprom not present
 Xahc0: Primary Low Byte termination Enabled
 Xahc0: Primary High Byte termination Enabled
 Xahc0: aic7896/97 Wide Channel A, SCSI Id=7, 16/255 SCBs
 Xahc0: Downloading Sequencer Program... 399 instructions downloaded
 Xahc1: <Adaptec aic7896/97 Ultra2 SCSI adapter> irq 11 at device 12.1 on pci0
 Xahc1: Reading SEEPROM...done.
 Xahc1: BIOS eeprom not present
 Xahc1: Primary Low Byte termination Enabled
 Xahc1: Primary High Byte termination Enabled
 Xahc1: aic7896/97 Wide Channel B, SCSI Id=7, 16/255 SCBs
 Xahc1: Downloading Sequencer Program... 399 instructions downloaded
 X	using shared irq11.
 Xfxp0: <Intel EtherExpress Pro 10/100B Ethernet> irq 10 at device 14.0 on pci0
 Xfxp0: Ethernet address 00:90:27:8d:4c:79
 Xbpf: fxp0 attached
 Xisab0: <Intel 82371AB PCI to ISA bridge> at device 18.0 on pci0
 Xisa0: <ISA bus> on isab0
 Xata-pci0: <Intel PIIX4 ATA controller> at device 18.1 on pci0
 Xata-pci0: Busmastering DMA supported
 Xata0: iobase=0x01f0 altiobase=0x03f6
 Xata0: mask=03 status0=50 status1=00
 Xata0: mask=03 status0=10 status1=00
 Xata0: devices = 0x4
 Xata0 at 0x01f0 irq 14 on ata-pci0
 Xata1: iobase=0x0170 altiobase=0x0376
 Xata1: mask=03 status0=3f status1=3f
 Xata1: mask=03 status0=3f status1=3f
 Xata1: devices = 0x0
 Xuhci0: <Intel 82371AB/EB (PIIX4) USB controller> irq 10 at device 18.2 on pci0
 X	using shared irq10.
 Xusb0: <Intel 82371AB/EB (PIIX4) USB controller> on uhci0
 Xusb0: USB revision 1.0
 Xuhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
 Xuhub0: 2 ports with 2 removable, self powered
 Xchip1: <Intel 82371AB Power management controller> at device 18.3 on pci0
 Xvga-pci0: <Cirrus Logic model 00bc VGA-compatible display device> at device 20.0 on pci0
 Xpci_open(1):	mode 1 addr port (0x0cf8) is 0x00000000
 Xpci_open(1a):	mode1res=0x80000000 (0x80000000)
 Xpci_cfgcheck:	device 0 [class=060000] [hdr=00] is there (id=71a08086)
 Xdevclass_alloc_unit: pci1 already exists, using next available unit number
 Xpcib1: <Intel 82443GX host to AGP bridge> on motherboard
 Xpci4: <PCI bus> on pcib1
 XTrying Read_Port at 203
 XTrying Read_Port at 243
 XTrying Read_Port at 283
 XTrying Read_Port at 2c3
 XTrying Read_Port at 303
 XTrying Read_Port at 343
 XTrying Read_Port at 383
 XTrying Read_Port at 3c3
 Xisa_probe_children: disabling PnP devices
 Xisa_probe_children: probing non-PnP devices
 Xfdc0: <NEC 72065B or clone> at port 0x3f0-0x3f7 irq 6 drq 2 on isa0
 Xfdc0: FIFO enabled, 8 bytes threshold
 Xfd0: <1440-KB 3.5" drive> on fdc0 drive 0
 Xwdc0: not probed (disabled)
 Xwdc1: not probed (disabled)
 Xatkbdc0: <keyboard controller (i8042)> at port 0x60-0x6f on isa0
 Xatkbd0: <AT Keyboard> irq 1 on atkbdc0
 Xatkbd: the current kbd controller command byte 0047
 Xatkbd: keyboard ID 0x41ab (2)
 Xkbdc: RESET_KBD return code:00fa
 Xkbdc: RESET_KBD status:00aa
 Xkbd0: atkbd0, AT 101/102 (2), config:0x0, flags:0x1d0000
 Xpsm0: current command byte:0047
 Xkbdc: TEST_AUX_PORT status:0000
 Xkbdc: RESET_AUX return code:00fe
 Xkbdc: RESET_AUX return code:00fe
 Xkbdc: RESET_AUX return code:00fe
 Xkbdc: DIAGNOSE status:0055
 Xkbdc: TEST_KBD_PORT status:0000
 Xpsm0: failed to reset the aux device.
 Xvga0: <Generic ISA VGA> at port 0x3b0-0x3df iomem 0xa0000-0xbffff on isa0
 Xfb0: vga0, vga, type:VGA (5), flags:0x7007f
 Xfb0: port:0x3b0-0x3df, crtc:0x3d4, mem:0xa0000 0x20000
 Xfb0: init mode:24, bios mode:3, current mode:24
 Xfb0: window:0xc00b8000 size:32k gran:32k, buf:0 size:32k
 XVGA parameters upon power-up
 X50 18 10 00 00 00 03 00 02 67 5f 4f 50 82 55 81 
 Xbf 1f 00 4f 0d 0e 00 00 01 40 9c 8e 8f 28 1f 96 
 Xb9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 
 X3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff 
 XVGA parameters in BIOS for mode 24
 X50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 55 81 
 Xbf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96 
 Xb9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 
 X3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff 
 XEGA/VGA parameters to be used for mode 24
 X50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 55 81 
 Xbf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96 
 Xb9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 
 X3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff 
 Xsc0: <System console> on isa0
 Xsc0: VGA <16 virtual consoles, flags=0x0>
 Xsc0: fb0 kbd0
 Xsio0: irq maps: 0x841 0x851 0x841 0x841
 Xsio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
 Xsio0: type 16550A, console
 Xsio1: configured irq 3 not in bitmap of probed irqs 0
 Xsio1: irq maps: 0x841 0x841 0x841 0x841
 Xsio1: probe failed test(s): 0 1 2 4 6 7 9
 Xsio2: not probed (disabled)
 Xsio3: not probed (disabled)
 Xppc: parallel port found at 0x378
 Xppc: chipset forced to generic
 Xppc0: ECP SPP SPP
 Xppc0 at port 0x378-0x37f irq 7 flags 0x40 on isa0
 Xppc0: Generic chipset (ECP/PS2/NIBBLE) in COMPATIBLE mode
 Xppc0: FIFO with 16/16/8 bytes threshold
 Xplip: irq 7
 Xplip0: <PLIP network interface> on ppbus 0
 Xbpf: lp0 attached
 Xlpt0: <generic printer> on ppbus 0
 Xlpt0: Interrupt-driven port
 Xppi0: <generic parallel i/o> on ppbus 0
 Xisa_probe_children: probing PnP devices
 Xahc0: Someone reset channel A
 XBIOS Geometries:
 X 0:03fe3f20 0..1022=1023 cylinders, 0..63=64 heads, 1..32=32 sectors
 X 1:03fe3f20 0..1022=1023 cylinders, 0..63=64 heads, 1..32=32 sectors
 X 2:03fe3f20 0..1022=1023 cylinders, 0..63=64 heads, 1..32=32 sectors
 X 3:03fe3f20 0..1022=1023 cylinders, 0..63=64 heads, 1..32=32 sectors
 X 0 accounted for
 XDevice configuration finished.
 Xbpf: sl0 attached
 Xbpf: ppp0 attached
 Xnew masks: bio 40084440, tty 40030092, net 40070492
 Xbpf: lo0 attached
 XWaiting 30 seconds for SCSI devices to settle
 X(noperiph:ahc0:0:-1:-1): SCSI bus reset delivered. 0 SCBs aborted.
 X(noperiph:ahc1:0:-1:-1): SCSI bus reset delivered. 0 SCBs aborted.
 Xno devsw (majdev=4 bootdev=0xa02000004)
 XMounting root from ufs:/dev/da0s1a
 Xno such device 'da'
 Xsetrootbyname failed
 Xffs_mountroot: can't find rootvp
 XRoot mount failed: 6
 X
 XManual root filesystem specification:
 X(etc.)
 END-of-ahc_debug/boot-v
 echo x - ahc_debug/boot-hv
 sed 's/^X//' >ahc_debug/boot-hv << 'END-of-ahc_debug/boot-hv'
 X\|/-\|/-\|/-\|/-\|/-\|Console: serial port
 XBIOS drive A: is disk0
 XBIOS drive C: is disk1
 XBIOS drive D: is disk2
 XBIOS drive E: is disk3
 XBIOS drive F: is disk4
 X
 XFreeBSD/i386 bootstrap loader, Revision 0.7  638/15360kB
 X(toor@barbera.system.pl, Sat Dec  4 00:57:45 CET 1999)
 X|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-Loading /boot/defaults/loader.conf 
 X\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|//kernel text=0x190ceb -\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-data=0x238e4+0x1 b894 \|/-\|/-\|/-\|/-\|/syms=[0x4+0x27e40-\|/-\|/-\|/-\|/-\|/+0x4+0x29c3d-\|/-\|/-\|/-\|/-\|/-]
 X
 XHit [Enter] to boot immediately, or any other key for command prompt.
 XBooting [kernel] in 9 seconds... 
 X
 XType '?' for a list of commands, 'help' for more detailed help.
 Xok boot -g hv
 X\|/-\|/SMAP type=01 base=00000000 00000000 len=00000000 0009f800
 XSMAP type=02 base=00000000 0009f800 len=00000000 00000800
 XSMAP type=02 base=00000000 000e8000 len=00000000 00018000
 XSMAP type=01 base=00000000 00100000 len=00000000 07ef0000
 XSMAP type=03 base=00000000 07ff0000 len=00000000 0000f000
 XSMAP type=04 base=00000000 07fff000 len=00000000 00001000
 XSMAP type=02 base=00000000 fec00000 len=00000000 00010000
 XSMAP type=02 base=00000000 fee00000 len=00000000 00001000
 XSMAP type=02 base=00000000 fff80000 len=00000000 00080000
 XCopyright (c) 1992-1999 The FreeBSD Project.
 XCopyright (c) 1982, 1986, 1989, 1991, 1993
 X	The Regents of the University of California. All rights reserved.
 XFreeBSD 4.0-CURRENT #7: Wed Dec  8 20:05:23 CET 1999
 X    toor@barbera.system.pl:/usr/src/sys/compile/Barbera
 XCalibrating clock(s) ... TSC clock: 497426822 Hz, i8254 clock: 1193166 Hz
 XCLK_USE_I8254_CALIBRATION not specified - using default frequency
 XTimecounter "i8254"  frequency 1193182 Hz
 XCLK_USE_TSC_CALIBRATION not specified - using old calibration method
 XCPU: Pentium III/Xeon (497.44-MHz 686-class CPU)
 X  Origin = "GenuineIntel"  Id = 0x673  Stepping = 3
 X  Features=0x387fbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,PN,MMX,FXSR,XMM>
 Xreal memory  = 134152192 (131008K bytes)
 XPhysical memory chunk(s):
 X0x00001000 - 0x0009efff, 647168 bytes (158 pages)
 X0x0033d000 - 0x07fedfff, 130748416 bytes (31921 pages)
 Xavail memory = 126730240 (123760K bytes)
 Xbios32: Found BIOS32 Service Directory header at 0xc00f6cc0
 Xbios32: Entry = 0xfd7e3 (c00fd7e3)  Rev = 0  Len = 1
 Xpcibios: PCI BIOS entry at 0x430
 Xpnpbios: Found PnP BIOS data at 0xc00f6cf0
 Xpnpbios: Entry = f0000:a86d  Rev = 1.0
 XOther BIOS signatures found:
 XACPI: 000f6b50
 XPreloaded elf kernel "kernel" at 0xc0324000.
 XPentium Pro MTRR support enabled
 Xmd0: Malloc disk
 XCreating DISK md0
 XMath emulator present
 Xpci_open(1):	mode 1 addr port (0x0cf8) is 0x80000058
 Xpci_open(1a):	mode1res=0x80000000 (0x80000000)
 Xpci_cfgcheck:	device 0 [class=060000] [hdr=00] is there (id=71a08086)
 Xdevclass_alloc_unit: pcib0 already exists, using next available unit number
 Xnpx0: <math processor> on motherboard
 Xnpx0: INT 16 interface
 Xpci_open(1):	mode 1 addr port (0x0cf8) is 0x00000000
 Xpci_open(1a):	mode1res=0x80000000 (0x80000000)
 Xpci_cfgcheck:	device 0 [class=060000] [hdr=00] is there (id=71a08086)
 Xpcib0: <Intel 82443GX host to PCI bridge> on motherboard
 Xfound->	vendor=0x8086, dev=0x71a0, revid=0x00
 X	class=06-00-00, hdrtype=0x00, mfdev=0
 X	subordinatebus=0 	secondarybus=0
 X	map[10]: type 1, range 32, base f8000000, size 26
 Xfound->	vendor=0x8086, dev=0x71a1, revid=0x00
 X	class=06-04-00, hdrtype=0x01, mfdev=0
 X	subordinatebus=3 	secondarybus=1
 Xfound->	vendor=0x9005, dev=0x005f, revid=0x00
 X	class=01-00-00, hdrtype=0x00, mfdev=1
 X	subordinatebus=0 	secondarybus=0
 X	intpin=a, irq=11
 X	map[10]: type 1, range 32, base 00001400, size  8
 X	map[14]: type 1, range 64, base f4100000, size 12
 Xfound->	vendor=0x9005, dev=0x005f, revid=0x00
 X	class=01-00-00, hdrtype=0x00, mfdev=1
 X	subordinatebus=0 	secondarybus=0
 X	intpin=a, irq=11
 X	map[10]: type 1, range 32, base 00001800, size  8
 X	map[14]: type 1, range 64, base f4101000, size 12
 Xfound->	vendor=0x8086, dev=0x1229, revid=0x08
 X	class=02-00-00, hdrtype=0x00, mfdev=0
 X	subordinatebus=0 	secondarybus=0
 X	intpin=a, irq=10
 X	map[10]: type 1, range 32, base f4102000, size 12
 X	map[14]: type 1, range 32, base 00001080, size  6
 X	map[18]: type 1, range 32, base f4000000, size 20
 Xfound->	vendor=0x8086, dev=0x7110, revid=0x02
 X	class=06-01-00, hdrtype=0x00, mfdev=1
 X	subordinatebus=0 	secondarybus=0
 Xfound->	vendor=0x8086, dev=0x7111, revid=0x01
 X	class=01-01-80, hdrtype=0x00, mfdev=0
 X	subordinatebus=0 	secondarybus=0
 X	map[20]: type 1, range 32, base 00001050, size  4
 Xfound->	vendor=0x8086, dev=0x7112, revid=0x01
 X	class=0c-03-00, hdrtype=0x00, mfdev=0
 X	subordinatebus=0 	secondarybus=0
 X	intpin=d, irq=10
 X	map[20]: type 1, range 32, base 00001060, size  5
 Xfound->	vendor=0x8086, dev=0x7113, revid=0x02
 X	class=06-80-00, hdrtype=0x00, mfdev=0
 X	subordinatebus=0 	secondarybus=0
 X	map[90]: type 1, range 32, base 00001040, size  4
 Xfound->	vendor=0x1013, dev=0x00bc, revid=0x23
 X	class=03-00-00, hdrtype=0x00, mfdev=0
 X	subordinatebus=0 	secondarybus=0
 X	map[10]: type 1, range 32, base f6000000, size 25
 X	map[14]: type 1, range 32, base f4103000, size 12
 Xpci0: <PCI bus> on pcib0
 Xpcib2: <Intel 82443GX (440 GX) PCI-PCI (AGP) bridge> at device 1.0 on pci0
 Xfound->	vendor=0x1011, dev=0x0023, revid=0x06
 X	class=06-04-00, hdrtype=0x01, mfdev=0
 X	subordinatebus=3 	secondarybus=2
 Xpci1: <PCI bus> on pcib2
 Xpcib3: <PCI to PCI bridge (vendor=1011 device=0023)> at device 15.0 on pci1
 Xfound->	vendor=0x104c, dev=0xac21, revid=0x01
 X	class=06-04-00, hdrtype=0x01, mfdev=0
 X	subordinatebus=3 	secondarybus=3
 Xpci2: <PCI bus> on pcib3
 Xpcib4: <PCI to PCI bridge (vendor=104c device=ac21)> at device 4.0 on pci2
 Xpci3: <PCI bus> on pcib4
 Xahc0: <Adaptec aic7896/97 Ultra2 SCSI adapter> irq 11 at device 12.0 on pci0
 Xahc0: Reading SEEPROM...done.
 Xahc0: BIOS eeprom not present
 Xahc0: Primary Low Byte termination Enabled
 Xahc0: Primary High Byte termination Enabled
 Xahc0: aic7896/97 Wide Channel A, SCSI Id=7, 16/255 SCBs
 Xahc0: Downloading Sequencer Program... 399 instructions downloaded
 Xahc1: <Adaptec aic7896/97 Ultra2 SCSI adapter> irq 11 at device 12.1 on pci0
 Xahc1: Reading SEEPROM...done.
 Xahc1: BIOS eeprom not present
 Xahc1: Secondary High byte termination Enabled
 Xahc1: Primary Low Byte termination Enabled
 Xahc1: Primary High Byte termination Enabled
 Xahc1: aic7896/97 Wide Channel B, SCSI Id=7, 16/255 SCBs
 Xahc1: Downloading Sequencer Program... 399 instructions downloaded
 X	using shared irq11.
 Xfxp0: <Intel EtherExpress Pro 10/100B Ethernet> irq 10 at device 14.0 on pci0
 Xfxp0: Ethernet address 00:90:27:8d:4c:79
 Xbpf: fxp0 attached
 Xisab0: <Intel 82371AB PCI to ISA bridge> at device 18.0 on pci0
 Xisa0: <ISA bus> on isab0
 Xata-pci0: <Intel PIIX4 ATA controller> at device 18.1 on pci0
 Xata-pci0: Busmastering DMA supported
 Xata0: iobase=0x01f0 altiobase=0x03f6
 Xata0: mask=03 status0=50 status1=00
 Xata0: mask=03 status0=10 status1=00
 Xata0: devices = 0x4
 Xata0 at 0x01f0 irq 14 on ata-pci0
 Xata1: iobase=0x0170 altiobase=0x0376
 Xata1: mask=03 status0=3f status1=3f
 Xata1: mask=03 status0=3f status1=3f
 Xata1: devices = 0x0
 Xuhci0: <Intel 82371AB/EB (PIIX4) USB controller> irq 10 at device 18.2 on pci0
 X	using shared irq10.
 Xusb0: <Intel 82371AB/EB (PIIX4) USB controller> on uhci0
 Xusb0: USB revision 1.0
 Xuhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
 Xuhub0: 2 ports with 2 removable, self powered
 Xchip1: <Intel 82371AB Power management controller> at device 18.3 on pci0
 Xvga-pci0: <Cirrus Logic model 00bc VGA-compatible display device> at device 20.0 on pci0
 Xpci_open(1):	mode 1 addr port (0x0cf8) is 0x00000000
 Xpci_open(1a):	mode1res=0x80000000 (0x80000000)
 Xpci_cfgcheck:	device 0 [class=060000] [hdr=00] is there (id=71a08086)
 Xdevclass_alloc_unit: pci1 already exists, using next available unit number
 Xpcib1: <Intel 82443GX host to AGP bridge> on motherboard
 Xpci4: <PCI bus> on pcib1
 XTrying Read_Port at 203
 XTrying Read_Port at 243
 XTrying Read_Port at 283
 XTrying Read_Port at 2c3
 XTrying Read_Port at 303
 XTrying Read_Port at 343
 XTrying Read_Port at 383
 XTrying Read_Port at 3c3
 Xisa_probe_children: disabling PnP devices
 Xisa_probe_children: probing non-PnP devices
 Xfdc0: <NEC 72065B or clone> at port 0x3f0-0x3f7 irq 6 drq 2 on isa0
 Xfdc0: FIFO enabled, 8 bytes threshold
 Xfd0: <1440-KB 3.5" drive> on fdc0 drive 0
 Xwdc0: not probed (disabled)
 Xwdc1: not probed (disabled)
 Xatkbdc0: <keyboard controller (i8042)> at port 0x60-0x6f on isa0
 Xatkbd0: <AT Keyboard> irq 1 on atkbdc0
 Xatkbd: the current kbd controller command byte 0047
 Xatkbd: keyboard ID 0x41ab (2)
 Xkbdc: RESET_KBD return code:00fa
 Xkbdc: RESET_KBD status:00aa
 Xkbd0: atkbd0, AT 101/102 (2), config:0x0, flags:0x1d0000
 Xpsm0: current command byte:0047
 Xkbdc: TEST_AUX_PORT status:0000
 Xkbdc: RESET_AUX return code:00fe
 Xkbdc: RESET_AUX return code:00fe
 Xkbdc: RESET_AUX return code:00fe
 Xkbdc: DIAGNOSE status:0055
 Xkbdc: TEST_KBD_PORT status:0000
 Xpsm0: failed to reset the aux device.
 Xvga0: <Generic ISA VGA> at port 0x3b0-0x3df iomem 0xa0000-0xbffff on isa0
 Xfb0: vga0, vga, type:VGA (5), flags:0x7007f
 Xfb0: port:0x3b0-0x3df, crtc:0x3d4, mem:0xa0000 0x20000
 Xfb0: init mode:24, bios mode:3, current mode:24
 Xfb0: window:0xc00b8000 size:32k gran:32k, buf:0 size:32k
 XVGA parameters upon power-up
 X50 18 10 00 00 00 03 00 02 67 5f 4f 50 82 55 81 
 Xbf 1f 00 4f 0d 0e 00 00 01 40 9c 8e 8f 28 1f 96 
 Xb9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 
 X3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff 
 XVGA parameters in BIOS for mode 24
 X50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 55 81 
 Xbf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96 
 Xb9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 
 X3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff 
 XEGA/VGA parameters to be used for mode 24
 X50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 55 81 
 Xbf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96 
 Xb9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 
 X3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff 
 Xsc0: <System console> on isa0
 Xsc0: VGA <16 virtual consoles, flags=0x0>
 Xsc0: fb0 kbd0
 Xsio0: irq maps: 0x841 0x851 0x841 0x841
 Xsio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
 Xsio0: type 16550A, console
 Xsio1: configured irq 3 not in bitmap of probed irqs 0
 Xsio1: irq maps: 0x841 0x841 0x841 0x841
 Xsio1: probe failed test(s): 0 1 2 4 6 7 9
 Xsio2: not probed (disabled)
 Xsio3: not probed (disabled)
 Xppc: parallel port found at 0x378
 Xppc: chipset forced to generic
 Xppc0: ECP SPP SPP
 Xppc0 at port 0x378-0x37f irq 7 flags 0x40 on isa0
 Xppc0: Generic chipset (ECP/PS2/NIBBLE) in COMPATIBLE mode
 Xppc0: FIFO with 16/16/8 bytes threshold
 Xplip: irq 7
 Xplip0: <PLIP network interface> on ppbus 0
 Xbpf: lp0 attached
 Xlpt0: <generic printer> on ppbus 0
 Xlpt0: Interrupt-driven port
 Xppi0: <generic parallel i/o> on ppbus 0
 Xisa_probe_children: probing PnP devices
 Xahc0: Someone reset channel A
 XBIOS Geometries:
 X 0:03fe3f20 0..1022=1023 cylinders, 0..63=64 heads, 1..32=32 sectors
 X 1:03fe3f20 0..1022=1023 cylinders, 0..63=64 heads, 1..32=32 sectors
 X 2:03fe3f20 0..1022=1023 cylinders, 0..63=64 heads, 1..32=32 sectors
 X 3:03fe3f20 0..1022=1023 cylinders, 0..63=64 heads, 1..32=32 sectors
 X 0 accounted for
 XDevice configuration finished.
 Xbpf: sl0 attached
 Xbpf: ppp0 attached
 Xnew masks: bio 40084440, tty 40030092, net 40070492
 Xbpf: lo0 attached
 XWaiting 30 seconds for SCSI devices to settle
 X(noperiph:ahc0:0:-1:-1): SCSI bus reset delivered. 0 SCBs aborted.
 X(noperiph:ahc1:0:-1:-1): SCSI bus reset delivered. 0 SCBs aborted.
 Xahc0: target 0 using 16bit transfers
 Xahc0: target 0 synchronous at 40.0MHz, offset = 0x1f
 Xahc0: target 3 using 16bit transfers
 Xahc0: target 3 synchronous at 40.0MHz, offset = 0x1f
 Xahc0: target 2 using 16bit transfers
 Xahc0: target 2 synchronous at 40.0MHz, offset = 0x1f
 Xahc0: target 1 using 16bit transfers
 Xahc0: target 1 synchronous at 40.0MHz, offset = 0x1f
 XCreating DISK da0
 XCreating DISK da1
 XCreating DISK da2
 XCreating DISK da3
 Xpass0 at ahc0 bus 0 target 0 lun 0
 Xpass0: <IBM DNES-318350Y SA30> Fixed Direct Access SCSI-3 device 
 Xpass0: Serial Number         AKLNF626
 Xpass0: 80.000MB/s transfers (40.000MHz, offset 31, 16bit), Tagged Queueing Enabled
 Xpass1 at ahc0 bus 0 target 1 lun 0
 Xpass1: <IBM DNES-318350Y SA30> Fixed Direct Access SCSI-3 device 
 Xpass1: Serial Number         AK0K3819
 Xpass1: 80.000MB/s transfers (40.000MHz, offset 31, 16bit), Tagged Queueing Enabled
 Xpass2 at ahc0 bus 0 target 2 lun 0
 Xpass2: <IBM DNES-318350Y SA30> Fixed Direct Access SCSI-3 device 
 Xpass2: Serial Number         AKLP3554
 Xpass2: 80.000MB/s transfers (40.000MHz, offset 31, 16bit), Tagged Queueing Enabled
 Xpass3 at ahc0 bus 0 target 3 lun 0
 Xpass3: <IBM DNES-318350Y SA30> Fixed Direct Access SCSI-3 device 
 Xpass3: Serial Number         AKLNX856
 Xpass3: 80.000MB/s transfers (40.000MHz, offset 31, 16bit), Tagged Queueing Enabled
 Xda0 at ahc0 bus 0 target 0 lun 0
 Xda0: <IBM DNES-318350Y SA30> Fixed Direct Access SCSI-3 device 
 Xda0: Serial Number         AKLNF626
 Xda0: 80.000MB/s transfers (40.000MHz, offset 31, 16bit), Tagged Queueing Enabled
 Xda0: 17501MB (35843670 512 byte sectors: 64H 32S/T 17501C)
 Xda1 at ahc0 bus 0 target 1 lun 0
 Xda1: <IBM DNES-318350Y SA30> Fixed Direct Access SCSI-3 device 
 Xda1: Serial Number         AK0K3819
 Xda1: 80.000MB/s transfers (40.000MHz, offset 31, 16bit), Tagged Queueing Enabled
 Xda1: 17501MB (35843670 512 byte sectors: 64H 32S/T 17501C)
 Xda2 at ahc0 bus 0 target 2 lun 0
 Xda2: <IBM DNES-318350Y SA30> Fixed Direct Access SCSI-3 device 
 Xda2: Serial Number         AKLP3554
 Xda2: 80.000MB/s transfers (40.000MHz, offset 31, 16bit), Tagged Queueing Enabled
 Xda2: 17501MB (35843670 512 byte sectors: 64H 32S/T 17501C)
 Xda3 at ahc0 bus 0 target 3 lun 0
 Xda3: <IBM DNES-318350Y SA30> Fixed Direct Access SCSI-3 device 
 Xda3: Serial Number         AKLNX856
 Xda3: 80.000MB/s transfers (40.000MHz, offset 31, 16bit), Tagged Queueing Enabled
 Xda3: 17501MB (35843670 512 byte sectors: 64H 32S/T 17501C)
 XMounting root from ufs:/dev/da0s1a
 Xda0s1: type 0xa5, start 0, end = 35843669, size 35843670 : OK
 Xstart_init: trying /sbin/init
 Xswapon: adding /dev/da0s1b as swap device
 XAutomatic reboot in progress...
 X/dev/da0s1a: FILESYSTEM CLEAN; SKIPPING CHECKS
 X/dev/da0s1a: clean, 45439 free (231 frags, 5651 blocks, 0.3% fragmentation)
 X/dev/da0s1f: FILESYSTEM CLEAN; SKIPPING CHECKS
 X/dev/da0s1f: clean, 15895572 free (26812 frags, 1983595 blocks, 0.2% fragmentation)
 X/dev/da0s1e: FILESYSTEM CLEAN; SKIPPING CHECKS
 X/dev/da0s1e: clean, 59719 free (47 frags, 7459 blocks, 0.1% fragmentation)
 XDoing initial network setup: hostname.
 Xfxp0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
 X	inet 195.205.185.21 netmask 0xffffffc0 broadcast 195.205.185.63
 X	ether 00:90:27:8d:4c:79 
 X	media: autoselect (100baseTX <full-duplex>) status: active
 X	supported media: autoselect 100baseTX <full-duplex> 100baseTX 10baseT/UTP <full-duplex> 10baseT/UTP
 Xlo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
 X	inet 127.0.0.1 netmask 0xff000000 
 X
 Xadd net default: gateway 195.205.185.1
 XAdditional routing options: tcp extensions=NO TCP keepalive=YES.
 Xrouting daemons:.
 XMounting NFS file systemsnfs: can't access /usr/ports/distfiles: Permission denied
 X.
 Xadditional daemons: syslogdDec  8 20:38:40 barbera /kernel: kbdc: RESET_KBD return code:00fa
 XDec  8 20:38:40 barbera /kernel: kbdc: RESET_KBD status:00aa
 XDec  8 20:38:40 barbera /kernel: kbdc: TEST_AUX_PORT status:0000
 XDec  8 20:38:40 barbera /kernel: kbdc: RESET_AUX return code:00fe
 XDec  8 20:38:40 barbera last message repeated 2 times
 XDec  8 20:38:40 barbera /kernel: kbdc: DIAGNOSE status:0055
 XDec  8 20:38:40 barbera /kernel: kbdc: TEST_KBD_PORT status:0000
 X.
 XDoing additional network setup: portmap.
 XStarting final network daemons:.
 Xsetting ELF ldconfig path: /usr/lib /usr/lib/compat /usr/X11R6/lib /usr/local/lib
 Xsetting a.out ldconfig path: /usr/lib/aout /usr/lib/compat/aout /usr/X11R6/lib/aout
 Xstarting standard daemons: cron.
 XInitial rc.i386 initialization:.
 Xrc.i386 configuring syscons: blank_time screensaver mousedmoused: unable to open /dev/psm0: Device not configured
 X.
 XLocal package initialization: sshd.
 XAdditional TCP options:.
 XWed Dec  8 20:38:44 CET 1999
 END-of-ahc_debug/boot-hv
 echo x - ahc_debug/diff
 sed 's/^X//' >ahc_debug/diff << 'END-of-ahc_debug/diff'
 X--- boot-hv	Wed Dec  8 19:40:38 1999
 X+++ boot-v	Wed Dec  8 20:21:01 1999
 X@@ -133,7 +133,6 @@
 X ahc1: <Adaptec aic7896/97 Ultra2 SCSI adapter> irq 11 at device 12.1 on pci0
 X ahc1: Reading SEEPROM...done.
 X ahc1: BIOS eeprom not present
 X-ahc1: Secondary High byte termination Enabled
 X ahc1: Primary Low Byte termination Enabled
 X ahc1: Primary High Byte termination Enabled
 X ahc1: aic7896/97 Wide Channel B, SCSI Id=7, 16/255 SCBs
 X@@ -258,95 +257,12 @@
 X Waiting 30 seconds for SCSI devices to settle
 X (noperiph:ahc0:0:-1:-1): SCSI bus reset delivered. 0 SCBs aborted.
 X (noperiph:ahc1:0:-1:-1): SCSI bus reset delivered. 0 SCBs aborted.
 X-ahc0: target 0 using 16bit transfers
 X-ahc0: target 0 synchronous at 40.0MHz, offset = 0x1f
 X-ahc0: target 3 using 16bit transfers
 X-ahc0: target 3 synchronous at 40.0MHz, offset = 0x1f
 X-ahc0: target 2 using 16bit transfers
 X-ahc0: target 2 synchronous at 40.0MHz, offset = 0x1f
 X-ahc0: target 1 using 16bit transfers
 X-ahc0: target 1 synchronous at 40.0MHz, offset = 0x1f
 X-Creating DISK da0
 X-Creating DISK da1
 X-Creating DISK da2
 X-Creating DISK da3
 X-pass0 at ahc0 bus 0 target 0 lun 0
 X-pass0: <IBM DNES-318350Y SA30> Fixed Direct Access SCSI-3 device 
 X-pass0: Serial Number         AKLNF626
 X-pass0: 80.000MB/s transfers (40.000MHz, offset 31, 16bit), Tagged Queueing Enabled
 X-pass1 at ahc0 bus 0 target 1 lun 0
 X-pass1: <IBM DNES-318350Y SA30> Fixed Direct Access SCSI-3 device 
 X-pass1: Serial Number         AK0K3819
 X-pass1: 80.000MB/s transfers (40.000MHz, offset 31, 16bit), Tagged Queueing Enabled
 X-pass2 at ahc0 bus 0 target 2 lun 0
 X-pass2: <IBM DNES-318350Y SA30> Fixed Direct Access SCSI-3 device 
 X-pass2: Serial Number         AKLP3554
 X-pass2: 80.000MB/s transfers (40.000MHz, offset 31, 16bit), Tagged Queueing Enabled
 X-pass3 at ahc0 bus 0 target 3 lun 0
 X-pass3: <IBM DNES-318350Y SA30> Fixed Direct Access SCSI-3 device 
 X-pass3: Serial Number         AKLNX856
 X-pass3: 80.000MB/s transfers (40.000MHz, offset 31, 16bit), Tagged Queueing Enabled
 X-da0 at ahc0 bus 0 target 0 lun 0
 X-da0: <IBM DNES-318350Y SA30> Fixed Direct Access SCSI-3 device 
 X-da0: Serial Number         AKLNF626
 X-da0: 80.000MB/s transfers (40.000MHz, offset 31, 16bit), Tagged Queueing Enabled
 X-da0: 17501MB (35843670 512 byte sectors: 64H 32S/T 17501C)
 X-da1 at ahc0 bus 0 target 1 lun 0
 X-da1: <IBM DNES-318350Y SA30> Fixed Direct Access SCSI-3 device 
 X-da1: Serial Number         AK0K3819
 X-da1: 80.000MB/s transfers (40.000MHz, offset 31, 16bit), Tagged Queueing Enabled
 X-da1: 17501MB (35843670 512 byte sectors: 64H 32S/T 17501C)
 X-da2 at ahc0 bus 0 target 2 lun 0
 X-da2: <IBM DNES-318350Y SA30> Fixed Direct Access SCSI-3 device 
 X-da2: Serial Number         AKLP3554
 X-da2: 80.000MB/s transfers (40.000MHz, offset 31, 16bit), Tagged Queueing Enabled
 X-da2: 17501MB (35843670 512 byte sectors: 64H 32S/T 17501C)
 X-da3 at ahc0 bus 0 target 3 lun 0
 X-da3: <IBM DNES-318350Y SA30> Fixed Direct Access SCSI-3 device 
 X-da3: Serial Number         AKLNX856
 X-da3: 80.000MB/s transfers (40.000MHz, offset 31, 16bit), Tagged Queueing Enabled
 X-da3: 17501MB (35843670 512 byte sectors: 64H 32S/T 17501C)
 X+no devsw (majdev=4 bootdev=0xa02000004)
 X Mounting root from ufs:/dev/da0s1a
 X-da0s1: type 0xa5, start 0, end = 35843669, size 35843670 : OK
 X-start_init: trying /sbin/init
 X-swapon: adding /dev/da0s1b as swap device
 X-Automatic reboot in progress...
 X-/dev/da0s1a: FILESYSTEM CLEAN; SKIPPING CHECKS
 X-/dev/da0s1a: clean, 45439 free (231 frags, 5651 blocks, 0.3% fragmentation)
 X-/dev/da0s1f: FILESYSTEM CLEAN; SKIPPING CHECKS
 X-/dev/da0s1f: clean, 15895572 free (26812 frags, 1983595 blocks, 0.2% fragmentation)
 X-/dev/da0s1e: FILESYSTEM CLEAN; SKIPPING CHECKS
 X-/dev/da0s1e: clean, 59719 free (47 frags, 7459 blocks, 0.1% fragmentation)
 X-Doing initial network setup: hostname.
 X-fxp0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
 X-	inet 195.205.185.21 netmask 0xffffffc0 broadcast 195.205.185.63
 X-	ether 00:90:27:8d:4c:79 
 X-	media: autoselect (100baseTX <full-duplex>) status: active
 X-	supported media: autoselect 100baseTX <full-duplex> 100baseTX 10baseT/UTP <full-duplex> 10baseT/UTP
 X-lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
 X-	inet 127.0.0.1 netmask 0xff000000 
 X+no such device 'da'
 X+setrootbyname failed
 X+ffs_mountroot: can't find rootvp
 X+Root mount failed: 6
 X 
 X-add net default: gateway 195.205.185.1
 X-Additional routing options: tcp extensions=NO TCP keepalive=YES.
 X-routing daemons:.
 X-Mounting NFS file systemsnfs: can't access /usr/ports/distfiles: Permission denied
 X-.
 X-additional daemons: syslogdDec  8 20:38:40 barbera /kernel: kbdc: RESET_KBD return code:00fa
 X-Dec  8 20:38:40 barbera /kernel: kbdc: RESET_KBD status:00aa
 X-Dec  8 20:38:40 barbera /kernel: kbdc: TEST_AUX_PORT status:0000
 X-Dec  8 20:38:40 barbera /kernel: kbdc: RESET_AUX return code:00fe
 X-Dec  8 20:38:40 barbera last message repeated 2 times
 X-Dec  8 20:38:40 barbera /kernel: kbdc: DIAGNOSE status:0055
 X-Dec  8 20:38:40 barbera /kernel: kbdc: TEST_KBD_PORT status:0000
 X-.
 X-Doing additional network setup: portmap.
 X-Starting final network daemons:.
 X-setting ELF ldconfig path: /usr/lib /usr/lib/compat /usr/X11R6/lib /usr/local/lib
 X-setting a.out ldconfig path: /usr/lib/aout /usr/lib/compat/aout /usr/X11R6/lib/aout
 X-starting standard daemons: cron.
 X-Initial rc.i386 initialization:.
 X-rc.i386 configuring syscons: blank_time screensaver mousedmoused: unable to open /dev/psm0: Device not configured
 X-.
 X-Local package initialization: sshd.
 X-Additional TCP options:.
 X-Wed Dec  8 20:38:44 CET 1999
 X+Manual root filesystem specification:
 X+(etc.)
 END-of-ahc_debug/diff
 echo x - ahc_debug/README
 sed 's/^X//' >ahc_debug/README << 'END-of-ahc_debug/README'
 X
 X
 Xtotal 45
 X-rw-r--r--  1 saper  wheel   8717  8 Gru 20:08 Barbera
 X
 XBarbera --- kernel config file. 
 X Parameters tweaked: SCSI_DELAY = 30s
 X COMSPEED=9600/115200  
 X SC_HISTORY_SIZE=1000
 X
 X-rw-r--r--  1 saper  wheel    118  8 Gru 20:27 README
 X
 XThis file
 X
 X-rw-r--r--  1 saper  wheel  16471  8 Gru 19:40 boot-hv
 X
 XSerial (successful!) boot with verbose
 X
 X-rw-r--r--  1 saper  wheel  12016  8 Gru 20:21 boot-v
 X
 XVGA console boot (fatal) with verbose -- manually edited
 Xto adjust changes taken off the screen
 X
 X-rw-r--r--  1 saper  wheel   5535  8 Gru 20:23 diff
 X
 Xdiff -ruN between two....
 END-of-ahc_debug/README
 exit
 
 
 


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




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