lkml.org 
[lkml]   [2000]   [Jul]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: Direct access to hardware
On 25 Jul 2000, Krzysztof Halasa wrote:

> James Sutherland <jas88@cam.ac.uk> writes:
>
> > On Tue, 25 Jul 2000, Stuart MacDonald wrote:
> >
> > > Which is exactly the point. The hard drives should be checking for
> > > invalid ATA commands in hardware, right in the drive, preventing
> > > damage from bad commands. Putting a filter into the kernel is not
> > > the right fix.
> >
> > As with some of the Intel CPU bugs, the problem is NOT "invalid ATA
> > commands" - it's a matter of VALID commands which are dangerous. FDIV on
> > early Pentiums isn't an invalid instruction - it just produces the wrong
> > results at times. So the SOFTWARE must do something to avoid this - either
> > that, or you need to replace the hardware, which isn't desirable. You do
> > something in the OS to prevent these problem commands being used.
>
> So what does the kernel (can) do to prevent this problem on defective
> pentiums?

Trap the defective instructions, and implement a replacement instruction
in software. On later Intel CPUs, you can sometimes use a microcode update
to fix it - this also requires OS intervention.

Either way, essentially you tell the OS to block the duff instructions,
and it does so.


James.


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:57    [W:0.190 / U:0.524 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site