summaryrefslogtreecommitdiff
path: root/sys/dev/ata
diff options
context:
space:
mode:
authorad <ad@NetBSD.org>2008-11-12 12:35:50 +0000
committerad <ad@NetBSD.org>2008-11-12 12:35:50 +0000
commit0efea177e37295fed654875d875160c47500d6bd (patch)
tree9d0589344a5d07b9a511a2e81ebbd701744d03b5 /sys/dev/ata
parent0f81d3e0a26c2833cd085c472a4a77c325486b75 (diff)
Remove LKMs and switch to the module framework, pass 1.
Proposed on tech-kern@.
Diffstat (limited to 'sys/dev/ata')
-rw-r--r--sys/dev/ata/ataconf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ata/ataconf.h b/sys/dev/ata/ataconf.h
index b337393f872..479964e7668 100644
--- a/sys/dev/ata/ataconf.h
+++ b/sys/dev/ata/ataconf.h
@@ -1,4 +1,4 @@
-/* $NetBSD: ataconf.h,v 1.1 2006/09/07 12:34:42 itohy Exp $ */
+/* $NetBSD: ataconf.h,v 1.2 2008/11/12 12:36:11 ad Exp $ */
/*
* Written in 2006 by ITOH Yasufumi.
@@ -8,9 +8,9 @@
#ifndef _DEV_ATA_ATACONF_H_
#define _DEV_ATA_ATACONF_H_
-#if !defined(_KERNEL_OPT) || defined(LKM)
+#if !defined(_KERNEL_OPT) || defined(MODULAR)
-/* compile-in everything for LKM or LKM-enabled kernel */
+/* compile-in everything for module or module-enabled kernel */
# define NATA_DMA 1
# define NATA_UDMA 1
# define NATA_PIOBM 1