Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 09 Dec 1997 10:42:42 +1030
From:      Mike Smith <mike@smith.net.au>
To:        mark thompson <thompson@squirrel.tgsoft.com>
Cc:        freebsd-hackers@freebsd.com
Subject:   Re: linux emu. 
Message-ID:  <199712090012.KAA04243@word.smith.net.au>
In-Reply-To: Your message of "08 Dec 1997 14:34:23 -0000." <19971208143423.2747.qmail@squirrel.tgsoft.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
> Trying to run executor, on FreeBSD 2.2.1-RELEASE (MARX) #1: . 
> Tantalyzingly close to being useful.
> 
> When i use the 'Check for floppy' function i get...
> LINUX: 'ioctl' fd=5, typ=0x53(S), num=0xb not implemented
> 
> I am willing to bet that fd=5 is the floppy. Any idea what ioctl
> 0x53/0xb is supposed to do?

/*
 * CD-ROM IOCTL commands
 * For IOCTL calls, we will commandeer byte 0x53, or 'S'.
 */
...
#define CDROMSUBCHNL            0x530b  /* (struct cdrom_subchnl) */

I can't see it preventing Executor from running usefully.

mike





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199712090012.KAA04243>