Searched hist:1.1026 (Results 1 - 13 of 13) sorted by relevance

/src/sys/dev/pci/
H A Dpcidevs.h1.1026 Sat May 08 07:20:11 GMT 2010 pgoyette Regen
H A Dpcidevs_data.h1.1026 Mon May 10 06:39:30 GMT 2010 matt Regen.
H A Dpcidevs1.1026 Fri Apr 02 20:32:15 GMT 2010 jakllsch Add Intel 82855GM Host-AGP Bridge.
/src/doc/
H A D3RDPARTY1.1026 Sat Apr 06 14:30:03 GMT 2013 christos more flexible
H A DCHANGES1.1026 Mon Feb 25 10:51:21 GMT 2008 xtraeme Fix date format in a previous entry added by garbled@.
/src/sys/arch/i386/conf/
H A DGENERIC1.1026 Sun Mar 06 17:08:25 GMT 2011 bouyer merge the bouyer-quota2 branch. This adds a new on-disk format
to store disk quota usage and limits, integrated with ffs
metadata. Usage is checked by fsck_ffs (no more quotacheck)
and is covered by the WAPBL journal. Enabled with kernel
option QUOTA2 (added where QUOTA was enabled in kernel config files),
turned on with tunefs(8) on a per-filesystem
basis. mount_mfs(8) can also turn quotas on.

See http://mail-index.netbsd.org/tech-kern/2011/02/19/msg010025.html
for details.
/src/distrib/sets/lists/base/
H A Dmi1.1026 Sat Mar 30 02:49:26 GMT 2013 christos firmware files for if_athn
/src/distrib/sets/lists/man/
H A Dmi1.1026 Sun Sep 30 04:25:26 GMT 2007 kiyohara Add bcsp.
/src/distrib/sets/lists/tests/
H A Dmi1.1026 Sun Mar 07 19:42:54 GMT 2021 rillig lint: in strict C mode, warn about initialization with '[a ... b]'

https://gcc.gnu.org/onlinedocs/gcc/Case-Ranges.html
/src/share/mk/
H A Dbsd.own.mk1.1026 Sun Jan 07 20:59:25 GMT 2018 jmcneill Import NVIDIA Tegra XUSB firmware for Tegra124 and Tegra210. Installation
of this firmware is controlled by the MKTEGRAFIRMWARE option, which
defaults to yes on evbarm and evbarm64 and no everywhere else.
/src/usr.bin/make/
H A Dvar.c1.1026 Fri Aug 05 20:35:55 GMT 2022 rillig make: extract parsing of ':D' and ':U' modifiers into separate function

No functional change.
/src/sys/conf/
H A Dfiles1.1026 Sat Aug 27 17:05:57 GMT 2011 bouyer The loongon2f+cs5526+jmicron PATA->SATA bridge cause an interresting issue:
1) because the CS5536 is not associated with a x86 CPU, interrupts are not
ack'ed as it expects so interrupts cannot configured as edge-triggered
(as is expected for a PCIIDE in compat mode)
2) the PATA->SATA bridge ignores the WDC_IDS (interrupt disable bit) so
the PATA IRQ line gets asserted when resetting or running some polled
commands. It also wrongly asserts IRQ when the (nonexistent) slave
device is selected
2) wouldn't be an issue with edge-triggered interrupt because we would
get a spurious interrupt and continue operation, a new interrupt only shows
up when the PATA IRQ line goes low and high again. But because of 1),
we get an unclearable interrupt instead, and the system loops on the
interrupt handler.

To workaround this, introduce a WDC_NO_IDS compile option which runs
all polled commands (including reset) at splbio() and without sleeps,
so that the controller's interrupt is effectively disabled and
won't be reenabled before the interrupt can be cleared.

The conditions triggering this problem are speficic enough to handle
this via a compile-time option; no need for a run-time (e.g. a
config(9), device property or callback to disable interrupts) solution.
/src/distrib/sets/lists/comp/
H A Dmi1.1026 Mon May 07 11:17:13 GMT 2007 yamt add bioctl.debug.

Completed in 1330 milliseconds