Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Dec 1998 10:03:43 -0800 (PST)
From:      Tim Moore <tmoore@cravegames.com>
To:        freebsd-current@FreeBSD.ORG
Subject:   NTIMECOUNTER and calcru...
Message-ID:  <199812101803.KAA67960@roscoe.mobile.cravegames.com>

next in thread | raw e-mail | index | archive | help
I had been following the negative calcru discussion with moderate
interest until I got a new machine that exhibits the "calcru: negative
time" problem.  The machine is a 400 Mhz Dell with a Diamond Fire GL
1000 Pro video card; this sounds a lot like a machine on which the
problem had been seen, so I had high hopes for the NTIMECOUNTER fix.
However, it doesn't seem to make a difference, even with NTIMECOUNTER
set to 2000.  For testing I've been doing "sysctl -w
kern.timecounter.method=1" in single user mode before going multi-user
and starting X.  As soon as X comes up the calcru messages start
spewing.

Is there hope for this machine and video card?  Here's the
configuration file and dmesg.

Thanks,
Tim

#
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
#
# For more information read the handbook part System Administration -> 
# Configuring the FreeBSD Kernel -> The Configuration File. 
# The handbook is available in /usr/share/doc/handbook or online as
# latest version from the FreeBSD World Wide Web server 
# <URL:http://www.FreeBSD.ORG/>;
#
# An exhaustive list of options and more detailed explanations of the 
# device lines is present in the ./LINT configuration file. If you are 
# in doubt as to the purpose or necessity of a line, check first in LINT.
#
#	$Id: GENERIC,v 1.125 1998/10/16 01:30:11 obrien Exp $

machine		"i386"
cpu		"I686_CPU"
ident		BELUSHI	
maxusers	32

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		MFS_ROOT		#MFS usable as root device, "MFS" req'ed
options		NFS			#Network Filesystem
options		NFS_ROOT		#NFS usable as root device, "NFS" req'ed
options		MSDOSFS			#MSDOS Filesystem
options		"CD9660"		#ISO 9660 Filesystem
options		"CD9660_ROOT"		#CD-ROM usable as root. "CD9660" req'ed
options		PROCFS			#Process filesystem
options		"COMPAT_43"		#Compatible with BSD 4.3 [KEEP THIS!]
options		SCSI_DELAY=15000	#Be pessimistic about Joe SCSI device
options		UCONSOLE		#Allow users to grab the console
options		FAILSAFE		#Be conservative
options		USERCONFIG		#boot -c editor
options		VISUAL_USERCONFIG	#visual boot -c editor

config		kernel	root on wd0

controller	isa0
controller	eisa0
controller	pci0

controller	fdc0	at isa? port "IO_FD1" bio irq 6 drq 2
disk		fd0	at fdc0 drive 0
disk		fd1	at fdc0 drive 1
# Unless you know very well what you're doing, leave ft0 at drive 2, or
# remove the line entirely if you don't need it.  Trying to configure
# it on another unit might cause surprises, see PR kern/7176.
#tape		ft0	at fdc0 drive 2

options		"CMD640"	# work around CMD640 chip deficiency
controller	wdc0	at isa? port "IO_WD1" bio irq 14
disk		wd0	at wdc0 drive 0
disk		wd1	at wdc0 drive 1

controller	wdc1	at isa? port "IO_WD2" bio irq 15
disk		wd2	at wdc1 drive 0
disk		wd3	at wdc1 drive 1

options		ATAPI		#Enable ATAPI support for IDE bus
options		ATAPI_STATIC	#Don't do it as an LKM
device		wcd0		#IDE CD-ROM
device		wfd0		#IDE Floppy (e.g. LS-120)

# A single entry for any of these controllers (ncr, ahb, ahc, amd) is
# sufficient for any number of installed devices.
controller	ahb0
controller	ahc0

# This controller offers a number of configuration options, too many to
# document here  - see the LINT file in this directory and look up the
# dpt0 entry there for much fuller documentation on this.

controller	scbus0

device		da0

device		sa0

device		pass0

device		cd0	#Only need one of these, the code dynamically grows

#
# dano - commented out wt0, mcd0, matcd0, scd0
#
#device		wt0	at isa? port 0x300 bio irq 5 drq 1 vector wtintr
#device		mcd0	at isa? port 0x300 bio irq 10 vector mcdintr

#controller	matcd0	at isa? port 0x230 bio

#device		scd0	at isa? port 0x230 bio

# syscons is the default console driver, resembling an SCO console
device		sc0	at isa? port "IO_KBD" conflicts tty irq 1 vector scintr
# Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver
#device		vt0	at isa? port "IO_KBD" conflicts tty irq 1 vector pcrint
#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

device		npx0	at isa? port "IO_NPX" irq 13 vector npxintr

#
# Laptop support (see LINT for more options)
#
device		apm0    at isa?	disable	flags 0x31 # Advanced Power Management

# PCCARD (PCMCIA) support
#controller	card0
#device		pcic0	at card?
#device		pcic1	at card?

device		sio0	at isa? port "IO_COM1" flags 0x10 tty irq 4 vector siointr
device		sio1	at isa? port "IO_COM2" tty irq 3 vector siointr
device		sio2	at isa? disable port "IO_COM3" tty irq 5 vector siointr
device		sio3	at isa? disable port "IO_COM4" tty irq 9 vector siointr

device		lpt0	at isa? port? tty irq 7 vector lptintr

device		psm0	at isa? port "IO_KBD" conflicts tty irq 12 vector psmintr

# Order is important here due to intrusive probes, do *not* alphabetize
# this list of network interfaces until the probes have been fixed.
# Right now it appears that the ie0 must be probed before ep0. See
# revision 1.20 of this file.
device xl0

pseudo-device	loop
pseudo-device	ether
pseudo-device	sl	1
pseudo-device	ppp	1
pseudo-device	tun	1
pseudo-device	pty	16
pseudo-device	gzip		# Exec gzipped a.out's

# KTRACE enables the system-call tracing facility ktrace(2).
# This adds 4 KB bloat to your kernel, and slightly increases
# the costs of each syscall.
options		KTRACE		#kernel tracing

# This provides support for System V shared memory.
#
options		SYSVSHM

#  The `bpfilter' pseudo-device enables the Berkeley Packet Filter.  Be
#  aware of the legal and administrative consequences of enabling this
#  option.  The number of devices determines the maximum number of
#  simultaneous BPF clients programs runnable.
pseudo-device	bpfilter	4	#Berkeley packet filter

# These are attempts to get around the "calcru negative" problems which seem to
# be caused by XFree86 and the Diamond FireGL video card.

options		NTIMECOUNTER=2000
options		"MSGBUF_SIZE=40960"

Copyright (c) 1992-1998 FreeBSD Inc.
Copyright (c) 1982, 1986, 1989, 1991, 1993
	The Regents of the University of California. All rights reserved.
FreeBSD 3.0-CURRENT #8: Wed Dec  9 09:32:15 PST 1998
    tmoore@roscoe.mobile.cravegames.com:/usr/src/sys/compile/BELUSHI
Calibrating clock(s) ... TSC clock: 398797485 Hz, i8254 clock: 1193253 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 II (quarter-micron) (398.78-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0x652  Stepping=2
  Features=0x183fbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,<b24>>
real memory  = 134217728 (131072K bytes)
Physical memory chunk(s):
0x00001000 - 0x0009efff, 647168 bytes (158 pages)
0x002a4000 - 0x07ff5fff, 131407872 bytes (32082 pages)
config> quit
avail memory = 127598592 (124608K bytes)
Found BIOS32 Service Directory header at 0xf00ffe80
Entry = 0xffe90 (0xf00ffe90)  Rev = 0  Len = 1
PCI BIOS entry at 0xca9e
SMIBIOS header at 0xf00fb160
Version 2.2
Table at 0xfb180, 84 entries, 2922 bytes, largest entry 179 bytes
DMI header at 0xf00fb170
Version 2.2
Table at 0xfb180, 84 entries, 2922 bytes
Other BIOS signatures found:
ACPI: 000fdf30
$PnP: 000fe2d0
Preloaded elf kernel "kern.new" at 0xf0297000.
Math emulator present
pci_open(1):	mode 1 addr port (0x0cf8) is 0x80000058
pci_open(1a):	mode1res=0x80000000 (0x80000000)
pci_cfgcheck:	device 0 [class=060000] [hdr=00] is there (id=71908086)
Probing for devices on PCI bus 0:
found->	vendor=0x8086, dev=0x7190, revid=0x02
	class=06-00-00, hdrtype=0x00, mfdev=0
	subordinatebus=0 	secondarybus=0
	map[0]: type 3, range 32, base f0000000, size 26
chip0: <Intel 82443BX host to PCI bridge> rev 0x02 on pci0.0.0
found->	vendor=0x8086, dev=0x7191, revid=0x02
	class=06-04-00, hdrtype=0x01, mfdev=0
	subordinatebus=1 	secondarybus=1
chip1: <Intel 82443BX host to AGP bridge> rev 0x02 on pci0.1.0
found->	vendor=0x8086, dev=0x7110, revid=0x02
	class=06-01-00, hdrtype=0x00, mfdev=1
	subordinatebus=0 	secondarybus=0
chip2: <Intel 82371AB PCI to ISA bridge> rev 0x02 on pci0.7.0
found->	vendor=0x8086, dev=0x7111, revid=0x01
	class=01-01-80, hdrtype=0x00, mfdev=0
	subordinatebus=0 	secondarybus=0
	map[0]: type 4, range 32, base 0000ffa0, size  4
ide_pci0: <Intel PIIX4 Bus-master IDE controller> rev 0x01 on pci0.7.1
intel_piix_status: primary master/slave sample = 5, master/slave recovery = 4
intel_piix_status: primary master fastDMAonly disabled, pre/post disabled,
intel_piix_status:  IORDY sampling disabled,
intel_piix_status:  fast PIO disabled
intel_piix_status: primary master/slave sample = 5, master/slave recovery = 4
intel_piix_status: primary slave fastDMAonly disabled, pre/post disabled,
intel_piix_status:  IORDY sampling disabled,
intel_piix_status:  fast PIO disabled
ide_pci: busmaster 0 status: 04 from port: 0000ffa2
intel_piix_status: secondary master/slave sample = 3, master/slave recovery = 1
intel_piix_status: secondary master fastDMAonly disabled, pre/post disabled,
intel_piix_status:  IORDY sampling enabled,
intel_piix_status:  fast PIO enabled
intel_piix_status: secondary master/slave sample = 3, master/slave recovery = 1
intel_piix_status: secondary slave fastDMAonly disabled, pre/post disabled,
intel_piix_status:  IORDY sampling disabled,
intel_piix_status:  fast PIO disabled
ide_pci: busmaster 1 status: 20 from port: 0000ffaa
ide_pci: ide1:0 has been configured for DMA by BIOS
found->	vendor=0x8086, dev=0x7112, revid=0x01
	class=0c-03-00, hdrtype=0x00, mfdev=0
	subordinatebus=0 	secondarybus=0
	intpin=d, irq=14
	map[0]: type 4, range 32, base 0000dce0, size  5
found->	vendor=0x8086, dev=0x7113, revid=0x02
	class=06-80-00, hdrtype=0x00, mfdev=0
	subordinatebus=0 	secondarybus=0
chip3: <Intel 82371AB Power management controller> rev 0x02 on pci0.7.3
found->	vendor=0x10b7, dev=0x9055, revid=0x00
	class=02-00-00, hdrtype=0x00, mfdev=0
	subordinatebus=0 	secondarybus=0
	intpin=a, irq=14
	map[0]: type 4, range 32, base 0000dc00, size  7
	map[1]: type 1, range 32, base fe000000, size  7
xl0: <3Com 3c905B Fast Etherlink XL 10/100BaseTX> rev 0x00 int a irq 14 on pci0.17.0
xl0: Ethernet address: 00:c0:4f:72:ed:56
xl0: media options word: a
xl0: probing for a PHY
xl0: checking address: 0
xl0: checking address: 1
xl0: checking address: 2
xl0: checking address: 3
xl0: checking address: 4
xl0: checking address: 5
xl0: checking address: 6
xl0: checking address: 7
xl0: checking address: 8
xl0: checking address: 9
xl0: checking address: 10
xl0: checking address: 11
xl0: checking address: 12
xl0: checking address: 13
xl0: checking address: 14
xl0: checking address: 15
xl0: checking address: 16
xl0: checking address: 17
xl0: checking address: 18
xl0: checking address: 19
xl0: checking address: 20
xl0: checking address: 21
xl0: checking address: 22
xl0: checking address: 23
xl0: checking address: 24
xl0: found PHY at address 24, vendor id: 0 device id: 0
xl0: PHY type: <MII-compliant physical interface>
xl0: found 10baseT
xl0: found 100baseTX
xl0: autoneg complete, link status good (full-duplex, 100Mbps)
bpf: xl0 attached
found->	vendor=0x1011, dev=0x0024, revid=0x03
	class=06-04-00, hdrtype=0x01, mfdev=0
	subordinatebus=2 	secondarybus=2
chip4: <PCI to PCI bridge (vendor=1011 device=0024)> rev 0x03 on pci0.19.0
Probing for devices on PCI bus 1:
found->	vendor=0x104c, dev=0x3d07, revid=0x01
	class=03-00-00, hdrtype=0x00, mfdev=0
	subordinatebus=0 	secondarybus=0
	intpin=a, irq=11
	map[0]: type 1, range 32, base fcfe0000, size 17
	map[1]: type 1, range 32, base fc000000, size 23
	map[2]: type 1, range 32, base fb800000, size 23
vga0: <VGA-compatible display device> rev 0x01 int a irq 11 on pci1.0.0
Probing for devices on PCI bus 2:
found->	vendor=0x9005, dev=0x001f, revid=0x00
	class=01-00-00, hdrtype=0x00, mfdev=0
	subordinatebus=0 	secondarybus=0
	intpin=a, irq=10
	map[0]: type 4, range 32, base 0000ec00, size  8
	map[1]: type 1, range 64, base f9fff000, size 12
	map[2]: type 0, range  0, base 00000000, size  0
ahc0: <Adaptec aic7890/91 Ultra2 SCSI adapter> rev 0x00 int a irq 10 on pci2.10.0
ahc0: Reading SEEPROM...done.
ahc0: BIOS eeprom not present
ahc0: aic7890/91 Wide Channel A, SCSI Id=7, 16/255 SCBs
ahc0: Resetting Channel A
ahc0: Downloading Sequencer Program... 391 instructions downloaded
found->	vendor=0x9004, dev=0x8078, revid=0x01
	class=01-00-00, hdrtype=0x00, mfdev=0
	subordinatebus=0 	secondarybus=0
	intpin=a, irq=10
	map[0]: type 4, range 32, base 0000e800, size  8
	map[1]: type 1, range 32, base f9ffe000, size 12
ahc1: <Adaptec aic7880 Ultra SCSI adapter> rev 0x01 int a irq 10 on pci2.14.0
	using shared irq10.
ahc1: Reading SEEPROM...done.
ahc1: internal 50 cable not present, internal 68 cable not present
ahc1: external cable not present
ahc1: BIOS eeprom is present
ahc1: High byte termination Enabled
ahc1: Low byte termination Enabled
ahc1: aic7880 Wide Channel A, SCSI Id=7, 16/255 SCBs
ahc1: Resetting Channel A
ahc1: Downloading Sequencer Program... 411 instructions downloaded
Probing for devices on the ISA bus:
video: RTC equip. code:0x03, DCC code:0x09
video: CRTC:0x3d4, video option:0x60, rows:80, cols:25, font height:16
video: param table EGA/VGA:0, CGA/MDA:0
video: rows_offset:1
video#0: adapter type:VGA (5), flags:0x7f, CRTC:0x3d4
video#0: init mode:24, bios mode:3, current mode:24
video#0: window:0xf00b8000 size:32k gran:32k, buf:0xf0000000 size:0k
video#0: mode:24, flags:0x1 T 80x25, font:8x16, win:0xb8000
video#0: mode:32, flags:0x1 T 80x30, font:8x16, win:0xb8000
video#0: mode:30, flags:0x1 T 80x50, font:8x8, win:0xb8000
video#0: mode:34, flags:0x1 T 80x60, font:8x8, win:0xb8000
video#0: WARNING: video mode switching is not fully supported on this adapter
VGA parameters upon power-up
50 18 10 00 00 08 03 00 02 6f 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 00 08 03 00 02 6f 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 
sc0: the current keyboard controller command byte 0065
kbdio: DIAGNOSE status:0055
kbdio: TEST_KBD_PORT status:0000
kbdio: RESET_KBD return code:00fa
kbdio: RESET_KBD status:00aa
sc0: keyboard device ID: ab41
sc0 at 0x60-0x6f irq 1 on motherboard
sc0: VGA color <16 virtual consoles, flags=0x0>
sio0: irq maps: 0x1 0x11 0x1 0x1
sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa
sio0: type 16550A
sio1: irq maps: 0x1 0x9 0x1 0x1
sio1 at 0x2f8-0x2ff irq 3 on isa
sio1: type 16550A
sio2: disabled, not probed.
sio3: disabled, not probed.
lpt0 at 0x378-0x37f irq 7 on isa
lpt0: Interrupt-driven port
lp0: TCP/IP capable interface
bpf: lp0 attached
psm0: current command byte:0065
kbdio: TEST_AUX_PORT status:0000
kbdio: RESET_AUX return code:00fa
kbdio: RESET_AUX status:00aa
kbdio: RESET_AUX ID:0000
psm: status 00 02 64
psm: status 90 03 3c
psm: status 90 03 3c
psm: status 90 03 3c
psm: status 00 00 28
psm: data 08 00 00
psm: data 08 00 00
psm: status 00 02 64
psm0 at 0x60-0x64 irq 12 on motherboard
psm0: model Generic PS/2 mouse, device ID 0, 3 buttons
psm0: config:00000000, flags:00000000, packet size:3
psm0: syncmask:c0, syncbits:00
fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa
fdc0: FIFO enabled, 8 bytes threshold
fd0: 1.44MB 3.5in
wdc0 not found at 0x1f0
wdc1 at 0x170-0x177 irq 15 on isa
wdc1: unit 0 (atapi): <NEC                 CD-ROM DRIVE:28C/3.02>, removable, dma, iordy
wcd0: 2412/5512KB/sec, 128KB cache, audio play, 256 volume levels, ejectable tray
wcd0: no disc inside, unlocked
npx0 on motherboard
npx0: INT 16 interface
apm0: disabled, not probed.
imasks: bio c0088040, tty c007509a, net c007509a
BIOS Geometries:
 0:00000000 0..0=1 cylinders, 0..0=1 heads, 1..0=0 sectors
 1:00000000 0..0=1 cylinders, 0..0=1 heads, 1..0=0 sectors
 2:00000000 0..0=1 cylinders, 0..0=1 heads, 1..0=0 sectors
 3:00000000 0..0=1 cylinders, 0..0=1 heads, 1..0=0 sectors
 4:00000000 0..0=1 cylinders, 0..0=1 heads, 1..0=0 sectors
 5:00000000 0..0=1 cylinders, 0..0=1 heads, 1..0=0 sectors
 6:00000000 0..0=1 cylinders, 0..0=1 heads, 1..0=0 sectors
 7:00000000 0..0=1 cylinders, 0..0=1 heads, 1..0=0 sectors
 0 accounted for
Device configuration finished.
bpf: tun0 attached
bpf: sl0 attached
bpf: ppp0 attached
new masks: bio c0088040, tty c007509a, net c007509a
bpf: lo0 attached
Waiting 15 seconds for SCSI devices to settle
(noperiph:ahc0:0:X:X): SCSI bus reset delivered. 0 SCBs aborted.
(noperiph:ahc1:0:X:X): SCSI bus reset delivered. 0 SCBs aborted.
ahc0: Selection Timeout on A:1. 1 SCBs aborted
ahc1: Selection Timeout on A:0. 1 SCBs aborted
ahc0: Selection Timeout on A:2. 1 SCBs aborted
ahc1: Selection Timeout on A:1. 1 SCBs aborted
ahc0: Selection Timeout on A:3. 1 SCBs aborted
ahc1: Selection Timeout on A:2. 1 SCBs aborted
ahc0: Selection Timeout on A:4. 1 SCBs aborted
ahc1: Selection Timeout on A:3. 1 SCBs aborted
ahc0: Selection Timeout on A:5. 1 SCBs aborted
ahc1: Selection Timeout on A:4. 1 SCBs aborted
ahc0: Selection Timeout on A:6. 1 SCBs aborted
ahc1: Selection Timeout on A:5. 1 SCBs aborted
ahc0: Selection Timeout on A:8. 1 SCBs aborted
ahc1: Selection Timeout on A:6. 1 SCBs aborted
ahc0: Selection Timeout on A:9. 1 SCBs aborted
ahc1: Selection Timeout on A:8. 1 SCBs aborted
ahc0: Selection Timeout on A:10. 1 SCBs aborted
ahc1: Selection Timeout on A:9. 1 SCBs aborted
ahc0: Selection Timeout on A:11. 1 SCBs aborted
ahc1: Selection Timeout on A:10. 1 SCBs aborted
ahc0: Selection Timeout on A:12. 1 SCBs aborted
ahc1: Selection Timeout on A:11. 1 SCBs aborted
ahc0: Selection Timeout on A:13. 1 SCBs aborted
ahc1: Selection Timeout on A:12. 1 SCBs aborted
ahc0: Selection Timeout on A:14. 1 SCBs aborted
ahc1: Selection Timeout on A:13. 1 SCBs aborted
ahc0: Selection Timeout on A:15. 1 SCBs aborted
ahc0: target 0 using 16bit transfers
ahc0: target 0 synchronous at 40.0MHz, offset = 0xf
ahc1: Selection Timeout on A:14. 1 SCBs aborted
ahc1: Selection Timeout on A:15. 1 SCBs aborted
pass0 at ahc0 bus 0 target 0 lun 0
pass0: <SEAGATE ST39102LW 0004> Fixed Direct Access SCSI2 device 
pass0: Serial Number LJ587842000019141CSZ
pass0: 80.0MB/s transfers (40.0MHz, offset 15, 16bit), Tagged Queueing Enabled
da0 at ahc0 bus 0 target 0 lun 0
da0: <SEAGATE ST39102LW 0004> Fixed Direct Access SCSI2 device 
da0: Serial Number LJ587842000019141CSZ
da0: 80.0MB/s transfers (40.0MHz, offset 15, 16bit), Tagged Queueing Enabled
da0: 8683MB (17783240 512 byte sectors: 255H 63S/T 1106C)
Considering MFS root f/s.
No MFS image available as root f/s.
Considering FFS root f/s.
changing root device to da0s4a
da0s1: type 0x6, start 63, end = 4192964, size 4192902 : OK
da0s2: type 0x82, start 4192965, end = 4289354, size 96390 : OK
da0s3: type 0x83, start 4289355, end = 11454344, size 7164990 : OK
da0s4: type 0xa5, start 11454345, end = 17767889, size 6313545 : OK

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



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