Date: Sun, 20 Jun 1999 15:20:40 -0500 (EST) From: Alfred Perlstein <bright@rush.net> To: Tetsuya Watanabe <tetsuya1@prodigy.net> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: dmesg Message-ID: <Pine.BSF.3.96.990620151833.14320f-100000@cygnus.rush.net> In-Reply-To: <376D43FC.A147944@prodigy.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 20 Jun 1999, Tetsuya Watanabe wrote: > Hello, > > Can someone explain the meaning of "di" and "q" in the following dmesg? > Thanks. Tetsuya > > Features=0x183f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PA > T,PSE36,MMX,<b24>> > real memory = 134217728 (131072K 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 <snip> they are the abbreviated commands you can use in the kernel config cli: di -> disable <device> q -> quit (and continue booting) there should be a file in /boot with the commands that are getting executed, you can modify that to remove the extra lines of "di" -Alfred 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?Pine.BSF.3.96.990620151833.14320f-100000>