Add the ia64 bus space tag for the IO ports (!).

Add a #else and #error so that this doesn't go unnoticed again.
This commit is contained in:
Peter Wemm 2002-03-19 10:53:33 +00:00
parent 17694298c0
commit 5f4a0f788b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=92661
2 changed files with 8 additions and 0 deletions

View file

@ -159,6 +159,10 @@ atkbdc_configure(void)
tag = I386_BUS_SPACE_IO;
#elif defined(__alpha__)
tag = busspace_isa_io;
#elif defined(__ia64__)
tag = IA64_BUS_SPACE_IO;
#else
#error "define tag!"
#endif
#if notyet

View file

@ -159,6 +159,10 @@ atkbdc_configure(void)
tag = I386_BUS_SPACE_IO;
#elif defined(__alpha__)
tag = busspace_isa_io;
#elif defined(__ia64__)
tag = IA64_BUS_SPACE_IO;
#else
#error "define tag!"
#endif
#if notyet