| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
Similar commit in main:
(cherry picked from commit fa9896e082a1)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
| |
PR: 191174
Submitted by: Franco Fichtner <franco at lastsummer.de>
Notes:
svn path=/head/; revision=267938
|
|
|
|
|
|
|
| |
Noticed by: ariff
Notes:
svn path=/head/; revision=166801
|
|
|
|
|
|
|
| |
Submitted by: ariff
Notes:
svn path=/head/; revision=166800
|
|
|
|
|
|
|
| |
MFC after: 3 days
Notes:
svn path=/head/; revision=159748
|
|
|
|
| |
Notes:
svn path=/head/; revision=153459
|
|
|
|
|
|
|
| |
Approved by: brueffer (mentor)
Notes:
svn path=/head/; revision=149198
|
|
|
|
|
|
|
| |
MFC after: 3 days
Notes:
svn path=/head/; revision=146489
|
|
|
|
|
|
|
|
|
| |
- bump .Dd
MFC after: 3 days
Notes:
svn path=/head/; revision=142343
|
|
|
|
| |
Notes:
svn path=/head/; revision=140561
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=131530
|
|
|
|
| |
Notes:
svn path=/head/; revision=86715
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Notes:
svn path=/head/; revision=79538
|
|
|
|
|
|
|
| |
Reviewed by: ru
Notes:
svn path=/head/; revision=75495
|
|
|
|
| |
Notes:
svn path=/head/; revision=70466
|
|
|
|
| |
Notes:
svn path=/head/; revision=68854
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
device blah0 -> device blah for PCI devices and busses.
Notes:
svn path=/head/; revision=56467
|
|
(sbc(4), gusc(4), csa(4))
- Update pcm(4) for newpcm.
Notes:
svn path=/head/; revision=56022
|