diff options
| author | carrel <carrel@NetBSD.org> | 1999-02-28 22:24:30 +0000 |
|---|---|---|
| committer | carrel <carrel@NetBSD.org> | 1999-02-28 22:24:30 +0000 |
| commit | c8a301dac09b94a6a7b2254e70b18ba2ee7c37bc (patch) | |
| tree | c797a810233300ab3a17daa53ec7662510a057fb /sys | |
| parent | 5f9b5ac4f4d13d00ba4b0f67f099f56c147d3608 (diff) | |
defopt AHC_SCBPAGING_ENABLE. Other ahc options are already defopt-ed.
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/conf/files | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/conf/files b/sys/conf/files index 7db34539d75..5a2c4feb460 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $NetBSD: files,v 1.276 1999/02/27 06:39:34 scottr Exp $ +# $NetBSD: files,v 1.277 1999/02/28 22:24:30 carrel Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -174,7 +174,8 @@ device aic: scsi file dev/ic/aic6360.c aic # Adaptec 2[789]4X, 394X, aic7770 and aic78[5678]0 SCSI controllers -defopt opt_ahc.h AHC_BROKEN_CACHE AHC_DEBUG AHC_TAGENABLE +defopt opt_ahc.h AHC_BROKEN_CACHE AHC_DEBUG AHC_TAGENABLE + AHC_SCBPAGING_ENABLE device ahc: scsi file dev/ic/aic7xxx.c ahc |
