j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
Author: blueswirl Date: 2008-09-28 21:55:25 +0200 (Sun, 28 Sep 2008) New Revision: 240
Modified: openbios-devel/drivers/obio.c Log: Add more machine types
Modified: openbios-devel/drivers/obio.c =================================================================== --- openbios-devel/drivers/obio.c 2008-09-27 19:46:18 UTC (rev 239) +++ openbios-devel/drivers/obio.c 2008-09-28 19:55:25 UTC (rev 240) @@ -739,6 +739,46 @@ .initfn = dummy_mach_init, }, { + .machine_id = 33, + .banner_name = "SPARCstation Voyager", + .model = "SUNW,501-2581", + .name = "SUNW,SPARCstation-Voyager", + .mid_offset = 0, + .initfn = dummy_mach_init, + }, + { + .machine_id = 34, + .banner_name = "SPARCstation LX", + .model = "SUNW,501-2031", + .name = "SUNW,SPARCstation-LX", + .mid_offset = 0, + .initfn = dummy_mach_init, + }, + { + .machine_id = 35, + .banner_name = "SPARCstation 4", + .model = "SUNW,501-2572", + .name = "SUNW,SPARCstation-4", + .mid_offset = 0, + .initfn = dummy_mach_init, + }, + { + .machine_id = 36, + .banner_name = "SPARCstation Classic", + .model = "SUNW,501-2326", + .name = "SUNW,SPARCstation-Classic", + .mid_offset = 0, + .initfn = dummy_mach_init, + }, + { + .machine_id = 37, + .banner_name = "Tadpole S3 GX", + .model = "S3", + .name = "Tadpole_S3GX", + .mid_offset = 0, + .initfn = dummy_mach_init, + }, + { .machine_id = 64, .banner_name = "SPARCstation 10 (1 X 390Z55)", .model = "SUNW,S10,501-2365",