summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/i386/apm/apm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/apm/apm.c b/sys/i386/apm/apm.c
index b79f4196a007..f99fa343a18a 100644
--- a/sys/i386/apm/apm.c
+++ b/sys/i386/apm/apm.c
@@ -14,7 +14,7 @@
*
* Sep, 1994 Implemented on FreeBSD 1.1.5.1R (Toshiba AVS001WD)
*
- * $Id: apm.c,v 1.12.4.12 1996/04/23 19:59:52 nate Exp $
+ * $Id: apm.c,v 1.12.4.13 1996/06/04 17:38:28 nate Exp $
*/
#include "apm.h"
@@ -676,7 +676,7 @@ apmattach(struct isa_device *dvp)
#ifdef APM_DSVALUE_BUG
caddr_t apm_bios_work;
- apm_bio_swork = (caddr_t)malloc(apm_ds_limit, M_DEVBUG, M_NOWAIT);
+ apm_bio_swork = (caddr_t)malloc(apm_ds_limit, M_DEVBUF, M_NOWAIT);
bcopy((caddr_t)((apm_ds_base << 4) + APM_KERNBASE), apm_bios_work,
apm_ds_limit);
#endif /* APM_DSVALUE_BUG */