1845 Commits

Author SHA1 Message Date
Jennifer Averett
f6289b3e64 Resolve linker error with RealTek Nic (arc4random) 2012-03-30 09:57:23 -05:00
Jennifer Averett
393a859e55 Add methods back in that were needed to link with RealTek Nic. 2012-03-30 09:32:07 -05:00
Jennifer Averett
134df2ebd5 Resolve warnings from taskqueue when linking with RealTek Nic. 2012-03-29 12:46:14 -05:00
Jennifer Averett
d1528ff313 Added log and prison methods to resolve linker errors for RealTek Nic. 2012-03-28 11:40:08 -05:00
Joel Sherrill
336762e7b2 Remove dummy symbols in link01 test
+ add symbol where needed
  + use as much as possible from rtems-bsd-symbols.c
2012-03-27 17:07:19 -05:00
Jennifer Averett
55fbb18365 Added empty/defaulted prison methods to for linking RealTek Nic. 2012-03-27 15:26:10 -05:00
Jennifer Averett
334957baa1 Moved prison_free and prison_hold to rtems-bsd-jail.c 2012-03-27 15:00:44 -05:00
Jennifer Averett
884213df09 Forgot to include Makefile in last commit. 2012-03-27 14:06:16 -05:00
Jennifer Averett
27ae2dfc30 Added kern_mib.c to resolve linker error when pulling in RealTek Nic. 2012-03-27 14:00:04 -05:00
Joel Sherrill
00ee241553 Add example on SYSCTL_NODE expansion for _bsd_sysctl__net_children 2012-03-27 13:52:38 -05:00
Jennifer Averett
9fe8c97ccd Commented out methods to prevent linker errors.
Removed methods that would require we pull in more files
that we didn't need at the moment.
2012-03-27 13:42:16 -05:00
Joel Sherrill
c976506740 Add bootverbose 2012-03-27 09:21:04 -05:00
Joel Sherrill
4854583f6e Address prototype mismatch in FreeBSD code. Need to report upstream. 2012-03-27 09:06:04 -05:00
Joel Sherrill
2a478f7cf1 sys/vnode.h added as empty file 2012-03-27 09:06:04 -05:00
Sebastian Huber
d1822e55c0 testsuite/usb01: Support multiple BSPs 2012-03-27 11:27:55 +02:00
Julien Delange
a52104cf46 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.
2012-03-26 09:51:49 -05:00
Sebastian Huber
8dce37226b Use new block device API 2012-03-26 10:19:30 +02:00
Sebastian Huber
918638f58d New USB device specific controller files 2012-03-26 10:15:09 +02:00
Julien Delange
96dca8acc7 Use new fsync_or_fdatasync default 2012-03-23 15:07:00 -05:00
Jennifer Averett
3be460f8cd Added comments on how to force the inclusion of the RealTek and Etherexpress Nics. 2012-03-23 13:20:57 -05:00
Jennifer Averett
6f0e04707b Added maxfiles, maxfilesperproc, cold, and dpcpu_off variables. 2012-03-23 13:18:57 -05:00
Jennifer Averett
592435f75a Merge branch 'master' of ssh://git.rtems.org/data/git/rtems-libbsd 2012-03-23 13:11:22 -05:00
Jennifer Averett
129579c766 Add M_IP6... symbols to resolve linker errors using the RealTek Nic. 2012-03-23 13:09:05 -05:00
Joel Sherrill
86bc9a7793 Add information on ISA drivers not being ported initially 2012-03-22 12:28:25 -05:00
Jennifer Averett
cb087c6c57 Added smp specific variables to resolve linker errors with RealTek Nic. 2012-03-22 10:14:41 -05:00
Jennifer Averett
da162c83ea Added taskqueue to resolve linking issues with the RealTek Nic. 2012-03-22 09:58:40 -05:00
Jennifer Averett
aa53ae9c3c Removed system smp.h file. 2012-03-22 09:20:21 -05:00
Jennifer Averett
60cf5cd25b Added random and harvest files to resolve missing methods when linking RealTek Nic. 2012-03-22 09:15:35 -05:00
Jennifer Averett
471e6f9206 Added uipc_domain.c to resolve missing symbols when linking the RealTek Nic. 2012-03-22 08:44:35 -05:00
Joel Sherrill
5ad09a161d Add DEC Tulip, Broadcomm (bce, bfe, bge), and SMC 9111x NICs 2012-03-22 08:02:26 -05:00
Joel Sherrill
0f09b72726 Add smp variables used by e1000 and remove unneeded ifdefs
+ added machine/smp.h as empty file
  + added rtems-bsd-smp.c for a few variables which were needed
2012-03-22 07:44:07 -05:00
Joel Sherrill
7fa65cace4 Add E1000 driver 2012-03-21 17:07:52 -05:00
Joel Sherrill
71141b3aa8 usb01 builds but does not link 2012-03-21 12:45:37 -05:00
Joel Sherrill
5373700fcd Add kthread_suspend name mapping 2012-03-21 12:45:37 -05:00
Jennifer Averett
cd07c7a538 Added Nic E1000 files without processing
The file processing highlights an issue with the construction of
the include file path.  This has to be changed in the script before
adding the line to process the files.
2012-03-21 11:50:20 -05:00
Joel Sherrill
98c7ee3f10 USB test but closer to code in PR 2012-03-20 09:18:33 -05:00
Joel Sherrill
66e89993e0 Convert to UNIX CR/LF. 2012-03-20 09:13:05 -05:00
Joel Sherrill
c8f671afa1 Compiles but we are missing test.h.
Maybe it is in the PR.
2012-03-20 09:12:27 -05:00
Jennifer Averett
118808adb4 Merge branch 'master' of ssh://git.rtems.org/data/git/rtems-libbsd 2012-03-20 09:03:45 -05:00
Jennifer Averett
f4e3138267 Added Intel EtherExpress Pro/100B PCI Fast Ethernet driver. 2012-03-20 09:02:18 -05:00
Joel Sherrill
8ac749a3ea Add USB test from Sebastian Huber with no modifications. 2012-03-20 08:58:01 -05:00
Jennifer Averett
3d7f69c868 Added RealTek nic. 2012-03-20 08:14:59 -05:00
Jennifer Averett
53e50e4932 Added rtems defines to remove source that is not being used, but was causing linker resolution errors. 2012-03-15 14:15:40 -05:00
Jennifer Averett
adf6936d67 Add include of refcount.h to get static methods. 2012-03-15 14:13:05 -05:00
Jennifer Averett
06eeb93eac Forgot to add Makefile when socantsendmore() was added. 2012-03-12 12:29:42 -05:00
Jennifer Averett
3f7b966aca Make socantsendmore() available which required sys/aio.h 2012-03-12 12:23:59 -05:00
Joel Sherrill
e1da9dc5b5 Fix dry run bug and change name of filesChanged variable 2012-03-12 08:34:29 -05:00
Joel Sherrill
7326d96457 Add diff mode to freebsd-to-rtems.py 2012-03-12 07:58:24 -05:00
Joel Sherrill
560eccfb92 Add description of forward/reverse mode of script 2012-03-12 07:02:00 -05:00
Joel Sherrill
ec942382aa Merge ISSUES and TODO into libbsd.txt 2012-03-12 06:58:11 -05:00