diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2002-12-22 18:24:46 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2002-12-22 18:24:46 +0000 |
commit | 2e037d786004e3381613fd9e645a99cb49888033 (patch) | |
tree | f5af446bddb1627650d8af531cceb44bf7303f39 /sys/dev/ic/wdc.c | |
parent | 157c5acff7ccb39d9da50f9a2a81f263bbecf429 (diff) |
No more magic wdc events types, give them names.
ok costa@
Diffstat (limited to 'sys/dev/ic/wdc.c')
-rw-r--r-- | sys/dev/ic/wdc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/wdc.c b/sys/dev/ic/wdc.c index 4e69720dfad..49dc16562fb 100644 --- a/sys/dev/ic/wdc.c +++ b/sys/dev/ic/wdc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wdc.c,v 1.56 2002/12/19 16:32:59 grange Exp $ */ +/* $OpenBSD: wdc.c,v 1.57 2002/12/22 18:24:45 grange Exp $ */ /* $NetBSD: wdc.c,v 1.68 1999/06/23 19:00:17 bouyer Exp $ */ @@ -160,7 +160,7 @@ static int wdc_size = 16 * 1024; static int chp_idx = 1; void -wdc_log(struct channel_softc *chp, int type, +wdc_log(struct channel_softc *chp, enum wdcevent_type type, unsigned int size, char val[]) { unsigned int request_size; |