CVS commit: src/sys/arch/x86/x86

2024-02-28 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Thu Feb 29 01:59:12 UTC 2024 Modified Files: src/sys/arch/x86/x86: coretemp.c Log Message: coretemp.c: fix grammar in a warning message (I get several of these warnings on boot on a particular machine. Now, it also seems that

CVS commit: src/sys/arch/x86/x86

2024-02-28 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Thu Feb 29 01:59:12 UTC 2024 Modified Files: src/sys/arch/x86/x86: coretemp.c Log Message: coretemp.c: fix grammar in a warning message (I get several of these warnings on boot on a particular machine. Now, it also seems that

CVS commit: src/games/rain

2024-02-28 Thread Charlotte Koch
Module Name:src Committed By: charlotte Date: Wed Feb 28 23:24:52 UTC 2024 Modified Files: src/games/rain: rain.c Log Message: rain(6): Update the "rainable area" upon SIGWINCH This makes sure rain falls to fill the entire window even if the window grows in size. To gen

CVS commit: src/games/rain

2024-02-28 Thread Charlotte Koch
Module Name:src Committed By: charlotte Date: Wed Feb 28 23:24:52 UTC 2024 Modified Files: src/games/rain: rain.c Log Message: rain(6): Update the "rainable area" upon SIGWINCH This makes sure rain falls to fill the entire window even if the window grows in size. To gen

CVS commit: src/games/rain

2024-02-28 Thread Charlotte Koch
Module Name:src Committed By: charlotte Date: Wed Feb 28 23:14:37 UTC 2024 Modified Files: src/games/rain: rain.c Log Message: rain(6): Avoid division by zero If there were exactly 4 LINES or COLS then we'd attempt to draw a raindrop at some value mod 0, which is invalid.

CVS commit: src/games/rain

2024-02-28 Thread Charlotte Koch
Module Name:src Committed By: charlotte Date: Wed Feb 28 23:14:37 UTC 2024 Modified Files: src/games/rain: rain.c Log Message: rain(6): Avoid division by zero If there were exactly 4 LINES or COLS then we'd attempt to draw a raindrop at some value mod 0, which is invalid.

CVS commit: src/sys/dev/usb

2024-02-28 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Feb 28 21:52:40 UTC 2024 Modified Files: src/sys/dev/usb: usb_quirks.c usbdevs.h usbdevs_data.h Log Message: usbdevs: regen; usb_quirks.c: update to match Regen for additional Logitech B100, and update the UQ_ALWAYS_ON entr

CVS commit: src/sys/dev/usb

2024-02-28 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Feb 28 21:52:40 UTC 2024 Modified Files: src/sys/dev/usb: usb_quirks.c usbdevs.h usbdevs_data.h Log Message: usbdevs: regen; usb_quirks.c: update to match Regen for additional Logitech B100, and update the UQ_ALWAYS_ON entr

CVS commit: src/sys/dev/usb

2024-02-28 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Feb 28 21:50:51 UTC 2024 Modified Files: src/sys/dev/usb: usbdevs Log Message: usbdevs: add another device id for LOGITECH B100. The mouse I'm looking at says "Logitech B100" on the back but has a different device id from t

CVS commit: src/sys/dev/usb

2024-02-28 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Feb 28 21:50:51 UTC 2024 Modified Files: src/sys/dev/usb: usbdevs Log Message: usbdevs: add another device id for LOGITECH B100. The mouse I'm looking at says "Logitech B100" on the back but has a different device id from t

CVS commit: src/sys/dev/usb

2024-02-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Feb 28 20:18:13 UTC 2024 Modified Files: src/sys/dev/usb: if_urtwn.c Log Message: urtwn(4): Ditch old queued commands on overflow. Don't increment ring->queued past what the task will decrement. This is a stop-gap measure

CVS commit: src/sys/dev/usb

2024-02-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Feb 28 20:18:13 UTC 2024 Modified Files: src/sys/dev/usb: if_urtwn.c Log Message: urtwn(4): Ditch old queued commands on overflow. Don't increment ring->queued past what the task will decrement. This is a stop-gap measure

CVS commit: src/sys/dev/pci

2024-02-28 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Wed Feb 28 18:55:11 UTC 2024 Modified Files: src/sys/dev/pci: if_re_pci.c Log Message: Add Killer E2600, adapted from PR 57969 To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/sys/dev/pci/if_re_pci.c Please n

CVS commit: src/sys/dev/pci

2024-02-28 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Wed Feb 28 18:55:11 UTC 2024 Modified Files: src/sys/dev/pci: if_re_pci.c Log Message: Add Killer E2600, adapted from PR 57969 To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/sys/dev/pci/if_re_pci.c Please n

CVS commit: src/sys/dev/pci

2024-02-28 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Wed Feb 28 18:54:04 UTC 2024 Modified Files: src/sys/dev/pci: pcidevs.h pcidevs_data.h Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.1482 -r1.1483 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1481 -r1.14

CVS commit: src/sys/dev/pci

2024-02-28 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Wed Feb 28 18:51:34 UTC 2024 Modified Files: src/sys/dev/pci: pcidevs Log Message: Add (Realtek/)Killer E2600 Ethernet To generate a diff of this commit: cvs rdiff -u -r1.1502 -r1.1503 src/sys/dev/pci/pcidevs Please note that

CVS commit: src/sys/dev/pci

2024-02-28 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Wed Feb 28 18:51:34 UTC 2024 Modified Files: src/sys/dev/pci: pcidevs Log Message: Add (Realtek/)Killer E2600 Ethernet To generate a diff of this commit: cvs rdiff -u -r1.1502 -r1.1503 src/sys/dev/pci/pcidevs Please note that

CVS commit: src/external/mpl/dhcp/include

2024-02-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Feb 28 18:14:43 UTC 2024 Modified Files: src/external/mpl/dhcp/include: config.h Log Message: fix the version number. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/mpl/dhcp/include/config.h Plea

CVS commit: src/external/mpl/dhcp/include

2024-02-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Feb 28 18:14:43 UTC 2024 Modified Files: src/external/mpl/dhcp/include: config.h Log Message: fix the version number. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/mpl/dhcp/include/config.h Plea

CVS commit: src/sys/arch/hppa/dev

2024-02-28 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Feb 28 14:12:12 UTC 2024 Modified Files: src/sys/arch/hppa/dev: gftfb.c Log Message: support WSDISPLAYIO_SVIDEO so X can turn the monitor off so far I only know how to turn off video output, not sync(s). Better than nothing

CVS commit: src/sys/arch/hppa/dev

2024-02-28 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Feb 28 14:12:12 UTC 2024 Modified Files: src/sys/arch/hppa/dev: gftfb.c Log Message: support WSDISPLAYIO_SVIDEO so X can turn the monitor off so far I only know how to turn off video output, not sync(s). Better than nothing

CVS commit: src/sys/arch/evbcf/include

2024-02-28 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Feb 28 13:07:08 UTC 2024 Modified Files: src/sys/arch/evbcf/include: cpu.h Log Message: Revert the CLOCK_FORMAT0 work-around. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch/evbcf/include/cpu.h P

CVS commit: src/sys/arch/evbcf/include

2024-02-28 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Feb 28 13:07:08 UTC 2024 Modified Files: src/sys/arch/evbcf/include: cpu.h Log Message: Revert the CLOCK_FORMAT0 work-around. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch/evbcf/include/cpu.h P

CVS commit: src/sys/arch

2024-02-28 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Feb 28 13:05:40 UTC 2024 Modified Files: src/sys/arch/m68k/include: cpu.h src/sys/arch/mac68k/dev: adb_direct.c src/sys/arch/mac68k/include: cpu.h intr.h src/sys/arch/mac68k/mac68k: intr.c locore.s via.

CVS commit: src/sys/arch

2024-02-28 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Feb 28 13:05:40 UTC 2024 Modified Files: src/sys/arch/m68k/include: cpu.h src/sys/arch/mac68k/dev: adb_direct.c src/sys/arch/mac68k/include: cpu.h intr.h src/sys/arch/mac68k/mac68k: intr.c locore.s via.

CVS commit: src/sys/arch/hppa/dev

2024-02-28 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Feb 28 10:25:36 UTC 2024 Modified Files: src/sys/arch/hppa/dev: gftfb.c Log Message: add hardware cursor support, mostly for X To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/hppa/dev/gftfb.c Plea

CVS commit: src/sys/arch/hppa/dev

2024-02-28 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Feb 28 10:25:36 UTC 2024 Modified Files: src/sys/arch/hppa/dev: gftfb.c Log Message: add hardware cursor support, mostly for X To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/hppa/dev/gftfb.c Plea