tail head cat sleep
QR code linking to this page

Manual Pages  — MN

NAME

mn – Siemens Easy321-R1 E1/T1 device driver

CONTENTS

SYNOPSIS

device mn options NETGRAPH

DEPRECATION NOTICE

The mn driver is not present in FreeBSD 14.0 and later.

HARDWARE

The mn driver provides support for the Siemens Easy321-R1 E1/T1 reference design card.

SEE ALSO

netgraph(4), netintro(4), pci(4), ifconfig(8)

HISTORY

The mn driver first appeared in FreeBSD 4.0 .

AUTHORS

The mn driver was written by Poul-Henning Kamp <Mt phk@FreeBSD.org>.

MN (4) March 24, 2021

tail head cat sleep
QR code linking to this page


Please direct any comments about this manual page service to Ben Bullock. Privacy policy.

Never write it in C if you can do it in `awk';
Never do it in `awk' if `sed' can handle it;
Never use `sed' when `tr' can do the job;
Never invoke `tr' when `cat' is sufficient;
Avoid using `cat' whenever possible.
— Taylor's Laws of Programming