| Home | Sort by: relevance | last modified time | path |
| /src/sys/dev/pci/ | |
| agp_intel.c | 1.32.8.1 Sat Nov 20 00:18:59 UTC 2010 riz Pull up following revision(s) (requested by jakllsch in ticket #1362): sys/dev/pci/pcidevs: revision 1.1026 sys/dev/pci/agp_intel.c: revision 1.35 sys/dev/pci/agp_i810.c: revision 1.67 Add Intel 82855GM Host-AGP Bridge. regen Add (non-IGP) AGP port support for Intel 82855GM. agp_intel tested with radeondrm(4). agp_i810 tested with i915drm(4). |
| agp_i810.c | 1.56.4.2 Sat Nov 20 00:18:59 UTC 2010 riz Pull up following revision(s) (requested by jakllsch in ticket #1362): sys/dev/pci/pcidevs: revision 1.1026 sys/dev/pci/agp_intel.c: revision 1.35 sys/dev/pci/agp_i810.c: revision 1.67 Add Intel 82855GM Host-AGP Bridge. regen Add (non-IGP) AGP port support for Intel 82855GM. agp_intel tested with radeondrm(4). agp_i810 tested with i915drm(4). |
| pcidevs | 1.1026 Fri Apr 02 20:32:15 UTC 2010 jakllsch Add Intel 82855GM Host-AGP Bridge. 1.962.4.14 Sat Nov 20 00:18:58 UTC 2010 riz Pull up following revision(s) (requested by jakllsch in ticket #1362): sys/dev/pci/pcidevs: revision 1.1026 sys/dev/pci/agp_intel.c: revision 1.35 sys/dev/pci/agp_i810.c: revision 1.67 Add Intel 82855GM Host-AGP Bridge. regen Add (non-IGP) AGP port support for Intel 82855GM. agp_intel tested with radeondrm(4). agp_i810 tested with i915drm(4). |
| pcidevs.h | 1.1026 Sat May 08 07:20:11 UTC 2010 pgoyette Regen |
| pcidevs_data.h | 1.1026 Mon May 10 06:39:30 UTC 2010 matt Regen. |
| /src/usr.bin/make/ | |
| var.c | 1.1026 Fri Aug 05 20:35:55 UTC 2022 rillig make: extract parsing of ':D' and ':U' modifiers into separate function No functional change. |
| /src/sys/arch/i386/conf/ | |
| GENERIC | 1.1026 Sun Mar 06 17:08:25 UTC 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/sys/conf/ | |
| files | 1.1026 Sat Aug 27 17:05:57 UTC 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/doc/ | |
| CHANGES | 1.1026 Mon Feb 25 10:51:21 UTC 2008 xtraeme Fix date format in a previous entry added by garbled@. |
| 3RDPARTY | 1.1026 Sat Apr 06 14:30:03 UTC 2013 christos more flexible |
| /src/distrib/sets/lists/tests/ | |
| mi | 1.1026 Sun Mar 07 19:42:54 UTC 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/ | |
| bsd.own.mk | 1.1026 Sun Jan 07 20:59:25 UTC 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/distrib/sets/lists/comp/ | |
| mi | 1.1026 Mon May 07 11:17:13 UTC 2007 yamt add bioctl.debug. 1.981.2.3 Fri May 25 07:28:11 UTC 2007 pavel Pull up following revision(s) (requested by jdc in ticket #666): distrib/sets/lists/comp/mi: revision 1.1026 add bioctl.debug. |
| /src/distrib/sets/lists/base/ | |
| mi | 1.1026 Sat Mar 30 02:49:26 UTC 2013 christos firmware files for if_athn |
| shl.mi | 1.1026 Sun Dec 28 18:43:24 UTC 2025 thorpej Conditionalize support for SSH client and server on MKSSH. Enabled by default except on m68000. |
| /src/distrib/sets/lists/man/ | |
| mi | 1.1026 Sun Sep 30 04:25:26 UTC 2007 kiyohara Add bcsp. |