Date: 26 May 2002 22:13:06 +0100 From: "S. Roberts" <sroberts@dsl.pipex.com> To: Elliott Liggett <kilowatt@cinci.rr.com> Cc: questions@freebsd.org Subject: Re: Kernel config> errors Message-ID: <1022447587.309.24.camel@Demon.Strobe.org> In-Reply-To: <BDC20F18-70EC-11D6-8D80-0003930AFE0E@cinci.rr.com> References: <BDC20F18-70EC-11D6-8D80-0003930AFE0E@cinci.rr.com>
index | next in thread | previous in thread | raw e-mail
[-- Attachment #1 --]
Hi Elliot,
As I cvsup'd my system only last night, I thought I'd check the dmesg
here as well.., and sure enough., I have those same messages as well:-
$ dmesg | more
Copyright (c) 1992-2002 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.6-RC #0: Sun May 26 11:20:25 BST 2002
<snip>:/usr/obj/usr/src/sys/<snip>
Timecounter "i8254" frequency 1193182 Hz
CPU: Pentium III/Pentium III Xeon/Celeron (534.55-MHz 686-class CPU)
Origin = "GenuineIntel" Id = 0x673 Stepping = 3
Features=0x387f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,PN,MMX,FXSR,SSE>
real memory = 402587648 (393152K bytes)
config> di lnc0
No such device: lnc0
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 ed0
No such device: ed0
Invalid command or syntax. Type `?' for help.
config> di cs0
No such device: cs0
Invalid command or syntax. Type `?' for help.
config> q
avail memory = 387633152 (378548K bytes)
Those devices are also commented out in my kernel as well.
Not sure what's this all about, I've upgraded and rebuilt kernels since
FreeBSD 4.3R and I've never noticed this before. Maybe one of the
higher-up's will spot this and shed some light!
Stacey
On Sun, 2002-05-26 at 22:08, Elliott Liggett wrote:
> Just compiled my first FreeBSD kernels last night, and I noticed
> something in dmesg that I don't think was there before :)
> Anyway, I'm totally confused, as the devices which it says are 'not
> found' are also commented out in my kernel config file.
>
> Can someone shed some light here? Thanks, and here's my dmesg output
> (well some of it):
>
> Copyright (c) 1992-2002 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.5-STABLE #0: Sun May 26 06:41:53 GMT 2002
> liggett@floyd.localdomain:/usr/src/sys/compile/KILOWATT02
> Timecounter "i8254" frequency 1193182 Hz
> Timecounter "TSC" frequency 501140237 Hz
> CPU: AMD-K6(tm) 3D processor (501.14-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 = 134152192 (131008K bytes)
> config> di sn0
> No such device: sn0
> Invalid command or syntax. Type `?' for help.
> config> di lnc0
> No such device: lnc0
> 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 ed0
> No such device: ed0
> Invalid command or syntax. Type `?' for help.
> config> di cs0
> No such device: cs0
> Invalid command or syntax. Type `?' for help.
> 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> en pcic1
> No such device: pcic1
> Invalid command or syntax. Type `?' for help.
> config> po pcic1 0x3e2
> No such device: pcic1
> Invalid command or syntax. Type `?' for help.
> config> ir pcic1 0
> No such device: pcic1
> Invalid command or syntax. Type `?' for help.
> config> iom pcic1 0xd4000
> No such device: pcic1
> Invalid command or syntax. Type `?' for help.
> config> f pcic1 0
> No such device: pcic1
> Invalid command or syntax. Type `?' for help.
> config> q
> avail memory = 127414272 (124428K bytes)
> Preloaded elf kernel "kernel" at 0xc031d000.
> Preloaded userconfig_script "/boot/kernel.conf" at 0xc031d09c.
> K6-family MTRR support enabled (2 registers)
> ----snip----
>
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
--
Stacey Roberts B.Sc. (HONS) Computer Science
Network Systems Engineer
[-- Attachment #2 --]
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable
Hi Elliot,
As I cvsup'd my system only last night, I thought I'd check the dmesg
here as well.., and sure enough., I have those same messages as well:-
$ dmesg | more
Copyright (c) 1992-2002 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.6-RC #0: Sun May 26 11:20:25 BST 2002
<snip>:/usr/obj/usr/src/sys/<snip>
Timecounter "i8254" frequency 1193182 Hz
CPU: Pentium III/Pentium III Xeon/Celeron (534.55-MHz 686-class CPU)
Origin =3D "GenuineIntel" Id =3D 0x673 Stepping =3D 3
=20
Features=3D0x387f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CM=
OV,PAT,PSE36,PN,MMX,FXSR,SSE>
real memory =3D 402587648 (393152K bytes)
config> di lnc0
No such device: lnc0
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 ed0
No such device: ed0
Invalid command or syntax. Type `?' for help.
config> di cs0
No such device: cs0
Invalid command or syntax. Type `?' for help.
config> q
avail memory =3D 387633152 (378548K bytes)
Those devices are also commented out in my kernel as well.
Not sure what's this all about, I've upgraded and rebuilt kernels since
FreeBSD 4.3R and I've never noticed this before. Maybe one of the
higher-up's will spot this and shed some light!
Stacey
On Sun, 2002-05-26 at 22:08, Elliott Liggett wrote:
> Just compiled my first FreeBSD kernels last night, and I noticed=20
> something in dmesg that I don't think was there before :)
> Anyway, I'm totally confused, as the devices which it says are 'not=20
> found' are also commented out in my kernel config file.
>=20
> Can someone shed some light here? Thanks, and here's my dmesg output=20
> (well some of it):
>=20
> Copyright (c) 1992-2002 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.5-STABLE #0: Sun May 26 06:41:53 GMT 2002
> liggett@floyd.localdomain:/usr/src/sys/compile/KILOWATT02
> Timecounter "i8254" frequency 1193182 Hz
> Timecounter "TSC" frequency 501140237 Hz
> CPU: AMD-K6(tm) 3D processor (501.14-MHz 586-class CPU)
> Origin =3D "AuthenticAMD" Id =3D 0x58c Stepping =3D 12
> Features=3D0x8021bf<FPU,VME,DE,PSE,TSC,MSR,MCE,CX8,PGE,MMX>
> AMD Features=3D0x80000800<SYSCALL,3DNow!>
> real memory =3D 134152192 (131008K bytes)
> config> di sn0
> No such device: sn0
> Invalid command or syntax. Type `?' for help.
> config> di lnc0
> No such device: lnc0
> 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 ed0
> No such device: ed0
> Invalid command or syntax. Type `?' for help.
> config> di cs0
> No such device: cs0
> Invalid command or syntax. Type `?' for help.
> 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> en pcic1
> No such device: pcic1
> Invalid command or syntax. Type `?' for help.
> config> po pcic1 0x3e2
> No such device: pcic1
> Invalid command or syntax. Type `?' for help.
> config> ir pcic1 0
> No such device: pcic1
> Invalid command or syntax. Type `?' for help.
> config> iom pcic1 0xd4000
> No such device: pcic1
> Invalid command or syntax. Type `?' for help.
> config> f pcic1 0
> No such device: pcic1
> Invalid command or syntax. Type `?' for help.
> config> q
> avail memory =3D 127414272 (124428K bytes)
> Preloaded elf kernel "kernel" at 0xc031d000.
> Preloaded userconfig_script "/boot/kernel.conf" at 0xc031d09c.
> K6-family MTRR support enabled (2 registers)
> ----snip----
>=20
>=20
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
- --=20
Stacey Roberts B.Sc. (HONS) Computer Science
Network Systems Engineer
-----BEGIN PGP SIGNATURE-----
Version: PGP 6.5.8
iQA/AwUBPPFP4Pdn4A8qiCO5EQLmQQCcDxubdtTvPsTGaGo5+/micGEtRxkAnj+3
v+XKYKXKrLzB3ylmrLGoJzyr
=khlA
-----END PGP SIGNATURE-----
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1022447587.309.24.camel>
