NetBSD/src xQmZutzsys/arch/m68k/include fdt_platform.h

   Device a struct fdt_platform for m68k.
VersionDeltaFile
1.1+44-0sys/arch/m68k/include/fdt_platform.h
+44-01 files

NetBSD/src jwzvf7Lsys/arch/m68k/include linux_bootinfo.h, sys/arch/m68k/m68k linux_bootinfo.c

   Define a "BI_MACH_FDT" machine type.  The value for this record type
   is 0x46445400 ('FDT\0') and unlikely to collide with any other new
   machine types that Linux/m68k might decide to allocate.

   This machine type has 3 machine-type-specific bootinfo record types:

   - BI_FDT_PLATFORM -- a C string providing more detail about the specific
     machine / platform.
   - BI_FDT_BLOB -- a data record containing a Flattened Device Tree blob.
   - BI_FDT_ELF_SYMS -- a memory record pointing to the location of any
     loaded ELF symbols, assumed to be contiguous with the kernel +
     bootinfo data.  This record is needed early, possibly before virtual
     memory has been bootstrapped, so that the symbols can be preserved.
VersionDeltaFile
1.9+50-4sys/arch/m68k/m68k/linux_bootinfo.c
1.6+31-1sys/arch/m68k/include/linux_bootinfo.h
+81-52 files

NetBSD/src XijLJFtsys/dev/ic wdc.c

   Support 8-bit PIO if the front-end indicates that it's necessary:
   - In wdc_drvprobe(), if neither ATAC_CAP_DATA16 nor ATAC_CAP_DATA32
     is set in the controller capabilities, then attempt to enable 8-bit
     PIO on the drive.  If that command fails, ignore the drive.
   - In wdc_datain_pio(), if we're doing 8-bit PIO, check for ATA_DRIVE_NOSTREAM
     and simulate a NOSTREAM 16-bit PIO.  This is necessary because we
     treat the IDENTIFY command as "special" for historical (and almost
     certainly bad) reasons.
   - wdc_dataout_pio() gets the same NOSTREAM shenanigans for 8-bit PIO,
     although I would be surprised if it is ever requested.
VersionDeltaFile
1.315+76-5sys/dev/ic/wdc.c
+76-51 files

NetBSD/src 9tfSQgzsys/dev/ata ata.c atavar.h

   Add a function, ata_set_pio8(), that issues SET_FEATURES with
   WDSF_8BIT_PIO_EN to enable 8-bit PIO on a device.
VersionDeltaFile
1.173+40-2sys/dev/ata/ata.c
1.111+2-1sys/dev/ata/atavar.h
+42-32 files

NetBSD/src B7iepEosys/dev/ic pcf8584reg.h

   Indentation improvements.
VersionDeltaFile
1.5+10-6sys/dev/ic/pcf8584reg.h
+10-61 files

NetBSD/src sRgcrllusr.sbin/sysinst disks.c Makefile.inc

   Try to conditionaly remove more dead code and messages for extremely
   constrained environments like atari install disks.
VersionDeltaFile
1.99+9-2usr.sbin/sysinst/disks.c
1.56+8-1usr.sbin/sysinst/Makefile.inc
1.58+5-1usr.sbin/sysinst/msg.mi.pl
1.52+5-1usr.sbin/sysinst/msg.mi.es
1.55+5-1usr.sbin/sysinst/msg.mi.fr
1.60+5-1usr.sbin/sysinst/msg.mi.de
+37-73 files not shown
+47-109 files

NetBSD/src DYPMjbEsbin/newbtconf newbtconf.8

   Improve grammar
VersionDeltaFile
1.22+2-2sbin/newbtconf/newbtconf.8
+2-21 files

NetBSD/src JjTqxPlsys/arch/aarch64/include cpu.h

   no need for opt_pmap.h now
VersionDeltaFile
1.55+1-2sys/arch/aarch64/include/cpu.h
+1-21 files

NetBSD/src IdmDcixusr.sbin/sysinst/arch/evbmips msg.md.pl msg.md.de

   PR 60412: provide defines for the message files to adapt kernel names
   to the various evbmips variants, so the texts can match what the
   conditionalized code does.
   With lots of help from gson@, thanks!
VersionDeltaFile
1.2+27-1usr.sbin/sysinst/arch/evbmips/msg.md.pl
1.2+27-1usr.sbin/sysinst/arch/evbmips/msg.md.de
1.2+27-1usr.sbin/sysinst/arch/evbmips/msg.md.fr
1.2+26-1usr.sbin/sysinst/arch/evbmips/msg.md.es
1.2+25-1usr.sbin/sysinst/arch/evbmips/msg.md.en
1.3+22-1usr.sbin/sysinst/arch/evbmips/Makefile
+154-61 files not shown
+161-87 files

NetBSD/src 91Sm9eksys/arch/ofppc/conf EFIKA

   Enable radeonfb and veritefb by default on EFIKA.

   The board can now boot to multi-user with wscons on graphics card.

   While here, disable audio, since codec detection is flaky and tends to
   cause problems.
VersionDeltaFile
1.2+15-10sys/arch/ofppc/conf/EFIKA
+15-101 files

NetBSD/src WWSQDqwsys/dev/pci radeonfb.c

   Several fixes that help with bringup of non-POSTed Radeon cards.

   - Stop preserving sync-disable bits in CRTC_EXT_CNTL
   - Unblank path also clears HSYNC_DIS/VSYNC_DIS (for CRTC0)
   - Reordered the TMDS transmitter enable after BIOS init
   - Skip the FP_SEL_CRTC2 "iBook/XVR-100" restore hack when a BIOS was found
   - Program TMDS_PLL_CNTL for internal-TMDS ports
   - Skip phantom ports when building the CRTC list (for single-port RV100)
   - Pixel clock ungating where appropriate

   Tested on RV100 and RV280 with RADEONFB_BIOS_INIT.

   Ok macallan@.
VersionDeltaFile
1.124+104-27sys/dev/pci/radeonfb.c
+104-271 files

NetBSD/src CMYvxrnsys/arch/hppa/dev summitfb.c

   support WSDISPLAYIO_SET_DEPTH
VersionDeltaFile
1.43+47-20sys/arch/hppa/dev/summitfb.c
+47-201 files

NetBSD/src aS2j2BPsys/arch/arm/include fdt_platform.h, sys/arch/evbarm/include fdt_platform.h

   Move the definion of "struct fdt_platform" to <machine/fdt_platform.h>.
VersionDeltaFile
1.1+52-0sys/arch/arm/include/fdt_platform.h
1.1+52-0sys/arch/riscv/include/fdt_platform.h
1.2+3-18sys/dev/fdt/fdt_platform.h
1.1+3-0sys/arch/evbarm/include/fdt_platform.h
+110-184 files

NetBSD/src abSbRKxsys/dev/fdt pcfiic_fdt.c files.fdt

   Add FDT front-end for pcf8584 I2C controller.
VersionDeltaFile
1.1+181-0sys/dev/fdt/pcfiic_fdt.c
1.82+5-1sys/dev/fdt/files.fdt
+186-12 files

NetBSD/src baX00Vgsbin/newbtconf newbtconf.8

   newbtconf.8: fix a typo
VersionDeltaFile
1.21+2-2sbin/newbtconf/newbtconf.8
+2-21 files

NetBSD/src I9FKALBexternal/mit/xorg/server/drivers/xf86-video-nv Makefile

   define HAVE_DEV_WSCONS_WSCONSIO_H.
VersionDeltaFile
1.16+3-1external/mit/xorg/server/drivers/xf86-video-nv/Makefile
+3-11 files

NetBSD/src VlGus1Hexternal/mit/xorg/bin/xauth Makefile

   remove now wrong PACKAGE_VERSION define.
VersionDeltaFile
1.12+2-2external/mit/xorg/bin/xauth/Makefile
+2-21 files

NetBSD/src X2J3XDKexternal/mit/xorg/bin/xauth Makefile

   include xorg-pkg-ver.mk for PACKAGE_STRING.
VersionDeltaFile
1.11+3-1external/mit/xorg/bin/xauth/Makefile
+3-11 files

NetBSD/src ZjLduv9external/mit/xorg/bin/xclock Makefile, external/mit/xorg/bin/xdpyinfo Makefile

   various updates for new versions.

   define NO_I18N for xclock, we don't have uselocale(3) that it demands.
   include xorg-pkg-ver.mk in a few places.
   xdpyinfo has present support.
VersionDeltaFile
1.6+5-1external/mit/xorg/bin/xclock/Makefile
1.6+4-1external/mit/xorg/bin/xgc/Makefile
1.6+3-1external/mit/xorg/bin/xfd/Makefile
1.9+3-1external/mit/xorg/bin/xdpyinfo/Makefile
+15-44 files

NetBSD/src pGoKdOqexternal/mit/xorg/bin/rgb Makefile

   define PACKAGE_STRING.
VersionDeltaFile
1.6+4-1external/mit/xorg/bin/rgb/Makefile
+4-11 files

NetBSD/src zcpEcESdistrib/sets/lists/xbase shl.mi, distrib/sets/lists/xdebug shl.mi

   bump libxkbfile minor for new API.
VersionDeltaFile
1.111+2-2distrib/sets/lists/xbase/shl.mi
1.77+2-2distrib/sets/lists/xdebug/shl.mi
1.3+2-2external/mit/xorg/lib/libxkbfile/shlib_version
+6-63 files

NetBSD/src QNd9Jpuexternal/mit/xorg/bin/fonttosfnt Makefile, external/mit/xorg/lib/libfontenc Makefile

   fixes for pkg version and pkg-config files.
VersionDeltaFile
1.5+3-1external/mit/xorg/bin/fonttosfnt/Makefile
1.6+3-1external/mit/xorg/lib/libfontenc/Makefile
+6-22 files

NetBSD/src XgAo2Reexternal/mit/xorg/bin/bdftruncate Makefile, external/mit/xorg/bin/ucs2any Makefile

   set XORG_PKG_VER_PROG for these two to get PACKAGE_STRING set properly.
VersionDeltaFile
1.5+4-1external/mit/xorg/bin/bdftruncate/Makefile
1.5+2-1external/mit/xorg/bin/ucs2any/Makefile
+6-22 files

NetBSD/src 0L6R8GUexternal/mit/xorg/bin/bdftruncate Makefile, external/mit/xorg/bin/ucs2any Makefile

   updates for font-util 1.4.2 and libXmu 1.3.1.
VersionDeltaFile
1.4+5-1external/mit/xorg/bin/ucs2any/Makefile
1.4+3-1external/mit/xorg/bin/bdftruncate/Makefile
1.5+3-1external/mit/xorg/lib/libXmu/Makefile
1.5+3-1external/mit/xorg/tools/ucs2any/Makefile
+14-44 files

NetBSD/src 2BGiH2nexternal/mit/xorg/bin/viewres Makefile

   include xorg-pkg-ver.mk for PACKAGE_STRING.
VersionDeltaFile
1.4+3-1external/mit/xorg/bin/viewres/Makefile
+3-11 files

NetBSD/src 6jz24qOdistrib/sets/lists/man mi, distrib/sets/lists/manhtml mi

   Add a manual page for veritefb(4).
VersionDeltaFile
1.1+85-0share/man/man4/veritefb.4
1.130+4-2share/man/man4/pci.4
1.754+2-2share/man/man4/Makefile
1.1837+3-1distrib/sets/lists/man/mi
1.55+2-1distrib/sets/lists/manhtml/mi
+96-65 files

NetBSD/src t89sFdCusr.bin/systat vmstat.c

   PR/60440: Havard Eidnes: avoid systat vmstat SysCal field overflow by scaling
VersionDeltaFile
1.93+3-6usr.bin/systat/vmstat.c
+3-61 files

NetBSD/src KmW0bxwsys/dev/pci veritefb.c veritefbreg.h

   Add Rendition Verite V2100/V2200 (PCI/AGP) wsdisplay driver.

   The driver supports:
   - Fully accelerated console, provided that the user installs microcode
   from the Windows driver (v20002d.uc). The driver runs unaccelerated
   until root file system is available, or if the microcode is not present.
   - Mode setting and DDC.

   Redistribution terms of the original microcode are unclear, therefore
   it must be obtained seprarately.

   At some point in the future, we may just develop an alternative microcode,
   since Verite RISC is documented and reverse engineering efforts have
   filled the knowledge gaps.
VersionDeltaFile
1.1+2,473-0sys/dev/pci/veritefb.c
1.1+259-0sys/dev/pci/veritefbreg.h
1.1+152-0sys/dev/pci/veritefb_ucode.h
1.1+88-0sys/dev/pci/veritefbio.h
1.454+8-1sys/dev/pci/files.pci
+2,980-15 files

NetBSD/src wcVv6AFsys/dev/pci pcidevs_data.h

   Leftover regen.
VersionDeltaFile
1.1518+1,629-1,622sys/dev/pci/pcidevs_data.h
+1,629-1,6221 files

NetBSD/src XIfiDSfsys/arch/aarch64/aarch64 locore.S

   More EL2 registers in DEBUG_LOCORE output
VersionDeltaFile
1.107+5-2sys/arch/aarch64/aarch64/locore.S
+5-21 files