1.\" $NetBSD: bmd.4,v 1.6 2017/02/17 22:24:47 christos Exp $ 2.\" 3.\" Copyright (c) 2002 Tetsuya Isaki. All rights reserved. 4.\" 5.\" Redistribution and use in source and binary forms, with or without 6.\" modification, are permitted provided that the following conditions 7.\" are met: 8.\" 1. Redistributions of source code must retain the above copyright 9.\" notice, this list of conditions and the following disclaimer. 10.\" 2. Redistributions in binary form must reproduce the above copyright 11.\" notice, this list of conditions and the following disclaimer in the 12.\" documentation and/or other materials provided with the distribution. 13.\" 14.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 15.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 16.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 17.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 18.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 19.\" BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 20.\" LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED 21.\" AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 22.\" OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 24.\" SUCH DAMAGE. 25.\" 26.Dd February 17, 2017 27.Dt BMD 4 x68k 28.Os 29.Sh NAME 30.Nm bmd 31.Nd Nereid bank memory disk driver 32.Sh SYNOPSIS 33.Cd bmd* at intio0 addr 0xece3f0 34.Cd bmd* at intio0 addr 0xecebf0 35.Sh DESCRIPTION 36The 37.Nm 38driver provides a memory disk for the Nereid bank memory space. 39There is no special command to configure it, because 40.Nm 41is not a logical disk as 42.Xr md 4 . 43.Sh FILES 44.Bl -tag -width /dev/rbmdXX -compact 45.It Pa "/dev/bmd??" 46block mode bank memory disk 47.It Pa "/dev/rbmd??" 48raw mode bank memory disk 49.El 50.Sh EXAMPLES 51In order to use it, do as follows: 52.Dl newfs /dev/bmd0c 53.Dl mount /dev/bmd0c /mnt 54.Sh SEE ALSO 55.Xr x68k/intio 4 56.Sh HISTORY 57.Nm 58appeared in 59.Nx 2.0 . 60