diff options
| author | abs <abs@NetBSD.org> | 2012-06-22 20:42:22 +0000 |
|---|---|---|
| committer | abs <abs@NetBSD.org> | 2012-06-22 20:42:22 +0000 |
| commit | 11f845c162e823ff2c2bdadb109490d619476b15 (patch) | |
| tree | b9681d6577ccb37fc71c6a88646eb481611a0682 /sys/dev/DEVNAMES | |
| parent | cba1cfe7bbadb0123580b4f47142ac1f61a1f7d9 (diff) | |
- 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
Diffstat (limited to 'sys/dev/DEVNAMES')
| -rw-r--r-- | sys/dev/DEVNAMES | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
