s/subr_bus.h/subr_bus.c/

Submitted by:	Hiten Pandya
This commit is contained in:
Marc Fonvieille 2002-12-17 19:01:46 +00:00
parent 0f267165d0
commit 7d6701c693
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=15374
2 changed files with 2 additions and 2 deletions

View file

@ -375,7 +375,7 @@
accessing the configuration resources directly with functions
of families <function>resource_query_*()</function> and
<function>resource_*_value()</function>. Their implementations
are located in <filename>kern/subr_bus.h</filename>. The old IDE disk driver
are located in <filename>kern/subr_bus.c</filename>. The old IDE disk driver
<filename>i386/isa/wd.c</filename> contains examples of such use. But the standard
means of configuration must always be preferred. Leave parsing
the configuration resources to the bus configuration

View file

@ -375,7 +375,7 @@
accessing the configuration resources directly with functions
of families <function>resource_query_*()</function> and
<function>resource_*_value()</function>. Their implementations
are located in <filename>kern/subr_bus.h</filename>. The old IDE disk driver
are located in <filename>kern/subr_bus.c</filename>. The old IDE disk driver
<filename>i386/isa/wd.c</filename> contains examples of such use. But the standard
means of configuration must always be preferred. Leave parsing
the configuration resources to the bus configuration