freebsd-skq/sys
Oleksandr Tymoshenko 8e01fdea2b Add sysctls to control PS-PL level shifters and FCLK settings.
PL (programmable logic) uses FCLK0..FCLK3 as a clock sources.
Normally they're configured by first stage boot loader (FSBL)
and normal user never has to touch them. These sysctls may come
useful for hardware developers

hw.fpga.fclk.N.source: clock source (IO, DDR, ARM)
hw.fpga.fclk.N.freq: requested frequency in Hz
hw.fpga.fclk.N.actual_freq: actual frequency in Hz (R/O)

hw.fgpa.level_shifters: 0/1 to enable/disable PS-PL level shifters,
    normally they're enabled either by FSBL or after programming
    FPGA through devcfg(4)
2015-03-05 21:41:58 +00:00
..
amd64 Fix warnings/errors when building vmm.ko with gcc: 2015-03-02 20:13:49 +00:00
arm Add sysctls to control PS-PL level shifters and FCLK settings. 2015-03-05 21:41:58 +00:00
boot When compiling boot2 with gcc on i386 and pc98, only use the custom flag 2015-03-04 20:33:15 +00:00
bsm
cam Make periphdriver_register() take XPT lock when modifying the periph_drivers 2015-03-02 22:48:11 +00:00
cddl dtrace_cas32 and dtrace_casptr should retrn the data loaded from target 2015-03-05 18:03:42 +00:00
compat
conf Record the dependency to x86bios in vga_pci 2015-03-01 20:54:29 +00:00
contrib
crypto
ddb
dev Size of opt_io_size field is 32 bit. 2015-03-05 10:29:46 +00:00
fs Fix white spaces. 2015-03-02 19:14:58 +00:00
gdb
geom Replace constant with proper sizeof(). 2015-02-25 10:18:11 +00:00
gnu Merge latest (commit c8c1b3a77934768c7f7a4a9c10140c8bec529059) files 2015-02-28 00:06:04 +00:00
i386 Implement interface to create SR-IOV Virtual Functions 2015-03-01 00:40:09 +00:00
isa
kern Move libnv into the kernel and hook it into the kernel build 2015-03-01 00:34:27 +00:00
kgssapi
libkern Implement asprintf in libkern 2015-03-01 00:22:16 +00:00
mips Add ethernet MAC DDR flush hookups for QCA955x. 2015-03-04 03:52:50 +00:00
modules drm: Allow parallel builds of drivers and firmwares 2015-03-04 20:47:43 +00:00
net Optimize SIOCGIFMEDIA handling removing malloc(9) and double 2015-03-04 15:00:20 +00:00
net80211 Fix kern/196290 - don't announce 11n HTINFO rates if the channel is 2015-02-27 04:45:47 +00:00
netgraph
netinet Implement Enhanced DAD algorithm for IPv6 described in 2015-03-02 17:30:26 +00:00
netinet6 - Implement loopback probing state in enhanced DAD algorithm. 2015-03-05 21:27:49 +00:00
netipsec Fix possible memory leak and several races in the IPsec policy management 2015-02-24 10:35:07 +00:00
netnatm
netpfil
netsmb
nfs Avoid closing unallocated socket in case socreate fails. 2015-02-28 20:30:29 +00:00
nfsclient
nfsserver
nlm
ofed Define PTR_ALIGN() macro which will be needed coming Mellanox driver 2015-03-04 09:58:39 +00:00
opencrypto
pc98
powerpc Move IVOR setup from assembler to C, decreasing required assumptions about 2015-03-05 05:53:08 +00:00
rpc
security
sparc64
sys give others fair warning that _SPARE2 isn't just cxgb, but used by large 2015-03-02 20:05:16 +00:00
teken
tools
ufs
vm Use RW_NEW rather than calling bzero(). 2015-03-01 05:18:02 +00:00
x86 Free up the IPI slot used by IPI_STOP_HARD. 2015-03-01 02:31:27 +00:00
xdr
xen
Makefile