Add ATADEBUG to ease debugging.
This commit is contained in:
parent
1348389da4
commit
8e702cd95d
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: ALL,v 1.94 2007/04/19 14:34:35 xtraeme Exp $
|
||||
# $NetBSD: ALL,v 1.95 2007/04/26 17:21:18 dyoung Exp $
|
||||
# From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
|
||||
#
|
||||
# ALL machine description file
|
||||
|
@ -17,7 +17,7 @@ include "arch/i386/conf/std.i386"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "ALL-$Revision: 1.94 $"
|
||||
#ident "ALL-$Revision: 1.95 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
|
@ -791,6 +791,7 @@ wdc1 at isa? port 0x170 irq 15 flags 0x00
|
|||
|
||||
# ATA (IDE) bus support
|
||||
atabus* at ata?
|
||||
options ATADEBUG
|
||||
|
||||
# IDE drives
|
||||
# Flags are used only with controllers that support DMA operations
|
||||
|
|
Loading…
Reference in New Issue