Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!cs.utexas.edu!usc!snorkelwacker!bloom-beacon!eru!luth!sunic!mcsun!unido!marco!leo From: leo@marco.UUCP (Matthias Pfaller) Newsgroups: comp.os.minix Subject: Re: st minix 1.5 floppy-driver, misc. sector-sizes + formatting device Summary: please change the definition of fd_io Keywords: floppy-formatting, 1k-sectors, 1mb-floppy Message-ID: <335@alice.marco.UUCP> Date: 16 Mar 90 09:29:06 GMT References: <320@alice.marco.UUCP> <321@alice.marco.UUCP> Organization: marco GmbH, 8047 Karlsfeld, West-Germany Lines: 15 please change the definition of fd_ioctl in sgtty.h from struct fd_ioctl { int sector_size; /* sector size in bytes */ char nr_sectors; /* sectors per track */ char nr_cylinders; /* number of cylinders */ }; to struct fd_ioctl { int sector_size; /* sector size in bytes */ char nr_sectors; /* sectors per track */ char nr_cylinders; /* number of cylinders */ int filler; }; The formatter will not work without this change. leo@marco.UUCP (Matthias Pfaller)