K 10 svn:author V 7 wollman K 8 svn:date V 27 1994-10-17T23:26:10.000000Z K 7 svn:log V 316 lsdev(8), a user-land utility to query the device configuration database 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" }' END