diff options
author | Marco Peereboom <marco@cvs.openbsd.org> | 2005-12-28 03:25:16 +0000 |
---|---|---|
committer | Marco Peereboom <marco@cvs.openbsd.org> | 2005-12-28 03:25:16 +0000 |
commit | 6d9508037754b77a3f59542e0e907ae066076702 (patch) | |
tree | 0fa317d995c34695823f1c0f118720cbf5e7d3ef /sys/dev | |
parent | 9f43bac684444ea5ef18189bbf25fe3814602693 (diff) |
oops enabled a method that doesnt work yet so disabled getbif for now.
ok jordan@
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/acpi/acpibat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/acpi/acpibat.c b/sys/dev/acpi/acpibat.c index 959069f69ee..a1423b33d30 100644 --- a/sys/dev/acpi/acpibat.c +++ b/sys/dev/acpi/acpibat.c @@ -1,4 +1,4 @@ -/* $OpenBSD: acpibat.c,v 1.5 2005/12/28 03:18:56 marco Exp $ */ +/* $OpenBSD: acpibat.c,v 1.6 2005/12/28 03:25:15 marco Exp $ */ /* * Copyright (c) 2005 Marco Peereboom <marco@openbsd.org> * @@ -80,7 +80,7 @@ acpibat_attach(struct device *parent, struct device *self, void *aux) sc->sc_acpi = (struct acpi_softc *)parent; sc->sc_devnode = aa->aaa_node->child; - acpibat_getbif(sc); + /* acpibat_getbif(sc); */ printf("\n"); } |