summaryrefslogtreecommitdiffstats
path: root/c/src/libchip (follow)
Commit message (Expand)AuthorAgeFilesLines
* bsp: Fixes due to header file changesSebastian Huber2017-06-131-8/+19
* if_fxp: Include missing <inttypes.h>Sebastian Huber2017-06-091-5/+6
* Do not include <sys/ioctl.h> in kernel-spaceSebastian Huber2017-06-071-1/+0
* Move RTEMS-specific Termios API contentSebastian Huber2017-06-071-0/+2
* network: Include missing <inttypes.h>Sebastian Huber2017-06-071-0/+1
* missing a couple register names + a #ifndef_ASM__ around serial.h inclusionPhong Pham2017-05-131-0/+4
* elnk.c: Fix printf() format warningsJoel Sherrill2017-04-201-3/+9
* elnk.c: rtems_elnk_driver_attach() prototype addedJoel Sherrill2017-04-201-0/+3
* elnk.c: Make elnk_txDaemon() static to fix warningJoel Sherrill2017-04-201-1/+1
* if_fxp.c: Add prototype of rtems_fxp_attach()Joel Sherrill2017-04-201-0/+3
* if_fxp.c: Remove unused variableJoel Sherrill2017-04-201-1/+1
* dec21140.c: Add prototype of dec21140_txDaemon()Joel Sherrill2017-04-201-0/+2
* dec21140.c: Fix printk() warningsJoel Sherrill2017-04-201-3/+3
* dec21140.c: Include <libcpu/page.h> to eliminate warningsJoel Sherrill2017-04-201-0/+1
* dec21140.c: Fix PRIxx formatterJoel Sherrill2017-04-201-1/+1
* libchip/network/dec21140.c: Use inttypes.h to fix 1 warning.Cillian O'Donnell2017-04-141-1/+3
* bsps: Fix baud settingsSebastian Huber2017-04-032-2/+2
* termios: Synchronize with latest FreeBSD headersKevin Kirspel2017-03-223-6/+26
* libchip/serial/mc68681.c: Add error checkJoel Sherrill2017-03-141-0/+2
* Use <sys/endian.h>Sebastian Huber2017-01-241-11/+5
* libchip: Really fix high capacity detectionSebastian Huber2017-01-201-1/+1
* Rename is_internal to always_set_to_falseSebastian Huber2016-12-121-1/+1
* libchip/network/if_fxp.c: do not use rtems_interrupt_disable.Pavel Pisa2016-10-171-7/+4
* classic networking: adapt FXP driver to work with actual PCI and IRQ code.Pavel Pisa2016-09-212-106/+98
* classic networking: do not reference BSP_irq_enabled_at_i8259s which is no mo...Pavel Pisa2016-09-204-31/+4
* Make rtems/print.h independent of rtems/bspIo.hSebastian Huber2016-06-221-0/+1
* bsps: Fix printk() format warningSebastian Huber2016-06-171-1/+1
* bsps: Fix MPCI_Fatal() prototypeSebastian Huber2016-06-172-4/+4
* libchip/shmdr/send.c: Fix warning and clean upJoel Sherrill2016-06-161-15/+21
* libchip/shmdr/poll.c: Fix warning and clean upJoel Sherrill2016-06-161-5/+8
* libchip: Remove dwmac network interface driverSebastian Huber2016-05-3116-6658/+1
* score: Rename _ISR_Disable() and _ISR_Enable()Sebastian Huber2016-05-201-4/+4
* ibchip/ns16550: Minor optimisation.Chris Johns2016-05-111-13/+14
* sonic.c: Fix warning on gcc 6Martin Galvan2016-05-061-13/+11
* pc386: Eliminate pcibios.h and begin removal obsolete PCI BIOS API usesJoel Sherrill2016-03-101-1/+42
* libchip/network/if_fxp.c: Do not use rtems_clock_get()Joel Sherrill2015-03-171-1/+1
* libchip/i2c/spi-memdrv.c: Do not use rtems_clock_get()Joel Sherrill2015-03-171-7/+4
* libchip/serial: Fix warningSebastian Huber2015-03-051-2/+1
* libchip: Fix high capacity detection for MMCSebastian Huber2015-01-231-1/+1
* libchip/serial/z85c30.c: Remove redundant assignmentJosh Oguin2014-11-261-1/+0
* libchip/serial/ns16550* and z8530*: Assert on baud number to avoid divide by 0Josh Oguin2014-11-263-1/+14
* libchip/display/disp_hcms29xx.c: Remove useless variable and checkJosh Oguin2014-11-261-6/+1
* Delete or rename MIN/MAX macros and definesSebastian Huber2014-11-211-1/+1
* arm/nds: Warning clean upJoel Sherrill2014-10-101-1/+3
* libchip/rtc/mc146818a.c: Compiles again and clean upJoel Sherrill2014-10-101-6/+14
* libchip/rtc/mc146818a*: Fix prototypes to use uintptr_t and fix set but unuse...Joel Sherrill2014-10-092-11/+17
* libchip/serial: Task driven mode for NS16550Sebastian Huber2014-10-072-12/+120
* libchip/serial: Fix NS16550 for pppstart()Sebastian Huber2014-10-072-18/+40
* libchip/serial: Add alternative NS16550 driverSebastian Huber2014-10-075-88/+798
* libchip/dwmac: Use RTEMS_DEVOLATILE()Sebastian Huber2014-09-081-4/+11