diff options
| author | Michael Reifenberger <mr@FreeBSD.org> | 2006-07-13 11:47:36 +0000 |
|---|---|---|
| committer | Michael Reifenberger <mr@FreeBSD.org> | 2006-07-13 11:47:36 +0000 |
| commit | 42936f9334d3bec93e20f1be6d2dc742e3cec545 (patch) | |
| tree | 9b50025beeda8f971870e4ffd871171280bbec01 /sys/dev/random | |
| parent | 4fd58e10b2747a0287ebc067ae1d538d6a525faa (diff) | |
Notes
Diffstat (limited to 'sys/dev/random')
| -rw-r--r-- | sys/dev/random/probe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/random/probe.c b/sys/dev/random/probe.c index 5d6bd6717c50..264f9d594070 100644 --- a/sys/dev/random/probe.c +++ b/sys/dev/random/probe.c @@ -56,7 +56,7 @@ random_ident_hardware(struct random_systat *systat) /* Then go looking for hardware */ #if defined(__i386__) && !defined(PC98) - if(via_feature_rng & VIA_HAS_RNG) { + if (via_feature_rng & VIA_HAS_RNG) { *systat = random_nehemiah; } #endif |
