freebsd_amp_hwpstate/sys
Sam Leffler c43feede8b Minor cleanup of vap create work:
o add IEEE80211_C_STA capability to indicate sta mode is supported
  (was previously assumed) and mark drivers as capable
o add ieee80211_opcap array to map an opmode to the equivalent capability bit
o move IEEE80211_C_OPMODE definition to where capabilities are defined so it's
  clear it should be kept in sync (on future additions)
o check device capabilities in clone create before trying to create a vap;
  this makes driver checks unneeded
o make error codes return on failed clone request unique
o temporarily add console printfs on clone request failures to aid in
  debugging; these will move under DIAGNOSTIC or similar before release
2008-05-12 00:15:30 +00:00
..
amd64 Correct an error in pmap_align_superpage(). Specifically, correctly 2008-05-11 20:33:47 +00:00
arm Add a stub for pmap_align_superpage() on machines that don't (yet) 2008-05-09 23:31:42 +00:00
boot
bsm
cam
cddl
compat
conf Add -mno-sse3 for amd64 case too 2008-05-10 20:46:07 +00:00
contrib Add code to allow the system to handle multiple routing tables. 2008-05-09 23:03:00 +00:00
crypto
ddb
dev Minor cleanup of vap create work: 2008-05-12 00:15:30 +00:00
fs
gdb
geom
gnu
i4b
i386 Correct an error in pmap_align_superpage(). Specifically, correctly 2008-05-11 20:33:47 +00:00
ia64 Add a stub for pmap_align_superpage() on machines that don't (yet) 2008-05-09 23:31:42 +00:00
isa
kern Introduce a new parameter "superpage_align" to kmem_suballoc() that is 2008-05-10 21:46:20 +00:00
libkern
mips Add a stub for pmap_align_superpage() on machines that don't (yet) 2008-05-09 23:31:42 +00:00
modules
net Add missing braces in #if 0ed code. 2008-05-10 18:33:38 +00:00
net80211 Minor cleanup of vap create work: 2008-05-12 00:15:30 +00:00
netatalk Add code to allow the system to handle multiple routing tables. 2008-05-09 23:03:00 +00:00
netatm
netgraph Add code to allow the system to handle multiple routing tables. 2008-05-09 23:03:00 +00:00
netinet Add code to allow the system to handle multiple routing tables. 2008-05-09 23:03:00 +00:00
netinet6 Add code to allow the system to handle multiple routing tables. 2008-05-09 23:03:00 +00:00
netipsec
netipx Add code to allow the system to handle multiple routing tables. 2008-05-09 23:03:00 +00:00
netnatm
netncp
netsmb
nfs
nfs4client Add code to allow the system to handle multiple routing tables. 2008-05-09 23:03:00 +00:00
nfsclient Add code to allow the system to handle multiple routing tables. 2008-05-09 23:03:00 +00:00
nfsserver
nlm
opencrypto
pc98
pccard
pci
powerpc Add a stub for pmap_align_superpage() on machines that don't (yet) 2008-05-09 23:31:42 +00:00
rpc
security
sparc64 Add a stub for pmap_align_superpage() on machines that don't (yet) 2008-05-09 23:31:42 +00:00
sun4v Add a stub for pmap_align_superpage() on machines that don't (yet) 2008-05-09 23:31:42 +00:00
sys bump __FreeBSD_version 2008-05-09 23:15:56 +00:00
tools
ufs
vm Provide the new argument to kmem_suballoc(). 2008-05-10 23:39:27 +00:00
xdr
Makefile