]> xenbits.xensource.com Git - seabios.git/commit
Separate out and enhance option rom scanning code.
authorKevin O'Connor <kevin@koconnor.net>
Sun, 2 Nov 2008 00:32:27 +0000 (20:32 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Sun, 2 Nov 2008 00:32:27 +0000 (20:32 -0400)
commit714325cab486faba026f3c96805e716b6c7d56fd
tree8b1f2dacd6bf7cd1bfe2ff882ff326ca3c47ae81
parent970a03254708272047d2b47229e40dbe16fc47d5
Separate out and enhance option rom scanning code.

Move option rom code from post.c to optionroms.c.
Add struct definitions for option roms.
Fix an apparent bug in the check for pnp extension headers.
Makefile
src/optionroms.c [new file with mode: 0644]
src/post.c
src/util.h