]> xenbits.xensource.com Git - seabios.git/commitdiff
update bios date
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 7 Jun 2012 08:34:31 +0000 (10:34 +0200)
committerKevin O'Connor <kevin@koconnor.net>
Thu, 7 Jun 2012 23:58:37 +0000 (19:58 -0400)
Linux ignores some information from acpi in case the bios is old
as acpi support used to be buggy in the early days.  This affects
ressources for example (unless forced with pci=use_crs).  So lets
go for something more recent.  With this patch applied the
ressources for \\SB.PCI0 will show up in /proc/{iomem,ioports},
tagged as "PCI Bus 0000:00".

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
src/smbios.c

index 20d2d4790e5debef5100b70f95eceb1645e7cc5b..fc84aade13e6bbe71b9cec94a9cf29560013e387 100644 (file)
@@ -93,7 +93,7 @@ smbios_entry_point_init(u16 max_structure_size,
     } while (0)
 
 /* Type 0 -- BIOS Information */
-#define RELEASE_DATE_STR "01/01/2007"
+#define RELEASE_DATE_STR "01/01/2011"
 static void *
 smbios_init_type_0(void *start)
 {