From owner-freebsd-hackers Sat Jan 11 15:31:25 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id PAA13578 for hackers-outgoing; Sat, 11 Jan 1997 15:31:25 -0800 (PST) Received: from fallout.campusview.indiana.edu (fallout.campusview.indiana.edu [149.159.1.1]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id PAA13573 for ; Sat, 11 Jan 1997 15:31:21 -0800 (PST) Received: from localhost (jfieber@localhost) by fallout.campusview.indiana.edu (8.8.4/8.8.4) with SMTP id SAA00872; Sat, 11 Jan 1997 18:31:05 -0500 (EST) Date: Sat, 11 Jan 1997 18:31:04 -0500 (EST) From: John Fieber To: Joerg Wunsch cc: hackers@FreeBSD.ORG Subject: Re: Mounting devfs on /dev In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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