X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fclock.c;h=4d8643fe82d59789456487b30418ce767d88a962;hb=a0dc29629c0091449a4065a93812e8522e7d0540;hp=b9d75a3cd5a431a0aea15af20d7ab9e16466aa78;hpb=c38e480c83e5090c622d3b42370134aff7d97632;p=seabios.git diff --git a/src/clock.c b/src/clock.c index b9d75a3..4d8643f 100644 --- a/src/clock.c +++ b/src/clock.c @@ -215,13 +215,6 @@ handle_1a07(struct bregs *regs) set_success(regs); } -static void -handle_1ab1(struct bregs *regs) -{ - // XXX - pcibios stuff - set_fail(regs); -} - // Unsupported static void handle_1aXX(struct bregs *regs)