Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Mar 1995 23:47:45 +0000 (GMT)
From:      "Mike S. Leizaola" <leizaola@dcs.rhbnc.ac.uk>
To:        questions@FreeBSD.org
Subject:   My Config file.
Message-ID:  <Pine.HPP.3.91.950315234646.13175A-100000@alpha.cs.rhbnc.ac.uk>

next in thread | raw e-mail | index | archive | help
#
# GOLFO - 386sx in MSc Information Security Lab. NetBSD
#
#	$Id: GOLFO v.1.1 12:30 28 Feb 95 msl Exp $
#

machine		"i386"
cpu		"I386_CPU"
ident		GOLFO
timezone	0 
maxusers	10
options		SWAPPAGER,VNODEPAGER,DEVPAGER
options		FFS
options		INET,"CD9660"
options 	NFSCLIENT
options 	NFSSERVER
options		"COMPAT_43"
options		"TCP_COMPAT_42"
options		XSERVER,UCONSOLE
options		MSDOSFS
options		KERNFS
#options		"MATH_EMULATE"
options		"COMPAT_NOMID"
#options		"COMPAT_09"
options		"MACHINE_NONCONTIG"

config		netbsd	swap generic
options		GENERIC

controller	isa0

device		pc0	at isa? port "IO_KBD" irq 1
device		com0	at isa? port "IO_COM1" irq 4
device		com1	at isa? port "IO_COM2" irq 3
device		com2	at isa? port "IO_COM3" irq 5

device		lpt0	at isa? port "IO_LPT1" irq 7
#device		lpt1	at isa? port "IO_LPT2"
#device		lpt2	at isa? port "IO_LPT3"

controller	wdc0	at isa? port "IO_WD1" irq 14
disk		wd0	at wdc0 drive ?
disk		wd1	at wdc0 drive ?

controller	fdc0	at isa? port "IO_FD1" irq 6 drq 2
disk		fd0	at fdc0 drive ?
disk		fd1	at fdc0 drive ?

#device		wt0	at isa? port 0x300 irq 5 drq 1

device 		ed0 at isa? port 0x300 irq 10 iomem 0xd0000
#device 		ed1 at isa? port 0x320 irq 5 iomem 0xcc000

#device el0 at isa? port 0x300 irq 9
#device ep0 at isa? port ? irq ?
#device ie0 at isa? port 0x360 irq 7 iomem 0xd0000
#device le0 at isa? port 0x320 irq 10 drq 7

device		npx0	at isa? port "IO_NPX" irq 13

pseudo-device	ether
pseudo-device	log
pseudo-device	loop
pseudo-device	pty	32
pseudo-device	sl	1
pseudo-device	speaker
#pseudo-device   ppp




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