diff options
author | trhodes <trhodes@FreeBSD.org> | 2004-07-08 16:33:01 +0000 |
---|---|---|
committer | trhodes <trhodes@FreeBSD.org> | 2004-07-08 16:33:01 +0000 |
commit | 717ce5b1a5a07628c193a9b2272137c7dd59467f (patch) | |
tree | b2bcf9e1b98400138915e766138d07e249652ce9 | |
parent | deb9f179ef07d77226390fb40676a146506e0cb0 (diff) | |
download | FreeBSD-src-717ce5b1a5a07628c193a9b2272137c7dd59467f.zip FreeBSD-src-717ce5b1a5a07628c193a9b2272137c7dd59467f.tar.gz |
Note that the implementation notes were not only derived from NetBSD but
also applies to other Arcnet drivers. Note that it should eventually
be moved to a more generic section.
-rw-r--r-- | share/man/man4/cm.4 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/share/man/man4/cm.4 b/share/man/man4/cm.4 index a338617..be0ac8f 100644 --- a/share/man/man4/cm.4 +++ b/share/man/man4/cm.4 @@ -143,8 +143,17 @@ This manual page first appeared in .Sh AUTHORS This manual page was written by .An Tom Rhodes Aq trhodes@FreeBSD.org . +The IMPLEMENTATION NOTES section was submitted by +.An Max Khon Aq fjoe@FreeBSD.org +and originated from +.Nx . .Sh BUGS The .Nm driver code could do with a bit of improvement, it would be nice if some one could come along and take care of this. +.Pp +The IMPLEMENTATION NOTES section is specific to all Arcnet +devices +.Pq see Pa sys/net/if_arcsubr.c +and should be moved to a more generic location. |