From owner-freebsd-current Mon Mar 25 19:38:33 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA06677 for current-outgoing; Mon, 25 Mar 1996 19:38:33 -0800 (PST) Received: from sed.cs.fsu.edu (sed.cs.fsu.edu [128.186.121.157]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id TAA06671 for ; Mon, 25 Mar 1996 19:38:28 -0800 (PST) Received: by sed.cs.fsu.edu (8.6.9/56) id WAA04421; Mon, 25 Mar 1996 22:38:20 -0500 From: Gang-Ryung Uh Message-Id: <199603260338.WAA04421@sed.cs.fsu.edu> Subject: config To: freebsd-current@freebsd.org Date: Mon, 25 Mar 1996 22:38:20 -0500 (EST) X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, I am running FreeBSD-current (Mar 21 1996). But during the boot time, there is one message annoys me: bt: unit number (1) too high bt0 not found at 0x330 But FreeBSD 2.1 does not emit such message!! Would you tell me any clue why I am getting such error? Following is my kernel config file. Thanks. --UGR (uh@cs.fsu.edu) ========================================================== machine "i386" cpu "I586_CPU" ident STRANGE maxusers 10 options CHILD_MAX=128 options OPEN_MAX=128 options INET #InterNETworking options FFS #Berkeley Fast Filesystem options NFS #Network Filesystem options MSDOSFS #MSDOS Filesystem options "CD9660" #ISO 9660 Filesystem options PROCFS #Process filesystem options "COMPAT_43" #Compatible with BSD 4.3 options UCONSOLE #X Console support options "FAT_CURSOR" #block cursor in syscons or pccons options "SCSI_DELAY=15" #Be pessimistic about Joe SCSI device options "NCONS=8" #4 virtual consoles options BOUNCE_BUFFERS #include support for DMA bounce buffers options COMPAT_LINUX options LINUX options SYSVSHM options SYSVSEM options SYSVMSG config kernel root on sd1 swap on sd1 dumps on sd1 controller isa0 controller pci0 controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr disk fd0 at fdc0 drive 0 tape ft0 at fdc0 drive 2 options FDSEEKWAIT="16" controller scbus0 #base SCSI code device sd0 device sd1 device cd0 controller bt0 at isa? port "IO_BT0" bio irq ? vector bt_isa_intr device sd0 device cd0 #Only need one of these, the code dynamically grows device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr device npx0 at isa? port "IO_NPX" irq 13 vector npxintr controller snd0 device sb0 at isa? port 0x220 irq 5 conflicts drq 1 vector sbintr device sbxvi0 at isa? drq 6 device sbmidi0 at isa? port 0x0 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 psm0 at isa? port "IO_KBD" conflicts tty irq 12 vector psmintr device lpt0 at isa? port? tty irq 7 vector lptintr pseudo-device loop pseudo-device ether pseudo-device log pseudo-device sl 2 pseudo-device ppp 2 pseudo-device bpfilter 4 pseudo-device pty 16 pseudo-device gzip # Exec gzipped a.out's pseudo-device speaker