diff options
author | Frank Blaschka <frank.blaschka@de.ibm.com> | 2008-02-15 03:19:42 -0500 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2008-03-17 07:49:26 -0400 |
commit | 4a71df50047f0db65ea09b1be155852e81a45eba (patch) | |
tree | c1dee8950578440685da91d2553c78f0ff1fd370 /arch/s390 | |
parent | 04885948b101c44cbec9dacfb49b28290a899012 (diff) |
qeth: new qeth device driver
List of major changes and improvements:
no manipulation of the global ARP constructor
clean code split into core, layer 2 and layer 3 functionality
better exploitation of the ethtool interface
better representation of the various hardware capabilities
fix packet socket support (tcpdump), no fake_ll required
osasnmpd notification via udev events
coding style and beautification
Signed-off-by: Frank Blaschka <frank.blaschka@de.ibm.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'arch/s390')
-rw-r--r-- | arch/s390/defconfig | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/arch/s390/defconfig b/arch/s390/defconfig index 62f6b5a606dd..cb93bf20bd75 100644 --- a/arch/s390/defconfig +++ b/arch/s390/defconfig | |||
@@ -537,11 +537,9 @@ CONFIG_CTC=m | |||
537 | # CONFIG_SMSGIUCV is not set | 537 | # CONFIG_SMSGIUCV is not set |
538 | # CONFIG_CLAW is not set | 538 | # CONFIG_CLAW is not set |
539 | CONFIG_QETH=y | 539 | CONFIG_QETH=y |
540 | 540 | CONFIG_QETH_L2=y | |
541 | # | 541 | CONFIG_QETH_L3=y |
542 | # Gigabit Ethernet default settings | 542 | CONFIG_QETH_IPV6=y |
543 | # | ||
544 | # CONFIG_QETH_IPV6 is not set | ||
545 | CONFIG_CCWGROUP=y | 543 | CONFIG_CCWGROUP=y |
546 | # CONFIG_PPP is not set | 544 | # CONFIG_PPP is not set |
547 | # CONFIG_SLIP is not set | 545 | # CONFIG_SLIP is not set |