Some 'igor -z' improvements.
Approved by: gjb (mentor)
This commit is contained in:
parent
31415b517d
commit
e95c66c40b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=40926
1 changed files with 2 additions and 2 deletions
|
@ -64,7 +64,7 @@
|
|||
|
||||
<para>A device driver is a software component which provides the
|
||||
interface between the kernel's generic view of a peripheral
|
||||
(e.g. disk, network adapter) and the actual implementation of
|
||||
(e.g., disk, network adapter) and the actual implementation of
|
||||
the peripheral. The <emphasis>device driver interface
|
||||
(DDI)</emphasis> is the defined interface between the kernel
|
||||
and the device driver component.</para>
|
||||
|
@ -191,7 +191,7 @@
|
|||
Alpha's ISA bus device. On IA-32, ISA and PCI interrupts are
|
||||
both managed by the top-level nexus device. For both ports,
|
||||
memory and port address space is managed by a single entity -
|
||||
nexus for IA-32 and the relevant chipset driver on Alpha (e.g.
|
||||
nexus for IA-32 and the relevant chipset driver on Alpha (e.g.,
|
||||
CIA or tsunami).</para>
|
||||
|
||||
<para>In order to normalize access to memory and port mapped
|
||||
|
|
Loading…
Reference in a new issue