mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Cosmetic changes to make a comment more nearly reflect reality
This commit is contained in:
parent
608eba4889
commit
623463ca4a
1 changed files with 5 additions and 4 deletions
|
|
@ -24,7 +24,7 @@
|
|||
* the rights to redistribute these changes.
|
||||
*
|
||||
* from: Mach, Revision 2.2 92/04/04 11:34:26 rpd
|
||||
* $Id: bios.S,v 1.3 1994/10/02 05:18:25 rgrimes Exp $
|
||||
* $Id: bios.S,v 1.4 1994/11/18 05:02:12 phk Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
|
|
@ -274,9 +274,10 @@ ok:
|
|||
/*
|
||||
* form a longword representing all this gunk:
|
||||
* 6 bit zero
|
||||
* 10 bit cylinder
|
||||
* 8 bit head
|
||||
* 8 bit sector
|
||||
* 10 bit max cylinder (0 based)
|
||||
* 8 bit max head (0 based)
|
||||
* 8 bit zero
|
||||
* 6 bit max sector (1 based) = # sectors
|
||||
*/
|
||||
movb %cl, %al /* Upper two bits of cylinder count */
|
||||
andl $192,%eax
|
||||
|
|
|
|||
Loading…
Reference in a new issue