1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00
freebsd/sys/modules
Jack F Vogel 8ec87fc514 Update to igb and em:
em revision 7.0.0:
	- Using driver devclass, seperate legacy (pre-pcie) code
	  into a seperate source file. This will at least help
	  protect against regression issues. It compiles along
	  with em, and is transparent to end use, devices in each
	  appear to be 'emX'. When using em in a modular form this
	  also allows the legacy stuff to be defined out.
	- Add tx and rx rings as in igb, in the 82574 this becomes
	  actual multiqueue for the first time (2 queues) while in
	  other PCIE adapters its just make code cleaner.
	- Add RX mbuf handling logic that matches igb, this will
	  eliminate packet drops due to temporary mbuf shortage.

igb revision 1.9.3:
	- Following the ixgbe code, use a new approach in what
	  was called 'get_buf', the routine now has been made
	  independent of rxeof, it now does the update to the
	  engine TDT register, this design allows temporary
	  mbuf resources to become non-critical, not requiring
	  a packet to be discarded, instead it just returns and
	  does not increment the tail pointer.
	- With the above change it was also unnecessary to keep
	  'spare' maps around, since we do not have the discard
	  issue.
	- Performance tweaks and improvements to the code also.

MFC in a week
2010-03-29 23:36:34 +00:00
..
3dfx
3dfx_linux
aac
accf_data
accf_dns
accf_http
acpi Enable ACPI module build on amd64. Although we strongly recommend building 2010-03-08 19:40:31 +00:00
ae Rather than using hidden includes (with cicular dependencies), 2008-12-02 21:37:28 +00:00
age
agp Fix a few problems related to building modules in /sys/modules (not 2009-02-12 14:44:15 +00:00
aha
ahb
ahci Separate the parallel scsi knowledge out of the core of the XPT, and 2009-07-10 08:18:08 +00:00
aic
aic7xxx
aio - Add 32-bit compat system calls for VFS_AIO. The system calls live in the 2008-12-10 20:56:19 +00:00
alc Add alc(4), a driver for Atheros AR8131/AR8132 PCIe ethernet 2009-06-10 02:07:58 +00:00
ale Add ale(4), a driver for Atheros AR8121/AR8113/AR8114 PCIe ethernet 2008-11-12 09:52:06 +00:00
amd
amdsbwd amdsbwd: new driver for AMD SB600/SB7xx watchdog timer 2009-11-30 11:44:03 +00:00
amdtemp Rename the k8temp driver to amdtemp. 2009-03-13 16:08:08 +00:00
amr Add amr_cam module directory that was missed in the previous commit. 2008-11-03 04:13:27 +00:00
an
aout
apm
arcmsr
arcnet
asmc
asr
ata Drop USB mass storage devices support from ata(4). It is out of the build as 2009-11-26 12:41:43 +00:00
ath Add a missing ar9285_reset.c file. 2010-03-03 20:01:31 +00:00
auxio
bce
bfe
bge
bios Introduce the new kernel sub-tree x86 which should contain all the code 2010-02-25 14:13:39 +00:00
bktr
bm
bridgestp After r193232 rt_tables in vnet.h are no longer indirectly dependent on 2009-06-08 19:57:35 +00:00
bwi Bring in Andrew Thompson's port of Sepherosa Ziehau's bwi driver for 2009-05-03 04:01:43 +00:00
bwn adds bwn(4) driver for supporting Broadcom BCM43xx chipsets. 2010-02-16 01:44:14 +00:00
cam MFp4: 2009-10-23 12:36:42 +00:00
canbepm
canbus
cardbus
cas Add cas(4), a driver for Sun Cassini/Cassini+ and National Semiconductor 2009-06-15 18:22:41 +00:00
cbb
cd9660
cd9660_iconv
ce
ciss
cm
cmx
coda
coda5
coff
coretemp
cp
cpuctl
cpufreq Introduce the new kernel sub-tree x86 which should contain all the code 2010-02-25 14:13:39 +00:00
crypto After adding an SDT provider for opencrypto in r199884 we should also 2010-01-07 12:58:03 +00:00
cryptodev
cs
ctau
cx
cxgb There is no need to test __FreeBSD_version for features that have 2010-02-24 10:16:18 +00:00
cyclic
dc
dcons
dcons_crom
de
digi
dpms Rewrite x86bios and update its dependent drivers. 2009-10-19 20:58:10 +00:00
dpt
drm Welcome drm support for VIA unichrome chips. 2010-01-31 14:30:39 +00:00
dtrace Missing opt_*.h file reference for make depend in sys/modules 2009-09-10 19:12:08 +00:00
dummynet make the module loadable 2010-03-24 18:35:31 +00:00
ed
elink
em Update to igb and em: 2010-03-29 23:36:34 +00:00
en
ep
epic Add epic(4), a driver for the front panel LEDs in Sun Fire V215/V245. 2010-01-10 15:44:48 +00:00
esp
et
ex
exca
ext2fs Bring in the ext2fs work done by Aditya Sarawgi during and after Google Summer 2010-01-14 14:30:54 +00:00
fatm
fdc Import ACPICA 20090521. 2009-06-05 18:44:36 +00:00
fdescfs
fe
firewire Remove opt_mac.h generation for various kernel modules that no longer 2009-06-06 17:01:44 +00:00
firmware
fxp
gem - Initialize the ifnet structure, especially if_dname, before probing 2009-06-23 20:36:59 +00:00
geom Add gmountver, disk mount verification GEOM class. 2010-01-16 09:52:49 +00:00
glxsb
hatm
hifn
hme
hpfs
hptiop
hptmv
hptrr
hwpmc - Add support for PMCs in Intel CPUs of Family 6, model 0xE (Core Solo 2008-11-27 09:00:47 +00:00
i2c
ibcs2 Remove opt_mac.h generation for various kernel modules that no longer 2009-06-06 17:01:44 +00:00
ichwd ichwd: don't attach to isa pnp device(s) by accident 2009-11-07 11:41:23 +00:00
ida
ie
if_bridge
if_disc
if_edsc
if_ef After r193232 rt_tables in vnet.h are no longer indirectly dependent on 2009-06-08 19:57:35 +00:00
if_epair Update epair(4) to the new netisr implementation and polish 2009-07-26 12:20:07 +00:00
if_faith
if_gif Remove opt_mac.h generation for various kernel modules that no longer 2009-06-06 17:01:44 +00:00
if_gre
if_lagg
if_ndis o port NDIS USB support from USB1 to the new usb(USB2). 2009-03-07 07:26:22 +00:00
if_stf Remove opt_mac.h generation for various kernel modules that no longer 2009-06-06 17:01:44 +00:00
if_tap
if_tun Remove opt_mac.h generation for various kernel modules that no longer 2009-06-06 17:01:44 +00:00
if_vlan After r193232 rt_tables in vnet.h are no longer indirectly dependent on 2009-06-08 19:57:35 +00:00
igb Updates for both the em and igb drivers, add support 2009-06-24 17:41:29 +00:00
iir
io
ip6_mroute_mod Remove opt_mac.h generation for various kernel modules that no longer 2009-06-06 17:01:44 +00:00
ip_mroute_mod After r193232 rt_tables in vnet.h are no longer indirectly dependent on 2009-06-08 19:57:35 +00:00
ipdivert
ipfilter
ipfw Now that ipfw is split into multiple files, we need 2009-12-17 17:44:34 +00:00
ipfw_nat move kernel ipfw-related sources to a separate directory, 2009-06-05 19:22:47 +00:00
ipmi Add in forgotten module ipmi_linux. 2009-03-26 19:15:31 +00:00
ips
ipw
ipwfw
iscsi
isp
ispfw Add 8Gb card firmware. Update some 2Gb and 4Gb f/w sets. 2009-08-01 00:57:34 +00:00
iwi
iwifw
iwn
iwnfw iwn(4) update. Notable changes: 2009-12-29 19:47:34 +00:00
ixgb
ixgbe Update the driver to Intel version 2.1.6 2010-03-27 00:21:40 +00:00
jme
joy
kbdmux
kgssapi Implement support for RPCSEC_GSS authentication to both the NFS client 2008-11-03 10:38:00 +00:00
kgssapi_krb5 Implement support for RPCSEC_GSS authentication to both the NFS client 2008-11-03 10:38:00 +00:00
krpc Unbreak NFS. 2008-11-06 10:53:35 +00:00
ksyms Add the ksyms(4) pseudo driver. The ksyms driver allows a process to 2009-05-26 21:39:09 +00:00
le
lge
libalias Add SCTP NAT support. 2009-02-07 18:49:42 +00:00
libiconv
libmbpool
libmchain
lindev lindev(4) [1] is supposed to be a collection of linux-specific pseudo 2009-09-26 12:45:28 +00:00
linprocfs After r193232 rt_tables in vnet.h are no longer indirectly dependent on 2009-06-08 19:57:35 +00:00
linsysfs
linux Provide groundwork for 32-bit binary compatibility on non-x86 platforms, 2010-03-11 14:49:06 +00:00
lmc
lpt
mac_biba
mac_bsdextended Break mac_bsdextended.c out into multiple .c files, with the base access 2008-10-27 12:09:15 +00:00
mac_ifoff
mac_lomac Remove opt_mac.h generation for various kernel modules that no longer 2009-06-06 17:01:44 +00:00
mac_mls
mac_none
mac_partition
mac_portacl
mac_seeotheruids
mac_stub
mac_test
malo
mcd
md
mem
mfi
mii New PHY driver for the internal PHY found in the AX88790. There's a 2009-03-30 16:01:09 +00:00
mlx
mly
mmc
mmcsd
mpt
mqueue
msdosfs
msdosfs_iconv
mse
msk
mwl driver for Marvell 88W8363 Wireless LAN controller 2009-06-01 18:07:01 +00:00
mwlfw driver for Marvell 88W8363 Wireless LAN controller 2009-06-01 18:07:01 +00:00
mxge Implement minimal set of changes suggested by bz to make 2009-06-23 17:42:06 +00:00
my
ncp
ncv
ndis o port NDIS USB support from USB1 to the new usb(USB2). 2009-03-07 07:26:22 +00:00
netgraph Connect ng_pipe to the default build. 2009-06-23 06:11:04 +00:00
nfe
nfs_common Factor out the code shared between NFS client and server into its own 2010-02-16 20:00:21 +00:00
nfscl Add the kernel build glue for the experimental NFS subsystem that 2009-05-28 19:45:11 +00:00
nfsclient Factor out the code shared between NFS client and server into its own 2010-02-16 20:00:21 +00:00
nfscommon Add the kernel build glue for the experimental NFS subsystem that 2009-05-28 19:45:11 +00:00
nfsd Add the kernel build glue for the experimental NFS subsystem that 2009-05-28 19:45:11 +00:00
nfslockd unifdef NFSCLIENT because the nlm depends on the nfsclient even if NFSCLIENT 2009-10-03 12:22:12 +00:00
nfsserver Factor out the code shared between NFS client and server into its own 2010-02-16 20:00:21 +00:00
nfssvc Change nfsserver so that it uses the nfssvc() system call provided 2009-04-12 19:04:27 +00:00
nge
nmdm
nsp
ntfs
ntfs_iconv
nullfs
nve
nvram
nwfs
nxge
opensolaris fix atomic.S rename and vimage breakage 2009-05-09 05:45:13 +00:00
padlock
patm
pccard
pcfclock
pcn
pf Fix typo which has survived amazingly long! 2009-10-10 03:32:46 +00:00
pflog
plip
pmc
portalfs
powermac_nvram make 'make universe' not complain about 2008-11-29 08:45:20 +00:00
ppbus
ppc
ppi
pps
procfs Provide groundwork for 32-bit binary compatibility on non-x86 platforms, 2010-03-11 14:49:06 +00:00
pseudofs Remove opt_mac.h generation for various kernel modules that no longer 2009-06-06 17:01:44 +00:00
pst
pty Allow pty(4) to be loaded as a kld. 2009-08-23 20:26:09 +00:00
puc
ral
ralfw
random
rc
rc4
rdma
re
reiserfs
rl Make RL_TWISTER_ENABLE a tunable/sysctl. Eliminate it as an option. 2008-11-02 16:50:57 +00:00
rndtest
rp
runfw Uuencode the rt2870 firmware into ascii like the other firmware blobs. 2010-01-29 03:35:01 +00:00
s3
safe
sbni
scc
scd
scsi_low
sdhci Import sdhci (PCI SD Host Controller) driver. 2008-10-21 20:33:40 +00:00
sem Remove opt_mac.h generation for various kernel modules that no longer 2009-06-06 17:01:44 +00:00
sf
siba_bwn Adds siba_bwn module which is used with bwn(4). Main purpose of this 2010-01-31 21:18:22 +00:00
siis Add siis CAM driver for SiliconImage SiI3124/3132/3531 SATA2 controllers. 2009-07-21 12:32:46 +00:00
sio
sis
sk
smbfs
sn
snc
snp Reintroduce the snp(4) driver. 2008-11-05 15:04:03 +00:00
sound Last (hopefully) attempt to fix both parallel build and 2009-06-12 07:39:10 +00:00
speaker
splash
sppp
ste
stg
stge
streams
svr4 After r193232 rt_tables in vnet.h are no longer indirectly dependent on 2009-06-08 19:57:35 +00:00
sym
syscons
sysvipc Remove opt_mac.h generation for various kernel modules that no longer 2009-06-06 17:01:44 +00:00
ti
tl
tmpfs
trm
twa
twe
tx
txp
uart Include the QUICC backend in the kernel module. 2008-11-22 21:24:07 +00:00
ubsec
ubser Fix this module so it at least builds. Note that it isn't hooked up to 2009-10-13 18:07:56 +00:00
uchcom
ucycom
udf
udf_iconv
ufs Remove opt_mac.h generation for various kernel modules that no longer 2009-06-06 17:01:44 +00:00
unionfs
usb Add run(4), a driver for Ralink RT2700U/RT2800U/RT3000U USB 802.11agn devices. 2010-01-28 22:24:54 +00:00
utopia
vesa Rewrite x86bios and update its dependent drivers. 2009-10-19 20:58:10 +00:00
vge
vkbd
vpo
vr
vx
wb
wi
wlan correct setup of opt_ddb.h 2009-07-21 19:24:53 +00:00
wlan_acl
wlan_amrr
wlan_ccmp
wlan_rssadapt
wlan_tkip
wlan_wep
wlan_xauth
wpi
wpifw the 3945 firmware license does not require acknowledging the EULA, 2008-10-07 19:42:56 +00:00
x86bios Rewrite x86bios and update its dependent drivers. 2009-10-19 20:58:10 +00:00
xe
xfs Remove empty files and do nto try to build them. 2009-05-18 17:20:24 +00:00
xl
zfs make UMA the default allocator for ZFS buffers - this avoids 2010-03-13 21:53:48 +00:00
zlib
Makefile Arm defines intr_disable() as a macro, which causes problems for cxgb. 2010-03-29 19:36:37 +00:00
Makefile.inc