diff options
Diffstat (limited to 'sys/arch/sparc/conf/RAMDISK')
-rw-r--r-- | sys/arch/sparc/conf/RAMDISK | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/arch/sparc/conf/RAMDISK b/sys/arch/sparc/conf/RAMDISK index 353a53e5a88..d99b0e16c2c 100644 --- a/sys/arch/sparc/conf/RAMDISK +++ b/sys/arch/sparc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.59 2006/12/09 20:06:46 miod Exp $ +# $OpenBSD: RAMDISK,v 1.60 2006/12/10 16:14:20 miod Exp $ # $NetBSD: GENERIC,v 1.28.2.1 1996/07/02 23:55:22 jtc Exp $ # Machine architecture; required by config(8) @@ -227,15 +227,14 @@ xy* at xyc? # E.g. the following would enable DMA, interrupts, and reselect: # si0 at vmes0 addr 0xff200000 level 3 vect 0x40 flags 0x07 # -# By default, DMA is enabled in the driver. -si0 at vmes0 addr 0xff200000 level 3 vect 0x40 +si0 at vmes0 addr 0xff200000 level 3 vect 0x40 flags 0x01 # NCR5380-based "SCSI Weird" on-board SCSI interface found # on sun4/100 systems. The flags are the same as the "si" # controller. Note, while DMA is enabled by default, only # polled DMA works at this time, and reselects do not work # on this particular controller. -sw0 at obio0 addr 0x0a000000 level 3 +sw0 at obio0 addr 0x0a000000 level 3 flags 0x01 # Sun "bwtwo" black and white framebuffer, found on sun4, sun4c, and sun4m # systems. |