diff options
author | 2002-09-25 18:04:06 +0000 | |
---|---|---|
committer | 2002-09-25 18:04:06 +0000 | |
commit | 30df4fd2c44b75084600801baad87aa2588ee220 (patch) | |
tree | 21bc48a62fbd14c25a5445a0509c7e0635325133 | |
parent | Link to em(4) rather than gx(4) now. (diff) | |
download | wireguard-openbsd-30df4fd2c44b75084600801baad87aa2588ee220.tar.xz wireguard-openbsd-30df4fd2c44b75084600801baad87aa2588ee220.zip |
Suggest disabling the sb driver in UKC rather than removing it from
the kernel, when it incorrectly matches an ess card.
-rw-r--r-- | share/man/man4/ess.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/ess.4 b/share/man/man4/ess.4 index 6d2d3ba700b..276e156d383 100644 --- a/share/man/man4/ess.4 +++ b/share/man/man4/ess.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ess.4,v 1.4 2001/10/05 14:45:53 mpech Exp $ +.\" $OpenBSD: ess.4,v 1.5 2002/09/25 18:04:06 miod Exp $ .\" $NetBSD: ess.4,v 1.6 1999/04/13 20:25:29 augustss Exp $ .\" .\" Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -74,7 +74,7 @@ The AudioDrive devices have a SoundBlaster compatibility mode, and may be detected by the SoundBlaster driver (see .Xr sb 4 ) rather than the AudioDrive driver. -The workaround is to remove the SoundBlaster driver from the kernel +The workaround is to remove or disable the SoundBlaster driver from the kernel configuration. .Sh SEE ALSO .Xr audio 4 , |