diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-11-22 04:29:08 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-11-22 04:29:08 +0000 |
commit | 12e4bbac0bc091e5ca5697b4f4fb2acd3b987262 (patch) | |
tree | a0941b38b45b7a10f7b6f6702233d53ae87c682d /sys/dev/microcode/neomagic/neo-coeff.h | |
parent | f44707cd2cf5b51fff737c6bb3c5fc6910143a15 (diff) |
filesystem firmware loading
Diffstat (limited to 'sys/dev/microcode/neomagic/neo-coeff.h')
-rw-r--r-- | sys/dev/microcode/neomagic/neo-coeff.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/microcode/neomagic/neo-coeff.h b/sys/dev/microcode/neomagic/neo-coeff.h index adcb5811df8..fb5f77b6e59 100644 --- a/sys/dev/microcode/neomagic/neo-coeff.h +++ b/sys/dev/microcode/neomagic/neo-coeff.h @@ -1,4 +1,4 @@ -/* $OpenBSD: neo-coeff.h,v 1.1 2001/06/18 19:27:19 deraadt Exp $ */ +/* $OpenBSD: neo-coeff.h,v 1.2 2004/11/22 04:29:06 deraadt Exp $ */ /* * Copyright (c) 1999 Cameron Grant <gandalf@vilnya.demon.co.uk> @@ -4630,7 +4630,7 @@ static const char coefficients[NM_TOTAL_COEFF_COUNT * 4] = { }; static const u_int16_t -coefficientSizes[] = { +coefficientSizes[NM_COEFF_SIZES] = { /* Playback */ 0x00C0, 0x5000, 0x0060, 0x2800, 0x0040, 0x0060, 0x1400, 0x0000, /* Record */ |