PR# 34288: No splaudio() in man 9 spl, from Stephane Witzmann.

This commit is contained in:
jmcneill 2006-09-23 04:16:43 +00:00
parent 64b4f9dcf8
commit 5c58e26a02
1 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: spl.9,v 1.22 2004/10/31 07:01:34 yamt Exp $
.\" $NetBSD: spl.9,v 1.23 2006/09/23 04:16:43 jmcneill Exp $
.\"
.\" Copyright (c) 2000, 2001 Jason R. Thorpe. All rights reserved.
.\" Copyright (c) 1997 Michael Long.
@ -33,6 +33,7 @@
.Sh NAME
.Nm spl ,
.Nm spl0 ,
.Nm splaudio ,
.Nm splbio ,
.Nm splclock ,
.Nm splhigh ,
@ -53,6 +54,8 @@
.Sh SYNOPSIS
.In sys/param.h
.Ft int
.Fn splaudio void
.Ft int
.Fn splhigh void
.Ft int
.Fn spllock void
@ -200,6 +203,8 @@ one class of interrupts at a time, use software interrupts instead.
.It Fn spltty
blocks hard and soft interrupts from TTY devices (IPL_TTY).
This must also block soft serial interrupts.
.It Fn splaudio
blocks hard interrupts generated by audio devices (IPL_AUDIO).
.It Fn splsoftserial
blocks soft interrupts generated by serial devices (IPL_SOFTSERIAL).
.It Fn splnet