diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2015-07-07 08:35:51 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2015-07-14 14:40:07 -0400 |
commit | c7fa7890200afd86e42813ce1bdbc1b32fcfccc5 (patch) | |
tree | c01188faa94cf16e4961f4c888a73a1875340bd8 /src/x86.c | |
parent | 7f50afc71f8a48c27100e14bb57fac6f26181242 (diff) | |
download | seabios-c7fa7890200afd86e42813ce1bdbc1b32fcfccc5.tar.gz |
block: Split process_op() command dispatch up into multiple functions
Introduce process_op_32(), process_op_16(), and process_op_both() and
split the disk driver command dispatch by its runtime mode
requirements. This makes it more clear which modes each driver runs
in. It also reduces the call32() boiler-plate code.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/x86.c')
0 files changed, 0 insertions, 0 deletions