diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-08-13 21:58:07 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-08-13 21:58:07 +0000 |
commit | d9fbc819c4bc0822d9ce2d91af61eed69f7f0d02 (patch) | |
tree | 8097b1f3aa176335dfc01606bc15b9514a12c2f2 /sys/dev | |
parent | b4e6fe5dbb1b1f0c861dbb2f916f5d9ec1e19c2a (diff) |
indent
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/ubsec.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/pci/ubsec.c b/sys/dev/pci/ubsec.c index 10b691a5eaa..44cbf954117 100644 --- a/sys/dev/pci/ubsec.c +++ b/sys/dev/pci/ubsec.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ubsec.c,v 1.21 2000/08/12 06:29:08 deraadt Exp $ */ +/* $OpenBSD: ubsec.c,v 1.22 2000/08/13 21:58:06 deraadt Exp $ */ /* * Copyright (c) 2000 Jason L. Wright (jason@thought.net) @@ -36,7 +36,7 @@ /* - * uBsec 5[56]01 hardware crypto accelerator + * uBsec 5[56]01, 580x hardware crypto accelerator */ #include <sys/param.h> @@ -115,7 +115,7 @@ ubsec_probe(parent, match, aux) return (0); } -void +void ubsec_attach(parent, self, aux) struct device *parent, *self; void *aux; @@ -193,7 +193,7 @@ ubsec_attach(parent, self, aux) printf(": %s\n", intrstr); } -int +int ubsec_intr(arg) void *arg; { @@ -282,7 +282,7 @@ ubsec_feed(sc) struct ubsec_mcr *mcr; int npkts, i, l; void *v, *mcr2; - + npkts = sc->sc_nqueue; if (npkts > 20) npkts = 20; @@ -796,7 +796,7 @@ ubsec_process(crp) if ((i + 1) == q->q_dst_npa) { if (maccrd) - pb->pb_next = + pb->pb_next = vtophys(&q->q_macbuf[0]); else pb->pb_next = 0; |