Changeset dbda808 in rtems-libbsd for freebsd-to-rtems.py

Timestamp:
07/06/12 15:57:12 (12 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.11, 5, 5-freebsd-12, 388d46bb1b3080402c68ae11d14b2b36c3138952, freebsd-9.3, 89db1bb27c9d52164a78dc2fda0a2ba9da0920ef
Children:
0d23ec9
Parents:
4d28b93
Message:

Put CPU specific bus_space routines into separate files

The code in rtemsbsd/freebsd/machine/bus.h assumed that all bus space
accesses were through memory in a simple fashion. The i386 has a true
distinction between I/O and memory space which must be accounted for.

This may not be the eventual structure of this code but we must
have different bus space accessors for different hardware configurations.
And in many, if not most, cases we will want these to be inlined for
performance.

(No files)

Note: See TracChangeset for help on using the changeset viewer.