1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-28 11:57:28 +00:00
freebsd/sys
Adrian Chadd c9cd76313b Fix the 5ghz fast clock logic.
The macro which I incorrectly copied into ah_internal.h assumed
that it'd be called with an AR_SREV_MERLIN_20() check to ensure
it was only enabled for Merlin (AR9280) silicon revision 2.0 or
later.

Trouble is, the 5GHz fast clock EEPROM flag is only valid for
EEPROM revision 16 or greater; it's assumed to be enabled
by default for Merlin rev >= 2.0. This meant it'd be incorrectly
set for AR5416 and AR9160 in 5GHz mode.

This would have affected non-default clock timings such as SIFS,
ACK and slot time. The incorrect slot time was very likely wrong
for 5ghz mode.
2011-05-08 15:55:52 +00:00
..
amd64 prepare code that does topology detection for amd cpus for bulldozer 2011-05-06 13:51:54 +00:00
arm Change rman_manage_region() to actually honor the rm_start and rm_end 2011-04-29 18:41:21 +00:00
boot a whitespace nit 2011-05-07 13:57:30 +00:00
bsm
cam scsi_cd: silence READ_TOC errors in CDIOREADTOCHEADER ioctl 2011-05-07 10:06:43 +00:00
cddl Convert the last use of xcopyout() to ddi_copyout() and remove the now 2011-05-03 20:13:27 +00:00
compat Commit the missing linux_videdev2_compat.h (lost somewhere between 2011-05-04 13:09:20 +00:00
conf Reimplement how PCI-PCI bridges manage their I/O windows. Previously the 2011-05-03 17:37:24 +00:00
contrib Make pf compile without INET support by adding #ifdef INETs and 2011-04-27 19:34:01 +00:00
crypto
ddb Trim some additional unnecessary <linker_set.h> includes. 2011-04-28 17:59:33 +00:00
dev Fix the 5ghz fast clock logic. 2011-05-08 15:55:52 +00:00
fs Change the new NFS server so that it uses vfs.nfsd naming 2011-05-08 01:01:27 +00:00
gdb
geom Limit number of sectors that can be addressed. 2011-05-08 12:28:13 +00:00
gnu
i386 Don't use MWAIT for short sleeps under XEN, as it was before r212541. 2011-05-07 12:27:25 +00:00
ia64 In pmap_kextract(), return the physical address for PBVM virtual 2011-05-07 17:23:13 +00:00
isa Retire isa_setup_intr() and isa_teardown_intr() and use the generic bus 2011-05-06 13:48:53 +00:00
kern To avoid duplicated warning, move WITNESS_WARN() added in r221597 to the 2011-05-07 17:59:07 +00:00
kgssapi
libkern
mips Fix GPIO_MAXPINS calculation for the AR71xx, AR724x, AR913x SoC. 2011-05-06 02:45:02 +00:00
modules T4 packet timestamps. 2011-05-05 02:38:08 +00:00
net Fix white space nits and style 2011-05-06 20:46:29 +00:00
net80211 Fix some corner cases in the net80211 sequence number retransmission 2011-05-04 02:23:59 +00:00
netatalk
netgraph
netinet Fix a locking issue showing up on Mac OS X when subscribing to 2011-05-08 09:11:59 +00:00
netinet6 Remove code with any effect. 2011-05-03 20:34:02 +00:00
netipsec Make IPsec compile without INET adding appropriate #ifdef checks. 2011-04-27 19:28:42 +00:00
netipx
netnatm
netncp
netsmb
nfs Move sys/nfsclient/nfs_kdtrace.h to sys/nfs/nfs_kdtrace.h so 2011-05-06 20:02:19 +00:00
nfsclient Move sys/nfsclient/nfs_kdtrace.h to sys/nfs/nfs_kdtrace.h so 2011-05-06 20:02:19 +00:00
nfsserver
nlm
ofed
opencrypto
pc98 This patch changes head so that the default NFS client is now the new 2011-04-27 17:51:51 +00:00
pci
powerpc SMP has worked perfectly for a very long time on 32-bit PowerPC on both 2011-05-06 20:43:02 +00:00
rpc This patch is believed to fix a problem in the kernel rpc for 2011-04-27 18:19:26 +00:00
security
sparc64 Retire isa_setup_intr() and isa_teardown_intr() and use the generic bus 2011-05-06 13:48:53 +00:00
sun4v This patch changes head so that the default NFS client is now the new 2011-04-27 17:51:51 +00:00
sys Add the ability to search for all the inlined instances of a given function. 2011-05-07 01:05:31 +00:00
teken
tools
ufs Fix typos. 2011-04-30 22:46:02 +00:00
vm
x86 Retire isa_setup_intr() and isa_teardown_intr() and use the generic bus 2011-05-06 13:48:53 +00:00
xdr
xen
Makefile