Re: [patch-2.3.46-p2] P6 microcode update support

From: Tigran Aivazian (tigran@aivazian.fsnet.co.uk)
Date: Wed Feb 16 2000 - 17:03:17 EST


Linus Torvalds wrote:
> if [ -f /proc/drivers/microcode ]; then
> dd if=microcodefile of=/proc/drivers/microcode bs=500 count=1
> fi

Understood (all your points). Ok, my latest /proc/driver/microcode patch
can't do the above, but just uses the ioctl. Ok, standby for the next
enhancement - the write(2) support so you could just

dd if=microcode of=/proc/driver/microcode bs=2048 count=48

That will obsolete mcode tool which is good. I should have thought of it
myself - in fact, in both /dev and /proc approaches it is better to
support *both* ioctl and write and not just ioctl.

Regards,
Tigran.

-
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/



This archive was generated by hypermail 2b29 : Wed Feb 23 2000 - 21:00:16 EST