http://en.wikipedia.org/wiki/Input/Output_Base_AddressInput/Output Base AddressFrom Wikipedia, the free encyclopediaIn x86 architecture, an input/output base address is a base address of an I/O port. In other words, this is the first address of a range of consecutive I/O port addresses that device uses.
[edit] Common I/O Base Address Device Assignments in IBM PC compatible computersThis table represents the common I/O address ranges for device assignments in IBM PC compatible computers. The base address is the first in each range. Each row of the table represents a device or chip within the computer system. For example, the address status port in the LPT device is 0x0001, adding the base address of LPT1 (0x0378) results in the address of the LPT1 status port being 0x0379. When there are two or more identical devices in a computer system, each device would be mapped to a different base address (e.g. LPT1 and LPT2 for printers).
Note: For many devices listed above the assignments can be changed via jumpers, DIP switches, or Plug-And-Play software. [edit] See also
[edit] ReferencesHelpPC Quick Reference Utility by David Jurgens [edit] External links
|