forked from openrisc/or1ksim
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Work in progress with new Ethernet TUN/TAP interface.
- Loading branch information
1 parent
8f42ba5
commit ba4a376
Showing
19 changed files
with
325 additions
and
247 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,24 @@ | ||
2010-11-26 Jeremy Bennett <[email protected]> | ||
|
||
* configure: Regenerated. | ||
* configure.ac: Updated version. | ||
* peripheral/eth.c: Now uses TUN/TAP tunnelling. ETH_PHY | ||
conditional compilation removed throughout. | ||
<struct eth_device>: Redundant fields removed. New fields added. | ||
(eth_controller_tx_clock): Use write to TAP instead of sendto | ||
socket. | ||
(eth_controller_rx_clock): Use read from TAP instead of recv from | ||
socket. | ||
(eth_reset): Socket initialization replaced by opening TAP. | ||
(eth_rtx_type): Now string parameter. Currently "FILE" or "TAP" | ||
permitted. | ||
(eth_tap_dev): Created. | ||
(eth_sock_if): Deleted. | ||
(eth_sec_start, eth_sec_end, reg_ethernet_sec): Updated to add | ||
tap_dev. | ||
* peripheral/etch.h: ETH_PHY conditional compilation removed | ||
throughout. | ||
|
||
2010-11-25 Jeremy Bennett <[email protected]> | ||
|
||
* configure: Regenerated. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#! /bin/sh | ||
# From configure.ac Id: configure.ac 420 2010-11-11 14:43:33Z jeremybennett using automake version AC_ACVERSION. | ||
# Guess values for system-dependent variables and create Makefiles. | ||
# Generated by GNU Autoconf 2.65 for or1ksim 2010-11-25. | ||
# Generated by GNU Autoconf 2.65 for or1ksim 2010-11-26. | ||
# | ||
# Report bugs to <[email protected]>. | ||
# | ||
|
@@ -722,8 +722,8 @@ MAKEFLAGS= | |
# Identity of this package. | ||
PACKAGE_NAME='or1ksim' | ||
PACKAGE_TARNAME='or1ksim' | ||
PACKAGE_VERSION='2010-11-25' | ||
PACKAGE_STRING='or1ksim 2010-11-25' | ||
PACKAGE_VERSION='2010-11-26' | ||
PACKAGE_STRING='or1ksim 2010-11-26' | ||
PACKAGE_BUGREPORT='[email protected]' | ||
PACKAGE_URL='' | ||
|
||
|
@@ -1476,7 +1476,7 @@ if test "$ac_init_help" = "long"; then | |
# Omit some internal or obsolete options to make the list less imposing. | ||
# This message is too long to be a string in the A/UX 3.1 sh. | ||
cat <<_ACEOF | ||
\`configure' configures or1ksim 2010-11-25 to adapt to many kinds of systems. | ||
\`configure' configures or1ksim 2010-11-26 to adapt to many kinds of systems. | ||
Usage: $0 [OPTION]... [VAR=VALUE]... | ||
|
@@ -1547,7 +1547,7 @@ fi | |
|
||
if test -n "$ac_init_help"; then | ||
case $ac_init_help in | ||
short | recursive ) echo "Configuration of or1ksim 2010-11-25:";; | ||
short | recursive ) echo "Configuration of or1ksim 2010-11-26:";; | ||
esac | ||
cat <<\_ACEOF | ||
|
@@ -1654,7 +1654,7 @@ fi | |
test -n "$ac_init_help" && exit $ac_status | ||
if $ac_init_version; then | ||
cat <<\_ACEOF | ||
or1ksim configure 2010-11-25 | ||
or1ksim configure 2010-11-26 | ||
generated by GNU Autoconf 2.65 | ||
Copyright (C) 2009 Free Software Foundation, Inc. | ||
|
@@ -2316,7 +2316,7 @@ cat >config.log <<_ACEOF | |
This file contains any messages produced by compilers while | ||
running configure, to aid debugging if configure makes a mistake. | ||
It was created by or1ksim $as_me 2010-11-25, which was | ||
It was created by or1ksim $as_me 2010-11-26, which was | ||
generated by GNU Autoconf 2.65. Invocation command line was | ||
$ $0 $@ | ||
|
@@ -10717,7 +10717,7 @@ fi | |
# Define the identity of the package. | ||
PACKAGE='or1ksim' | ||
VERSION='2010-11-25' | ||
VERSION='2010-11-26' | ||
cat >>confdefs.h <<_ACEOF | ||
|
@@ -13736,7 +13736,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | |
# report actual input values of CONFIG_FILES etc. instead of their | ||
# values after options handling. | ||
ac_log=" | ||
This file was extended by or1ksim $as_me 2010-11-25, which was | ||
This file was extended by or1ksim $as_me 2010-11-26, which was | ||
generated by GNU Autoconf 2.65. Invocation command line was | ||
CONFIG_FILES = $CONFIG_FILES | ||
|
@@ -13802,7 +13802,7 @@ _ACEOF | |
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | ||
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" | ||
ac_cs_version="\\ | ||
or1ksim config.status 2010-11-25 | ||
or1ksim config.status 2010-11-26 | ||
configured by $0, generated by GNU Autoconf 2.65, | ||
with options \\"\$ac_cs_config\\" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ | |
|
||
# Use a full version number (x.y.z, possibly with "rcn" as a suffix) when | ||
# preparing a release, otherwise use a the date version (yyyy-mm-dd). | ||
AC_INIT([or1ksim], [2010-11-25], [[email protected]]) | ||
AC_INIT([or1ksim], [2010-11-26], [[email protected]]) | ||
AC_CONFIG_MACRO_DIR([m4]) | ||
|
||
# Generically use extensions such as _GNU_SOURCE if available. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@set UPDATED 25 November 2010 | ||
@set UPDATED-MONTH November 2010 | ||
@set EDITION 2010-11-25 | ||
@set VERSION 2010-11-25 | ||
@set EDITION 2010-11-26 | ||
@set VERSION 2010-11-26 |
Oops, something went wrong.