diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2005-01-08 18:14:55 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2005-01-08 18:14:55 +0000 |
commit | e08885d3ca6ad79b4ca506bac3c963a02d10b78f (patch) | |
tree | 9f612196962ccbc0f532a816d4869005fe472bd6 /sys/dev | |
parent | 56632becce4cf1c4b7676735b2916ebe531495e4 (diff) |
spaces
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/ic/ami.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/ic/ami.c b/sys/dev/ic/ami.c index 2f2bd78153d..ee9ddbe04c3 100644 --- a/sys/dev/ic/ami.c +++ b/sys/dev/ic/ami.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ami.c,v 1.26 2004/12/26 00:35:42 marco Exp $ */ +/* $OpenBSD: ami.c,v 1.27 2005/01/08 18:14:54 mickey Exp $ */ /* * Copyright (c) 2001 Michael Shalayeff @@ -126,7 +126,6 @@ int ami_done(struct ami_softc *sc, int idx); void ami_copy_internal_data(struct scsi_xfer *xs, void *v, size_t size); int ami_inquire(struct ami_softc *sc, u_int8_t op); - struct ami_ccb * ami_get_ccb(sc) struct ami_softc *sc; @@ -168,7 +167,7 @@ ami_read_inbound_db(sc) struct ami_softc *sc; { u_int32_t rv; - + bus_space_barrier(sc->iot, sc->ioh, AMI_QIDB, 4, BUS_SPACE_BARRIER_READ); rv = bus_space_read_4(sc->iot, sc->ioh, AMI_QIDB); |