Correct obviously wrong mistakes.

This commit is contained in:
Brian Feldman 2001-07-02 23:47:23 +00:00
parent 9e12bdbd79
commit bc0e6469ff
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=79116
3 changed files with 3 additions and 3 deletions

View file

@ -149,7 +149,7 @@ sb_dspwr(struct sb_info *sb, u_char val)
return 1;
}
}
#if __FreeBSD_version > 50000
#if __FreeBSD_version > 500000
if (curproc->p_intr_nesting_level == 0)
printf("sb_dspwr(0x%02x) timed out.\n", val);
#endif

View file

@ -39,7 +39,7 @@ TUNABLE_INT("hw.snd.unit", &snd_unit);
#endif
int snd_autovchans = 0;
int snd_maxvchans = 0;
#if __FreeBSD_version > 50000
#if __FreeBSD_version > 500000
TUNABLE_INT("hw.snd.autovchans", &snd_autovchans);
TUNABLE_INT("hw.snd.maxvchans", &snd_maxvchans);
#else

View file

@ -76,7 +76,7 @@
#define USING_MUTEX
#define USING_DEVFS
#else
#define INTR_TYPE_AV INTR_TYPE_MISC
#define INTR_TYPE_AV INTR_TYPE_TTY
#endif
#define SND_DYNSYSCTL