summaryrefslogtreecommitdiffstats
path: root/c/src/libchip (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2008-01-05 Chris Johns <chrisj@rtems.org>Chris Johns2008-01-051-3/+5
| | | | | * libchip/flash/am29lv160.c: Update the blank check error message to say there is an error.
* 2007-12-14 Chris Johns <chrisj@rtems.org>Chris Johns2007-12-144-0/+543
| | | | | | | * wrapup/Makefile.am: Add libflash.a to the libbsp library. * libchip/Makefile.am, libchip/preinstall.am: Add the flash chip support. * libchip/flash, libchip/flash/am29lv160.c, libchip/flash/am29lv160.h: New.
* 2007-11-20 Till Straumann <strauman@slac.stanford.edu>Till Straumann2007-11-272-0/+4
| | | | | * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h: added CVS ID.
* 2007-11-26 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-11-261-10/+10
| | | | * libchip/network/if_fxp.c: Spacing.
* 2007-11-20 Till Straumann <strauman@slac.stanford.edu>Till Straumann2007-11-212-3/+27
| | | | | | * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h: Avoid using 'stdio' before the system is up and fully initialized.
* 2007-11-20 Till Straumann <strauman@slac.stanford.edu>Till Straumann2007-11-204-2/+522
| | | | | | * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h, * libchip/Makefile.am, libchip/preinstall.am: added new driver for Maxim DS1375 i2c RTC.
* corrected bug in libchip/i2c/spi-flash-m25p40Thomas Doerfler2007-10-262-7/+39
|
* adding new spi flash driverThomas Doerfler2007-10-262-0/+382
|
* added SPI support to libi2cThomas Doerfler2007-10-252-2/+8
| | | | | added IRQ support to MPC83xx i2c driver added mpc83xx spi driver
* 2007-09-25 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-09-252-11/+13
| | | | * libchip/shmdr/dump.c, libchip/shmdr/shm_driver.h: Fix warnings.
* 2007-09-17 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-09-171-6/+5
| | | | * libchip/network/smc91111.h: Eliminate DEBUG_puts.
* 2007-09-14 Daron Chabot <djc915@mail.usask.ca>Joel Sherrill2007-09-141-7/+7
| | | | | | * libchip/network/if_dc.c: Changed type of ISR argument to void* from rtems_interrupt_vector, to permit passing arbitrary arguments to the ISR. Clean up of variables to silence compiler warnings.
* 2007-09-13 Daniel Hellstrom <daniel@gaisler.com>Joel Sherrill2007-09-131-1/+0
| | | | * libchip/network/smc91111.c: Eliminate a stray DEBUG_puts().
* 2007-09-12 Daniel Hellstrom <daniel@gaisler.com>Joel Sherrill2007-09-122-39/+103
| | | | | | | | | | | | * libchip/network/smc91111.c, libchip/network/smc91111.h: Multiple fixes. - Odd bit bug in some chips taken care of. - Buggy ASSERT removed, it seem to be inserted to detect if MBUF data alignment but failing to do so must have made the driver writer to make some incorrect assumptions about MBUFs. - Fixed MBUF handling to handle mbuf chains better. The Data length of MBUFs in middle of the mbuf chain are now checked for odd number of bytes. - Made while loop responsible for copying data to fifo port copy 16 shorts per loop instead of 1 short, increasing the copying process.
* 2007-09-07 Daniel Hellstrom <daniel@gaisler.com>Joel Sherrill2007-09-072-170/+528
| | | | | * libchip/network/greth.c, libchip/network/greth.h: GRETH_GBIT support and GBIT PHY support for 10/100 MAC, also auto negotiation updated.
* added PPC_e300 to raw_exception.cThomas Doerfler2007-07-181-5/+0
| | | | removed timed abort in ns16550.c transmit code
* compilable release of virtex/gen83xx/gen5200 powerpc adaptations. Merged ↵Thomas Doerfler2007-07-102-2/+2
| | | | many different versions of new exception handling code to shared sources.
* i386-specific adjustments to pci-API changes.Ralf Corsepius2007-04-012-4/+4
|
* powerpc-specific adjustments to pci-API changes.Ralf Corsepius2007-04-013-4/+4
|
* 2007-03-31 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-03-313-7/+7
| | | | | * libchip/network/dec21140.c, libchip/network/if_dc.c, libchip/network/if_fxp.c: Reflect changes to pci-API.
* Use ioctl_command_t as ioctl argument.Ralf Corsepius2007-03-302-3/+3
|
* 2007-03-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-03-131-3/+3
| | | | * libchip/network/sonic.c: Rename Dump_Buffer to rtems_print_buffer.
* 2007-03-12 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-03-124-5/+4
| | | | | | | * libchip/network/cs8900.c, libchip/network/cs8900.h, libchip/network/greth.c, libchip/network/greth.h: Correct license URL and/or fix mistake in copyright notice. Both of these mistakes appear to be from code submitted after these changes were made previously.
* 2007-02-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-02-161-1/+1
| | | | * libchip/Makefile.am: Correct path to README.tulipclone.
* 2007-02-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-02-061-5/+5
| | | | * libchip/ide/ata.c: Remove superfluous type casts.
* Use size_t for sizes.Ralf Corsepius2007-02-062-3/+3
|
* mproved gen5200 MSCAN driverThomas Doerfler2007-01-211-1/+2
| | | | fixed synchronization bug between ata.c and bdbuf.c
* 2007-01-16 Till Straumann <strauman@slac.stanford.edu>Till Straumann2007-01-174-4/+176
| | | | | | * libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h, * libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h: Added SLAC/Stanford Authorship Note / Copyright + Liability Disclaimer.
* Regenerate.Ralf Corsepius2007-01-081-3/+3
|
* Use ioctl_command_t as ioctl argument.Ralf Corsepius2006-12-142-3/+3
|
* 2006-11-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-11-171-117/+0
| | | | | * libchip/network/dec21140.c: Fix spacing -- remove long sections of blank lines.
* *** empty log message ***Joel Sherrill2006-09-115-117/+129
|
* Remove extra CRLF.Chris Johns2006-09-111-41/+41
|
* 2006-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-09-044-5/+19
| | | | | | * libchip/network/greth.c, libchip/network/open_eth.c, libchip/network/smc91111.c, libchip/network/sonic.c: Fix error introduced by warning removal.
* 2006-09-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-09-013-3/+3
| | | | | | * libchip/network/greth.c, libchip/network/open_eth.c, libchip/network/smc91111.c: Remove warnings and correct prototype added earlier today.
* 2006-09-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-09-015-7/+12
| | | | | | | * libchip/network/cs8900.c, libchip/network/greth.c, libchip/network/i82586.c, libchip/network/open_eth.c, libchip/network/sonic.c: Remove warnings -- use uintptr_t, properly sized integers, and inttypes.h printf helpers.
* 2006-07-12 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-07-121-0/+3
| | | | * libchip/shmdr/shm_driver.h: Merge sparc shm driver mods from 4.6.
* 2006-07-11 Jerry Needell <jerry.needell@unh.edu>Joel Sherrill2006-07-114-0/+788
| | | | | | * libchip/Makefile.am, libchip/preinstall.am: Merge SPARC updates from 4.6 branch. Original modifications by Gaisler Enterprises. * libchip/network/greth.c, libchip/network/greth.h: New files.
* applied patches for PR1117/1118/1119/1120Thomas Doerfler2006-07-092-3/+6
|
* 2006-03-07 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>Joel Sherrill2006-03-072-7/+169
| | | | | | | PR 853/filesystem * libchip/ide/ata.c, libchip/ide/ide_controller.c: The ata driver should be modified to support the new exception scheme and to use the handle parameter.
* Changes from Daron ChabotEric Norum2006-02-232-45/+87
|
* Regenerate.Ralf Corsepius2006-01-141-1/+1
|
* Replace illegal lvalue casts with explicit increments.Eric Norum2006-01-121-5/+8
|
* Regenerate.Ralf Corsepius2006-01-121-0/+4
|
* Remove all-local:.Ralf Corsepius2006-01-121-2/+0
|
* 2006-01-12 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2006-01-123-37/+26
| | | | | | * libchip/Makefile.am: Build libchip/network/smc91111. * libchip/network/smc91111.c, libchip/network/smc91111config.h: Eliminate cyg_int* crap.
* Regenerate.Ralf Corsepius2006-01-121-7/+12
|
* Cleanup.Ralf Corsepius2006-01-121-4/+0
|
* Regenerate.Ralf Corsepius2006-01-091-0/+8
|
* 2006-01-09 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2006-01-092-17/+13
| | | | | * libchip/network/open_eth.c, libchip/network/open_eth.h: Merger from rtems-4-6-branch.