Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Jan 1997 23:07:15 +0200
From:      Mark Murray <mark@grondar.za>
To:        Bill Paul <wpaul@skynet.ctr.columbia.edu>
Cc:        current@freebsd.org, peter@freebsd.org
Subject:   Re: NIS breakage 
Message-ID:  <199701192107.XAA07154@grackle.grondar.za>

next in thread | raw e-mail | index | archive | help
Bill Paul wrote:
> You say this system is a 386/40. Did you fiddle with the kernel config

It is actually an AMD386sx/40

> for this machine so that it has just the I386_CPU cpu type defined, or
> does it still have the same cpu support as GENERIC? Also, does it have
> hardware FPU support? If not, did you use options MATH_EMULATE or
> options GPL_MATH_EMULATE?

Here is my config file:

#
# G386 -- Grondar Server
#

machine		"i386"
cpu		"I386_CPU"
ident		"G386"
maxusers	16

options		GPL_MATH_EMULATE	#Support for x87 emulation
options		INET			#InterNETworking
options		FFS			#Berkeley Fast Filesystem
options		NFS			#Network Filesystem
options		MFS			#Memory Filesystem
options		PROCFS			#Process filesystem
options		KERNFS			#Kernel filesystem
options		DEVFS			#Kernel filesystem
options		"COMPAT_43"		#Compatible with BSD 4.3

config		kernel	root on wd0

controller	isa0

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

controller	wdc0	at isa? port "IO_WD1" bio irq 14 vector wdintr
disk		wd0	at wdc0 drive 0

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? tty irq 7 vector lptintr
device		ed0	at isa? port 0x280 net irq 5 iomem 0xd8000 vector edintr
device		pca0	at isa? port IO_TIMER1 tty

pseudo-device	loop	1
pseudo-device	ether
pseudo-device	log
pseudo-device	tun	1
pseudo-device	ppp	1
pseudo-device	bpfilter	1
pseudo-device	pty	16
pseudo-device	gzip
pseudo-device	speaker

M
--
Mark Murray                PGP key fingerprint = 80 36 6E 40 83 D6 8A 36
This .sig is umop ap!sdn.                        BC 06 EA 0E 7A F2 CE CE



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