Bug 155095

Summary: [PATCH] Multimedia chapter should mention dsp no longer created
Product: Documentation Reporter: Chris Rees <utisoft>
Component: Books & ArticlesAssignee: Glen Barber <gjb>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
doc-handbook-sound.patch none

Description Chris Rees 2011-02-27 18:10:10 UTC
	The /dev/dsp* files are no longer created when sound drivers are loaded, causing me to chase problems for ages on correct drivers... This could help others in the same boat

Fix: - Document the nature of /dev/dsp* -- not created until accessed

	Submitted by: Chris Rees (utisoft_at_gmail.com)
How-To-Repeat: 	zeus# kldload sound && kldload snd_driver
	zeus# ls /dev/dsp*
	zeus# echo wtf has happened to my dsp files\?\?\?\?
Comment 1 Glen Barber freebsd_committer freebsd_triage 2011-02-27 18:45:57 UTC
Responsible Changed
From-To: freebsd-doc->gjb

I'll take this.
Comment 2 Chris Rees 2011-02-27 19:02:03 UTC
OK, from some feedback on irc:

touched/created replaced with used

http://www.bayofrum.net/~crees/patches/doc-handbook-sound.patch

Chris
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-03-03 14:55:49 UTC
gjb         2011-03-03 14:55:41 UTC

  FreeBSD doc repository

  Modified files:
    en_US.ISO8859-1/books/handbook/multimedia chapter.sgml 
  Log:
  Note that /dev/dsp* files do not exist when they are not in use.
  
  PR:             155095
  Submitted by:   Chris Rees (utisoft of gmail com)
  Approved by:    jkois (mentor)
  
  Revision  Changes    Path
  1.140     +7 -0      doc/en_US.ISO8859-1/books/handbook/multimedia/chapter.sgml
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Glen Barber freebsd_committer freebsd_triage 2011-03-03 14:55:56 UTC
State Changed
From-To: open->closed

Committed with some rewording.  Thanks!