From eca431e87cd35ccc339ef8e7a3fc554597fbcc5e Mon Sep 17 00:00:00 2001 From: oster Date: Fri, 13 Aug 1999 03:25:01 +0000 Subject: Nuke configuration of ETimer stuff during main configuration. --- sys/dev/raidframe/rf_driver.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/dev/raidframe') 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. -- cgit lect> NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/sys/dev/ic/advmcode.h
AgeCommit message (Expand)Author
2019-12-15Remove clause 3 and 4 leftovers from TNF licenses in more sources.tsutsui
2005-12-11merge ktrace-lwp.christos
2005-02-27nuke trailing whitespaceperry
2001-01-18constifyjdolecek