Loading Documentation/networking/bcm43xx.txt 0 → 100644 +36 −0 Original line number Diff line number Diff line BCM43xx Linux Driver Project ============================ About this software ------------------- The goal of this project is to develop a linux driver for Broadcom BCM43xx chips, based on the specification at http://bcm-specs.sipsolutions.net/ The project page is http://bcm43xx.berlios.de/ Requirements ------------ 1) Linux Kernel 2.6.16 or later http://www.kernel.org/ You may want to configure your kernel with: CONFIG_DEBUG_FS (optional): -> Kernel hacking -> Debug Filesystem 2) SoftMAC IEEE 802.11 Networking Stack extension and patched ieee80211 modules: http://softmac.sipsolutions.net/ 3) Firmware Files Please try fwcutter. Fwcutter can extract the firmware from various binary driver files. It supports driver files from Windows, MacOS and Linux. You can get fwcutter from http://bcm43xx.berlios.de/. Also, fwcutter comes with a README file for further instructions. arch/i386/kernel/syscall_table.S +1 −0 Original line number Diff line number Diff line Loading @@ -312,3 +312,4 @@ ENTRY(sys_call_table) .long sys_unshare /* 310 */ .long sys_set_robust_list .long sys_get_robust_list .long sys_splice arch/ia64/kernel/entry.S +1 −0 Original line number Diff line number Diff line Loading @@ -1605,5 +1605,6 @@ sys_call_table: data8 sys_ni_syscall // reserved for pselect data8 sys_ni_syscall // 1295 reserved for ppoll data8 sys_unshare data8 sys_splice .org sys_call_table + 8*NR_syscalls // guard against failures to increase NR_syscalls arch/ia64/kernel/gate.lds.S +1 −0 Original line number Diff line number Diff line Loading @@ -59,6 +59,7 @@ SECTIONS *(.dynbss) *(.bss .bss.* .gnu.linkonce.b.*) *(__ex_table) *(__mca_table) } } Loading arch/ia64/kernel/iosapic.c +162 −103 File changed.Preview size limit exceeded, changes collapsed. Show changes Loading
Documentation/networking/bcm43xx.txt 0 → 100644 +36 −0 Original line number Diff line number Diff line BCM43xx Linux Driver Project ============================ About this software ------------------- The goal of this project is to develop a linux driver for Broadcom BCM43xx chips, based on the specification at http://bcm-specs.sipsolutions.net/ The project page is http://bcm43xx.berlios.de/ Requirements ------------ 1) Linux Kernel 2.6.16 or later http://www.kernel.org/ You may want to configure your kernel with: CONFIG_DEBUG_FS (optional): -> Kernel hacking -> Debug Filesystem 2) SoftMAC IEEE 802.11 Networking Stack extension and patched ieee80211 modules: http://softmac.sipsolutions.net/ 3) Firmware Files Please try fwcutter. Fwcutter can extract the firmware from various binary driver files. It supports driver files from Windows, MacOS and Linux. You can get fwcutter from http://bcm43xx.berlios.de/. Also, fwcutter comes with a README file for further instructions.
arch/i386/kernel/syscall_table.S +1 −0 Original line number Diff line number Diff line Loading @@ -312,3 +312,4 @@ ENTRY(sys_call_table) .long sys_unshare /* 310 */ .long sys_set_robust_list .long sys_get_robust_list .long sys_splice
arch/ia64/kernel/entry.S +1 −0 Original line number Diff line number Diff line Loading @@ -1605,5 +1605,6 @@ sys_call_table: data8 sys_ni_syscall // reserved for pselect data8 sys_ni_syscall // 1295 reserved for ppoll data8 sys_unshare data8 sys_splice .org sys_call_table + 8*NR_syscalls // guard against failures to increase NR_syscalls
arch/ia64/kernel/gate.lds.S +1 −0 Original line number Diff line number Diff line Loading @@ -59,6 +59,7 @@ SECTIONS *(.dynbss) *(.bss .bss.* .gnu.linkonce.b.*) *(__ex_table) *(__mca_table) } } Loading
arch/ia64/kernel/iosapic.c +162 −103 File changed.Preview size limit exceeded, changes collapsed. Show changes