On Sat, May 24, 2025 at 16:50:54 +, Nia Alarie wrote:
> Defining this layout is slightly optimistic, since even with latin-2
> fonts loaded and the appropriate locale set, wscons seems to struggle
> to input most of these characters.
>
> Regardless, this allows the supposedly supported "pl" e
nvmm_x86_svm.c has same typos.
On Mon, Apr 14, 2025, 01:00 Taylor R Campbell wrote:
> Module Name:src
> Committed By: riastradh
> Date: Sun Apr 13 22:00:43 UTC 2025
>
> Modified Files:
> src/sys/dev/nvmm/x86: nvmm_x86_vmx.c
>
> Log Message:
> nvmm(4): Fix typos in commen
Hi Michael,
On 2025/04/12 21:00, Michael van Elst wrote:
On Sat, Apr 12, 2025 at 08:14:28PM +0900, Rin Okuyama wrote:
Hi Michael, thanks for kind review!
Hi rin,
PS
For ld_sdmmc.c, IIUC, check for ld_sdmmc_dump() yields
```
if (blkno + blkcnt - 1 > sc->sc_sf->csd.capacity)
return
On Sat, Apr 12, 2025 at 08:14:28PM +0900, Rin Okuyama wrote:
> Hi Michael, thanks for kind review!
Hi rin,
> PS
> For ld_sdmmc.c, IIUC, check for ld_sdmmc_dump() yields
>
> ```
> if (blkno + blkcnt - 1 > sc->sc_sf->csd.capacity)
> return EIO;
capacity is the block count, not the last bl
Hi Michael, thanks for kind review!
On 2025/04/12 19:01, Michael van Elst wrote:
On Sat, Apr 12, 2025 at 06:24:44PM +0900, Rin Okuyama wrote:
Hi!
I've made a draft patch to support dumping against > 2Gi blocks
for backends like nvme(4) or virtio(4).
Does it look reasonable to you?
Hi rin,
On Sat, Apr 12, 2025 at 02:42:33AM -0700, Paul Goyette wrote:
> Does this help kern/59153?
It avoids data loss and corruption in similar cases. The exact
condition in kern/59153 luckily didn't dump at all.
Greetings,
--
Michael van Elst
Internet: mlel...@serpens.d
On Sat, Apr 12, 2025 at 06:24:44PM +0900, Rin Okuyama wrote:
> Hi!
>
> I've made a draft patch to support dumping against > 2Gi blocks
> for backends like nvme(4) or virtio(4).
>
> Does it look reasonable to you?
Hi rin,
> - if (blkno < 0 || blkno + nblk - 1 > INT_MAX)
> + if (blkno
Ah, yes, I'd just forgotten this PR!
As mrg@ suggested, we should probably:
(1) pullup mlelstv@'s fix to netbsd-10 and -9, then
(2) commit something like my patch only for -current.
(2) should fix the original problem, probably ;)
Thanks,
rin
On 2025/04/12 18:44, Paul Goyette wrote:
Is this r
Is this related to kern/59153?
On Sat, 12 Apr 2025, Rin Okuyama wrote:
Hi!
I've made a draft patch to support dumping against > 2Gi blocks
for backends like nvme(4) or virtio(4).
Does it look reasonable to you?
Thanks,
rin
On 2025/04/12 16:30, Michael van Elst wrote:
Module Name:src
Co
Does this help kern/59153?
On Sat, 12 Apr 2025, Michael van Elst wrote:
Module Name:src
Committed By: mlelstv
Date: Sat Apr 12 07:30:01 UTC 2025
Modified Files:
src/sys/dev: ld.c
Log Message:
ld sc_dump backend takes an 'int' as disk address, fail when the
disk address
Hi!
I've made a draft patch to support dumping against > 2Gi blocks
for backends like nvme(4) or virtio(4).
Does it look reasonable to you?
Thanks,
rin
On 2025/04/12 16:30, Michael van Elst wrote:
Module Name:src
Committed By: mlelstv
Date: Sat Apr 12 07:30:01 UTC 2025
Modifi
Hi,
On Tue, Mar 25, 2025 at 08:28:10PM +, Taylor R Campbell wrote:
> Thanks for taking a look at this! This change is not quite enough,
> though. There are two issues:
>
> 1. `#ifdef DIAGNOSTIC printf(...)' is almost always wrong. Generally,
>either:
>
>(a) the condition should be
Module Name:src
Committed By: hans
Date: Sun Mar 23 12:07:24 UTC 2025
Modified Files:
src/sys/dev/usb: uts.c
Log Message:
uts(4): make sure the device is enabled before calling uhidev_close()
This check was already there, but only enabled for DIAGNOSTIC kernels.
The check
Module Name:src
Committed By: hans
Date: Sun Mar 23 12:09:05 UTC 2025
Modified Files:
src/sys/dev/wscons: wskbd.c
Log Message:
wskbd(4): fix bogus DIAGNOSTIC checks
Similar to uts(4) and ums(4), these checks should be done always, and
the only thing DIAGNOSTIC about them
Module Name:src
Committed By: riastradh
Date: Mon Mar 31 14:48:50 UTC 2025
Modified Files:
src/sys/dev/pci: ohci_pci.c
Log Message:
ohci@pci: Don't detach on shutdown.
If there's some USB device that requires detach on shutdown (which
would be surprising, because USB devi
Module Name:src
Committed By: joe
Date: Sun Mar 23 18:38:49 UTC 2025
Modified Files:
src/sys/dev/pci: if_iavf.c
Log Message:
avoid NULL pointer dereference on failed memory allocation for sc_ihs
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/dev/pc
Module Name:src
Committed By: riastradh
Date: Mon Mar 31 14:45:14 UTC 2025
Modified Files:
src/sys/dev/usb: usbdivar.h
Log Message:
usbdivar.h: Add missing usbdi.h include for usbd_status &c.
Sort includes while here.
Prompted by:
PR port-amd64/59180: System reboots ins
Module Name:src
Committed By: riastradh
Date: Mon Mar 31 14:45:14 UTC 2025
Modified Files:
src/sys/dev/usb: usbdivar.h
Log Message:
usbdivar.h: Add missing usbdi.h include for usbd_status &c.
Sort includes while here.
Prompted by:
PR port-amd64/59180: System reboots ins
Module Name:src
Committed By: riastradh
Date: Mon Mar 31 14:48:50 UTC 2025
Modified Files:
src/sys/dev/pci: ohci_pci.c
Log Message:
ohci@pci: Don't detach on shutdown.
If there's some USB device that requires detach on shutdown (which
would be surprising, because USB devi
Module Name:src
Committed By: nonaka
Date: Sat Mar 29 10:12:14 UTC 2025
Modified Files:
src/sys/dev/hyperv: vmbus.c
Log Message:
vmbus(4): Fix missing conversion to condvar(9).
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/dev/hyperv/vmbus.c
Plea
Module Name:src
Committed By: nonaka
Date: Sat Mar 29 10:12:14 UTC 2025
Modified Files:
src/sys/dev/hyperv: vmbus.c
Log Message:
vmbus(4): Fix missing conversion to condvar(9).
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/dev/hyperv/vmbus.c
Plea
Module Name:src
Committed By: joe
Date: Sun Mar 23 18:38:49 UTC 2025
Modified Files:
src/sys/dev/pci: if_iavf.c
Log Message:
avoid NULL pointer dereference on failed memory allocation for sc_ihs
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/dev/pc
Module Name:src
Committed By: pgoyette
Date: Thu Mar 27 20:10:29 UTC 2025
Modified Files:
src/sys/dev/wsfont: Comic_Mono_16x34.h
Log Message:
Include fontsize info in the larger font to differentiate it
from the smaller font in case both are selected. Similar to
what is d
Module Name:src
Committed By: pgoyette
Date: Thu Mar 27 20:10:29 UTC 2025
Modified Files:
src/sys/dev/wsfont: Comic_Mono_16x34.h
Log Message:
Include fontsize info in the larger font to differentiate it
from the smaller font in case both are selected. Similar to
what is d
Module Name:src
Committed By: riastradh
Date: Tue Mar 25 20:38:27 UTC 2025
Modified Files:
src/sys/dev/usb: umcpmio.c umcpmio_subr.c
Log Message:
umcpmio(4): Linearize error branch structure.
This dramatically reduces the unnecessary indentation of success
cases and puts
Module Name:src
Committed By: riastradh
Date: Tue Mar 25 20:38:54 UTC 2025
Modified Files:
src/sys/dev/usb: umcpmio.c
Log Message:
umcpmio(4): Omit needless boolean `takemutex' parameter.
This is generally a questionable pattern and it's wholly unnecessary
here.
To gene
Module Name:src
Committed By: riastradh
Date: Tue Mar 25 20:38:27 UTC 2025
Modified Files:
src/sys/dev/usb: umcpmio.c umcpmio_subr.c
Log Message:
umcpmio(4): Linearize error branch structure.
This dramatically reduces the unnecessary indentation of success
cases and puts
Module Name:src
Committed By: riastradh
Date: Tue Mar 25 20:38:54 UTC 2025
Modified Files:
src/sys/dev/usb: umcpmio.c
Log Message:
umcpmio(4): Omit needless boolean `takemutex' parameter.
This is generally a questionable pattern and it's wholly unnecessary
here.
To gene
> Module Name:src
> Committed By: hans
> Date: Sun Mar 23 12:07:24 UTC 2025
>
> Modified Files:
> src/sys/dev/usb: uts.c
>
> Log Message:
> uts(4): make sure the device is enabled before calling uhidev_close()
>
> This check was already there, but only enabled for DIAGNOS
Module Name:src
Committed By: christos
Date: Tue Mar 25 19:24:07 UTC 2025
Modified Files:
src/sys/dev/pci: if_ixl.c
Log Message:
Don't return random value from interrupt. (coverity)
To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 src/sys/dev/pci/if_ixl.c
Module Name:src
Committed By: christos
Date: Tue Mar 25 19:24:07 UTC 2025
Modified Files:
src/sys/dev/pci: if_ixl.c
Log Message:
Don't return random value from interrupt. (coverity)
To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 src/sys/dev/pci/if_ixl.c
On Tue, Mar 25, 2025 at 02:42:33 +, Michael Lorenz wrote:
> Module Name: src
> Committed By: macallan
> Date: Tue Mar 25 02:42:33 UTC 2025
>
> Modified Files:
> src/sys/dev/wsfont: files.wsfont wsfont.c
> Added Files:
> src/sys/dev/wsfont: Comic_Mono_13x22.h
>
> Log Mess
Module Name:src
Committed By: macallan
Date: Tue Mar 25 10:50:12 UTC 2025
Modified Files:
src/sys/dev/wsfont: files.wsfont wsfont.c
Added Files:
src/sys/dev/wsfont: Comic_Mono_16x34.h
Log Message:
add bigger Comic Mono font for Paul ;)
To generate a diff of this
Module Name:src
Committed By: hans
Date: Tue Mar 25 10:37:39 UTC 2025
Modified Files:
src/sys/dev/usb: ums.c
Log Message:
ums(4): remove redundant check for sc_enabled
To generate a diff of this commit:
cvs rdiff -u -r1.107 -r1.108 src/sys/dev/usb/ums.c
Please note that
Module Name:src
Committed By: hans
Date: Tue Mar 25 10:37:39 UTC 2025
Modified Files:
src/sys/dev/usb: ums.c
Log Message:
ums(4): remove redundant check for sc_enabled
To generate a diff of this commit:
cvs rdiff -u -r1.107 -r1.108 src/sys/dev/usb/ums.c
Please note that
On Tue, Mar 25, 2025 at 06:42:38PM +1100, matthew green wrote:
> hm. does this really change anything?
You're right. I missed that the ums.c code is a bit different from
uts.c and doesn't suffer from the same panic-inducing problem.
> i've had a couple of crashes near here recently and i haven't
"Hans Rosenfeld" writes:
> Module Name: src
> Committed By: hans
> Date: Sun Mar 23 12:19:32 UTC 2025
>
> Modified Files:
> src/sys/dev/wscons: wsmouse.c
>
> Log Message:
> wsmouse(4): fix bogus DIAGNOSTIC checks
>
> Similar to wskbd(4), these checks should be done always, and the on
"Hans Rosenfeld" writes:
> Module Name: src
> Committed By: hans
> Date: Sun Mar 23 12:08:13 UTC 2025
>
> Modified Files:
> src/sys/dev/usb: ums.c
>
> Log Message:
> ums(4): make sure the device is enabled before calling uhidev_close()
>
> Same issue as in uts(4), his check was alrea
Module Name:src
Committed By: macallan
Date: Tue Mar 25 03:12:36 UTC 2025
Modified Files:
src/sys/dev/wsfont: files.wsfont wsfont.c
Added Files:
src/sys/dev/wsfont: Comic_Mono_12x25.h
Removed Files:
src/sys/dev/wsfont: Comic_Mono_13x22.h
Log Message:
improv
Module Name:src
Committed By: macallan
Date: Tue Mar 25 02:42:33 UTC 2025
Modified Files:
src/sys/dev/wsfont: files.wsfont wsfont.c
Added Files:
src/sys/dev/wsfont: Comic_Mono_13x22.h
Log Message:
yesterday I found out that someone made a monospace version of Comic
Module Name:src
Committed By: hans
Date: Sun Mar 23 12:19:32 UTC 2025
Modified Files:
src/sys/dev/wscons: wsmouse.c
Log Message:
wsmouse(4): fix bogus DIAGNOSTIC checks
Similar to wskbd(4), these checks should be done always, and the only
thing DIAGNOSTIC about them shoul
Module Name:src
Committed By: hans
Date: Sun Mar 23 12:09:05 UTC 2025
Modified Files:
src/sys/dev/wscons: wskbd.c
Log Message:
wskbd(4): fix bogus DIAGNOSTIC checks
Similar to uts(4) and ums(4), these checks should be done always, and
the only thing DIAGNOSTIC about them
Module Name:src
Committed By: hans
Date: Sun Mar 23 12:23:49 UTC 2025
Modified Files:
src/sys/dev/wscons: wsmux.c
Log Message:
wsmux(4): fix bogus DIAGNOSTIC checks
Similar to wsmouse(4) and wskbd(4), there are plenty of sanity checks
in this code that should always be do
Module Name:src
Committed By: hans
Date: Sun Mar 23 12:23:49 UTC 2025
Modified Files:
src/sys/dev/wscons: wsmux.c
Log Message:
wsmux(4): fix bogus DIAGNOSTIC checks
Similar to wsmouse(4) and wskbd(4), there are plenty of sanity checks
in this code that should always be do
Module Name:src
Committed By: hans
Date: Sun Mar 23 12:19:32 UTC 2025
Modified Files:
src/sys/dev/wscons: wsmouse.c
Log Message:
wsmouse(4): fix bogus DIAGNOSTIC checks
Similar to wskbd(4), these checks should be done always, and the only
thing DIAGNOSTIC about them shoul
Module Name:src
Committed By: hans
Date: Sun Mar 23 12:08:13 UTC 2025
Modified Files:
src/sys/dev/usb: ums.c
Log Message:
ums(4): make sure the device is enabled before calling uhidev_close()
Same issue as in uts(4), his check was already there, but only enabled
for DIAGN
Module Name:src
Committed By: hans
Date: Sun Mar 23 12:08:13 UTC 2025
Modified Files:
src/sys/dev/usb: ums.c
Log Message:
ums(4): make sure the device is enabled before calling uhidev_close()
Same issue as in uts(4), his check was already there, but only enabled
for DIAGN
Module Name:src
Committed By: hans
Date: Sun Mar 23 12:07:24 UTC 2025
Modified Files:
src/sys/dev/usb: uts.c
Log Message:
uts(4): make sure the device is enabled before calling uhidev_close()
This check was already there, but only enabled for DIAGNOSTIC kernels.
The check
Module Name:src
Committed By: macallan
Date: Wed Mar 19 10:53:53 UTC 2025
Modified Files:
src/sys/dev/sun: cgsix.c
Log Message:
don't set BUS_SPACCE_MAP_PREFETCHABLE - no known bus we can be connected to
supports it
To generate a diff of this commit:
cvs rdiff -u -r1.72
Module Name:src
Committed By: macallan
Date: Wed Mar 19 10:53:53 UTC 2025
Modified Files:
src/sys/dev/sun: cgsix.c
Log Message:
don't set BUS_SPACCE_MAP_PREFETCHABLE - no known bus we can be connected to
supports it
To generate a diff of this commit:
cvs rdiff -u -r1.72
Module Name:src
Committed By: riastradh
Date: Mon Mar 17 18:24:08 UTC 2025
Modified Files:
src/sys/dev/usb: umcpmio.c umcpmio.h umcpmio_hid_reports.h umcpmio_io.h
umcpmio_subr.c umcpmio_subr.h
Log Message:
umcpmio(4): Fix a lot of KNF issues.
- Space after com
Module Name:src
Committed By: riastradh
Date: Mon Mar 17 18:24:08 UTC 2025
Modified Files:
src/sys/dev/usb: umcpmio.c umcpmio.h umcpmio_hid_reports.h umcpmio_io.h
umcpmio_subr.c umcpmio_subr.h
Log Message:
umcpmio(4): Fix a lot of KNF issues.
- Space after com
Yet again forgot to add: reviewed and approved by riastradh and bad. Thank you!
Also tested on the multiple VIA V-RAID devices (removing disks, mixing
different RAID arrays, two RAID controllers at the same motherboard
(both setup in ataraid(4) and disks removed or swapped), etc).
On Sun, Mar 16,
Module Name:src
Committed By: andvar
Date: Sun Mar 16 12:27:50 UTC 2025
Modified Files:
src/sys/dev/ata: ata_raid_subr.c ld_ataraid.c
Log Message:
ataraid(4), ld(4): ensure RAID disk status is set before resolving vnode.
Given a RAID array disk is missing (due to removal,
Module Name:src
Committed By: andvar
Date: Sun Mar 16 12:27:50 UTC 2025
Modified Files:
src/sys/dev/ata: ata_raid_subr.c ld_ataraid.c
Log Message:
ataraid(4), ld(4): ensure RAID disk status is set before resolving vnode.
Given a RAID array disk is missing (due to removal,
Module Name:src
Committed By: andvar
Date: Sun Mar 16 11:26:39 UTC 2025
Modified Files:
src/sys/dev/pci: viaide.c
Log Message:
viaide(4): add IDE controller identification by the VT8237S ISA bridge.
The controller's PATA interface uses PCI ID 0x0571, which is shared among
Module Name:src
Committed By: andvar
Date: Sun Mar 16 11:26:39 UTC 2025
Modified Files:
src/sys/dev/pci: viaide.c
Log Message:
viaide(4): add IDE controller identification by the VT8237S ISA bridge.
The controller's PATA interface uses PCI ID 0x0571, which is shared among
Should have mentioned in commit message that reviewed by bad and
riastradh. Sorry about that.
On Tue, Mar 11, 2025 at 6:51 PM Andrius Varanavicius wrote:
>
> Module Name:src
> Committed By: andvar
> Date: Tue Mar 11 16:51:31 UTC 2025
>
> Modified Files:
> src/sys/dev/ata:
Module Name:src
Committed By: andvar
Date: Tue Mar 11 16:51:31 UTC 2025
Modified Files:
src/sys/dev/ata: ata_raid_via.c
Log Message:
ataraid(4): obtain VIA V-RAID drive index from configuration blocks.
The original logic resolved disk index based on the drive channel it w
Module Name:src
Committed By: andvar
Date: Tue Mar 11 16:51:31 UTC 2025
Modified Files:
src/sys/dev/ata: ata_raid_via.c
Log Message:
ataraid(4): obtain VIA V-RAID drive index from configuration blocks.
The original logic resolved disk index based on the drive channel it w
On Tue, Mar 11, 2025 at 6:35 PM Andrius Varanavicius wrote:
>
> Module Name:src
> Committed By: andvar
> Date: Tue Mar 11 16:35:03 UTC 2025
>
> Modified Files:
> src/sys/dev/pci: viaide.c
>
> Log Message:
> viaide(4): check and add ATA RAID capability in via_sata_chip_map_n
Module Name:src
Committed By: andvar
Date: Tue Mar 11 16:35:03 UTC 2025
Modified Files:
src/sys/dev/pci: viaide.c
Log Message:
viaide(4): check and add ATA RAID capability in via_sata_chip_map_new() used
by VT6241(A) RAID controller.
This is required for ataraid(4) to att
Module Name:src
Committed By: andvar
Date: Tue Mar 11 16:35:03 UTC 2025
Modified Files:
src/sys/dev/pci: viaide.c
Log Message:
viaide(4): check and add ATA RAID capability in via_sata_chip_map_new() used
by VT6241(A) RAID controller.
This is required for ataraid(4) to att
Module Name:src
Committed By: riastradh
Date: Sun Mar 9 19:16:47 UTC 2025
Modified Files:
src/sys/dev/nvmm/x86: nvmm_x86_svm.c nvmm_x86_vmx.c
Log Message:
nvmm(4): Add comments explaining unknown CPUID behaviour.
Sprinkle some more comments about the CPUID ranges too.
N
Module Name:src
Committed By: riastradh
Date: Sun Mar 9 19:16:47 UTC 2025
Modified Files:
src/sys/dev/nvmm/x86: nvmm_x86_svm.c nvmm_x86_vmx.c
Log Message:
nvmm(4): Add comments explaining unknown CPUID behaviour.
Sprinkle some more comments about the CPUID ranges too.
N
Module Name:src
Committed By: mlelstv
Date: Sun Mar 9 06:37:06 UTC 2025
Modified Files:
src/sys/dev/pci: if_alc.c
Log Message:
Add MBUFTRACE
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 src/sys/dev/pci/if_alc.c
Please note that diffs are not public dom
Module Name:src
Committed By: mlelstv
Date: Sun Mar 9 06:37:06 UTC 2025
Modified Files:
src/sys/dev/pci: if_alc.c
Log Message:
Add MBUFTRACE
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 src/sys/dev/pci/if_alc.c
Please note that diffs are not public dom
Module Name:src
Committed By: jakllsch
Date: Wed Mar 5 20:24:03 UTC 2025
Modified Files:
src/sys/dev/dkwedge: dk.c
Log Message:
Ensure dsa_firstaligned returned from DIOCGSECTORALIGN is actually the first
To generate a diff of this commit:
cvs rdiff -u -r1.171 -r1.172 s
Module Name:src
Committed By: jakllsch
Date: Wed Mar 5 20:24:03 UTC 2025
Modified Files:
src/sys/dev/dkwedge: dk.c
Log Message:
Ensure dsa_firstaligned returned from DIOCGSECTORALIGN is actually the first
To generate a diff of this commit:
cvs rdiff -u -r1.171 -r1.172 s
Module Name:src
Committed By: jakllsch
Date: Wed Mar 5 00:41:17 UTC 2025
Modified Files:
src/sys/dev: ld.c
Log Message:
ld(4): print physical sector information
To generate a diff of this commit:
cvs rdiff -u -r1.113 -r1.114 src/sys/dev/ld.c
Please note that diffs are
Module Name:src
Committed By: jakllsch
Date: Wed Mar 5 00:41:01 UTC 2025
Modified Files:
src/sys/dev/scsipi: sd.c
Log Message:
sd(4): print physical sector information
To generate a diff of this commit:
cvs rdiff -u -r1.342 -r1.343 src/sys/dev/scsipi/sd.c
Please note t
Module Name:src
Committed By: jakllsch
Date: Wed Mar 5 00:41:17 UTC 2025
Modified Files:
src/sys/dev: ld.c
Log Message:
ld(4): print physical sector information
To generate a diff of this commit:
cvs rdiff -u -r1.113 -r1.114 src/sys/dev/ld.c
Please note that diffs are
Module Name:src
Committed By: jakllsch
Date: Wed Mar 5 00:41:01 UTC 2025
Modified Files:
src/sys/dev/scsipi: sd.c
Log Message:
sd(4): print physical sector information
To generate a diff of this commit:
cvs rdiff -u -r1.342 -r1.343 src/sys/dev/scsipi/sd.c
Please note t
Module Name:src
Committed By: hans
Date: Tue Mar 4 17:00:28 UTC 2025
Modified Files:
src/sys/dev/dec: dzkbd.c
Log Message:
dzkbd: set the keyboard type according to what lk201_init() detected
This makes wsconsctl report the correct keyboard type. The layout is
still hard
Module Name:src
Committed By: hans
Date: Tue Mar 4 17:00:28 UTC 2025
Modified Files:
src/sys/dev/dec: dzkbd.c
Log Message:
dzkbd: set the keyboard type according to what lk201_init() detected
This makes wsconsctl report the correct keyboard type. The layout is
still hard
Module Name:src
Committed By: hans
Date: Tue Mar 4 16:18:27 UTC 2025
Modified Files:
src/sys/dev/dec: dzkbd.c
Log Message:
dzkbd: perform keyboard initialization again for console keyboards
Also, initialize dzkbd_console_internal properly. Makes keyboard type
detection w
Module Name:src
Committed By: hans
Date: Tue Mar 4 16:18:27 UTC 2025
Modified Files:
src/sys/dev/dec: dzkbd.c
Log Message:
dzkbd: perform keyboard initialization again for console keyboards
Also, initialize dzkbd_console_internal properly. Makes keyboard type
detection w
Module Name:src
Committed By: andvar
Date: Mon Mar 3 22:22:37 UTC 2025
Modified Files:
src/sys/dev/pci: viaide.c
Log Message:
viaide(4): use via_chip_map() instead of via_sata_chip_map_new() to attach
CX700/VX800 IDE/SATA RAID controllers and set interface flags the same
Module Name:src
Committed By: andvar
Date: Mon Mar 3 22:31:39 UTC 2025
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.1497 -r1.1498 src/sys/dev/pci/pcidevs.h
cvs rdiff -u -r1.1496 -r1.149
Module Name:src
Committed By: andvar
Date: Mon Mar 3 22:31:05 UTC 2025
Modified Files:
src/sys/dev/pci: pcidevs
Log Message:
Update CX700_IDE and CX700M2_IDE descriptions to better reflect their actual
purpose.
These are not separate IDE controllers for CX700 and CX700M2
Module Name:src
Committed By: andvar
Date: Mon Mar 3 22:22:37 UTC 2025
Modified Files:
src/sys/dev/pci: viaide.c
Log Message:
viaide(4): use via_chip_map() instead of via_sata_chip_map_new() to attach
CX700/VX800 IDE/SATA RAID controllers and set interface flags the same
Module Name:src
Committed By: riastradh
Date: Mon Mar 3 19:02:31 UTC 2025
Modified Files:
src/sys/dev/acpi: acpi_mcfg.c
src/sys/dev/pci: pci_resource.c pci_resource.h
Log Message:
pci_resource(9): Handle multiple ranges of the same type.
Rather than having the ca
Module Name:src
Committed By: riastradh
Date: Mon Mar 3 19:38:26 UTC 2025
Modified Files:
src/sys/dev/acpi: acpi_mcfg.c
Log Message:
acpimcfg(4): Use bus ranges set in _CRS if available.
Use the MCFG bus range only as a fallback. The _CRS should tell us
what ranges are
Module Name:src
Committed By: riastradh
Date: Mon Mar 3 19:38:44 UTC 2025
Modified Files:
src/sys/dev/pci: pci_resource.c
Log Message:
pci_resource(9): Handle multiple bus ranges too.
Seen on orion o6.
Prompted by:
PR port-amd64/59118: Thinkpad T495s - iwm PCI BAR is z
Module Name:src
Committed By: riastradh
Date: Mon Mar 3 19:38:44 UTC 2025
Modified Files:
src/sys/dev/pci: pci_resource.c
Log Message:
pci_resource(9): Handle multiple bus ranges too.
Seen on orion o6.
Prompted by:
PR port-amd64/59118: Thinkpad T495s - iwm PCI BAR is z
Module Name:src
Committed By: riastradh
Date: Mon Mar 3 19:38:26 UTC 2025
Modified Files:
src/sys/dev/acpi: acpi_mcfg.c
Log Message:
acpimcfg(4): Use bus ranges set in _CRS if available.
Use the MCFG bus range only as a fallback. The _CRS should tell us
what ranges are
Module Name:src
Committed By: riastradh
Date: Mon Mar 3 19:02:31 UTC 2025
Modified Files:
src/sys/dev/acpi: acpi_mcfg.c
src/sys/dev/pci: pci_resource.c pci_resource.h
Log Message:
pci_resource(9): Handle multiple ranges of the same type.
Rather than having the ca
Module Name:src
Committed By: riastradh
Date: Sun Mar 2 14:13:22 UTC 2025
Modified Files:
src/sys/dev/scsipi: sd.c
Log Message:
sd(4): Break overlong lines.
No functional change intended.
To generate a diff of this commit:
cvs rdiff -u -r1.341 -r1.342 src/sys/dev/scsip
Module Name:src
Committed By: riastradh
Date: Sun Mar 2 14:13:22 UTC 2025
Modified Files:
src/sys/dev/scsipi: sd.c
Log Message:
sd(4): Break overlong lines.
No functional change intended.
To generate a diff of this commit:
cvs rdiff -u -r1.341 -r1.342 src/sys/dev/scsip
Module Name:src
Committed By: riastradh
Date: Sun Mar 2 13:47:36 UTC 2025
Modified Files:
src/sys/dev/acpi: amdgpio.c
Log Message:
amdgpio(4): Fix whitespace nits.
No functional change intended.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/ac
Module Name:src
Committed By: riastradh
Date: Sun Mar 2 13:47:36 UTC 2025
Modified Files:
src/sys/dev/acpi: amdgpio.c
Log Message:
amdgpio(4): Fix whitespace nits.
No functional change intended.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/ac
> Module Name:src
> Committed By: joe
> Date: Tue Feb 25 02:10:13 UTC 2025
>
> Modified Files:
> src/sys/dev/pci: if_iavf.c
>
> Log Message:
> initialize post to 0
>
> this prevents the use of unitialized variable when we hit an error branch
> on the first attempt/iterati
Module Name:src
Committed By: andvar
Date: Sat Mar 1 09:20:54 UTC 2025
Modified Files:
src/sys/dev/pci: if_casreg.h
Log Message:
s/compete/complete/ in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/pci/if_casreg.h
Please note that dif
Module Name:src
Committed By: jakllsch
Date: Thu Feb 27 16:21:30 UTC 2025
Modified Files:
src/sys/dev/pci: ld_virtio.c
Log Message:
Implement VIRTIO_BLK_F_TOPOLOGY support for physical sector size information
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42
Module Name:src
Committed By: jakllsch
Date: Thu Feb 27 17:17:00 UTC 2025
Modified Files:
src/sys/dev/scsipi: scsi_disk.h sd.c sdvar.h
Log Message:
sd(4): Translate discard to UNMAP (10) command
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/sys/dev/sc
Module Name:src
Committed By: jakllsch
Date: Thu Feb 27 17:17:00 UTC 2025
Modified Files:
src/sys/dev/scsipi: scsi_disk.h sd.c sdvar.h
Log Message:
sd(4): Translate discard to UNMAP (10) command
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/sys/dev/sc
Module Name:src
Committed By: jakllsch
Date: Thu Feb 27 17:03:46 UTC 2025
Modified Files:
src/sys/dev/scsipi: sd.c sdvar.h
Log Message:
Implement DIOCGSECTORALIGN for sd(4).
Use only READ CAPACITY 16 if peripheral claims conformance to SPC-3.
To generate a diff of this
Module Name:src
Committed By: jakllsch
Date: Thu Feb 27 17:03:46 UTC 2025
Modified Files:
src/sys/dev/scsipi: sd.c sdvar.h
Log Message:
Implement DIOCGSECTORALIGN for sd(4).
Use only READ CAPACITY 16 if peripheral claims conformance to SPC-3.
To generate a diff of this
Module Name:src
Committed By: jakllsch
Date: Thu Feb 27 17:00:48 UTC 2025
Modified Files:
src/sys/dev/scsipi: scsipi_disk.h
Log Message:
add more READ CAPACITY 16 data definitions
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/dev/scsipi/scsipi_dis
Module Name:src
Committed By: jakllsch
Date: Thu Feb 27 17:00:48 UTC 2025
Modified Files:
src/sys/dev/scsipi: scsipi_disk.h
Log Message:
add more READ CAPACITY 16 data definitions
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/dev/scsipi/scsipi_dis
1 - 100 of 1790 matches
Mail list logo