summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/mips/pci/pci_bus.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-09-01Delete superfluous pci_bus.c filesSebastian Huber1-736/+0
2013-11-11Update to FreeBSD 9.2Sebastian Huber1-74/+73
2013-11-11Reduce divergence from FreeBSD sourcesSebastian Huber1-8/+0
2013-11-11Rename rtems-bsd-config.hSebastian Huber1-1/+1
Rename rtems-bsd-config.h in rtems-bsd-kernel-space.h.
2013-11-04Update to FreeBSD 8.4Sebastian Huber1-7/+23
2013-10-10Update files to match FreeBSD layoutSebastian Huber1-19/+19
Add compatibility with Newlib header files. Some FreeBSD header files are mapped by the translation script: o rtems/bsd/sys/_types.h o rtems/bsd/sys/errno.h o rtems/bsd/sys/lock.h o rtems/bsd/sys/param.h o rtems/bsd/sys/resource.h o rtems/bsd/sys/time.h o rtems/bsd/sys/timespec.h o rtems/bsd/sys/types.h o rtems/bsd/sys/unistd.h It is now possible to include <sys/socket.h> directly for example. Generate one Makefile which builds everything including tests.
2013-10-10Move files to match FreeBSD layoutSebastian Huber1-0/+0
2012-09-05pci_bus.c: Fix prototype/body mismatchJoel Sherrill1-0/+6
2012-06-29Added legacy in order to get pcib to work correctly and resoleved fxp attach ↵Jennifer Averett1-0/+10
issue. The fxp attach has a resource allocation issue still to address, but should work as soon as that is debugged.
2012-06-11Added pcib.Jennifer Averett1-0/+713