Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Jan 1997 16:18:03 -0600
From:      Randy DuCharme <randyd@nconnect.net>
To:        Keith Mitchell <kmitch@weenix.guru.org>
Cc:        smp@freebsd.org
Subject:   Re: Tomcat III and APIC_IO
Message-ID:  <32DC061B.41C67EA6@nconnect.net>
References:  <199701142029.PAA02896@weenix.guru.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Keith Mitchell wrote:
> 
> Has anyone been able to get the Tomcat III MB to work with APIC_IO??
> 
<  whack  >


Yes.  Mine runs FLAWLESSLY ( and fast too! ) with dual 200s.

Here's my config FWIW....

#	$Id: ARABIAN_SMP, v 1.0.0 1996/12/26  rdd Exp $

machine		"i386"
cpu		"I586_CPU"
ident	        ARABIAN_SMP	
maxusers	10

options		INET			#InterNETworking
options		FFS			#Berkeley Fast Filesystem
options		NFS			#Network Filesystem
options		"CD9660"		#ISO 9660 Filesystem
options		PROCFS			#Process filesystem
options		"COMPAT_43"		#Compatible with BSD 4.3 [KEEP THIS!]
options		UCONSOLE		#Allow users to grab the console
#options		FAILSAFE		#Be conservative
options		USERCONFIG		#boot -c editor
options		VISUAL_USERCONFIG	#visual boot -c editor

options		"MAXMEM=98284"		
options		"AUTO_EOI_1"
options		"AUTO_EOI_2"
options 	CHILD_MAX=128
options		OPEN_MAX=128
options		SMP
options		NCPU=2
options		APIC_IO
options		SMP_INVLTLB

config		kernel	root on sd1

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	ahc0

controller	scbus0
device		sd0
device		st0
device		cd0	#Only need one of these, the code dynamically grows

# syscons is the default console driver, resembling an SCO console
device		sc0	at isa? port "IO_KBD" tty irq 1 vector scintr
# Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver
#device		vt0	at isa? port "IO_KBD" tty irq 1 vector pcrint
#options		PCVT_FREEBSD=210	# pcvt running on FreeBSD >= 2.0.5
#options		XSERVER			# include code for XFree86
#options		FAT_CURSOR		# start with block cursor

# Mandatory, don't remove
device		npx0	at isa? port "IO_NPX" iosiz 0x0 flags 0x0 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? tty irq 7 vector lptintr

# 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 de0


pseudo-device	loop
pseudo-device	ether
pseudo-device	log
pseudo-device	sl	1
# ijppp uses tun instead of ppp device
#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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?32DC061B.41C67EA6>