diff options
| author | oster <oster@NetBSD.org> | 1999-08-13 03:25:01 +0000 |
|---|---|---|
| committer | oster <oster@NetBSD.org> | 1999-08-13 03:25:01 +0000 |
| commit | eca431e87cd35ccc339ef8e7a3fc554597fbcc5e (patch) | |
| tree | 4915e08d4c79c5c872e8709a9edc81eb857565d8 /sys | |
| parent | 7e9fe5fb1e7481997130f09b19e08af6c2d1b2a3 (diff) | |
Nuke configuration of ETimer stuff during main configuration.
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/raidframe/rf_driver.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/raidframe/rf_driver.c b/sys/dev/raidframe/rf_driver.c index 3767a22d4c7..af89047d68d 100644 --- a/sys/dev/raidframe/rf_driver.c +++ b/sys/dev/raidframe/rf_driver.c @@ -1,4 +1,4 @@ -/* $NetBSD: rf_driver.c,v 1.12 1999/07/19 01:36:07 oster Exp $ */ +/* $NetBSD: rf_driver.c,v 1.13 1999/08/13 03:25:01 oster Exp $ */ /*- * Copyright (c) 1999 The NetBSD Foundation, Inc. * All rights reserved. @@ -440,7 +440,6 @@ rf_Configure(raidPtr, cfgPtr) rf_clear_debug_print_buffer(); DO_INIT_CONFIGURE(rf_ConfigureAllocList); - DO_INIT_CONFIGURE(rf_ConfigureEtimer); /* * Yes, this does make debugging general to the whole system instead * of being array specific. Bummer, drag. |
