mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-11 01:38:25 +02:00
Missing files of the last commit
git-svn-id: http://svn.ipfire.org/svn/ipfire/branches/2.1/trunk@1153 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
11
src/patches/kudzu-mcs7830.patch
Normal file
11
src/patches/kudzu-mcs7830.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
diff -Naur kudzu.org/usb.c kudzu-1.2.64/usb.c
|
||||
--- kudzu-1.2.64/usb.c 2006-11-28 17:58:58.000000000 +0100
|
||||
+++ kudzu-1.2.64/usb.c 2007-11-29 09:24:35.000000000 +0100
|
||||
@@ -268,6 +268,7 @@
|
||||
!strcmp(t->driver, "ax8817x") ||
|
||||
!strcmp(t->driver, "zd1201") ||
|
||||
!strcmp(t->driver, "asix") ||
|
||||
+ !strcmp(t->driver, "mcs7830") ||
|
||||
!strcmp(t->driver, "usbnet"))) {
|
||||
if (t->type == CLASS_OTHER)
|
||||
t->type = CLASS_NETWORK;
|
||||
13
src/patches/r8169-6.004.00-dlink.patch
Normal file
13
src/patches/r8169-6.004.00-dlink.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
diff -Naur r8169-6.004.00.org/src/r8169_n.c r8169-6.004.00/src/r8169_n.c
|
||||
--- r8169-6.004.00.org/src/r8169_n.c 2007-11-08 18:01:13.000000000 +0100
|
||||
+++ r8169-6.004.00/src/r8169_n.c 2008-01-19 12:06:42.000000000 +0100
|
||||
@@ -109,6 +109,9 @@
|
||||
static struct pci_device_id rtl8169_pci_tbl[] = {
|
||||
{ PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0x8167), 0, 0, RTL_CFG_0 },
|
||||
{ PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0x8169), 0, 0, RTL_CFG_0 },
|
||||
+ { PCI_DEVICE(PCI_VENDOR_ID_DLINK, 0x4300), 0, 0, RTL_CFG_0 },
|
||||
+ { PCI_DEVICE(0x16ec , 0x0116), 0, 0, RTL_CFG_0 },
|
||||
+ { PCI_VENDOR_ID_LINKSYS, 0x1032, PCI_ANY_ID, 0x0024, 0,0, RTL_CFG_0 },
|
||||
{0,},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user