mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Update the hardcoded bus tags for early console support for amd64.
This commit is contained in:
parent
abf50ec921
commit
25b0a17506
2 changed files with 2 additions and 2 deletions
|
|
@ -154,7 +154,7 @@ atkbdc_configure(void)
|
|||
#endif
|
||||
|
||||
/* XXX: tag should be passed from the caller */
|
||||
#if defined(__i386__)
|
||||
#if defined(__i386__) || defined(__amd64__)
|
||||
tag = I386_BUS_SPACE_IO;
|
||||
#elif defined(__alpha__)
|
||||
tag = busspace_isa_io;
|
||||
|
|
|
|||
|
|
@ -154,7 +154,7 @@ atkbdc_configure(void)
|
|||
#endif
|
||||
|
||||
/* XXX: tag should be passed from the caller */
|
||||
#if defined(__i386__)
|
||||
#if defined(__i386__) || defined(__amd64__)
|
||||
tag = I386_BUS_SPACE_IO;
|
||||
#elif defined(__alpha__)
|
||||
tag = busspace_isa_io;
|
||||
|
|
|
|||
Loading…
Reference in a new issue