Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 May 1995 10:42:32 -0400 (EDT)
From:      "Alok K. Dhir" <adhir@iagi.net>
To:        hackers@FreeBSD.org, current@FreeBSD.org
Subject:   Follow up to my last message
Message-ID:  <Pine.BSI.3.91.950518104001.2491A-100000@littledipper.iagi.net>

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

Hi sorry to do this in two messages, I forgot to add it to the last one.  
Re: Hanging -current since mid April.  Running news full time.

Here's a copy of my kernel config in case someone can glean some info 
from this.  BTW another data point, we added the soundcard to this 
machine around the same time.  I have not tried pulling it yet...

# LITTLEDIPPER
#
#	GENERIC,v 1.20 1994/11/18 19:10:25 jkh Exp
#

machine		"i386"
cpu		"I486_CPU"
ident		LITTLEDIPPER
maxusers	20

options		INET			#InterNETworking
options		FFS			#Berkeley Fast Filesystem
options		NFS			#Network Filesystem
options		"CD9660"		#ISO 9660 Filesystem
options		PROCFS			#Process filesystem

options		QUOTA

options		"COMPAT_43"		#Compatible with BSD 4.3
options		UCONSOLE		#X Console support
options		"FAT_CURSOR"		#block cursor in syscons or pccons
options		KTRACE
options		USERCONFIG
options         "COMPAT_IBCS2"

#
# Options for `sc':
#
# HARDFONTS allows the driver to load an ISO-8859-1 font to replace
# the default font in your display adapter's memory.
#
#options         HARDFONTS
#
# MAXCONS is maximum number of virtual consoles, no more than 16
# default value: 12
#
#options         "MAXCONS=4"


options 	"AUTO_EOI_1"

options		SYSVSHM
options		SYSVSEM
options		SYSVMSG

config		kernel	root on sd0 swap on sd0

controller	isa0
controller	pci0

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

controller	ncr0

controller	scbus0

device		sd0
device		sd1

device		st0

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

device		sc0	at isa? port "IO_KBD" tty irq 1 vector scintr
device		npx0	at isa? port "IO_NPX" irq 13 vector npxintr

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		lpt0	at isa? port "IO_LPT1" tty irq 7 vector lptintr

device		joy0	at isa? port "IO_GAME"

device ed0 at isa? port 0x280 net irq  10 iomem 0xd8000 vector edintr

controller	snd0
device 		sb0	at isa? port 0x220 irq 5 drq 1 vector sbintr
device		opl0	at isa? port 0x388

pseudo-device	loop
pseudo-device	ether
pseudo-device	log
pseudo-device	sl	2
pseudo-device	pty	32
pseudo-device	speaker
pseudo-device	snp	3
#pseudo-device	bpfilter 	4


Alok K. Dhir
Internet Access Group, Inc.
adhir@iagi.net
(301) 652-0484  Fax: (301) 652-0649
http://www.iagi.net




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSI.3.91.950518104001.2491A-100000>