summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1995-04-13 20:37:51 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1995-04-13 20:37:51 +0000
commit98f232c8753db4ab842c8dc26389a73fbbd0fdc3 (patch)
tree49f6398d0c95ade344089b327c1b4b23c0db2d41
parent936209a6474ef6d43930b2ba34357fbe194736b6 (diff)
Notes
-rw-r--r--sys/sys/devconf.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/sys/devconf.h b/sys/sys/devconf.h
index 6d3b42acb80a..d468c33223a8 100644
--- a/sys/sys/devconf.h
+++ b/sys/sys/devconf.h
@@ -22,7 +22,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: devconf.h,v 1.4 1995/03/17 04:18:07 davidg Exp $
+ * $Id: devconf.h,v 1.5 1995/04/12 20:47:13 wollman Exp $
*/
/*
@@ -67,9 +67,9 @@ enum dc_class {
#define DC_CLASSNAMES \
{ \
- "unknown", "CPU", "bus", "disk", "tape", "read-only disk", \
- "display", "serial", "parallel", "network interface", \
- "miscellaneous" \
+ "unknown", "cpu", "bus", "disk", "tape", "rodisk", \
+ "display", "serial", "parallel", "netif", \
+ "misc" \
}
struct devconf {