<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/usr.sbin/lsdev, branch release/2.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F2.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F2.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>1994-11-22T10:58:58Z</updated>
<entry>
<title>Tell stupid users to write the bootcode.</title>
<updated>1994-11-22T10:58:58Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1994-11-22T10:58:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=140932d6d85b561ad06abe5006a5e973a7713c45'/>
<id>urn:sha1:140932d6d85b561ad06abe5006a5e973a7713c45</id>
<content type='text'>
This commit was manufactured to restore the state of the 2.0-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>Submitted by:	Wolfgang Stanglmeier &lt;wolf@dentaro.GUN.de&gt;</title>
<updated>1994-11-02T23:27:36Z</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>1994-11-02T23:27:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b3ad637c182cefae285d90cd170fd605c7cb0d0f'/>
<id>urn:sha1:b3ad637c182cefae285d90cd170fd605c7cb0d0f</id>
<content type='text'>
Added PCI support code.
</content>
</entry>
<entry>
<title>When -v not given, display longer `state' and no `parent'.</title>
<updated>1994-10-24T22:21:51Z</updated>
<author>
<name>Garrett Wollman</name>
<email>wollman@FreeBSD.org</email>
</author>
<published>1994-10-24T22:21:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9332379174c74b3c573aa2ae5353cc16e2978a19'/>
<id>urn:sha1:9332379174c74b3c573aa2ae5353cc16e2978a19</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated to latest kernel code.  Also provided a friendlier output format,</title>
<updated>1994-10-23T21:33:57Z</updated>
<author>
<name>Garrett Wollman</name>
<email>wollman@FreeBSD.org</email>
</author>
<published>1994-10-23T21:33:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7a880ea19011d30f1883b0cf989db10ed312dcde'/>
<id>urn:sha1:7a880ea19011d30f1883b0cf989db10ed312dcde</id>
<content type='text'>
which is enabled by default (use `-c' to get the old format).  The new
format looks like this (only the values are correct; this was taken on my
machine with a slightly old kernel):

Device     St Parent     Description
---------- -- ---------- --------------------------------------------------
isa0       NC -
sc0        NC isa0       Parallel printer adapter
ed0        NC isa0       SMC8216/SMC8216C
sio0       NC isa0       RS-232 serial port
sio1       NC isa0       RS-232 serial port
fdc0       NC isa0       floppy disk/tape controller
fd0        NC fdc0       floppy disk
wdc0       NC isa0       ST506/ESDI/IDE disk controller
wd0        NC wdc0       ST506/ESDI/IDE disk
npx0       NC isa0       Floating-point unit

Note that many of these fields could be made more informative; I tried to make
my changes as unintrusive as possible.  See the `mcd' driver for an example
of one which actually does something with the `state' field.
</content>
</entry>
<entry>
<title>Change ``on'' to ``at'' globally.</title>
<updated>1994-10-18T22:01:58Z</updated>
<author>
<name>Garrett Wollman</name>
<email>wollman@FreeBSD.org</email>
</author>
<published>1994-10-18T22:01:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5b36462392e0da713ff227b7c9b73136a4a8058c'/>
<id>urn:sha1:5b36462392e0da713ff227b7c9b73136a4a8058c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>First bugfix: isa devices print as `at isa?' rather than `on isa0'.</title>
<updated>1994-10-17T23:29:15Z</updated>
<author>
<name>Garrett Wollman</name>
<email>wollman@FreeBSD.org</email>
</author>
<published>1994-10-17T23:29:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=cc52ab733acdba2884620cd865f6e708ce48e8f6'/>
<id>urn:sha1:cc52ab733acdba2884620cd865f6e708ce48e8f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>lsdev(8), a user-land utility to query the device configuration database</title>
<updated>1994-10-17T23:26:10Z</updated>
<author>
<name>Garrett Wollman</name>
<email>wollman@FreeBSD.org</email>
</author>
<published>1994-10-17T23:26:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0ed1ac8d353d53223258be7911e55c812ca8662f'/>
<id>urn:sha1:0ed1ac8d353d53223258be7911e55c812ca8662f</id>
<content type='text'>
managed by kern_devconf.c.  A useful feature is that the following
script generates almost well-formed config-file lines for all ISA devices
in the system:

lsdev -t isa | awk '{ print "device $0" }'
lsdev -t disk | awk '{ print "disk $0" }'
</content>
</entry>
</feed>
