Subject: pseudo-device `rd' renamed to `md'
To: None <current-users@NetBSD.ORG>
From: Paul Kranenburg <pk@cs.few.eur.nl>
List: current-users
Date: 12/29/1996 11:33:21
The ram disk device `rd' has been renamed to `md', to avoid a name clash
with a real disk device called `rd' in the HP port.
This means that if you have a line
pseudo-device rd
in your kernel configuration file, you should replace it with
pseudo-device md
.
Also, the accompanying configuration `options' entries have been renamed:
RAMDISK_SERVER => MEMORY_DISK_SERVER
RAMDISK_SIZE => MEMORY_DISK_SIZE
-pk