Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Mar 1996 22:38:20 -0500 (EST)
From:      Gang-Ryung Uh <uh@sed.cs.fsu.edu>
To:        freebsd-current@freebsd.org
Subject:   config 
Message-ID:  <199603260338.WAA04421@sed.cs.fsu.edu>

next in thread | raw e-mail | index | archive | help
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


   



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