Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Jan 1997 18:31:04 -0500 (EST)
From:      John Fieber <jfieber@indiana.edu>
To:        Joerg Wunsch <joerg_wunsch@uriah.heep.sax.de>
Cc:        hackers@FreeBSD.ORG
Subject:   Re: Mounting devfs on /dev
Message-ID:  <Pine.BSI.3.95.970111182451.307C-100000@fallout.campusview.indiana.edu>
In-Reply-To: <Mutt.19970112002014.j@uriah.heep.sax.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 12 Jan 1997, J Wunsch wrote:

> As John Fieber wrote:
>
> Are you sure everything has been built correctly?
> 
> Just for grins, i've rebuilt the kernel on my scratchbox (this time
> the diskless one, it was simpler for me).  It worked out of the box.
> 
> j@uncle 53% uname -a
> FreeBSD uncle 3.0-CURRENT FreeBSD 3.0-CURRENT #9: Sun Jan 12 00:00:11 MET 1997     j@uriah.heep.sax.de:/usr/diskless/uncle-root/sys-cur/compile/UNCLE  i386
                                    ^^^^^^^^^^^

Hmm... might there be some devfs related changes in current that
are not in RELENG_2_2 (as of several days ago)?  Any other
required kernel config options besides DEVFS and DEVFS_ROOT?  My
current kernel config: 

machine		"i386"
cpu 	    	"I486_CPU"
cpu		"I586_CPU"
ident		FALLOUT
maxusers	15

options         CHILD_MAX=128
options         OPEN_MAX=128

options		"COMPAT_43"

options		USER_LDT

options		SYSVSHM			#SYSV shared memory
options		SYSVSEM			#SYSV semaphores
options		SYSVMSG			#SYSV messages

options		KTRACE			#Kernel syscall tracing

options		UCONSOLE		#Allow users to grab the console
options		USERCONFIG		#boot -c editor
options		VISUAL_USERCONFIG	#visual boot -c editor

options		INET			#InterNETworking
options		NETATALK		#AppleTalk

options		FFS			#Berkeley Fast Filesystem
options		DEVFS
options     	DEVFS_ROOT

config		kernel	root on sd0 

# ISA Bus
controller	isa0
options		"AUTO_EOI_1"
options	    	"AUTO_EOI_2"

# PCI Bus
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

# SCSI Controller and devices
controller	ncr0
controller	scbus0	at ncr0
#controller	aha0	at isa? port "IO_AHA0" bio irq ? drq 5 vector ahaintr
#controller  	scbus1	at aha0
device		sd0 
device		st0
device		cd0	
options		SCSI_DELAY=10		#Be pessimistic about Joe SCSI device
#options     	SCSIDEBUG

# Syscons console driver (SCO compatible)
device		sc0	at isa? port "IO_KBD" tty irq 1 vector scintr

# Math processor
device		npx0	at isa? port "IO_NPX" irq 13 vector npxintr

# Serial ports
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 ports
device		lpt0	at isa? port? tty irq 7 vector lptintr

# Ethernet
device ed0 at isa? port 0x280 net irq 5 iomem 0xd8000 vector edintr

# Sound card
controller	snd0
device sb0      at isa? port 0x220 irq 10 drq 1 vector sbintr
device sbxvi0   at isa? drq 6
device sbmidi0  at isa? port 0x300
device opl0     at isa? port 0x388

# Pseudo devices
pseudo-device	loop		# loopback device
pseudo-device	ether		# core ethernet code
pseudo-device	log		# system logging 
pseudo-device	pty	32	# pseudo terminals
pseudo-device	speaker		# PC speaker interface
pseudo-device	gzip		# Exec gzipped a.out's
pseudo-device	vn		# vnode driver (turns a file into a device)
pseudo-device	bpfilter 4	# Berkeley packet filter device





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSI.3.95.970111182451.307C-100000>