Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 09 Jan 2000 12:08:56 -0700
From:      Scott Corey <sbcorey@azstarnet.com>
To:        FreeBSD Questions <freebsd-questions@FreeBSD.ORG>
Subject:   Dmesg giving erroneous messages (Long Message)
Message-ID:  <3878DCC8.7C40FB57@azstarnet.com>

next in thread | raw e-mail | index | archive | help
I am having a heck of a time trying to figure out where I am getting
these kernel "No such device" config calls from. Here is my dmesg:

Copyright (c) 1992-1999 FreeBSD Inc.
Copyright (c) 1982, 1986, 1989, 1991, 1993
        The Regents of the University of California. All rights
reserved.
FreeBSD 3.4-STABLE #0: Sat Jan  8 15:56:39 MST 2000
    root@Amelia.Disowned.org:/usr/src/sys/compile/Amelia
Timecounter "i8254"  frequency 1193182 Hz
CPU: AMD-K6(tm) 3D processor (334.09-MHz 586-class CPU)
  Origin = "AuthenticAMD"  Id = 0x58c  Stepping = 12
  Features=0x8021bf<FPU,VME,DE,PSE,TSC,MSR,MCE,CX8,PGE,MMX>
  AMD Features=0x80000800<SYSCALL,3DNow!>
real memory  = 67108864 (65536K bytes)
config> di zp0
No such device: zp0
Invalid command or syntax.  Type `?' for help.
config> di ze0
No such device: ze0
Invalid command or syntax.  Type `?' for help.
config> di lnc0
No such device: lnc0
Invalid command or syntax.  Type `?' for help.
config> di le0
No such device: le0
Invalid command or syntax.  Type `?' for help.
config> di ie0
No such device: ie0
Invalid command or syntax.  Type `?' for help.
config> di fe0
No such device: fe0
Invalid command or syntax.  Type `?' for help.
config> di ex0
No such device: ex0
Invalid command or syntax.  Type `?' for help.
config> di ep0
No such device: ep0
Invalid command or syntax.  Type `?' for help.
config> di cs0
No such device: cs0
Invalid command or syntax.  Type `?' for help.
config> di wt0
No such device: wt0
Invalid command or syntax.  Type `?' for help.
config> di bt0
No such device: bt0
Invalid command or syntax.  Type `?' for help.
config> di aha0
No such device: aha0
Invalid command or syntax.  Type `?' for help.
config> di adv0
No such device: adv0
Invalid command or syntax.  Type `?' for help.
config> en matcdc0
No such device: matcdc0
Invalid command or syntax.  Type `?' for help.
config> po matcdc0 0x230
No such device: matcdc0
Invalid command or syntax.  Type `?' for help.
config> f matcdc0 0
No such device: matcdc0
Invalid command or syntax.  Type `?' for help.
config> q

<SNIP>

Now you would think that theses devices would be in my kernel
configuration file, but they are not. Here is my kernel configuration
file:

#
# Amelia
#
# $FreeBSD: src/sys/i386/conf/Amelia,v 1.143.2.24 1999/12/05 01:56:42
luoqi Exp 
$

machine         "i386"
cpu             "I586_CPU"
ident           Amelia
maxusers        36

options         INET                    
options         FFS                     
options         FFS_ROOT                
options         MFS                     
options         MFS_ROOT                
options         NFS                     
options         NFS_ROOT                
options         MSDOSFS                 
options         "CD9660"                
options         "CD9660_ROOT"            
options         PROCFS                  
options         "COMPAT_43"             
options         SCSI_DELAY=15000        
options         UCONSOLE                
options         FAILSAFE                
options         USERCONFIG              
options         VISUAL_USERCONFIG       
options         KTRACE                  
options         SYSVSHM                 
options         SYSVMSG                 
options         SYSVSEM                 

config          kernel  root on wd0

controller      isa0
controller      pnp0                    
controller      eisa0
controller      pci0

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

options         "CMD640"        
controller      wdc0    at isa? port "IO_WD1" bio irq 14
disk            wd0     at wdc0 drive 0

controller      wdc1    at isa? port "IO_WD2" bio irq 15
disk            wd2     at wdc1 drive 0

options         ATAPI           
options         ATAPI_STATIC    
device          acd0            

controller      atkbdc0 at isa? port IO_KBD tty
device          atkbd0  at isa? tty irq 1
device          psm0    at isa? tty irq 12

pseudo-device   splash

device          sc0     at isa? tty

device          npx0    at isa? port IO_NPX irq 13

device          apm0    at isa? disable flags 0x31 # Advanced Power
Management

device          sio0    at isa? port "IO_COM1" flags 0x10 tty irq 4
device          sio1    at isa? port "IO_COM2" tty irq 3
device          sio2    at isa? disable port "IO_COM3" tty irq 5
device          sio3    at isa? disable port "IO_COM4" tty irq 9

device          vga0    at isa? port ? conflicts

device          ppc0    at isa? port? flags 0x40 net irq 7
controller      ppbus0                  
device          lpt0    at ppbus?       
device          ppi0    at ppbus?       


device          ed0     at isa? port 0x280 net irq 10 iomem 0xd8000


pseudo-device   loop            
pseudo-device   ether           
pseudo-device   sl      1       
pseudo-device   ppp     1       
pseudo-device   tun     1       
pseudo-device   pty     16      
pseudo-device   gzip            

pseudo-device   bpfilter 1      

device          pcm0 at isa ? port ? tty irq 5 drq 1

options         USER_LDT                

I am sorry about the length of this message, however, I knew of no other
way to give out the information out to as many people as possible. I
can't seem to find where I have added the devices in my configuration, I
am at a loss as to where these devices are being called from. I am I
just brain dead and missing the obvious. Any help would be greatly
appreciated.


Scott


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3878DCC8.7C40FB57>