Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Aug 1998 17:22:04 +0200
From:      Philippe Regnauld <regnauld@deepo.prosa.dk>
To:        freebsd-current@FreeBSD.ORG
Subject:   system lock-up (SMP, AHC_TAGENABLE, softupdates)
Message-ID:  <19980802172204.50682@deepo.prosa.dk>

next in thread | raw e-mail | index | archive | help
System: GigaByte 586-DX, 2xP5-133, 48MB, on-board 7880 SCSI,
        4GB IBM DCAS-34330W.
Current as of CTM src-cur 3477 (< 48 hours).

Softupdates enabled on _all_ filesystems: no problem, did
two make buildworlds/installworld in a row, as long
as AHC_TAGENABLE is off.

If I enable AHC_TAGENABLE, and push the system a bit (lots
of FS activity) -> freeze.  Last time it happened was with X,
so I'd have to do it again in text mode to write down the AHC
TAG messages...

Config file follows.

#
# TETARD
#

machine		"i386"
cpu		"I586_CPU"
ident		TETARD-SMP
maxusers	32

options		SMP			
options		APIC_IO			

options         "CPU_FASTER_5X86_FPU"

options		INET			
options		FFS		
options		PROCFS
options		"CD9660"
options		"COMPAT_43"
options		UCONSOLE
options		KTRACE
options		DDB
options		USERCONFIG
options		VISUAL_USERCONFIG

options	SOFTUPDATES

options		SYSVSHM			#SYSV shared memory
options		SYSVSEM			#SYSV semaphores
options		SYSVMSG			#SYSV messages
options		"SHMMAXPGS=1024"	#Max shared memory pages (4Kb/page)

options		"SCSI_2_DEF"		# Force CCS SCSI-I -> SCSI-II

options		"VM86"

config		kernel	root on sd0

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

controller	fdc0	at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
disk		fd0	at fdc0 drive 0

controller	pci0

device		ahc0
controller	scbus0
options		AHC_TAGENABLE	# ?
options		AHC_ALLOW_MEMIO
options		AHC_SCBPAGING_ENABLE

options		SCSI_REPORT_GEOMETRY

device		sd0			#SCSI disks
device		st0			#SCSI tapes
device		cd0			#SCSI cdrom

# syscons is the default console driver, resembling an SCO console
device		sc0	at isa? port "IO_KBD" tty irq 1 vector scintr
options		"MAXCONS=12"		#Max. virtual consoles


device		sio0	at isa? port "IO_COM1" tty irq 4 vector siointr
device		sio1	at isa? port "IO_COM2" tty irq 3 vector siointr

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

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

device ed0 at isa? port 0x340 net irq 9 iomem 0xd0000 vector edintr

pseudo-device	loop		#Loopback interface
pseudo-device	ether		#Ethernet
# ijppp uses tun instead of ppp device
pseudo-device	pty	32	#Pseudo ttys (telnet, xterm, etc...)
pseudo-device	gzip		#Exec gzipped a.out's
pseudo-device	speaker		#Beep
pseudo-device	tun	2	#Tunnel device
pseudo-device	snp	3	#Snoop devices
pseudo-device	bpfilter 4	#Berkeley Packet Filter
pseudo-device	vn		#Vnode driver

options		IPFIREWALL		#firewall
options		IPFIREWALL_VERBOSE	#print information about
                                        # dropped packets
options		"IPFIREWALL_VERBOSE_LIMIT=100" #limit verbosity
options		IPDIVERT		#divert sockets

# SoundBlaster 16
device		pcm0 at isa? port 0x220 tty irq 10 drq 1 flags 0x15 vector pcmintr

-- 
 -[ Philippe Regnauld / sysadmin / regnauld@deepo.prosa.dk / +55.4N +11.3E ]-

               The Internet is busy.  Please try again later.

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?19980802172204.50682>