diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-01-05 13:36:49 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-01-05 13:36:49 +0000 |
commit | 1404bdc30f30b34644e1dbbaab27109ca5199314 (patch) | |
tree | 18d71771ee9ade78acc8867fd1908d017e7ce01b /sys/arch/sparc | |
parent | e9b5ce7bb5c9930a3aca4543f63b52c84fa5adbf (diff) |
from netbsd; = not ==
Diffstat (limited to 'sys/arch/sparc')
-rw-r--r-- | sys/arch/sparc/dev/si.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/sparc/dev/si.c b/sys/arch/sparc/dev/si.c index 114ae04a31c..db208f7d842 100644 --- a/sys/arch/sparc/dev/si.c +++ b/sys/arch/sparc/dev/si.c @@ -278,7 +278,7 @@ si_match(parent, vcf, args) * what my board seems to be at. --thorpej */ if (ra->ra_intr[0].int_pri == -1) - ra->ra_intr[0].int_pri == 3; + ra->ra_intr[0].int_pri = 3; /* Figure out the bus type and look for the appropriate adapter. */ switch (ca->ca_bustype) { |