Changeset 73e9b49 in mainline for arch/amd64/include/pm.h


Ignore:
Timestamp:
2006-04-17T16:24:04Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
17b1b99
Parents:
9fa16b20
Message:

Full implementation of amd64 and ia32 SYS_ENABLE_IOSPACE syscall.
Needs testing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/amd64/include/pm.h

    r9fa16b20 r73e9b49  
    6969#define TSS_BASIC_SIZE  104
    7070#define TSS_IOMAP_SIZE  (16*1024+1)     /* 16K for bitmap + 1 terminating byte for convenience */
     71
     72#define IO_PORTS        (64*1024)
    7173
    7274#ifndef __ASM__
Note: See TracChangeset for help on using the changeset viewer.