Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 May 1997 07:15:15 -0400
From:      Randall Hopper <rhh@ct.picker.com>
To:        "R. Luettgen" <G.Beuermann@Uni-Koeln.DE>
Cc:        questions@FreeBSD.ORG
Subject:   Re: I'm missing lsdev
Message-ID:  <19970507071515.49168@ct.picker.com>
In-Reply-To: <XFMail.970506185044.afr04@rs1.rrz.uni-koeln.de>; from R. Luettgen on Tue, May 06, 1997 at 06:49:22PM %2B0200
References:  <XFMail.970506185044.afr04@rs1.rrz.uni-koeln.de>

next in thread | previous in thread | raw e-mail | index | archive | help
R. Luettgen:
 |What happen with lsdev in RELEASE 2.2.1?
 |Is there a new utility to list devices?

I miss having that command as well.  Think I first noticed it around
2.2-ALPHA.  It was real handy for doing device-specific configuration in
startup and shell startup scripts.

I've resorted to the ugly:

        if dmesg | grep '^<device>[0-9]*:'; then

approach.
        
Randall Hopper





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