summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Willem Klok <gwk@cvs.openbsd.org>2006-05-08 23:25:44 +0000
committerGordon Willem Klok <gwk@cvs.openbsd.org>2006-05-08 23:25:44 +0000
commita4a282642ae99a5d71f778591d511fd49ec9d0c3 (patch)
treeab8c304f139cdbe4990d88790ee1f92fc2b9053b
parent4bc6c970f3bd681c8daab78f84a5d4a821a3a8a2 (diff)
spacing
-rw-r--r--sys/arch/amd64/amd64/bios.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/amd64/amd64/bios.c b/sys/arch/amd64/amd64/bios.c
index 8d803aba448..fb995aa5864 100644
--- a/sys/arch/amd64/amd64/bios.c
+++ b/sys/arch/amd64/amd64/bios.c
@@ -114,7 +114,7 @@ bios_attach(struct device *parent, struct device *self, void *aux)
for(; pa < end; pa+= NBPG, va+= NBPG)
pmap_kenter_pa(va, pa, VM_PROT_READ);
- printf(": SMBIOS rev. %d.%d @ 0x%lx (%d entries)",
+ printf(": SMBIOS rev. %d.%d @ 0x%lx (%d entries)",
hdr->majrev, hdr->minrev, hdr->addr, hdr->count);
smbios_info(sc->sc_dev.dv_xname);
break;
@@ -133,7 +133,7 @@ bios_attach(struct device *parent, struct device *self, void *aux)
* smbios_find_table with the same arguments.
*/
int
-smbios_find_table(u_int8_t type, struct smbtable *st)
+smbios_find_table(u_int8_t type, struct smbtable *st)
{
u_int8_t *va, *end;
struct smbtblhdr *hdr;
@@ -203,7 +203,7 @@ smbios_get_string(struct smbtable *st, u_int8_t indx)
}
void
-smbios_info(char * str)
+smbios_info(char * str)
{
struct smbtable stbl, btbl;
struct smbios_sys *sys;
@@ -225,7 +225,7 @@ smbios_info(char * str)
sys = (struct smbios_sys *)stbl.tblhdr;
if (havebb)
board = (struct smbios_board *)btbl.tblhdr;
- /*
+ /*
* Some smbios implementations have no system vendor or product strings,
* some have very uninformative data which is harder to work around
* and we must rely upon various heuristics to detect this. In both