Searched hist:1.1285 (Results 1 - 11 of 11) sorted by relevance

/src/sys/dev/pci/
H A Dpcidevs.h1.1285 Tue Jul 04 05:03:08 GMT 2017 msaitoh Regen.
H A Dpcidevs_data.h1.1285 Fri Jul 07 06:53:03 GMT 2017 msaitoh Regen.
H A Dpcidevs1.1285 Thu Apr 13 04:04:13 GMT 2017 msaitoh Add Broadcom BCM577x5 SDMMC, Memstic and xD.
/src/doc/
H A D3RDPARTY1.1285 Thu Jan 07 20:16:12 GMT 2016 roy Note import of dhcpcd-6.10.0
H A DCHANGES1.1285 Sun Sep 06 17:25:55 GMT 2009 sborrill hdaudio(4) is a standards-compliant driver for Intel High Definition Audio.
It will replace azalia(4) after testing.

To use, comment out azalia in your kernel configuration and uncomment the
hdaudio and hdafg lines so it reads:

# Intel High Definition Audio
hdaudio* at pci? dev ? function ?
hdafg* at hdaudiobus?

You should also:
cd /dev
sh MAKEDEV audio
1.1285 Sun Sep 06 17:25:55 GMT 2009 sborrill hdaudio(4) is a standards-compliant driver for Intel High Definition Audio.
It will replace azalia(4) after testing.

To use, comment out azalia in your kernel configuration and uncomment the
hdaudio and hdafg lines so it reads:

# Intel High Definition Audio
hdaudio* at pci? dev ? function ?
hdafg* at hdaudiobus?

You should also:
cd /dev
sh MAKEDEV audio
/src/distrib/sets/lists/base/
H A Dmi1.1285 Fri Oct 22 21:03:01 GMT 2021 kre tzdata2021e update, zoneinfo Pacific/Enderbury renamed to Pacific/Kanton
(old name retained) - so add new zone file for Pacific/Kanton
/src/distrib/sets/lists/man/
H A Dmi1.1285 Tue Feb 08 03:20:14 GMT 2011 haad Initial import of libdm and dmctl to tree. libdm library can be used
to access, manage and manipulate device-mapper driver. Which opens us bunch
of new possibilities like

dm-multipath device target
dm-crypt device target
dm-ccd compatibility layer

With this import I'm bringing in dmctl tool for working with dm driver ,too.
I plan to replace gpl2 licensed dmsetup command with our dmctl tool in near
feature. It can also by placed to /rescue where we was not able to put
dmsetup because of licensing problems.

With libdm in tree we can now write RUMP atf test suite for dm driver to
ensure LVM subsystem stability as time goes.

Reviewed by: blymn@ and rmind@
Oked: by no objections on tech-userlevel@
/src/distrib/sets/lists/tests/
H A Dmi1.1285 Fri Aug 04 20:56:08 GMT 2023 riastradh t_ubsan, t_ubsanxx: Remove gcc=10, gcc=12 conditionals.

These are built unconditionally. Should help fix the clang build.
/src/share/mk/
H A Dbsd.own.mk1.1285 Mon Jun 06 10:56:29 GMT 2022 nia build system: Revert all the recent additions of MK[...] knobs that
allow conditionally disabling the building of certain user space
programs in the 'base' set.

There is not enough consensus that this is the right way and a few
people had strong objections, see source-changes-d@.
/src/sys/conf/
H A Dfiles1.1285 Sat May 29 00:03:34 GMT 2021 simonb Put the MSGBUFSIZE option in opt_param.h so that changes of its setting
in kernel config files will be picked up automatically without needing
a "make clean". Added to opt_param.h since ports define their default
MSGBUFSIZE settings in their <arch/include/param.h> (or equivalent).
/src/distrib/sets/lists/comp/
H A Dmi1.1285 Tue Jul 21 13:18:43 GMT 2009 joerg Add popcount(3) and the long and long long version. Name is inspired by
gnulib, the implementation goes back to the AMD Software Optimizer
guide. A number of platforms will want to replace the C version with
assembler code using native instructions.

Completed in 1035 milliseconds