Fix typo (accessable --> accessible).
PR: 18588 Submitted by: Anatoly Vorobey <mellon@pobox.com> Reviewed by: asmodai
This commit is contained in:
parent
447b0b51f7
commit
0cca1cc078
sys
dev
gnu
i386/isa
@ -1308,7 +1308,7 @@ adv_attach(adv)
|
||||
|
||||
/*
|
||||
* Create our DMA tags. These tags define the kinds of device
|
||||
* accessable memory allocations and memory mappings we will
|
||||
* accessible memory allocations and memory mappings we will
|
||||
* need to perform during normal operation.
|
||||
*
|
||||
* Unless we need to further restrict the allocation, we rely
|
||||
|
@ -503,7 +503,7 @@ aha_init(struct aha_softc* aha)
|
||||
|
||||
/*
|
||||
* Create our DMA tags. These tags define the kinds of device
|
||||
* accessable memory allocations and memory mappings we will
|
||||
* accessible memory allocations and memory mappings we will
|
||||
* need to perform during normal operation.
|
||||
*
|
||||
* Unless we need to further restrict the allocation, we rely
|
||||
|
@ -292,7 +292,7 @@ ahbattach(device_t dev)
|
||||
|
||||
/*
|
||||
* Create our DMA tags. These tags define the kinds of device
|
||||
* accessable memory allocations and memory mappings we will
|
||||
* accessible memory allocations and memory mappings we will
|
||||
* need to perform during normal operation.
|
||||
*/
|
||||
/* DMA tag for mapping buffers into device visible space. */
|
||||
|
@ -884,7 +884,7 @@ ahcinitscbdata(struct ahc_softc *ahc)
|
||||
|
||||
/*
|
||||
* Create our DMA tags. These tags define the kinds of device
|
||||
* accessable memory allocations and memory mappings we will
|
||||
* accessible memory allocations and memory mappings we will
|
||||
* need to perform during normal operation.
|
||||
*
|
||||
* Unless we need to further restrict the allocation, we rely
|
||||
|
@ -698,7 +698,7 @@ bt_init(device_t dev)
|
||||
|
||||
/*
|
||||
* Create our DMA tags. These tags define the kinds of device
|
||||
* accessable memory allocations and memory mappings we will
|
||||
* accessible memory allocations and memory mappings we will
|
||||
* need to perform during normal operation.
|
||||
*
|
||||
* Unless we need to further restrict the allocation, we rely
|
||||
|
@ -207,7 +207,7 @@ printf("ext2_truncate called %d to %d\n", VTOI(ovp)->i_number, length);
|
||||
* Shorten the size of the file. If the file is not being
|
||||
* truncated to a block boundry, the contents of the
|
||||
* partial block following the end of the file must be
|
||||
* zero'ed in case it ever become accessable again because
|
||||
* zero'ed in case it ever become accessible again because
|
||||
* of subsequent file growth.
|
||||
*/
|
||||
/* I don't understand the comment above */
|
||||
|
@ -207,7 +207,7 @@ printf("ext2_truncate called %d to %d\n", VTOI(ovp)->i_number, length);
|
||||
* Shorten the size of the file. If the file is not being
|
||||
* truncated to a block boundry, the contents of the
|
||||
* partial block following the end of the file must be
|
||||
* zero'ed in case it ever become accessable again because
|
||||
* zero'ed in case it ever become accessible again because
|
||||
* of subsequent file growth.
|
||||
*/
|
||||
/* I don't understand the comment above */
|
||||
|
@ -333,7 +333,7 @@ static char *stli_brdnames[] = {
|
||||
|
||||
/*
|
||||
* Hardware configuration info for ECP boards. These defines apply
|
||||
* to the directly accessable io ports of the ECP. There is a set of
|
||||
* to the directly accessible io ports of the ECP. There is a set of
|
||||
* defines for each ECP board type, ISA, EISA and MCA.
|
||||
*/
|
||||
#define ECP_IOSIZE 4
|
||||
@ -390,7 +390,7 @@ static char *stli_brdnames[] = {
|
||||
|
||||
/*
|
||||
* Hardware configuration info for ONboard and Brumby boards. These
|
||||
* defines apply to the directly accessable io ports of these boards.
|
||||
* defines apply to the directly accessible io ports of these boards.
|
||||
*/
|
||||
#define ONB_IOSIZE 16
|
||||
#define ONB_MEMSIZE (64 * 1024)
|
||||
|
@ -316,7 +316,7 @@ static char *stl_brdnames[] = {
|
||||
|
||||
/*
|
||||
* Hardware ID bits for the EasyIO and ECH boards. These defines apply
|
||||
* to the directly accessable io ports of these boards (not the cd1400
|
||||
* to the directly accessible io ports of these boards (not the cd1400
|
||||
* uarts - they are in scd1400.h).
|
||||
*/
|
||||
#define EIO_8PORTRS 0x04
|
||||
|
Loading…
x
Reference in New Issue
Block a user