Subject: Re: fpsp and kernel build problem
To: Chuck Silvers <chuq@chuq.com>
From: Louis-Philippe Lessard <yayay@netbsd.2y.net>
List: port-mac68k
Date: 11/06/2002 17:04:15
This is a multi-part message in MIME format.

------=_NextPart_000_0018_01C285B6.8982ADA0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

Hi,

Here it is! 

Thank you for your help
LP
----- Original Message ----- 
From: "Chuck Silvers" <chuq@chuq.com>
To: "Louis-Philippe Lessard" <yayay@netbsd.2y.net>
Sent: Tuesday, November 05, 2002 3:10 AM
Subject: Re: fpsp and kernel build problem


> hi,
> 
> what's your config file?  this shouldn't be hard to fix once
> we know what set of options you're using.
> 
> -Chuck
> 
> 

------=_NextPart_000_0018_01C285B6.8982ADA0
Content-Type: application/octet-stream;
	name="QUAD"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
	filename="QUAD"

# QUADRA 700=0A=
=0A=
include	"arch/mac68k/conf/std.mac68k"=0A=
=0A=
ident 		"QUAD-test2"=0A=
=0A=
maxusers	8		# estimated number of users=0A=
=0A=
# CPU support.  At least one is REQUIRED.=0A=
options 	M68040=0A=
#options 	M68030=0A=
#options 	M68020		# Note:  must have 68851 PMMU=0A=
=0A=
# CPU-related options.=0A=
options 	FPSP=0A=
#options 	FPU_EMULATE=0A=
=0A=
# Standard system options=0A=
=0A=
options 	UCONSOLE	# users can use TIOCCONS (for xconsole)=0A=
#options 	INSECURE	# disable kernel security levels=0A=
=0A=
options 	RTC_OFFSET=3D0	# hardware clock is this many mins. west of GMT=0A=
#options 	NTP		# NTP phase/frequency locked loop=0A=
=0A=
options 	KTRACE		# system call tracing via ktrace(1)=0A=
=0A=
options 	SYSVMSG		# System V-like message queues=0A=
options 	SYSVSEM		# System V-like semaphores=0A=
#options	SEMMNI=3D10	# number of semaphore identifiers=0A=
#options	SEMMNS=3D60	# number of semaphores in system=0A=
#options	SEMUME=3D10	# max number of undo entries per process=0A=
#options	SEMMNU=3D30	# number of undo structures in system=0A=
=0A=
options 	SYSVSHM		# System V-like memory sharing=0A=
#options 	SHMMAXPGS=3D1024	# 1024 pages is the default=0A=
=0A=
options 	LKM		# loadable kernel modules=0A=
=0A=
# Diagnostic/debugging support options=0A=
#options 	DIAGNOSTIC	# cheap kernel consistency checks=0A=
#options 	DEBUG		# expensive debugging checks/support=0A=
#options 	KMEMSTATS	# kernel memory statistics (vmstat -m)=0A=
options 	DDB		# in-kernel debugger=0A=
#options 	DDB_HISTORY_SIZE=3D100	# enable history editing in DDB=0A=
#options 	KGDB		# remote debugger=0A=
#options 	KGDBDEV=3D0xc01	# kgdb device number (dev_t)=0A=
#options 	KGDBRATE=3D38400	# baud rate=0A=
#makeoptions	DEBUG=3D"-g"	# compile full symbol table=0A=
=0A=
# Compatibility options=0A=
#options 	COMPAT_NOMID	# compatibility with 386BSD, BSDI, NetBSD 0.8,=0A=
#options 	COMPAT_09	# NetBSD 0.9,=0A=
#options 	COMPAT_10	# NetBSD 1.0,=0A=
#options 	COMPAT_11	# NetBSD 1.1,=0A=
#options 	COMPAT_12	# NetBSD 1.2,=0A=
#options 	COMPAT_13	# NetBSD 1.3,=0A=
#options 	COMPAT_14	# NetBSD 1.4,=0A=
#options 	COMPAT_43	# and 4.3BSD=0A=
#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.=0A=
=0A=
options		COMPAT_AOUT_M68K=0A=
options		EXEC_AOUT=0A=
=0A=
#options 	COMPAT_SUNOS	# compatibility with SunOS 4.x binaries=0A=
#options 	COMPAT_SVR4	# compatibility with SVR4 binaries=0A=
#options 	COMPAT_M68K4K	# compatibility with NetBSD/m68k4k binaries=0A=
#options 	COMPAT_LINUX	# compatibility with Linux/m68k binaries=0A=
#options 	EXEC_ELF32	# 32-bit ELF executables (Linux, SVR4)=0A=
=0A=
# File systems=0A=
file-system 	FFS		# UFS=0A=
#file-system 	EXT2FS		# second extended file system (linux)=0A=
file-system 	LFS		# log-structured file system=0A=
=0A=
=0A=
#file-system 	MFS		# memory file system=0A=
file-system 	NFS		# Network File System client=0A=
#file-system 	CD9660		# ISO 9660 + Rock Ridge file system=0A=
#file-system 	MSDOSFS		# MS-DOS file system=0A=
file-system 	FDESC		# /dev/fd=0A=
file-system 	KERNFS		# /kern=0A=
file-system 	NULLFS		# loopback file system=0A=
#file-system 	OVERLAY		# overlay file system=0A=
#file-system 	PORTAL		# portal filesystem (still experimental)=0A=
file-system 	PROCFS		# /proc=0A=
file-system 	UMAPFS		# NULLFS + uid and gid remapping=0A=
#file-system 	UNION		# union file system=0A=
#file-system 	CODA		# Venus/Coda distributed file system=0A=
=0A=
# File system options=0A=
#options 	QUOTA		# UFS quotas=0A=
options 	FFS_EI		# FFS Endian Independant support=0A=
options 	SOFTDEP		# FFS soft updates support.=0A=
options 	NFSSERVER	# Network File System server=0A=
#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and=0A=
				# immutable) behave as system flags.=0A=
=0A=
# Networking options=0A=
#options 	GATEWAY		# packet forwarding=0A=
options 	INET		# IP + ICMP + TCP + UDP=0A=
#options 	INET6		# IPV6=0A=
#options 	IPSEC		# IP security=0A=
#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)=0A=
#options 	IPSEC_DEBUG	# debug for IP security=0A=
#options 	MROUTING	# IP multicast routing=0A=
#options 	NS		# XNS=0A=
#options 	NSIP		# XNS tunneling over IP=0A=
#options 	ISO,TPIP	# OSI=0A=
#options 	EON		# OSI tunneling over IP=0A=
#options 	CCITT,LLC,HDLC	# X.25=0A=
options 	NETATALK	# AppleTalk networking protocols=0A=
#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP=0A=
#options 	PPP_DEFLATE	# Deflate compression support for PPP=0A=
options 	PPP_FILTER	# Active filter support for PPP (requires bpf)=0A=
options 	PFIL_HOOKS	# pfil(9) packet filter hooks=0A=
#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG=0A=
=0A=
# These options enable verbose messages for several subsystems.=0A=
# Warning, these may compile large string tables into the kernel!=0A=
#options 	SCSIVERBOSE	# human readable SCSI error messages=0A=
=0A=
# wscons options=0A=
#options 	WSEMUL_SUN		# sun terminal emulation=0A=
options 	WSEMUL_VT100		# VT100 / VT220 emulation=0A=
options 	WSDISPLAY_COMPAT_ITEFONT # use ite font (6x10)=0A=
=0A=
# rcons options; note that 1-bit and 8-bit displays are supported by =
default.=0A=
#options 	RCONS_2BPP		# Support for 2-bit display=0A=
#options 	RCONS_4BPP		# Support for 4-bit display=0A=
#options 	RCONS_16BPP		# Support for 16-bit display=0A=
=0A=
# Mac-specific options=0A=
options 	ALTXBUTTONS	# Map Opt-{1,2,3} to mouse buttons=0A=
#options 	DISABLE_EXT_CACHE # If really paranoid, disable IIci ext. cache=0A=
options 	GRF_COMPAT	# Include grf compatibility code=0A=
#options 	MRG_ADB		# Use ROM-based ADB driver=0A=
options 	ZS_CONSOLE_ABORT=0A=
=0A=
options 	NFS_BOOT_DHCP=0A=
=0A=
# Kernel root file system and dump configuration.=0A=
config		netbsd	root on ? type ?=0A=
=0A=
#=0A=
# Device configuration=0A=
#=0A=
=0A=
mainbus0 at root=0A=
=0A=
fpu0 at mainbus?			# Floating-Point Coprocessor support=0A=
=0A=
=0A=
# Basic Bus Support=0A=
=0A=
# On-board I/O bus support=0A=
obio0 at mainbus?=0A=
=0A=
# NuBus support=0A=
nubus0 at mainbus?=0A=
=0A=
=0A=
# Console Devices=0A=
=0A=
# Apple Desktop Bus interface=0A=
adb0	at obio?=0A=
aed*	at adb?				# ADB event device=0A=
akbd*	at adb?				# ADB keyboard=0A=
ams*	at adb?				# ADB mouse=0A=
=0A=
# Basic frame buffer support=0A=
intvid0	at obio?			# Internal video hardware=0A=
#macvid*	at nubus?			# NuBus video card=0A=
=0A=
# Device-independent frame buffer interface=0A=
macfb*	at intvid?=0A=
#macfb*	at macvid?=0A=
=0A=
# Workstation Console devices=0A=
wsdisplay* at macfb? console ?=0A=
wskbd*	at akbd? console ?=0A=
wsmouse* at ams?=0A=
=0A=
=0A=
# Serial Devices=0A=
=0A=
# On-board serial interface=0A=
zsc0	at obio?=0A=
zstty*	at zsc? channel ?=0A=
=0A=
=0A=
# SCSI Controllers and Devices=0A=
=0A=
# SCSI controllers=0A=
# XXX - use only one of ncrscsi or sbc=0A=
#ncrscsi0 at obio?			# SCSI NCR 5380=0A=
#sbc0	at obio? flags 0x1		# MI SCSI NCR 5380=0A=
esp0	at obio?			# SCSI NCR 53C9x=0A=
#esp1	at obio?			# SCSI NCR 53C9x=0A=
=0A=
# SCSI bus support=0A=
scsibus* at scsi?=0A=
=0A=
# SCSI devices=0A=
sd*	at scsibus? target ? lun ?	# SCSI disk drives=0A=
st*	at scsibus? target ? lun ?	# SCSI tape drives=0A=
cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives=0A=
ch*	at scsibus? target ? lun ?	# SCSI autochangers=0A=
se*	at scsibus? target ? lun ?	# SCSI ethernet=0A=
ss*	at scsibus? target ? lun ?	# SCSI scanners=0A=
uk*	at scsibus? target ? lun ?	# SCSI unknown=0A=
=0A=
=0A=
# Miscellaneous mass storage devices=0A=
=0A=
# IWM floppy disk controller=0A=
iwm0	at obio?			# Sony driver (800K GCR)=0A=
fd*	at iwm? drive ?=0A=
=0A=
=0A=
# Network Interfaces=0A=
=0A=
# On-board Ethernet controllers=0A=
sn*	at obio?			# SONIC-based (DP83932, DP83916)=0A=
#mc*	at obio?			# MACE-based=0A=
=0A=
# NuBus Ethernet controllers=0A=
ae*	at nubus?			# DP8390-based=0A=
sn*	at nubus?			# SONIC-based (DP83932, DP83916)=0A=
sm*	at nubus?			# SMC 91cxx-based=0A=
=0A=
#nsphy*	at mii? phy ?=0A=
#ukphy*	at mii? phy ?=0A=
=0A=
# Audio Devices=0A=
=0A=
# On-board audio hardware=0A=
asc0	at obio?			# ASC/EASC audio=0A=
=0A=
# Pseudo-Devices=0A=
=0A=
# disk/mass storage pseudo-devices=0A=
pseudo-device	ccd		4	# concatenated/striped disk devices=0A=
#pseudo-device	raid		4	# RAIDframe disk driver=0A=
#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components=0A=
pseudo-device	md		1	# memory disk device (ramdisk)=0A=
#pseudo-device	vcoda		1	# Venus/Coda distributed file system=0A=
#pseudo-device	vnd		4	# disk-like interface to files=0A=
=0A=
# network pseudo-devices=0A=
pseudo-device	bpfilter	12	# Berkeley packet filter=0A=
pseudo-device	ipfilter		# IP filter (firewall) and NAT=0A=
pseudo-device	loop			# network loopback=0A=
pseudo-device	ppp		2	# Point-to-Point Protocol=0A=
pseudo-device	sl		2	# Serial Line IP=0A=
#pseudo-device	strip		2	# Starmode Radio IP (Metricom)=0A=
pseudo-device	tun		2	# network tunneling over tty=0A=
#pseudo-device	gre		2	# generic L3 over IP tunnel=0A=
pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)=0A=
#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f=0A=
#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation=0A=
pseudo-device	vlan			# IEEE 802.1q encapsulation=0A=
pseudo-device	pppoe		2=0A=
=0A=
# miscellaneous pseudo-devices=0A=
pseudo-device	grf		2	# grf emulation for wscons=0A=
pseudo-device	ite		1	# ite emulation for wscons=0A=
pseudo-device	pty			# pseudo-terminals=0A=
#pseudo-device	tb		1	# tablet line discipline=0A=
=0A=
# random number generator pseudo-device=0A=
pseudo-device	rnd			# /dev/random and in-kernel generator=0A=
#options 	RND_COM			# use "com" randomness as well (BROKEN)=0A=

------=_NextPart_000_0018_01C285B6.8982ADA0--