xref: /netbsd/share/man/man4/man4.x68k/bmd.4 (revision c4a72b64)
1.\" $NetBSD: bmd.4,v 1.1 2002/12/01 09:14:34 isaki 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.\" 3. All advertising materials mentioning features or use of this software
14.\"    must display the following acknowledgement:
15.\"      This product includes software developed by Tetsuya Isaki.
16.\" 4. The name of the author may not be used to endorse or promote products
17.\"    derived from this software without specific prior written permission
18.\"
19.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
20.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
21.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
22.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
23.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
24.\" BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
25.\" LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
26.\" AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
27.\" OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
28.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29.\" SUCH DAMAGE.
30.\"
31.Dd Dec 1, 2002
32.Os
33.Dt BMD 4 x68k
34.Sh NAME
35.Nm bmd
36.Nd Nereid bank memory disk driver
37.Sh SYNOPSIS
38.Cd bmd* at intio0 addr 0xece3f0
39.Cd bmd* at intio0 addr 0xecebf0
40.Sh DESCRIPTION
41The
42.Nm
43driver provides memory disk for Nereid bank memory space.
44There is no special command to configure it, because
45.Nm
46is not logical disk as
47.Xr md 4 .
48.Sh FILES
49.Bl -tag -width /dev/rbmdXX -compact
50.It Pa "/dev/bmd??"
51block mode bank memory disk
52.It Pa "/dev/rbmd??"
53raw mode bank memory disk
54.El
55.Sh EXAMPLES
56In order to use it, do as follows:
57.Dl newfs /dev/bmd0c
58.Dl mount /dev/bmd0c /mnt
59.Pp
60.Sh SEE ALSO
61.Xr intio 4
62.Sh HISTORY
63.Nm
64appeared in
65.Nx 1.7 .
66