diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2007-05-29 06:28:24 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2007-05-29 06:28:24 +0000 |
commit | 3623ba65f6f3938704e0176cf7e3d6dfdaf6a179 (patch) | |
tree | 89f6885008814f7d3be027c846296ae13cdd013e /sys/dev/ipmi.c | |
parent | 444b0299644e2e692c1f8d00d8b1caa0acea33a3 (diff) |
back out last commit. It helps to compile before commiting. OK beck@ art@
Diffstat (limited to 'sys/dev/ipmi.c')
-rw-r--r-- | sys/dev/ipmi.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ipmi.c b/sys/dev/ipmi.c index f85891147f5..e066ea45ebe 100644 --- a/sys/dev/ipmi.c +++ b/sys/dev/ipmi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ipmi.c,v 1.56 2007/05/29 05:54:00 deraadt Exp $ */ +/* $OpenBSD: ipmi.c,v 1.57 2007/05/29 06:28:23 claudio Exp $ */ /* * Copyright (c) 2005 Jordan Hargrave @@ -1663,7 +1663,6 @@ ipmi_match(struct device *parent, void *match, void *aux) return (0); /* Map registers */ - sc->sc_dev.dv_xname = "ipmi0"; /* XXX local softc is wrong wrong wrong */ if (ipmi_map_regs(&sc, ia) == 0) { sc.sc_if->probe(&sc); |