Searched hist:1.1201 (Results 1 - 12 of 12) sorted by relevance

/src/sys/dev/pci/
H A Dpcidevs.h1.1201 Mon Dec 15 13:13:36 GMT 2014 msaitoh Regen.
H A Dpcidevs_data.h1.1201 Wed Dec 17 13:23:59 GMT 2014 hikaru Regen.
H A Dpcidevs1.1201 Tue Sep 16 07:05:44 GMT 2014 msaitoh Add some new Intel I218 devices.
/src/doc/
H A D3RDPARTY1.1201 Sat Jan 31 19:14:45 GMT 2015 christos new tzcode
H A DCHANGES1.1201 Fri Mar 13 18:18:41 GMT 2009 tsutsui - move sgimips xorg stuff which has been pulled up
- add a couple of pulled up changes
/src/distrib/sets/lists/comp/
H A Dmi1.1201 Thu Oct 16 09:39:43 GMT 2008 pooka branches: 1.1201.2;
update set lists for:
* rump_nfs
* librumpfs_nfs
* librumpnet{,_net,_netinet,_sockin,_virtif}
1.1201 Thu Oct 16 09:39:43 GMT 2008 pooka branches: 1.1201.2;
update set lists for:
* rump_nfs
* librumpfs_nfs
* librumpnet{,_net,_netinet,_sockin,_virtif}
/src/sys/arch/i386/conf/
H A DGENERIC1.1201 Fri Feb 15 08:54:01 GMT 2019 nonaka Added Microsoft Hyper-V support. It ported from OpenBSD and FreeBSD.

graphical console is not work on Gen.2 VM yet. To use the serial console,
enter "consdev com,0x3f8,115200" on efiboot.
/src/distrib/sets/lists/base/
H A Dmi1.1201 Sat Feb 23 10:43:25 GMT 2019 mlelstv Add userland driver to spi framework.

Previously spi would configure the controller to use the lowest speed of
all connected devices since the kernel started and to fail attempted mode
changes. This is now improved to keep individual modes and speeds for each
slave and to reconfigure the controller as necessary for each transfer.

Added man page for spi(9).
/src/distrib/sets/lists/man/
H A Dmi1.1201 Sat Apr 10 04:29:39 GMT 2010 jruoho Add a (custom) manual page for iASL.
/src/distrib/sets/lists/tests/
H A Dmi1.1201 Fri Apr 29 22:17:50 GMT 2022 pgoyette Add a new test for PR kern/56713 and set to expected_failure for now.
/src/share/mk/
H A Dbsd.own.mk1.1201 Mon Jul 20 14:24:13 GMT 2020 tsutsui Switch ports using MI wsfb drivers to HAVE_XORG_SERVER_VER=120.

Xorg wsfb servers from 1.20 for dreamcast (16bpp), hp300 (8bpp), and
luna68k (1bpp) work fine even on NetBSD 9.0, and zaurus is also
confirmed working.

Discussed with mrg@ and macallan@ on tech-x11:
https://mail-index.netbsd.org/tech-x11/2020/07/thread1.html#002098
/src/sys/conf/
H A Dfiles1.1201 Thu Jul 12 10:46:48 GMT 2018 maxv Remove the kernel PMC code. Sent yesterday on tech-kern@.

This change:

* Removes "options PERFCTRS", the associated includes, and the associated
ifdefs. In doing so, it removes several XXXSMPs in the MI code, which is
good.

* Removes the PMC code of ARM XSCALE.

* Removes all the pmc.h files. They were all empty, except for ARM XSCALE.

* Reorders the x86 PMC code not to rely on the legacy pmc.h file. The
definitions are put in sysarch.h.

* Removes the kern/sys_pmc.c file, and along with it, the sys_pmc_control
and sys_pmc_get_info syscalls. They are marked as OBSOL in kern,
netbsd32 and rump.

* Removes the pmc_evid_t and pmc_ctr_t types.

* Removes all the associated man pages. The sets are marked as obsolete.

Completed in 1136 milliseconds