]> xenbits.xensource.com Git - seabios.git/commitdiff
Minor - replace some tab characters that slipped into the code.
authorKevin O'Connor <kevin@koconnor.net>
Fri, 11 Apr 2014 16:08:33 +0000 (12:08 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Fri, 11 Apr 2014 16:08:33 +0000 (12:08 -0400)
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
src/config.h
src/fw/biostables.c
src/fw/coreboot.c
src/fw/smm.c
src/hw/esp-scsi.c
vgasrc/geodevga.h

index 2fee0c778732f3276ac9fe25cd43902dc9f1c298..d7056154a9404fb58817c2ee6c3b25140e15f2fe 100644 (file)
@@ -54,7 +54,7 @@
 #define BUILD_APIC_ADDR           0xfee00000
 
 // PCI IRQS
-#define BUILD_PCI_IRQS         ((1<<5) | (1<<9) | (1<<10) | (1<<11))
+#define BUILD_PCI_IRQS            ((1<<5) | (1<<9) | (1<<10) | (1<<11))
 
 // Important real-mode segments
 #define SEG_IVT      0x0000
index 19fcbf9759f4d44d8e2f7948eae113cf4bd91712..a90199bae9eaebf72b5e9762e3dae1442c7c13c5 100644 (file)
@@ -186,7 +186,7 @@ acpi_reboot(void)
 
     switch (acpi_reset_reg.address_space_id) {
     case 0: // System Memory
-       writeb((void *)(u32)addr, acpi_reset_val);
+        writeb((void *)(u32)addr, acpi_reset_val);
         break;
     case 1: // System I/O
         outb(acpi_reset_val, addr);
index 9de01c2a1566a63f82d0aeb2c1b2f4db504052fc..8fd84493bce7add43750cac0d7003623dbf8f82f 100644 (file)
@@ -80,9 +80,9 @@ struct cb_cbmem_ref {
 #define CB_TAG_CBMEM_CONSOLE 0x17
 
 struct cbmem_console {
-       u32 buffer_size;
-       u32 buffer_cursor;
-       u8  buffer_body[0];
+    u32 buffer_size;
+    u32 buffer_cursor;
+    u8  buffer_body[0];
 } PACKED;
 static struct cbmem_console *cbcon = NULL;
 
index e1da3f66438c5835a182fffee8f0c5dbf05253d1..1032ffbfd632a5a7febfea9c9f0c402e02dd5591 100644 (file)
@@ -166,7 +166,7 @@ void
 smm_device_setup(void)
 {
     if (!CONFIG_USE_SMM)
-       return;
+        return;
 
     struct pci_device *isapci, *pmpci;
     isapci = pci_find_device(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82371AB_3);
@@ -188,7 +188,7 @@ void
 smm_setup(void)
 {
     if (!CONFIG_USE_SMM || SMMISADeviceBDF < 0)
-       return;
+        return;
 
     dprintf(3, "init smm\n");
     u16 device = pci_config_readw(SMMISADeviceBDF, PCI_DEVICE_ID);
index 982c1d5487936234c983c9c3d34e412eebbb150d..33cc4498652320272c76f78689d301038e42592a 100644 (file)
@@ -120,14 +120,14 @@ esp_scsi_cmd(struct esp_lun_s *llun_gf, struct disk_op_s *op,
             }
         }
 
-       /* At end of DMA TC is set again -> complete command.  */
+        /* At end of DMA TC is set again -> complete command.  */
         if (state == 1 && (stat & ESP_STAT_TC)) {
             state++;
             outb(ESP_CMD_ICCS, iobase + ESP_CMD);
             continue;
         }
 
-       /* Finally read data from the message in phase.  */
+        /* Finally read data from the message in phase.  */
         if (state == 2 && (stat & ESP_STAT_MSG)) {
             state++;
             status = inb(iobase + ESP_FIFO);
index 067b4f8b0df6b28e5c48a956c3e303c92818ad98..61d78084d7a7a74486abfec9e9d50457581040d5 100644 (file)
@@ -26,7 +26,7 @@
 #define MSR_GLIU0                       (1 << 28)
 #define MSR_GLIU0_BASE4                 (MSR_GLIU0 + 0x23)  /* LX */
 #define GLIU0_P2D_BM_4                  (MSR_GLIU0 + 0x24)  /* GX2 */
-#define GLIU0_P2D_RO                   (MSR_GLIU0 + 0x29)
+#define GLIU0_P2D_RO                    (MSR_GLIU0 + 0x29)
 #define GLIU0_IOD_BM_0                  (MSR_GLIU0 + 0xE0)
 #define GLIU0_IOD_BM_1                  (MSR_GLIU0 + 0xE1)
 #define DC_SPARE                        0x80000011