mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
tweak comment
This commit is contained in:
parent
fe976fdd35
commit
eac85b1fe3
1 changed files with 2 additions and 1 deletions
|
|
@ -158,8 +158,9 @@ awi_pccard_attach(device_t dev)
|
|||
#if 1
|
||||
/*
|
||||
* XXX: awi needs to access memory with 8bit,
|
||||
* but pccardd apparently maps memory with MDF_16BITS flag.
|
||||
* but OLDCARD apparently maps memory with MDF_16BITS flag.
|
||||
* So memory mapped access is disabled and use IO port instead.
|
||||
* XXX: Should check to see if this is true of NEWCARD
|
||||
*/
|
||||
psc->sc_mem_res = 0;
|
||||
#else
|
||||
|
|
|
|||
Loading…
Reference in a new issue