diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2014-04-07 16:02:22 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2014-04-07 16:37:52 -0400 |
commit | 8996ad2cd9cdca1977dc75f262dca7f6e549be15 (patch) | |
tree | 4c6fe72be3d28592f805751911f61b3912f77b17 /src/fw/smbios.c | |
parent | 3bd2dc6d5c2a3cec5a28e660b0ece699a0e94c0b (diff) | |
download | seabios-8996ad2cd9cdca1977dc75f262dca7f6e549be15.tar.gz |
Document no new changes to pirtable.c, mptable.c, acpi.c, and smbios.c.
Add a note to the code that generates the pir, mptable, smbios, and
smbios tables that no new changes are expected. Going forward, it is
expected that if any changes are needed to these bios tables that
SeaBIOS will get the tables passed in from upstream.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/fw/smbios.c')
-rw-r--r-- | src/fw/smbios.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fw/smbios.c b/src/fw/smbios.c index 6d580c22..0ac9ff5e 100644 --- a/src/fw/smbios.c +++ b/src/fw/smbios.c @@ -1,4 +1,5 @@ // smbios table generation (on emulators) +// DO NOT ADD NEW FEATURES HERE. (See paravirt.c / biostables.c instead.) // // Copyright (C) 2008,2009 Kevin O'Connor <kevin@koconnor.net> // Copyright (C) 2006 Fabrice Bellard |