diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-08-25 21:00:38 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-08-25 21:00:38 +0000 |
commit | ed289beab17eb705994e0607310ff1f5dadd38c9 (patch) | |
tree | 772a1fd060fed287cf6f77b439100bd55209aaf0 /sys/arch/hp300/conf/GENERIC | |
parent | f5006eba1c3736a687553bccba1f67cc6d21fb18 (diff) |
Allow DMA transfers to be disabled through device flags; default is to enable
DMA.
Diffstat (limited to 'sys/arch/hp300/conf/GENERIC')
-rw-r--r-- | sys/arch/hp300/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hp300/conf/GENERIC b/sys/arch/hp300/conf/GENERIC index 9ea6c96e91c..1fffdc7814d 100644 --- a/sys/arch/hp300/conf/GENERIC +++ b/sys/arch/hp300/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.31 2004/08/03 21:46:54 miod Exp $ +# $OpenBSD: GENERIC,v 1.32 2004/08/25 21:00:37 miod Exp $ # $NetBSD: GENERIC,v 1.23 1997/01/31 06:12:57 thorpej Exp $ # # Generic kernel - one size fits all. @@ -110,7 +110,7 @@ ct* at hpibbus? slave ? punit ? # HP-IB cartridge tapes mt* at hpibbus? slave ? punit ? # HP-IB 9-track tape ppi0 at hpibbus0 slave 5 punit 0 # HP-IB plotter -spc* at dio? scode ? # SCSI controller +spc* at dio? scode ? flags 0x00 # SCSI controller scsibus* at spc? sd* at scsibus? target ? lun ? # SCSI disks |