Re: strange scsi devices and isa problem

2003-11-24 Thread Ilya Varlashkin
On Mon, Nov 24, 2003 at 12:45:32PM +0100, Martin V??a wrote:
> Hi,
> I've got some strange things in my dmesg:
[...]
> config> di bt0
> No such device: bt0
> Invalid command or syntax.  Type `?' for help.
> config> di aic0
> No such device: aic0
> 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> q
> 
> bt, aic and others seems to be some scsi devices but I don't have scsi
> and I've even deleted all scsi lines from my kernel. 
> 

During installation those devices exist in generic kernel so you disabled
them, your custom kernel doesn't include support for those devices. That's
why loader can't find them. Just remove respective lines from loader.conf.

> next thing is this:
> isa0: too many dependant configs (8)
> isa0: unexpected small tag 14
> pmtimer0 on isa0
> 

sorry can't help here.

Kind regards,
Ilya Varlashkin

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


strange scsi devices and isa problem

2003-11-24 Thread Martin Váňa
Hi,
I've got some strange things in my dmesg:
Copyright (c) 1992-2003 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 4.9-RELEASE #4: Mon Nov 24 12:23:31 CET 2003
[EMAIL PROTECTED]:/usr/src/sys/compile/VANICE-23-10-03
Timecounter "i8254"  frequency 1193182 Hz
CPU: AMD Duron(tm) processor (700.03-MHz 686-class CPU)
  Origin = "AuthenticAMD"  Id = 0x631  Stepping = 1
  Features=0x183f9ff
  AMD Features=0xc044
real memory  = 402587648 (393152K bytes)
config> di bt0
No such device: bt0
Invalid command or syntax.  Type `?' for help.
config> di aic0
No such device: aic0
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> q
avail memory = 387317760 (378240K bytes)
Preloaded elf kernel "kernel" at 0xc03bf000.
Preloaded userconfig_script "/boot/kernel.conf" at 0xc03bf09c.
Pentium Pro MTRR support enabled
md0: Malloc disk
Using $PIR table, 9 entries at 0xc00fdee0
npx0:  on motherboard
npx0: INT 16 interface


bt, aic and others seems to be some scsi devices but I don't have scsi
and I've even deleted all scsi lines from my kernel. 

next thing is this:
isa0: too many dependant configs (8)
isa0: unexpected small tag 14
pmtimer0 on isa0


is it a problem? how to solve it?
Thank you
Martin

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"