Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/jdolecek-ncq]: src/sys/dev/ata include opt_wd.h instead of opt_wd_softba...
details: https://anonhg.NetBSD.org/src/rev/de3467df40bc
branches: jdolecek-ncq
changeset: 352759:de3467df40bc
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Sat Sep 02 12:01:25 2017 +0000
description:
include opt_wd.h instead of opt_wd_softbadsect.h, the option doesn't have private file any more
diffstat:
sys/dev/ata/wdvar.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 0cab61091398 -r de3467df40bc sys/dev/ata/wdvar.h
--- a/sys/dev/ata/wdvar.h Tue Aug 29 13:38:38 2017 +0000
+++ b/sys/dev/ata/wdvar.h Sat Sep 02 12:01:25 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: wdvar.h,v 1.43.4.7 2017/07/19 19:39:28 jdolecek Exp $ */
+/* $NetBSD: wdvar.h,v 1.43.4.8 2017/09/02 12:01:25 jdolecek Exp $ */
/*
* Copyright (c) 1998, 2001 Manuel Bouyer.
@@ -28,7 +28,7 @@
#define _DEV_ATA_WDVAR_H_
#ifdef _KERNEL_OPT
-#include "opt_wd_softbadsect.h"
+#include "opt_wd.h"
#endif
#include <sys/rndsource.h>
Home |
Main Index |
Thread Index |
Old Index