diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-26 15:55:52 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-26 15:55:52 +0000 |
commit | 289665170067383eb14a3d59527c5ee2f2c6a4dc (patch) | |
tree | b8a27dc5c2df70ee2ed39e39bb77dda345485180 /package/linux/linux-2.4/patches/111-netdev_random_et.patch | |
parent | 20a240e3630073f6502c14138ddad74180d41b59 (diff) |
add all patches in a well defined form. added with cvs -ko to disable
keyword substitution. 001-bcm47xx.patch contains new source code from
Asus GPL package 1941. the stuff need a lot of testing. please add
information about existing and new kernel patches into ../README
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1061 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/linux/linux-2.4/patches/111-netdev_random_et.patch')
-rw-r--r-- | package/linux/linux-2.4/patches/111-netdev_random_et.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/linux/linux-2.4/patches/111-netdev_random_et.patch b/package/linux/linux-2.4/patches/111-netdev_random_et.patch new file mode 100644 index 0000000000..e14a43c354 --- /dev/null +++ b/package/linux/linux-2.4/patches/111-netdev_random_et.patch @@ -0,0 +1,11 @@ +--- linux-2.4.30.old/drivers/net/et/et_linux.c 2005-05-05 02:53:35.000000000 +0200 ++++ linux-2.4.30/drivers/net/et/et_linux.c 2005-05-05 02:54:01.000000000 +0200 +@@ -192,7 +192,7 @@ + #endif + + /* register our interrupt handler */ +- if (request_irq(pdev->irq, et_isr, SA_SHIRQ, dev->name, et)) { ++ if (request_irq(pdev->irq, et_isr, SA_SHIRQ | SA_NET_RANDOM, dev->name, et)) { + ET_ERROR(("et%d: request_irq() failed\n", unit)); + goto fail; + } |