Changeset 3a5909f in mainline for uspace/srv/drivers/rootia32/rootia32.c
- Timestamp:
- 2010-04-09T11:46:56Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3843ecb
- Parents:
- d1fc8f0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/drivers/rootia32/rootia32.c
rd1fc8f0 r3a5909f 75 75 76 76 static hw_resource_t pci_conf_regs = { 77 .type = REGISTER,78 .res. reg= {79 .address = (void *)0xCF8,77 .type = IO_RANGE, 78 .res.io_range = { 79 .address = 0xCF8, 80 80 .size = 8, 81 81 .endianness = LITTLE_ENDIAN
Note:
See TracChangeset
for help on using the changeset viewer.