diff options
| author | 2007-05-29 09:53:54 +0000 | |
|---|---|---|
| committer | 2007-05-29 09:53:54 +0000 | |
| commit | d277156a34755482ae716c0910ca2f45b7a4282e (patch) | |
| tree | e9c1b081442da1c20b0ef895b7610ee8f0f4feb8 /sys/arch/sparc/dev/dma.c | |
| parent | Add global variable apm_attached, machine dependant probe routine for ACPI (diff) | |
| download | wireguard-openbsd-d277156a34755482ae716c0910ca2f45b7a4282e.tar.xz wireguard-openbsd-d277156a34755482ae716c0910ca2f45b7a4282e.zip | |
use the right capitalization for `SBus'
ok jmc@
Diffstat (limited to 'sys/arch/sparc/dev/dma.c')
| -rw-r--r-- | sys/arch/sparc/dev/dma.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/dev/dma.c b/sys/arch/sparc/dev/dma.c index b39a1b4f6cf..e3bb248bd41 100644 --- a/sys/arch/sparc/dev/dma.c +++ b/sys/arch/sparc/dev/dma.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dma.c,v 1.23 2007/04/10 17:47:54 miod Exp $ */ +/* $OpenBSD: dma.c,v 1.24 2007/05/29 09:54:07 sobrado Exp $ */ /* $NetBSD: dma.c,v 1.46 1997/08/27 11:24:16 bouyer Exp $ */ /* @@ -347,7 +347,7 @@ dma_reset(sc, isledma) csr |= D_RESET; /* reset DMA */ DMACSR(sc) = csr; - DELAY(200); /* > 10 Sbus clocks(?) */ + DELAY(200); /* > 10 SBus clocks(?) */ /*DMAWAIT1(sc); why was this here? */ DMACSR(sc) &= ~D_RESET; /* de-assert reset line */ |
