diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2006-11-11 18:46:38 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2006-11-11 18:46:38 +0000 |
commit | ed7bab8b0dabca6a3d8936b7b868e547c884006c (patch) | |
tree | df241c5a6e58ee03a4a64bd3fe58f0842c331fcd /src/northbridge | |
parent | ca6312010da56b1e01e1b53f5f4305e96b4e11f5 (diff) | |
download | coreboot-ed7bab8b0dabca6a3d8936b7b868e547c884006c.tar.xz |
Add missing bracket in comment, and fix whitespace (trivial).
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2497 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/northbridge')
-rw-r--r-- | src/northbridge/intel/i440bx/i440bx.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/northbridge/intel/i440bx/i440bx.h b/src/northbridge/intel/i440bx/i440bx.h index 049dceb7bb..390cff3c09 100644 --- a/src/northbridge/intel/i440bx/i440bx.h +++ b/src/northbridge/intel/i440bx/i440bx.h @@ -18,7 +18,7 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -/* +/* * Datasheet: * - Name: Intel 440BX AGPset: 82443BX Host Bridge/Controller * - URL: http://www.intel.com/design/chipsets/datashts/290633.htm @@ -31,7 +31,7 @@ * The values in parenthesis are the default values as per datasheet. * Any addresses between 0x00 and 0xff not listed below are either * Reserved or Intel Reserved and should not be touched. - */ + */ #define VID 0x00 /* Vendor Identification (0x8086). */ #define DID 0x02 /* Device Identification (0x7190/0x7192). */ #define PCICMD 0x04 /* PCI Command Register (0x006). */ @@ -44,7 +44,7 @@ #define APBASE 0x10 /* Aperture Base Configuration (0x00000008). */ #define SVID 0x2c /* Subsystem Vendor Identification (0x0000). */ #define SID 0x2e /* Subsystem Identification (0x0000). */ -#define CAPPTR 0x34 /* Capabilities Pointer (0xa0/0x00. */ +#define CAPPTR 0x34 /* Capabilities Pointer (0xa0/0x00). */ #define NBXCFG 0x50 /* 440BX Configuration (0x0000:00S0_0000_000S_0S00b). */ #define DRAMC 0x57 /* DRAM Control (00S0_0000b). */ #define DRAMT 0x58 /* DRAM Timing (0x03). */ |