From 11f845c162e823ff2c2bdadb109490d619476b15 Mon Sep 17 00:00:00 2001 From: abs Date: Fri, 22 Jun 2012 20:42:22 +0000 Subject: - Add racd* devices for MSCP based CD-ROM drives (RRD40s), as opposed to mixing them in with the ra* disks, modelled loosely on how MSCP rx* floppies are handled - racd* defaults to the same single iso9660 partition as cd* - Cleanup config option handling slightly so any combination of ra*, rx* (and now raccd*) can be defined without build errors. - Avoid ugly printf when disks have all zero disklabel magic number --- sys/dev/DEVNAMES | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/dev/DEVNAMES') diff --git a/sys/dev/DEVNAMES b/sys/dev/DEVNAMES index e4734b143e4..b6ef2034b6c 100644 --- a/sys/dev/DEVNAMES +++ b/sys/dev/DEVNAMES @@ -1,4 +1,4 @@ -# $NetBSD: DEVNAMES,v 1.274 2012/06/03 01:47:26 nonaka Exp $ +# $NetBSD: DEVNAMES,v 1.275 2012/06/22 20:42:23 abs Exp $ # # This file contains all used device names and defined attributes in # alphabetical order. New devices added to the system somewhere should first @@ -1114,6 +1114,7 @@ qsphy MI qt MI qv vax ra MI +racd MI radio MI radio MI Attribute rambo mipsco -- cgit