diff options
| author | Warner Losh <imp@FreeBSD.org> | 2006-08-09 23:37:30 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2006-08-09 23:37:30 +0000 |
| commit | f5190c12770134151ec0714930abbd50182bc287 (patch) | |
| tree | 787146857d0b0a3187b1463e67e31eae8761d31f | |
| parent | d339df73a56e3f5c95a9c95e80aa189fadde23ea (diff) | |
Notes
| -rw-r--r-- | sys/i386/i386/machdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/i386/machdep.c b/sys/i386/i386/machdep.c index 680a7c31ccca..8f2c54f8fc8e 100644 --- a/sys/i386/i386/machdep.c +++ b/sys/i386/i386/machdep.c @@ -2215,8 +2215,8 @@ init386(first) * memory. The PCI host bridge should be programmed for this, * so we just query it. */ - outl (0xcf8, 0x80000084); - arch_i386_xbox_memsize = (inl (0xcfc) == 0x7FFFFFF) ? 128 : 64; + outl(0xcf8, 0x80000084); + arch_i386_xbox_memsize = (inl(0xcfc) == 0x7FFFFFF) ? 128 : 64; } #endif /* XBOX */ |
