aboutsummaryrefslogtreecommitdiff
path: root/share/man/man4/snd_sbc.4
Commit message (Collapse)AuthorAgeFilesLines
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-231-2/+0
| | | | | | | Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/ Similar commit in main: (cherry picked from commit fa9896e082a1)
* Add deprecation notices to ISA sound cardsEd Maste2022-05-161-1/+4
| | | | | | | | | | | | | | | | | | | | | | | ISA sound cards (and ISA itself) are long obsolete. NYCBUG dmesgd has no entries for any of these devices after 2005. Mail to -current and -stable revealed some nostalgic interest, but no offers to test or requests to pospone the deprecation. Add deprecation notices to device attach routines and man pages for: snd_ad1816 Analog Devices AD1816 SoundPort snd_ess Ensoniq ESS snd_gusc Gravis UltraSound (MAX and newer AFAIK) snd_mss Microsoft Sound System snd_sbc Creative Sound Blaster Reviewed by: cy, mav MFC after: 3 days Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D34604 (cherry picked from commit e39ec8933be4d6e74cfb32680fb3e67469e66bb7)
* use .Mt to mark up email addresses consistently (final part)Baptiste Daroussin2014-06-261-1/+1
| | | | | | | | PR: 191174 Submitted by: Franco Fichtner <franco at lastsummer.de> Notes: svn path=/head/; revision=267938
* Oops, fix minor braino.Joel Dahl2007-02-171-1/+1
| | | | | | | Noticed by: ariff Notes: svn path=/head/; revision=166801
* Link snd_sb16.4 and snd_sb8.4 to snd_sbc.4.Joel Dahl2007-02-171-4/+11
| | | | | | | Submitted by: ariff Notes: svn path=/head/; revision=166800
* We just have one generic sound driver, reflect this.Christian Brueffer2006-06-181-1/+1
| | | | | | | MFC after: 3 days Notes: svn path=/head/; revision=159748
* Make the SYNOPSIS section a bit more informative.Joel Dahl2005-12-151-7/+20
| | | | Notes: svn path=/head/; revision=153459
* Be more specific about supported chipsets.Joel Dahl2005-08-171-5/+29
| | | | | | | Approved by: brueffer (mentor) Notes: svn path=/head/; revision=149198
* soundcard -> sound cardChristian Brueffer2005-05-221-1/+1
| | | | | | | MFC after: 3 days Notes: svn path=/head/; revision=146489
* - move information about supported hardware into a HARDWARE sectionChristian Brueffer2005-02-231-10/+17
| | | | | | | | | - bump .Dd MFC after: 3 days Notes: svn path=/head/; revision=142343
* Sort sections.Ruslan Ermilov2005-01-211-2/+2
| | | | Notes: svn path=/head/; revision=140561
* Update sound-related manpages to account for the recent change inRuslan Ermilov2004-09-081-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | device and module naming. The following files were repo-copied: csa.4 -> snd_csa.4 gusc.4 -> snd_gusc.4 maestro3.4 -> snd_maestro3.4 sbc.4 -> snd_sbc.4 uaudio.4 -> snd_uaudio.4 The pcm(4) manpage wasn't renamed to sound(4) as there are nearby plans to rename "device sound" to "device snd", to address the ambiguity in naming, so pcm.4 is linked to sound.4 for the moment. (We also mumble something about the future plans in the manpage.) Removed links from pcm.4 to als4000.4 and emu10k1.4 -- they now have their own snd_*.4 manpages. Fixes for recent snd_*.4 manpages: added missing "device sound" to the SYNOPSIS, fixed hints (they are still "hint.pcm.<unit>" in most cases). MT5 after: 3 days Notes: svn path=/head/; revision=134938
* Mechanically kill hard sentence breaks and double whitespaces.Ruslan Ermilov2004-07-031-1/+2
| | | | Notes: svn path=/head/; revision=131530
* Grammar nit.Ruslan Ermilov2001-11-211-1/+1
| | | | Notes: svn path=/head/; revision=86715
* Update man pages in the section 4 to match the reality in -CURRENT.Kazutaka YOKOTA2001-10-131-3/+7
| | | | | | | | | | | | | | - Change lines referring to kernel configuration file: device foo0 at isa port xxx irq yyy... to device foo Describe resource "hints" in /boot/device.hints. - Try to describe resource allocation and probe/attach behavior in the newbus framework. Notes: svn path=/head/; revision=84877
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79538
* mdoc(7) police: properly use a -diag list in the DIAGNOSTICS section.Dima Dorfman2001-04-131-3/+1
| | | | | | | Reviewed by: ru Notes: svn path=/head/; revision=75495
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-291-2/+2
| | | | Notes: svn path=/head/; revision=70466
* mdoc(7) police: use certified section headers wherever possible.Ruslan Ermilov2000-11-171-1/+1
| | | | Notes: svn path=/head/; revision=68854
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-2/+4
| | | | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. Notes: svn path=/head/; revision=57676
* Second round of config related changes to the manpages.Jeroen Ruigrok van der Werven2000-01-231-1/+1
| | | | | | | device blah0 -> device blah for PCI devices and busses. Notes: svn path=/head/; revision=56467
* - Add the man pages for sound card bridge drivers.Seigo Tanimura2000-01-151-0/+75
(sbc(4), gusc(4), csa(4)) - Update pcm(4) for newpcm. Notes: svn path=/head/; revision=56022