CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/08/11 07:11:59
Modified files:
sys/arch/i386/stand/libsa: biosdev.c
sys/arch/amd64/stand/libsa: biosdev.c
Log message:
De-inline CHS_rw. Somehow the merger of two monster __asm __inline statements
into one function is generating broken code; it might be because of missing
register clobbers.
This is a workaround... it'd be nice to know the real problem
work done with mlarkin and pirofti
