Commit Graph

11854 Commits

Author SHA1 Message Date
Ralf Corsepius
368aa67e8e 2005-11-03 Ralf Corsepius <ralf.corsepius@rtems.org>
* aclocal/check-bsps.m4: Add the plethora of mbx* BSP.
2005-11-03 17:34:30 +00:00
Ralf Corsepius
ef9e0153f0 2005-11-03 Ralf Corsepius <ralf.corsepius@rtems.org>
PR 844/bsps
	* startup/bspstart.c: Include <rtems/bspIo.h>.
2005-11-03 14:55:33 +00:00
Ralf Corsepius
497c28e765 2005-11-03 Ralf Corsepius <ralf.corsepius@rtems.org>
* httpd/Makefile.am: Remove bogus noinst_LIBRARIES.
2005-11-03 14:51:27 +00:00
Till Straumann
e131ac0754 2005-11-02 straumanatslacdotstanford.edu
* libnetworking/Makefile.am,
	libnetworking/preinstall.am: Added simple implementation of ethernet
	media ioctl SIOCSIFMEDIA/SIOCGIFMEDIA for mii compliant phys.
	* libnetworking/rtems/rtems_mii_ioctl.c,
	libnetworking/rtems/rtems_mii_ioctl.h,
	libnetworking/rtems/rtems_mii_ioctl_kern.c: New files.
2005-11-03 03:09:45 +00:00
Till Straumann
05a2cc4bd3 2005-11-02 straumanatslacdotstanford.edu
* shared/pci/pcibios.c: replaced pci_find_device implementation by a
	pcibios call which already provides the functionality
2005-11-03 02:59:18 +00:00
Till Straumann
ebedf31c4e 2005-11-02 straumanatslacdotstanford.edu
* startup/ldsegs.S: put IDT and GDT into data segment. The CPU modifies
	the 'accessed' bit and GDB's (rtems-gdb-stub) text segment checksum
	comparison failed...
2005-11-03 02:58:09 +00:00
Till Straumann
78111c37c6 2005-11-02 straumanatslacdotstanford.edu
* libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
	libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h: New files.
	* libchip/Makefile.am, libchip/preinstall.am, wrapup/Makefile.am:
    added a simple API/library
	for i2c devices and drivers for i2c 2-byte eeproms and a ds1621
	temperature sensor; API is documented in libi2c.h
2005-11-03 02:52:41 +00:00
Till Straumann
6339f4670c 2005-11-02 straumanatslacdotstanford.edu
* libi2c/Makefile.am, libi2c/Makefile.in, libi2c/libi2c.c,
	libi2c/libi2c.h: New files.
	* Makefile.am, configure.ac, preinstall.am, wrapup/Makefile.am: added a
	simple API/library for i2c devices and drivers for i2c 2-byte eeproms
	and a ds1621 temperature sensor; API is documented in libi2c.h
2005-11-03 02:44:59 +00:00
Till Straumann
1b1b43ccc1 2005-11-02 straumanatslacdotstanford.edu
* mpc6xx/mmu/pte121.c, mpc6xx/mmu/pte121.h: enhancements to mpc6xx page
	table support - PTEs can now be modified even if the page table is
	already active; bugfix: address range crossing 256MB boundary was not
	handled correctly
2005-11-03 02:26:08 +00:00
Till Straumann
ec58ea04af 2005-11-02 straumanatslacdotstanford.edu
* mvme5500/start/start.S, shared/start/start.S,
	shared/startup/bspstart.c: moved assembly code to C; setdbat now
	supports high bats on 7450 CPUs; added argument checking to setdbat;
	added getdbat; moved early initialization code (clear_bats) from BSP
	to libcpu (CPU_clear_bats_early)
2005-11-03 01:57:27 +00:00
Till Straumann
912ab10e29 2005-11-02 straumanatslacdotstanford.edu
* mpc6xx/mmu/bat.c, mpc6xx/mmu/bat.h, mpc6xx/mmu/mmuAsm.S: moved
	assembly code to C; setdbat now supports high bats on 7450 CPUs;
	added argument checking to setdbat; added getdbat; moved early
	initialization code (clear_bats) from BSP to libcpu
	(CPU_clear_bats_early)
2005-11-03 01:54:59 +00:00
Till Straumann
2628ebba04 2005-11-02 straumanatslacdotstanford.edu
* rtems/powerpc/registers.h: recognize mpc7457 CPU; added definitions
    for high bats (#4..7) on 7450 CPUs
2005-11-02 23:25:39 +00:00
Till Straumann
408bb717c9 2005-11-02 straumanatslacdotstanford.edu
* ChangeLog, configure.ac, mpc6xx/exceptions/raw_exception.c,
        shared/include/cpuIdent.c, shared/include/cpuIdent.h: recognize
        mpc7457 CPU; added definitions for high bats (#4..7) on 7450 CPUs
2005-11-02 23:24:48 +00:00
Joel Sherrill
24cf3e5eb9 2005-11-02 Fredic Praca <freebsd-fr.org>
PR 842/networking
	* libnetworking/libc/gethostbydns.c: Avoid use of dprintf(). Rename
	dprintf to debugprintf().
2005-11-02 22:24:12 +00:00
Ralf Corsepius
b14d857949 2005-11-02 Ralf Corsepius <ralf.corsepius@rtems.org>
* libnetworking/net/zlib.c: Remove.
	* libnetworking/net/zlib.h: Remove.
	* libnetworking/Makefile.am: Reflect changes above.
2005-11-02 07:50:12 +00:00
Ralf Corsepius
0850b08764 2005-11-01 Ralf Corsepius <ralf.corsepius@rtems.org>
* pppd/Makefile.am: Fix typo.
2005-11-01 16:48:29 +00:00
Ralf Corsepius
1c88866a20 2005-10-31 Ralf Corsepius <ralf.corsepius@rtems.org>
* gccnewlib/gccnewlib.add: Rename src.rpm to *-gcc.src.rpm.
	* gccnewlib/target-gcc.add: Reflect changes above.
	* gccnewlib/Makefile.am: Re-sort sub-package fragments.
2005-10-31 17:04:39 +00:00
Ralf Corsepius
1a58501609 2005-10-31 Ralf Corsepius <ralf.corsepius@rtems.org>
PR 840/rtems:
	* include/rtems/irq.h: Fix several typos.
2005-10-31 14:14:32 +00:00
Ralf Corsepius
db1d8b3dd3 2005-10-30 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Add zlib.
	* Makefile.am: Add zlib.
2005-10-30 04:41:18 +00:00
Ralf Corsepius
fa645f6d95 Add zlib. 2005-10-30 04:40:46 +00:00
Ralf Corsepius
8c3a1cf1ef 2005-10-30 Ralf Corsepius <ralf.corsepius@rtems.org>
* zconf.h: Hard-code using unistd.h.
	Hard-code Z_PREFIX.
2005-10-30 03:58:45 +00:00
Ralf Corsepius
72d6397045 2005-10-28 Ralf Corsepius <ralf.corsepius@rtems.org>
* zconf.in.h: Remove (Unused).
2005-10-28 09:27:57 +00:00
Ralf Corsepius
d826aa98ee Remove (Unused) 2005-10-28 09:27:15 +00:00
Ralf Corsepius
8501446878 2005-10-28 Ralf Corsepius <ralf.corsepius@rtems.org>
* zconf.h: Use uint_least*_t types.
	* crc32.c, zutil.c, zutil.h: Misc. type fixes.
2005-10-28 09:26:04 +00:00
Ralf Corsepius
7349ad5b6f Misc. type fixes 2005-10-28 09:25:54 +00:00
Ralf Corsepius
ce661e68db Use uint_least*_t types. 2005-10-28 09:25:27 +00:00
Ralf Corsepius
29e11f2854 2005-10-28 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: New.
	* preinstall.am: New.
2005-10-28 08:35:35 +00:00
Ralf Corsepius
97deb80b5b New. 2005-10-28 08:35:00 +00:00
Ralf Corsepius
4921bfbb86 * adler32.c, compress.c, crc32.c, deflate.c, deflate.h, gzio.c,
trees.c, uncompr.c, zconf.h, zconf.in.h, zutil.c, zutil.h: Reformat
	CVS Ids.
2005-10-28 08:30:47 +00:00
Ralf Corsepius
4b911ddcb7 Reformat CVS Ids 2005-10-28 08:30:17 +00:00
Ralf Corsepius
6e75e49e72 2005-10-28 Ralf Corsepius <ralf.corsepius@rtems.org>
* ChangeLog.zlib: Renamed version of zlib's ChangeLog.
	* FAQ, INDEX, README, adler32.c, algorithm.txt, compress.c, crc32.c,
	crc32.h, deflate.c, deflate.h, gzio.c, infback.c, inffast.c,
	inffast.h, inffixed.h, inflate.c, inflate.h, trees.c, trees.h,
	uncompr.c, zconf.h, zconf.in.h, zlib.3, zlib.h, zutil.c, zutil.h,
	inftrees.h, inftrees.c, ChangeLog: Import from zlib-1.2.2.2.tar.gz.
2005-10-28 08:02:27 +00:00
Ralf Corsepius
1fef373f3d Remove. 2005-10-28 07:33:34 +00:00
Ralf Corsepius
4503c6d4e1 Rename the original ChangeLog to ChangeLog.zlib 2005-10-28 07:30:26 +00:00
Ralf Corsepius
9378cff4b0 Apply FC4's zlib-1.2.2.2-can-2005-2096.patch 2005-10-28 07:29:08 +00:00
Ralf Corsepius
c6bfa771ca Apply FC4's zlib-1.2.2.2-can-2005-1849.patch 2005-10-28 07:28:32 +00:00
Ralf Corsepius
4490d47928 Post-import cleanup 2005-10-28 07:27:20 +00:00
Ralf Corsepius
3fe906810f Import from zlib-1.2.4 2005-10-28 07:22:50 +00:00
Ralf Corsepius
0546a12467 This commit was generated by cvs2svn to compensate for changes in r12486,
which included commits to RCS files with non-trunk default branches.
2005-10-28 07:22:50 +00:00
Ralf Corsepius
d1fd7e597d Import from zlib-1.2.4 2005-10-28 07:22:49 +00:00
Ralf Corsepius
400dfb2427 This commit was generated by cvs2svn to compensate for changes in r12484,
which included commits to RCS files with non-trunk default branches.
2005-10-28 07:22:49 +00:00
Ralf Corsepius
fa348b78d2 Import from zlib-1.2.4 2005-10-28 07:22:48 +00:00
Ralf Corsepius
d26ab242b4 This commit was generated by cvs2svn to compensate for changes in r12482,
which included commits to RCS files with non-trunk default branches.
2005-10-28 07:22:48 +00:00
Ralf Corsepius
de2cfd990d Import from zlib-1.2.4 2005-10-28 07:22:47 +00:00
Ralf Corsepius
542d8eb531 This commit was generated by cvs2svn to compensate for changes in r12480,
which included commits to RCS files with non-trunk default branches.
2005-10-28 07:22:47 +00:00
Ralf Corsepius
0c325da43c Import from zlib-1.2.4 2005-10-28 07:22:46 +00:00
Ralf Corsepius
3de966196b This commit was generated by cvs2svn to compensate for changes in r12478,
which included commits to RCS files with non-trunk default branches.
2005-10-28 07:22:46 +00:00
Ralf Corsepius
7c66a0d92b Import from zlib-1.2.4 2005-10-28 07:22:45 +00:00
Ralf Corsepius
f5c19c5911 This commit was generated by cvs2svn to compensate for changes in r12476,
which included commits to RCS files with non-trunk default branches.
2005-10-28 07:22:45 +00:00
Ralf Corsepius
4995d21498 Import from zlib-1.2.4 2005-10-28 07:22:44 +00:00
Ralf Corsepius
654a869695 This commit was generated by cvs2svn to compensate for changes in r12474,
which included commits to RCS files with non-trunk default branches.
2005-10-28 07:22:44 +00:00