Since some people disapprove of white space cleanups mixed in regular commits
[coreboot.git] / src / arch / i386 / llshell / pci.inc
index eb4d3c3845437d00df8066637090b18381f3e6e9..7cb741008e083d43ff0be15c577c78d6c4c5505b 100644 (file)
@@ -11,7 +11,7 @@
         *
         * Notes:       This routine is optimized for minimal register usage.
         *              And the tricks it does cannot scale beyond writing a single byte.
-        *               
+        *
         *              What it does is almost simple.
         *              It preserves %eax (baring special bits) until it is written
         *              out to the appropriate port.  And hides the data byte
@@ -52,7 +52,7 @@
         * Effects:     writes a single byte to pci config space
         *
         * Notes:       This routine is optimized for minimal register usage.
-        *               
+        *
         *              What it does is almost simple.
         *              It preserves %eax (baring special bits) until it is written
         *              out to the appropriate port.  And hides the least significant
@@ -91,7 +91,7 @@
         * Effects:     writes a single byte to pci config space
         *
         * Notes:       This routine is optimized for minimal register usage.
-        *               
+        *
         *              What it does is almost simple.
         *              It preserves %eax (baring special bits) until it is written
         *              out to the appropriate port.  And hides the least significant
 
 
 
-       
+
        /*
         * Macro:       PCI_READ_CONFIG_BYTE
         * Arguments:   %eax address to read from (includes bus, device, function, &offset)
         * Effects:     reads a single byte from pci config space
         *
         * Notes:       This routine is optimized for minimal register usage.
-        *               
+        *
         *              What it does is almost simple.
         *              It preserves %eax (baring special bits) until it is written
         *              out to the appropriate port.  And hides the least significant
         * Effects:     reads a 2 bytes from pci config space
         *
         * Notes:       This routine is optimized for minimal register usage.
-        *               
+        *
         *              What it does is almost simple.
         *              It preserves %eax (baring special bits) until it is written
         *              out to the appropriate port.  And hides the least significant
         * Effects:     reads 4 bytes from pci config space
         *
         * Notes:       This routine is optimized for minimal register usage.
-        *               
+        *
         *              What it does is almost simple.
         *              It preserves %eax (baring special bits) until it is written
         *              out to the appropriate port.  And hides the least significant