Searched hist:1.801 (Results 1 - 22 of 22) sorted by relevance

/src/sys/arch/arm/xilinx/
H A Dzynq_xadc.c1.1 Fri Nov 11 20:31:30 GMT 2022 jmcneill Add support for Xilinx 7-series ADC.

The temperature and voltage sensors are exposed with sysmon:

# envstat -d zynqxadc0
Current CritMax WarnMax WarnMin CritMin Unit
temperature: 67.426 degC
vccint: 1.010 V
vccaux: 1.801 V
vp/vn: 0.011 V
vrefp: 1.250 V
vrefn: 0.004 V
vccbram: 1.009 V
vccpint: 1.009 V
vccpaux: 1.799 V
vcco_ddr: 1.500 V

H A Dfiles.zynq1.5 Fri Nov 11 20:31:30 GMT 2022 jmcneill Add support for Xilinx 7-series ADC.

The temperature and voltage sensors are exposed with sysmon:

# envstat -d zynqxadc0
Current CritMax WarnMax WarnMin CritMin Unit
temperature: 67.426 degC
vccint: 1.010 V
vccaux: 1.801 V
vp/vn: 0.011 V
vrefp: 1.250 V
vrefn: 0.004 V
vccbram: 1.009 V
vccpint: 1.009 V
vccpaux: 1.799 V
vcco_ddr: 1.500 V

/src/sys/arch/evbarm/conf/
H A DGENERIC1.115 Fri Nov 11 20:31:30 GMT 2022 jmcneill branches: 1.115.2;
Add support for Xilinx 7-series ADC.

The temperature and voltage sensors are exposed with sysmon:

# envstat -d zynqxadc0
Current CritMax WarnMax WarnMin CritMin Unit
temperature: 67.426 degC
vccint: 1.010 V
vccaux: 1.801 V
vp/vn: 0.011 V
vrefp: 1.250 V
vrefn: 0.004 V
vccbram: 1.009 V
vccpint: 1.009 V
vccpaux: 1.799 V
vcco_ddr: 1.500 V

/src/sys/dev/pci/
H A Dif_wm.c1.801 Sun Nov 10 11:46:24 GMT 2024 mlelstv Add MBUFTRACE
H A Dpcidevs.h1.801 Fri Jun 30 16:23:27 GMT 2006 xtraeme regen
H A Dpcidevs_data.h1.801 Fri Jun 30 17:01:09 GMT 2006 xtraeme regen
H A Dpcidevs1.801 Tue Jun 27 21:38:40 GMT 2006 kent improve the description of NVIDIA MCP55_HDA
/src/sys/dev/usb/
H A Dusbdevs1.801 Mon Jan 17 11:09:57 GMT 2022 bouyer Add the Microchip PICkit3 programmer
H A Dusbdevs.h1.801 Thu Sep 07 20:04:18 GMT 2023 ad Add USB device TOPPING DX3 Pro.
H A Dusbdevs_data.h1.801 Thu Sep 07 20:04:18 GMT 2023 ad Add USB device TOPPING DX3 Pro.
/src/sys/arch/i386/i386/
H A Dmachdep.c1.801 Thu Jan 04 00:34:15 GMT 2018 maxv Group the different TSSes into a cpu_tss structure. And pack this
structure to make sure there is no padding between 'tss' and 'iomap'.
/src/distrib/sets/lists/base/
H A Dshl.mi1.801 Wed Feb 08 20:26:26 GMT 2017 maya minor bump libc for accept4
H A Dmi1.801 Sun Mar 29 14:25:39 GMT 2009 christos add firmware for iwl 5000
/src/doc/
H A D3RDPARTY1.801 Sat Jan 01 14:25:47 GMT 2011 wiz groff-1.21 out.
H A DCHANGES1.801 Sun Mar 04 15:44:34 GMT 2007 tsutsui Note generic softintr(9) for luna68k and x68k.
/src/sys/arch/i386/conf/
H A DGENERIC1.801 Mon Dec 11 15:24:28 GMT 2006 yamt - remove a static configuration, FILEASSOC_NHOOKS. do it dynamically instead.
- make fileassoc_t a pointer and remove FILEASSOC_INVAL.
- clean up kern_fileassoc.c. unify duplicated code.
- unexport fileassoc_init using RUN_ONCE(9).
- plug memory leaks in fileassoc_file_delete and fileassoc_table_delete.
- always call callbacks, regardless of the value of the associated data.

ok'ed by elad.
/src/distrib/sets/lists/man/
H A Dmi1.801 Mon Jul 11 16:09:14 GMT 2005 kiyohara Fix
1. man4 -> cat4
2. obsolete fwiso.[04]
/src/distrib/sets/lists/tests/
H A Dmi1.801 Tue Dec 25 03:54:44 GMT 2018 knakahara Add ATF for NAT-T enabled ipsecif(4).
/src/share/mk/
H A Dbsd.own.mk1.801 Sat Apr 26 20:15:48 GMT 2014 joerg Add initial unwind support for MIPS and MIPS64.
/src/usr.bin/make/
H A Dvar.c1.801 Thu Feb 04 21:33:14 GMT 2021 rillig make: rename some VAR constants to SCOPE

The word "context" does not fit perfectly to the variables that are
associate with a GNode, as the context is usually something from the
outside and the variables are more like properties inherent to the
GNode.

The term "global context" fits even less. Since the thing where
variables are looked up is commonly named a scope, use that term
instead.

This commit only renames the global variables VAR_GLOBAL, VAR_INTERNAL
and VAR_CMDLINE, plus a few very closely related comments. These are:

GNode.vars (because of line breaks)
GNode_Free (dito)
varname-make_print_var_on_error.mk
varname-make_print_var_on_error-jobs.mk

The debug message in Var_Stats is left as-is since there is no unit test
for it yet.

The other renamings (variable names "context", "ctxt", as well as
further comments) will be done in a follow-up commit.
/src/sys/conf/
H A Dfiles1.801 Wed Aug 30 13:49:27 GMT 2006 cube Restore dependency on PTRACE for PROCFS.
Bump required config(1) version.
/src/distrib/sets/lists/comp/
H A Dmi1.801 Thu Jul 28 16:28:51 GMT 2005 christos Update for strerror_r changes:
1. new man pages
2. bump libc.

Completed in 1416 milliseconds