patch-2.1.15 linux/include/asm-i386/processor.h

Next file: linux/include/asm-i386/socket.h
Previous file: linux/include/asm-i386/ldt.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.14/linux/include/asm-i386/processor.h linux/include/asm-i386/processor.h
@@ -29,10 +29,15 @@
 
 /*
  * Bus types (default is ISA, but people can check others with these..)
- * MCA_bus hardcoded to 0 for now.
  */
 extern int EISA_bus;
-#define MCA_bus 0
+extern int MCA_bus;
+
+/* from system description table in BIOS.  Mostly for MCA use, but
+others may find it useful. */
+extern unsigned int machine_id;
+extern unsigned int machine_submodel_id;
+extern unsigned int BIOS_revision;
 
 /*
  * User space process size: 3GB. This is hardcoded into a few places,

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov