On Sun, Aug 12, 2001 at 11:46:57AM -0700, Terry Lambert wrote:
> Bernd Walter wrote:
> > Another point:
> > Can we '#define MTEOM MTEOD' as MTEOM is used on NetBSD and Solaris?
>
> "End of Message" is not the same as "End of Data" for some
> drives; this could break old 8-track (no, not the music, and
> not a typeo for "9-track"!) drives, e.g. Zilog and Cypher.
Well that's what Solaris 8 sys/mtio.h tells about MTEOM:
#define MTEOM 10 /* position to end of media */
And here NetBSD 1.5:
#define MTEOM 10 /* forward to end of media */
Neither of them is saying "Message".
On Sun, Aug 12, 2001 at 06:03:00PM -0700, Matthew Jacob wrote:
> On Sun, 12 Aug 2001, Bernd Walter wrote:
> > Another point:
> > Can we '#define MTEOM MTEOD' as MTEOM is used on NetBSD and Solaris?
>
> Why?
Please correct me if I'm wrong:
If I want to append to a tape I would MTEOM on Solaris and MTEOD on
FreeBSD so it's supposed to be used for the same reason.
None of the OS I looked into had both.
But well - that's what HP-UX define:
#define MTEOD 8 /* DDS, QIC and 8MM only - seek to end-of-data */
--
B.Walter COSMO-Project http://www.cosmo-project.de
[EMAIL PROTECTED] Usergroup [EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message