Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Sep 1997 07:45:41 +0200
From:      Andreas Klemm <andreas@klemm.gtn.com>
To:        Steve Passe <smp@csn.net>
Cc:        smp@FreeBSD.ORG
Subject:   Re: HEADS UP: another set of changes.
Message-ID:  <19970901074541.33637@klemm.gtn.com>
In-Reply-To: <199708312239.QAA22012@Ilsa.StevesCafe.com>; from Steve Passe on Sun, Aug 31, 1997 at 04:39:53PM -0600
References:  <19970901001717.08535@klemm.gtn.com> <199708312239.QAA22012@Ilsa.StevesCafe.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Aug 31, 1997 at 04:39:53PM -0600, Steve Passe wrote:
> try using an unmodified (as possible) SMP-GENERIC config file.

Ok ...

> any lkms being loaded? they seem to be causing trouble again...

Yes

Type     Id Off Loadaddr Size Info     Rev Module Name
EXEC      0   4 f57d8000 001c f57de010   1 linux_mod
MISC      1   0 f57df000 0008 f57e0000   1 daemon_saver_mod

And here my kernel config file ...

#
# BISDN kernel
#

machine		"i386"
cpu		"I686_CPU"
ident		BISDNSMP
maxusers	64

# SMP Stuff
options         SMP                     # Symmetric MultiProcessor Kernel
options         APIC_IO                 # Symmetric (APIC) I/O

options         USER_LDT                # for Wine

options         SHOW_BUSYBUFS           # busy buffers on shutdown ?

# Networking
options		INET			#InterNETworking
options		IPFIREWALL		#firewall
options		IPFIREWALL_VERBOSE	#print information about dropped packets
options		"IPFIREWALL_VERBOSE_LIMIT=100"	#limit verbosity

# filesystems
options		FFS			#Berkeley Fast Filesystem
options		MFS			#Memory File System
options		PROCFS			#Process filesystem
options		MSDOSFS			#MS DOS File System
options		"CD9660"		#ISO 9660 filesystem
options		NSWAPDEV=3		#Allow this many swap-devices.

# misc options
options		"COMPAT_43"		#Compatible with BSD 4.3 [KEEP THIS!]
options		UCONSOLE		#Allow users to grab the console
options		SYSVSHM,SYSVSEM,SYSVMSG	#shared memory (X11)
options		"MD5"
options		COMPAT_LINUX		# Linux Binary compatibility

config		kernel root on sd1

# ISA and PCI BUS support
controller	isa0
controller	pci0

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

# AHA 2940 PCI Controller
controller	ahc0

# SCSI Devices
controller	scbus0
device		sd0			# Harddisk 0 - DOS/FreeBSD SMP
device		sd1			# Harddisk 1 - FreeBSD Boot
device		sd2			# Harddisk 2 - FreeBSD local
device		st0			# TDC 4222
device		cd0			# TOSHIBA XM-5701TA 3136
options		AHC_TAGENABLE		# tagged command queueing
options		AHC_ALLOW_MEMIO
options		AHC_SCBPAGING_ENABLE
options		SCSI_REPORT_GEOMETRY

# SCO compatible system console
device		sc0	at isa? port "IO_KBD" tty irq 1 vector scintr
options		MAXCONS=4		# number of virtual consoles

# floating point unit
device		npx0	at isa? port "IO_NPX" flags 0x1 irq 13 vector npxintr

# serial devices on mainboard
device		sio0	at isa? port "IO_COM1" tty irq 4 vector siointr
device		sio1	at isa? port "IO_COM2" tty irq 3 vector siointr

# parallel device on mainboard
device		lpt0	at isa? port? tty irq 7 vector lptintr

# PS/2 mouse on mainboard
device	psm0	at isa? port "IO_KBD" conflicts tty irq 12 vector psmintr
options		"PSM_ACCEL=1"	# PS/2 mouse acceleration

# Joystick
device		joy0	at isa? port "IO_GAME"

# Network 3COM PCI
# device vx0
device	ed0	at isa? port 0x280 net irq 10 iomem 0xd0000 vector edintr

# Soundblaster 16
# SoundBlaster DSP driver - for SB, SB Pro, SB16, PAS(emulating SB)
# SoundBlaster 16 DSP driver - for SB16 - requires sb0 device
# SoundBlaster 16 MIDI - for SB16 - requires sb0 device
# Yamaha OPL-2/OPL-3 FM - for SB, SB Pro, SB16, PAS
controller	snd0
device sb0      at isa? port 0x220 irq 5 conflicts drq 1 vector sbintr
device sbxvi0   at isa? port? irq? drq 5 conflicts
device sbmidi0  at isa? port 0x330 irq? conflicts
device opl0     at isa? port 0x388 conflicts

# Pseudo devices
pseudo-device	loop
pseudo-device	ether
pseudo-device	log		#Kernel syslog interface (/dev/klog)
pseudo-device	vn		1	#Vnode driver (turns a file into a dev.)
pseudo-device	tun		1	#user mode ppp
pseudo-device	bpfilter	2	#Berkeley packet filter
pseudo-device	pty		16
pseudo-device	gzip			# Exec gzipped a.out's

# BISDN
options		IPI_VJ		# Van Jacobsen header compression support
#options	"IPI_DIPA=3"	# send ip accounting packets every 3 seconds
options		TELES_HAS_MEMCPYB	# bisdn 0.97

# Teles S0/16.3	###################################################### IRQ  9 ##
controller	tel0 at isa? port 0xd80 net irq 9 vector telintr
pseudo-device	disdn
pseudo-device	isdn
pseudo-device	ipi	1
pseudo-device	ispy	1

-- 
Andreas Klemm | klemm.gtn.com - powered by
                    Symmetric MultiProcessor FreeBSD
                       http://www.freebsd.org/~fsmp/SMP/SMP.html
                          http://www.freebsd.org/~fsmp/SMP/benches.html



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