History log of /src/usr.sbin/hdaudioctl |
Revision | Date | Author | Comments |
1.1 | 11-Oct-2009 |
sborrill | branches: 1.1.2; 1.1.4; Add hdaudioctl(8), a tool to manipulate hdaudio(4) devices. It offer the following subcommands: list - shows all child codec get - get a plist of the chosen codec's widget configuration set - forcibly reconfigure a specified codec from a plist graph - generate a graphviz file for the specified codec
|
1.1.4.2 | 21-Apr-2010 |
matt | sync to netbsd-5
|
1.1.4.1 | 11-Oct-2009 |
matt | file Makefile was added on branch matt-nb5-mips64 on 2010-04-21 05:27:21 +0000
|
1.1.2.2 | 18-Oct-2009 |
bouyer | Pull up following revision(s) (requested by sborrill in ticket #1086): usr.sbin/hdaudioctl/Makefile: revision 1.1 via patch usr.sbin/hdaudioctl/graph.c: revision 1.1 sys/dev/pci/hdaudio/hdaudio.c: revision 1.5 distrib/sets/lists/base/mi: revision 1.833 sys/dev/pci/hdaudio/hdaudio_afg.c: revision 1.17 sys/dev/pci/hdaudio/hdaudiovar.h: revision 1.5 distrib/sets/lists/man/mi: revision 1.1164 sys/dev/pci/hdaudio/hdaudioio.h: revision 1.3 usr.sbin/hdaudioctl/hdaudioctl.c: revision 1.1 usr.sbin/hdaudioctl/hdaudioctl.h: revision 1.1 usr.sbin/hdaudioctl/hdaudioctl.8: revision 1.1, 1.2 usr.sbin/Makefile: revision 1.243 Add ioctls required by hdaudioctl. This involves some refactoring of the hdaudio_afg ioctl code. Add hdaudioctl(8), a tool to manipulate hdaudio(4) devices. It offer the following subcommands: list - shows all child codec get - get a plist of the chosen codec's widget configuration set - forcibly reconfigure a specified codec from a plist graph - generate a graphviz file for the specified codec Sort sections, fix SEE ALSO. End sentence with dot.
|
1.1.2.1 | 11-Oct-2009 |
bouyer | file Makefile was added on branch netbsd-5 on 2009-10-18 16:50:12 +0000
|
1.6 | 21-Jun-2021 |
christos | fix proplib deprecation
|
1.5 | 15-Jun-2020 |
sborrill | Add show subcommand that displays the codec configuration in human-readable tabulated form
|
1.4 | 07-Jun-2020 |
thorpej | Update for proplib(3) API changes.
|
1.3 | 28-Mar-2015 |
jmcneill | branches: 1.3.8; 1.3.18; Split hdaudio and PCI attach glue. Even though the driver was written with this separation in mind, all of the code lived in sys/dev/pci/hdaudio. Move common parts to sys/dev/hdaudio and PCI attach glue to sys/dev/pci.
|
1.2 | 10-Aug-2010 |
joerg | branches: 1.2.24; Include the type of non-complex pins in the label.
|
1.1 | 11-Oct-2009 |
sborrill | branches: 1.1.2; 1.1.4; Add hdaudioctl(8), a tool to manipulate hdaudio(4) devices. It offer the following subcommands: list - shows all child codec get - get a plist of the chosen codec's widget configuration set - forcibly reconfigure a specified codec from a plist graph - generate a graphviz file for the specified codec
|
1.1.4.2 | 21-Apr-2010 |
matt | sync to netbsd-5
|
1.1.4.1 | 11-Oct-2009 |
matt | file graph.c was added on branch matt-nb5-mips64 on 2010-04-21 05:27:21 +0000
|
1.1.2.2 | 18-Oct-2009 |
bouyer | Pull up following revision(s) (requested by sborrill in ticket #1086): usr.sbin/hdaudioctl/Makefile: revision 1.1 via patch usr.sbin/hdaudioctl/graph.c: revision 1.1 sys/dev/pci/hdaudio/hdaudio.c: revision 1.5 distrib/sets/lists/base/mi: revision 1.833 sys/dev/pci/hdaudio/hdaudio_afg.c: revision 1.17 sys/dev/pci/hdaudio/hdaudiovar.h: revision 1.5 distrib/sets/lists/man/mi: revision 1.1164 sys/dev/pci/hdaudio/hdaudioio.h: revision 1.3 usr.sbin/hdaudioctl/hdaudioctl.c: revision 1.1 usr.sbin/hdaudioctl/hdaudioctl.h: revision 1.1 usr.sbin/hdaudioctl/hdaudioctl.8: revision 1.1, 1.2 usr.sbin/Makefile: revision 1.243 Add ioctls required by hdaudioctl. This involves some refactoring of the hdaudio_afg ioctl code. Add hdaudioctl(8), a tool to manipulate hdaudio(4) devices. It offer the following subcommands: list - shows all child codec get - get a plist of the chosen codec's widget configuration set - forcibly reconfigure a specified codec from a plist graph - generate a graphviz file for the specified codec Sort sections, fix SEE ALSO. End sentence with dot.
|
1.1.2.1 | 11-Oct-2009 |
bouyer | file graph.c was added on branch netbsd-5 on 2009-10-18 16:50:13 +0000
|
1.2.24.1 | 20-Jun-2020 |
martin | Pull up following revision(s) (requested by sborrill in ticket #1736):
usr.sbin/hdaudioctl/hdaudioctl.8: revision 1.7 usr.sbin/hdaudioctl/graph.c: revision 1.5 usr.sbin/hdaudioctl/hdaudioctl.c: revision 1.3 usr.sbin/hdaudioctl/hdaudioctl.c: revision 1.4 usr.sbin/hdaudioctl/hdaudioctl.h: revision 1.3
Add show subcommand that displays the codec configuration in human-readable tabulated form
Nix trailing whitespace.
|
1.3.18.1 | 20-Jun-2020 |
martin | Pull up following revision(s) (requested by sborrill in ticket #961):
usr.sbin/hdaudioctl/hdaudioctl.8: revision 1.7 usr.sbin/hdaudioctl/graph.c: revision 1.5 usr.sbin/hdaudioctl/hdaudioctl.c: revision 1.3 usr.sbin/hdaudioctl/hdaudioctl.c: revision 1.4 usr.sbin/hdaudioctl/hdaudioctl.h: revision 1.3
Add show subcommand that displays the codec configuration in human-readable tabulated form
Nix trailing whitespace.
|
1.3.8.1 | 20-Jun-2020 |
martin | Pull up following revision(s) (requested by sborrill in ticket #1561):
usr.sbin/hdaudioctl/hdaudioctl.8: revision 1.7 usr.sbin/hdaudioctl/graph.c: revision 1.5 usr.sbin/hdaudioctl/hdaudioctl.c: revision 1.3 usr.sbin/hdaudioctl/hdaudioctl.c: revision 1.4 usr.sbin/hdaudioctl/hdaudioctl.h: revision 1.3
Add show subcommand that displays the codec configuration in human-readable tabulated form
Nix trailing whitespace.
|
1.8 | 12-Apr-2021 |
nia | hdaudioctl.8: add missing arguments
pointed out by RVP
|
1.7 | 15-Jun-2020 |
sborrill | Add show subcommand that displays the codec configuration in human-readable tabulated form
|
1.6 | 18-Mar-2014 |
riastradh | branches: 1.6.4; 1.6.18; 1.6.28; Merge riastradh-drm2 to HEAD.
|
1.5 | 20-Jul-2013 |
wiz | Use Mt for email addresses.
|
1.4 | 23-Jun-2012 |
jdf | branches: 1.4.2; 1.4.4; * Remove spurious period in name section * remove spurious argument to Nm macro Patch supplied by Bug Hunting.
|
1.3 | 17-Mar-2012 |
wiz | Use Lk.
|
1.2 | 11-Oct-2009 |
wiz | branches: 1.2.2; 1.2.4; 1.2.10; Sort sections, fix SEE ALSO. End sentence with dot.
|
1.1 | 11-Oct-2009 |
sborrill | Add hdaudioctl(8), a tool to manipulate hdaudio(4) devices. It offer the following subcommands: list - shows all child codec get - get a plist of the chosen codec's widget configuration set - forcibly reconfigure a specified codec from a plist graph - generate a graphviz file for the specified codec
|
1.2.10.3 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.2.10.2 | 30-Oct-2012 |
yamt | sync with head
|
1.2.10.1 | 17-Apr-2012 |
yamt | sync with head
|
1.2.4.2 | 21-Apr-2010 |
matt | sync to netbsd-5
|
1.2.4.1 | 11-Oct-2009 |
matt | file hdaudioctl.8 was added on branch matt-nb5-mips64 on 2010-04-21 05:27:21 +0000
|
1.2.2.2 | 18-Oct-2009 |
bouyer | Pull up following revision(s) (requested by sborrill in ticket #1086): usr.sbin/hdaudioctl/Makefile: revision 1.1 via patch usr.sbin/hdaudioctl/graph.c: revision 1.1 sys/dev/pci/hdaudio/hdaudio.c: revision 1.5 distrib/sets/lists/base/mi: revision 1.833 sys/dev/pci/hdaudio/hdaudio_afg.c: revision 1.17 sys/dev/pci/hdaudio/hdaudiovar.h: revision 1.5 distrib/sets/lists/man/mi: revision 1.1164 sys/dev/pci/hdaudio/hdaudioio.h: revision 1.3 usr.sbin/hdaudioctl/hdaudioctl.c: revision 1.1 usr.sbin/hdaudioctl/hdaudioctl.h: revision 1.1 usr.sbin/hdaudioctl/hdaudioctl.8: revision 1.1, 1.2 usr.sbin/Makefile: revision 1.243 Add ioctls required by hdaudioctl. This involves some refactoring of the hdaudio_afg ioctl code. Add hdaudioctl(8), a tool to manipulate hdaudio(4) devices. It offer the following subcommands: list - shows all child codec get - get a plist of the chosen codec's widget configuration set - forcibly reconfigure a specified codec from a plist graph - generate a graphviz file for the specified codec Sort sections, fix SEE ALSO. End sentence with dot.
|
1.2.2.1 | 11-Oct-2009 |
bouyer | file hdaudioctl.8 was added on branch netbsd-5 on 2009-10-18 16:50:13 +0000
|
1.4.4.1 | 23-Jul-2013 |
riastradh | sync with HEAD
|
1.4.2.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.6.28.2 | 25-Apr-2021 |
martin | Pull up following revision(s) (requested by nia in ticket #1251):
usr.sbin/hdaudioctl/hdaudioctl.8: revision 1.8
hdaudioctl.8: add missing arguments pointed out by RVP
|
1.6.28.1 | 20-Jun-2020 |
martin | Pull up following revision(s) (requested by sborrill in ticket #961):
usr.sbin/hdaudioctl/hdaudioctl.8: revision 1.7 usr.sbin/hdaudioctl/graph.c: revision 1.5 usr.sbin/hdaudioctl/hdaudioctl.c: revision 1.3 usr.sbin/hdaudioctl/hdaudioctl.c: revision 1.4 usr.sbin/hdaudioctl/hdaudioctl.h: revision 1.3
Add show subcommand that displays the codec configuration in human-readable tabulated form
Nix trailing whitespace.
|
1.6.18.1 | 20-Jun-2020 |
martin | Pull up following revision(s) (requested by sborrill in ticket #1561):
usr.sbin/hdaudioctl/hdaudioctl.8: revision 1.7 usr.sbin/hdaudioctl/graph.c: revision 1.5 usr.sbin/hdaudioctl/hdaudioctl.c: revision 1.3 usr.sbin/hdaudioctl/hdaudioctl.c: revision 1.4 usr.sbin/hdaudioctl/hdaudioctl.h: revision 1.3
Add show subcommand that displays the codec configuration in human-readable tabulated form
Nix trailing whitespace.
|
1.6.4.1 | 20-Jun-2020 |
martin | Pull up following revision(s) (requested by sborrill in ticket #1736):
usr.sbin/hdaudioctl/hdaudioctl.8: revision 1.7 usr.sbin/hdaudioctl/graph.c: revision 1.5 usr.sbin/hdaudioctl/hdaudioctl.c: revision 1.3 usr.sbin/hdaudioctl/hdaudioctl.c: revision 1.4 usr.sbin/hdaudioctl/hdaudioctl.h: revision 1.3
Add show subcommand that displays the codec configuration in human-readable tabulated form
Nix trailing whitespace.
|
1.6 | 21-Jun-2021 |
christos | fix proplib deprecation
|
1.5 | 01-Jul-2020 |
sborrill | When using show subcommand, display node ID (nid) in hexadecimal to match the HD audio documentation. Diverge slightly by using 0xXX instead of XXh format for consistency with the list subcommand.
|
1.4 | 15-Jun-2020 |
riastradh | Nix trailing whitespace.
|
1.3 | 15-Jun-2020 |
sborrill | Add show subcommand that displays the codec configuration in human-readable tabulated form
|
1.2 | 28-Mar-2015 |
jmcneill | branches: 1.2.8; 1.2.18; Split hdaudio and PCI attach glue. Even though the driver was written with this separation in mind, all of the code lived in sys/dev/pci/hdaudio. Move common parts to sys/dev/hdaudio and PCI attach glue to sys/dev/pci.
|
1.1 | 11-Oct-2009 |
sborrill | branches: 1.1.2; 1.1.4; 1.1.28; Add hdaudioctl(8), a tool to manipulate hdaudio(4) devices. It offer the following subcommands: list - shows all child codec get - get a plist of the chosen codec's widget configuration set - forcibly reconfigure a specified codec from a plist graph - generate a graphviz file for the specified codec
|
1.1.28.1 | 20-Jun-2020 |
martin | Pull up following revision(s) (requested by sborrill in ticket #1736):
usr.sbin/hdaudioctl/hdaudioctl.8: revision 1.7 usr.sbin/hdaudioctl/graph.c: revision 1.5 usr.sbin/hdaudioctl/hdaudioctl.c: revision 1.3 usr.sbin/hdaudioctl/hdaudioctl.c: revision 1.4 usr.sbin/hdaudioctl/hdaudioctl.h: revision 1.3
Add show subcommand that displays the codec configuration in human-readable tabulated form
Nix trailing whitespace.
|
1.1.4.2 | 21-Apr-2010 |
matt | sync to netbsd-5
|
1.1.4.1 | 11-Oct-2009 |
matt | file hdaudioctl.c was added on branch matt-nb5-mips64 on 2010-04-21 05:27:21 +0000
|
1.1.2.2 | 18-Oct-2009 |
bouyer | Pull up following revision(s) (requested by sborrill in ticket #1086): usr.sbin/hdaudioctl/Makefile: revision 1.1 via patch usr.sbin/hdaudioctl/graph.c: revision 1.1 sys/dev/pci/hdaudio/hdaudio.c: revision 1.5 distrib/sets/lists/base/mi: revision 1.833 sys/dev/pci/hdaudio/hdaudio_afg.c: revision 1.17 sys/dev/pci/hdaudio/hdaudiovar.h: revision 1.5 distrib/sets/lists/man/mi: revision 1.1164 sys/dev/pci/hdaudio/hdaudioio.h: revision 1.3 usr.sbin/hdaudioctl/hdaudioctl.c: revision 1.1 usr.sbin/hdaudioctl/hdaudioctl.h: revision 1.1 usr.sbin/hdaudioctl/hdaudioctl.8: revision 1.1, 1.2 usr.sbin/Makefile: revision 1.243 Add ioctls required by hdaudioctl. This involves some refactoring of the hdaudio_afg ioctl code. Add hdaudioctl(8), a tool to manipulate hdaudio(4) devices. It offer the following subcommands: list - shows all child codec get - get a plist of the chosen codec's widget configuration set - forcibly reconfigure a specified codec from a plist graph - generate a graphviz file for the specified codec Sort sections, fix SEE ALSO. End sentence with dot.
|
1.1.2.1 | 11-Oct-2009 |
bouyer | file hdaudioctl.c was added on branch netbsd-5 on 2009-10-18 16:50:13 +0000
|
1.2.18.1 | 20-Jun-2020 |
martin | Pull up following revision(s) (requested by sborrill in ticket #961):
usr.sbin/hdaudioctl/hdaudioctl.8: revision 1.7 usr.sbin/hdaudioctl/graph.c: revision 1.5 usr.sbin/hdaudioctl/hdaudioctl.c: revision 1.3 usr.sbin/hdaudioctl/hdaudioctl.c: revision 1.4 usr.sbin/hdaudioctl/hdaudioctl.h: revision 1.3
Add show subcommand that displays the codec configuration in human-readable tabulated form
Nix trailing whitespace.
|
1.2.8.1 | 20-Jun-2020 |
martin | Pull up following revision(s) (requested by sborrill in ticket #1561):
usr.sbin/hdaudioctl/hdaudioctl.8: revision 1.7 usr.sbin/hdaudioctl/graph.c: revision 1.5 usr.sbin/hdaudioctl/hdaudioctl.c: revision 1.3 usr.sbin/hdaudioctl/hdaudioctl.c: revision 1.4 usr.sbin/hdaudioctl/hdaudioctl.h: revision 1.3
Add show subcommand that displays the codec configuration in human-readable tabulated form
Nix trailing whitespace.
|
1.3 | 15-Jun-2020 |
sborrill | Add show subcommand that displays the codec configuration in human-readable tabulated form
|
1.2 | 31-Aug-2011 |
joerg | branches: 1.2.20; 1.2.34; 1.2.44; Use __dead
|
1.1 | 11-Oct-2009 |
sborrill | branches: 1.1.2; 1.1.4; Add hdaudioctl(8), a tool to manipulate hdaudio(4) devices. It offer the following subcommands: list - shows all child codec get - get a plist of the chosen codec's widget configuration set - forcibly reconfigure a specified codec from a plist graph - generate a graphviz file for the specified codec
|
1.1.4.2 | 21-Apr-2010 |
matt | sync to netbsd-5
|
1.1.4.1 | 11-Oct-2009 |
matt | file hdaudioctl.h was added on branch matt-nb5-mips64 on 2010-04-21 05:27:21 +0000
|
1.1.2.2 | 18-Oct-2009 |
bouyer | Pull up following revision(s) (requested by sborrill in ticket #1086): usr.sbin/hdaudioctl/Makefile: revision 1.1 via patch usr.sbin/hdaudioctl/graph.c: revision 1.1 sys/dev/pci/hdaudio/hdaudio.c: revision 1.5 distrib/sets/lists/base/mi: revision 1.833 sys/dev/pci/hdaudio/hdaudio_afg.c: revision 1.17 sys/dev/pci/hdaudio/hdaudiovar.h: revision 1.5 distrib/sets/lists/man/mi: revision 1.1164 sys/dev/pci/hdaudio/hdaudioio.h: revision 1.3 usr.sbin/hdaudioctl/hdaudioctl.c: revision 1.1 usr.sbin/hdaudioctl/hdaudioctl.h: revision 1.1 usr.sbin/hdaudioctl/hdaudioctl.8: revision 1.1, 1.2 usr.sbin/Makefile: revision 1.243 Add ioctls required by hdaudioctl. This involves some refactoring of the hdaudio_afg ioctl code. Add hdaudioctl(8), a tool to manipulate hdaudio(4) devices. It offer the following subcommands: list - shows all child codec get - get a plist of the chosen codec's widget configuration set - forcibly reconfigure a specified codec from a plist graph - generate a graphviz file for the specified codec Sort sections, fix SEE ALSO. End sentence with dot.
|
1.1.2.1 | 11-Oct-2009 |
bouyer | file hdaudioctl.h was added on branch netbsd-5 on 2009-10-18 16:50:13 +0000
|
1.2.44.1 | 20-Jun-2020 |
martin | Pull up following revision(s) (requested by sborrill in ticket #961):
usr.sbin/hdaudioctl/hdaudioctl.8: revision 1.7 usr.sbin/hdaudioctl/graph.c: revision 1.5 usr.sbin/hdaudioctl/hdaudioctl.c: revision 1.3 usr.sbin/hdaudioctl/hdaudioctl.c: revision 1.4 usr.sbin/hdaudioctl/hdaudioctl.h: revision 1.3
Add show subcommand that displays the codec configuration in human-readable tabulated form
Nix trailing whitespace.
|
1.2.34.1 | 20-Jun-2020 |
martin | Pull up following revision(s) (requested by sborrill in ticket #1561):
usr.sbin/hdaudioctl/hdaudioctl.8: revision 1.7 usr.sbin/hdaudioctl/graph.c: revision 1.5 usr.sbin/hdaudioctl/hdaudioctl.c: revision 1.3 usr.sbin/hdaudioctl/hdaudioctl.c: revision 1.4 usr.sbin/hdaudioctl/hdaudioctl.h: revision 1.3
Add show subcommand that displays the codec configuration in human-readable tabulated form
Nix trailing whitespace.
|
1.2.20.1 | 20-Jun-2020 |
martin | Pull up following revision(s) (requested by sborrill in ticket #1736):
usr.sbin/hdaudioctl/hdaudioctl.8: revision 1.7 usr.sbin/hdaudioctl/graph.c: revision 1.5 usr.sbin/hdaudioctl/hdaudioctl.c: revision 1.3 usr.sbin/hdaudioctl/hdaudioctl.c: revision 1.4 usr.sbin/hdaudioctl/hdaudioctl.h: revision 1.3
Add show subcommand that displays the codec configuration in human-readable tabulated form
Nix trailing whitespace.
|