diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2002-09-25 18:04:07 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2002-09-25 18:04:07 +0000 |
commit | 7e9d63c00b39df6e1d4145686b72114b14d40307 (patch) | |
tree | 803141c81d6226035136f3861f553f01cf9f4f70 /share/man | |
parent | 3be773a41807dd238c9b1e2d2cc801cc18cd018f (diff) |
Suggest disabling the sb driver in UKC rather than removing it from
the kernel, when it incorrectly matches an ess card.
Diffstat (limited to 'share/man')
-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 , |