On Mon, Feb 21, 2011 at 11:35:49AM -0500, Ted Unangst wrote: > shouldn't this have said something about enabling write cache? > > please tell me mt is not the command used to do so... > > On Mon, Feb 21, 2011 at 4:36 AM, David Gwynne <[email protected]> wrote: > > CVSROOT: /cvs > > Module name: src > > Changes by: [email protected] 2011/02/21 02:36:15 > > > > Modified files: > > sys/dev/pci : mpii.c > > > > Log message: > > usage: mt [-f device] command [count] > > > > most of the work and bug fixes were done by mikeb@, i put it in ioctl > > form. > > ok mikeb@ and miod@ > > tested by me > > an earlier revision was tested by E ukasz Czarniecki who also reported > > the problem in the first place. >
Write cache is enabled automatically on device attach and does not need a specific command. .... Ken
