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

Timestamp:
03/26/12 14:51:49 (12 years ago)
Author:
Julien Delange <julien.delange@…>
Branches:
4.11, 5, 5-freebsd-12, 388d46bb1b3080402c68ae11d14b2b36c3138952, freebsd-9.3, 89db1bb27c9d52164a78dc2fda0a2ba9da0920ef
Children:
d1822e5
Parents:
8dce372
git-author:
Julien Delange <julien.delange@…> (03/26/12 14:51:49)
git-committer:
Joel Sherrill <joel.sherrill@…> (03/26/12 14:51:49)
Message:

e1000 driver now compiles with fewer modifications

  • Change some include path in the e1000 drivers
  • Add some files from the FreeBSD source tree (modification in freebsd-to-rtems.py)
    • Avoid inconsistent functions declarations: the bool_t and/or boolean_t are not the same between rtems and freebsd so that a function with the prototype bool_t foobar() and another boolean_t foobar() does not compile on rtems. (see if_igb.c for example) Joel Note: These are still inconsistent on the FreeBSD side and need

to be addressed by them. We will just make the prototype
match the body until they give us a solution.

(No files)

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