diff options
author | Marco Peereboom <marco@cvs.openbsd.org> | 2005-10-18 23:11:01 +0000 |
---|---|---|
committer | Marco Peereboom <marco@cvs.openbsd.org> | 2005-10-18 23:11:01 +0000 |
commit | aae0490897d75499eb798b020c20e62d0be36f0c (patch) | |
tree | 0a1b6ec4c32570ac64ed11af273932df2c6186a7 /sys/dev | |
parent | 8ed1e559b7016d26aeaf4f1b64bcb4db1fe0a9da (diff) |
Document Dell PowerEdge 8450 hack
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/ipmi.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ipmi.c b/sys/dev/ipmi.c index 5ba7912756a..209eb11ff5a 100644 --- a/sys/dev/ipmi.c +++ b/sys/dev/ipmi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ipmi.c,v 1.5 2005/10/18 23:08:23 marco Exp $ */ +/* $OpenBSD: ipmi.c,v 1.6 2005/10/18 23:11:00 marco Exp $ */ /* * Copyright (c) 2005 Jordan Hargrave @@ -1480,6 +1480,7 @@ ipmi_probe(void *aux) if (scan_smbios(SMBIOS_TYPE_IPMI, smbios_ipmi_probe, ia) == 0) { dmd_ipmi_t *pipmi; + /* XXX hack to find Dell PowerEdge 8450 */ pipmi = (dmd_ipmi_t *)scan_sig(0xC0000L, 0xFFFFFL, 16, 4, "IPMI"); if (pipmi == NULL) { |