From f26bfe28da955f176f43dabbb209af4234115b39 Mon Sep 17 00:00:00 2001 From: haad Date: Tue, 1 Dec 2009 23:12:09 +0000 Subject: Revert my commit which have added knowledge about dm targets to libdevmapper, this breaks abstraction. Because only lvmtools/lvmlib and device-mapper can have knowledge about target mapping and libdevmapper only passes requests from lvmtools to kernel and back. Bump major library and driver version. Requested by: yamt@ --- sys/dev/dm/dm_target_zero.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/dm/dm_target_zero.c') diff --git a/sys/dev/dm/dm_target_zero.c b/sys/dev/dm/dm_target_zero.c index cd383ba6a6a..b92c88b1709 100644 --- a/sys/dev/dm/dm_target_zero.c +++ b/sys/dev/dm/dm_target_zero.c @@ -1,4 +1,4 @@ -/* $NetBSD: dm_target_zero.c,v 1.8 2009/06/05 19:56:40 haad Exp $ */ +/* $NetBSD: dm_target_zero.c,v 1.9 2009/12/01 23:12:10 haad Exp $ */ /* * Copyright (c) 2008 The NetBSD Foundation, Inc. @@ -104,7 +104,7 @@ dm_target_zero_modcmd(modcmd_t cmd, void *arg) * target specific config area. */ int -dm_target_zero_init(dm_dev_t *dmv, void **target_config, prop_dictionary_t dict) +dm_target_zero_init(dm_dev_t *dmv, void **target_config, char *argv) { printf("Zero target init function called!!\n"); -- cgit a45874ea846be24958a689325e97a06f61ba67e'>refslogtreecommitdiff
path: root/sys/dev/microcode/isp/asm_1080.h
AgeCommit message (Expand)Author
2008-03-11Checkpoint of some fairly major isp(4) rototilling.mjacob
2007-05-24Major update to isp(4) driver to bring it in line with external sources.mjacob
2005-12-11merge ktrace-lwp.christos
2005-02-27nuke trailing whitespaceperry