Update the hardcoded bus tags for early console support for amd64.

This commit is contained in:
Peter Wemm 2003-05-01 04:19:19 +00:00
parent abf50ec921
commit 25b0a17506
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -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;