mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
I've been burned about half a dozen times by the old PAO syntax for
'any' interrupt. There's no reason not to be liberal here and accept the PAO syntax. MFC After: 2 weeks
This commit is contained in:
parent
6f4b0863e0
commit
9cd2bd7564
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=120757
@ -678,6 +678,8 @@ irq_tok(int force)
|
||||
|
||||
if (strcmp("?", next_tok()) == 0 && force)
|
||||
return (0);
|
||||
if (strcmp("any", next_tok()) == 0 && force)
|
||||
return (0);
|
||||
pusht = 1;
|
||||
i = num_tok();
|
||||
if (i > 0 && i < 16)
|
||||
|
Loading…
Reference in New Issue
Block a user