Module Name:src
Committed By: mlelstv
Date: Sat Oct 19 06:40:05 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.1490 -r1.1491 src/sys/dev/pci/pcidevs.h
cvs rdiff -u -r1.1489 -r1.149
Module Name:src
Committed By: mlelstv
Date: Sat Oct 19 06:39:43 UTC 2024
Modified Files:
src/sys/dev/pci: pcidevs
Log Message:
Add Raspberry Pi5 Ethernet.
To generate a diff of this commit:
cvs rdiff -u -r1.1511 -r1.1512 src/sys/dev/pci/pcidevs
Please note that diffs ar
Module Name:src
Committed By: mlelstv
Date: Sat Oct 19 06:40:05 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.1490 -r1.1491 src/sys/dev/pci/pcidevs.h
cvs rdiff -u -r1.1489 -r1.149
Module Name:src
Committed By: mlelstv
Date: Sat Oct 19 06:39:43 UTC 2024
Modified Files:
src/sys/dev/pci: pcidevs
Log Message:
Add Raspberry Pi5 Ethernet.
To generate a diff of this commit:
cvs rdiff -u -r1.1511 -r1.1512 src/sys/dev/pci/pcidevs
Please note that diffs ar
Module Name:src
Committed By: andvar
Date: Thu Oct 17 17:15:33 UTC 2024
Modified Files:
src/sys/dev/pci: viaide.c
Log Message:
Use the chipset name to describe the IDE controller in order to avoid confusion.
VT800->VX800 and VT855->VX855.
To generate a diff of this commi
Module Name:src
Committed By: andvar
Date: Thu Oct 17 17:15:33 UTC 2024
Modified Files:
src/sys/dev/pci: viaide.c
Log Message:
Use the chipset name to describe the IDE controller in order to avoid confusion.
VT800->VX800 and VT855->VX855.
To generate a diff of this commi
Module Name:src
Committed By: msaitoh
Date: Wed Oct 16 14:54:17 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.1489 -r1.1490 src/sys/dev/pci/pcidevs.h
cvs rdiff -u -r1.1488 -r1.14
Module Name:src
Committed By: msaitoh
Date: Wed Oct 16 14:54:17 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.1489 -r1.1490 src/sys/dev/pci/pcidevs.h
cvs rdiff -u -r1.1488 -r1.14
Module Name:src
Committed By: msaitoh
Date: Wed Oct 16 14:52:41 UTC 2024
Modified Files:
src/sys/dev/pci: pcidevs
Log Message:
pcidevs: Add some AMD devies.
To generate a diff of this commit:
cvs rdiff -u -r1.1510 -r1.1511 src/sys/dev/pci/pcidevs
Please note that diffs
Module Name:src
Committed By: msaitoh
Date: Wed Oct 16 14:52:41 UTC 2024
Modified Files:
src/sys/dev/pci: pcidevs
Log Message:
pcidevs: Add some AMD devies.
To generate a diff of this commit:
cvs rdiff -u -r1.1510 -r1.1511 src/sys/dev/pci/pcidevs
Please note that diffs
Module Name:src
Committed By: christos
Date: Wed Sep 25 17:12:47 UTC 2024
Modified Files:
src/sys/dev/pci: virtio_pci.c
Log Message:
Wrong byte order of config space write in big-endian (gorg)
In virtio_pci.c, the function virtio_pci_bus_space_write_8 writes
the first 4 b
Module Name:src
Committed By: christos
Date: Wed Sep 25 17:12:47 UTC 2024
Modified Files:
src/sys/dev/pci: virtio_pci.c
Log Message:
Wrong byte order of config space write in big-endian (gorg)
In virtio_pci.c, the function virtio_pci_bus_space_write_8 writes
the first 4 b
Module Name:src
Committed By: andvar
Date: Thu Sep 19 17:57:15 UTC 2024
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe.h
Log Message:
s/trafic/traffic/ and s/Crrently/Currently/ in comments.
To generate a diff of this commit:
cvs rdiff -u -r1.98 -r1.99 src/sys/dev/pci/ixgb
Module Name:src
Committed By: andvar
Date: Thu Sep 19 17:57:15 UTC 2024
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe.h
Log Message:
s/trafic/traffic/ and s/Crrently/Currently/ in comments.
To generate a diff of this commit:
cvs rdiff -u -r1.98 -r1.99 src/sys/dev/pci/ixgb
Module Name:src
Committed By: skrll
Date: Sat Sep 14 07:01:33 UTC 2024
Modified Files:
src/sys/dev/pci: if_bge.c
Log Message:
Update bge_if_flags in bge_ifflags_cb before calling bge_setmulti so the
new setting of IFF_PROMISC is used by bge_setmulti
To generate a diff of
Module Name:src
Committed By: skrll
Date: Sat Sep 14 07:01:33 UTC 2024
Modified Files:
src/sys/dev/pci: if_bge.c
Log Message:
Update bge_if_flags in bge_ifflags_cb before calling bge_setmulti so the
new setting of IFF_PROMISC is used by bge_setmulti
To generate a diff of
Module Name:src
Committed By: skrll
Date: Sat Sep 7 06:25:27 UTC 2024
Modified Files:
src/sys/dev/pci: if_bge.c
Log Message:
Conditionally call mutex_obj_free for the mutexes in bge_release_resources
as there are code path where they might not have been allocated (yat).
Module Name:src
Committed By: skrll
Date: Sat Sep 7 06:25:27 UTC 2024
Modified Files:
src/sys/dev/pci: if_bge.c
Log Message:
Conditionally call mutex_obj_free for the mutexes in bge_release_resources
as there are code path where they might not have been allocated (yat).
Module Name:src
Committed By: andvar
Date: Thu Sep 5 17:54:02 UTC 2024
Modified Files:
src/sys/dev/pci: if_vte.c
Log Message:
s/vte_rxoef/vte_rxeof/ in debug message.
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/sys/dev/pci/if_vte.c
Please note tha
Module Name:src
Committed By: andvar
Date: Thu Sep 5 17:54:02 UTC 2024
Modified Files:
src/sys/dev/pci: if_vte.c
Log Message:
s/vte_rxoef/vte_rxeof/ in debug message.
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/sys/dev/pci/if_vte.c
Please note tha
Module Name:src
Committed By: andvar
Date: Thu Aug 29 20:41:49 UTC 2024
Modified Files:
src/sys/dev/pci: ppb.c
Log Message:
improve grammar in the comment.
To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 src/sys/dev/pci/ppb.c
Please note that diffs are not
Module Name:src
Committed By: andvar
Date: Thu Aug 29 20:41:49 UTC 2024
Modified Files:
src/sys/dev/pci: ppb.c
Log Message:
improve grammar in the comment.
To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 src/sys/dev/pci/ppb.c
Please note that diffs are not
Module Name:src
Committed By: andvar
Date: Thu Aug 29 04:55:33 UTC 2024
Modified Files:
src/sys/dev/pci/cxgb: cxgb_t3_hw.c
Log Message:
s/Perfoms/Performs/ in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/dev/pci/cxgb/cxgb_t3_hw.c
Please n
Module Name:src
Committed By: andvar
Date: Thu Aug 29 04:55:33 UTC 2024
Modified Files:
src/sys/dev/pci/cxgb: cxgb_t3_hw.c
Log Message:
s/Perfoms/Performs/ in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/dev/pci/cxgb/cxgb_t3_hw.c
Please n
Module Name:src
Committed By: skrll
Date: Wed Aug 28 05:58:11 UTC 2024
Modified Files:
src/sys/dev/pci: if_bge.c if_bgevar.h
Log Message:
Apply changes from PR/58584 after testing (and fixing).
Tested on an Apple M1.
To generate a diff of this commit:
cvs rdiff -u -r1.3
Module Name:src
Committed By: skrll
Date: Wed Aug 28 05:58:11 UTC 2024
Modified Files:
src/sys/dev/pci: if_bge.c if_bgevar.h
Log Message:
Apply changes from PR/58584 after testing (and fixing).
Tested on an Apple M1.
To generate a diff of this commit:
cvs rdiff -u -r1.3
Module Name:src
Committed By: andvar
Date: Thu Aug 22 20:18:10 UTC 2024
Modified Files:
src/sys/dev/pci/igc: igc_defines.h
Log Message:
s/Shfit/Shift/ in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/pci/igc/igc_defines.h
Please note t
Module Name:src
Committed By: andvar
Date: Thu Aug 22 20:18:10 UTC 2024
Modified Files:
src/sys/dev/pci/igc: igc_defines.h
Log Message:
s/Shfit/Shift/ in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/pci/igc/igc_defines.h
Please note t
On Wed, Aug 21, 2024 at 01:42:28AM -0700, John Nemeth wrote:
> } Log Message:
> } Add Areca ARC-1224
>
> I noticed that you mentioned newer Areca devices on icb. Is
> there a particular device that you're interested in. I have an
> updated version of arcmsr(4) that I've been meaning to clea
On Aug 20, 22:44, "Tom Spindler" wrote:
}
} Module Name: src
} Committed By: dogcow
} Date: Tue Aug 20 22:44:04 UTC 2024
}
} Modified Files:
} src/sys/dev/pci: pcidevs
}
} Log Message:
} Add Areca ARC-1224
Hi Tom,
I noticed that you mentioned newer Areca devices on icb. Is
Module Name:src
Committed By: dogcow
Date: Tue Aug 20 22:45:31 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.1488 -r1.1489 src/sys/dev/pci/pcidevs.h
cvs rdiff -u -r1.1487 -r1.1488
Module Name:src
Committed By: dogcow
Date: Tue Aug 20 22:45:31 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.1488 -r1.1489 src/sys/dev/pci/pcidevs.h
cvs rdiff -u -r1.1487 -r1.1488
Module Name:src
Committed By: dogcow
Date: Tue Aug 20 22:44:04 UTC 2024
Modified Files:
src/sys/dev/pci: pcidevs
Log Message:
Add Areca ARC-1224
To generate a diff of this commit:
cvs rdiff -u -r1.1509 -r1.1510 src/sys/dev/pci/pcidevs
Please note that diffs are not publ
Module Name:src
Committed By: dogcow
Date: Tue Aug 20 22:44:04 UTC 2024
Modified Files:
src/sys/dev/pci: pcidevs
Log Message:
Add Areca ARC-1224
To generate a diff of this commit:
cvs rdiff -u -r1.1509 -r1.1510 src/sys/dev/pci/pcidevs
Please note that diffs are not publ
Module Name:src
Committed By: thorpej
Date: Sat Aug 17 14:58:51 UTC 2024
Modified Files:
src/sys/dev/pci: cy82c693.c
Log Message:
Make the cyhc lock a regular mutex rather than a spin mutex. Simplify
some interaction with the lock by converting some open-coded test/panic
Module Name:src
Committed By: thorpej
Date: Sat Aug 17 14:58:51 UTC 2024
Modified Files:
src/sys/dev/pci: cy82c693.c
Log Message:
Make the cyhc lock a regular mutex rather than a spin mutex. Simplify
some interaction with the lock by converting some open-coded test/panic
Module Name:src
Committed By: macallan
Date: Wed Aug 14 12:11:48 UTC 2024
Modified Files:
src/sys/dev/pci: pm3fb.c
Log Message:
initialize a screen even if we're not the console
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/dev/pci/pm3fb.c
Please
Module Name:src
Committed By: macallan
Date: Wed Aug 14 12:11:48 UTC 2024
Modified Files:
src/sys/dev/pci: pm3fb.c
Log Message:
initialize a screen even if we're not the console
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/dev/pci/pm3fb.c
Please
Module Name:src
Committed By: riastradh
Date: Mon Aug 5 19:26:43 UTC 2024
Modified Files:
src/sys/dev/pci: virtio.c
Log Message:
virtio(4): Assert child attach finished before we allow queueing.
Should help catch mistakes like:
PR kern/58555: Kernel panic during boot wh
Module Name:src
Committed By: riastradh
Date: Mon Aug 5 19:26:43 UTC 2024
Modified Files:
src/sys/dev/pci: virtio.c
Log Message:
virtio(4): Assert child attach finished before we allow queueing.
Should help catch mistakes like:
PR kern/58555: Kernel panic during boot wh
Module Name:src
Committed By: mrg
Date: Wed Jul 17 03:13:37 UTC 2024
Modified Files:
src/sys/dev/pci: pcidevs.h pcidevs_data.h
Log Message:
regen after intel arc.
To generate a diff of this commit:
cvs rdiff -u -r1.1487 -r1.1488 src/sys/dev/pci/pcidevs.h
cvs rdiff -u -r1
Module Name:src
Committed By: mrg
Date: Wed Jul 17 03:13:12 UTC 2024
Modified Files:
src/sys/dev/pci: pcidevs
Log Message:
add the intel "arc" a-series of cards.
To generate a diff of this commit:
cvs rdiff -u -r1.1508 -r1.1509 src/sys/dev/pci/pcidevs
Please note that d
Module Name:src
Committed By: mrg
Date: Wed Jul 17 03:13:12 UTC 2024
Modified Files:
src/sys/dev/pci: pcidevs
Log Message:
add the intel "arc" a-series of cards.
To generate a diff of this commit:
cvs rdiff -u -r1.1508 -r1.1509 src/sys/dev/pci/pcidevs
Please note that d
Module Name:src
Committed By: msaitoh
Date: Thu Jul 11 04:47:10 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.1486 -r1.1487 src/sys/dev/pci/pcidevs.h
cvs rdiff -u -r1.1485 -r1.14
Module Name:src
Committed By: msaitoh
Date: Thu Jul 11 03:58:07 UTC 2024
Modified Files:
src/sys/dev/pci: pcidevs
Log Message:
Add Realtek RTL8126.
To generate a diff of this commit:
cvs rdiff -u -r1.1507 -r1.1508 src/sys/dev/pci/pcidevs
Please note that diffs are not p
Module Name:src
Committed By: msaitoh
Date: Thu Jul 11 03:58:07 UTC 2024
Modified Files:
src/sys/dev/pci: pcidevs
Log Message:
Add Realtek RTL8126.
To generate a diff of this commit:
cvs rdiff -u -r1.1507 -r1.1508 src/sys/dev/pci/pcidevs
Please note that diffs are not p
Module Name:src
Committed By: msaitoh
Date: Wed Jul 10 03:26:30 UTC 2024
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe.c ixv.c
Log Message:
ixgbe: Remove ifdef NET_MPSAFE. Make ixgbe MP-scalable by default.
Same as wm(4).
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: msaitoh
Date: Wed Jul 10 03:26:30 UTC 2024
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe.c ixv.c
Log Message:
ixgbe: Remove ifdef NET_MPSAFE. Make ixgbe MP-scalable by default.
Same as wm(4).
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: msaitoh
Date: Wed Jul 10 03:23:02 UTC 2024
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe.c ixv.c
Log Message:
ixgbe: ixgbe is always MP-safe, so remove IXGBE_MPSAFE macro.
Before this change, IXGBE_MPSAFE is not defined if NET_MPSAFE is not s
Module Name:src
Committed By: msaitoh
Date: Wed Jul 10 03:23:02 UTC 2024
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe.c ixv.c
Log Message:
ixgbe: ixgbe is always MP-safe, so remove IXGBE_MPSAFE macro.
Before this change, IXGBE_MPSAFE is not defined if NET_MPSAFE is not s
Module Name:src
Committed By: msaitoh
Date: Sun Jul 7 23:29:04 UTC 2024
Modified Files:
src/sys/dev/pci: if_mcx.c
Log Message:
mcx(4): Match on ConnectX-6 virtual functions, too. From OpenBSD.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/dev/pci
Module Name:src
Committed By: msaitoh
Date: Sun Jul 7 23:29:04 UTC 2024
Modified Files:
src/sys/dev/pci: if_mcx.c
Log Message:
mcx(4): Match on ConnectX-6 virtual functions, too. From OpenBSD.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/dev/pci
Module Name:src
Committed By: jmcneill
Date: Sun Jun 30 09:30:45 UTC 2024
Modified Files:
src/sys/dev/pci: pci_resource.c
Log Message:
pci_resource: Make unexpected bus numbers in bridges non-fatal.
Firmware bugs happen. Log a warning and continue instead of panicing.
T
Module Name:src
Committed By: jmcneill
Date: Sun Jun 30 09:30:45 UTC 2024
Modified Files:
src/sys/dev/pci: pci_resource.c
Log Message:
pci_resource: Make unexpected bus numbers in bridges non-fatal.
Firmware bugs happen. Log a warning and continue instead of panicing.
T
Module Name:src
Committed By: rin
Date: Thu Jun 27 07:31:42 UTC 2024
Modified Files:
src/sys/dev/pci/igc: if_igc.h
Log Message:
igc: Use __HAVE_ATOMIC64_LOADSTORE instead of __HAVE_ATOMIC64_OPS
to detect atomic_loadstore(9) is applicable to 64-bit integers.
Thanks riastr
Module Name:src
Committed By: rin
Date: Thu Jun 27 07:31:42 UTC 2024
Modified Files:
src/sys/dev/pci/igc: if_igc.h
Log Message:
igc: Use __HAVE_ATOMIC64_LOADSTORE instead of __HAVE_ATOMIC64_OPS
to detect atomic_loadstore(9) is applicable to 64-bit integers.
Thanks riastr
Module Name:src
Committed By: riastradh
Date: Tue Jun 25 14:55:23 UTC 2024
Modified Files:
src/sys/dev/pci: virtio_pci.c
Log Message:
virtio_pci.c: Use container_of, not cast.
To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 src/sys/dev/pci/virtio_pci.c
Ple
Module Name:src
Committed By: riastradh
Date: Tue Jun 25 14:55:23 UTC 2024
Modified Files:
src/sys/dev/pci: virtio_pci.c
Log Message:
virtio_pci.c: Use container_of, not cast.
To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 src/sys/dev/pci/virtio_pci.c
Ple
Module Name:src
Committed By: riastradh
Date: Tue Jun 25 14:55:09 UTC 2024
Modified Files:
src/sys/dev/pci: virtio_pci.c
Log Message:
virtio_pci.c: Sprinkle const.
No functional change intended.
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/sys/dev/p
Module Name:src
Committed By: riastradh
Date: Tue Jun 25 14:55:09 UTC 2024
Modified Files:
src/sys/dev/pci: virtio_pci.c
Log Message:
virtio_pci.c: Sprinkle const.
No functional change intended.
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/sys/dev/p
Module Name:src
Committed By: riastradh
Date: Tue Jun 25 14:54:55 UTC 2024
Modified Files:
src/sys/dev/pci: virtio_pci.c
Log Message:
virtio_pci.c: Sprinkle KNF.
- No parameter names in function prototypes.
- Fix indentation.
- Break overlong lines.
- Blank line between d
Module Name:src
Committed By: riastradh
Date: Tue Jun 25 14:54:55 UTC 2024
Modified Files:
src/sys/dev/pci: virtio_pci.c
Log Message:
virtio_pci.c: Sprinkle KNF.
- No parameter names in function prototypes.
- Fix indentation.
- Break overlong lines.
- Blank line between d
Module Name:src
Committed By: riastradh
Date: Tue Jun 25 14:54:03 UTC 2024
Modified Files:
src/sys/dev/pci: virtio_pci.c
Log Message:
virtio_pci.c: Omit needless blank lines and commented code.
No functional change intended.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: riastradh
Date: Tue Jun 25 14:54:03 UTC 2024
Modified Files:
src/sys/dev/pci: virtio_pci.c
Log Message:
virtio_pci.c: Omit needless blank lines and commented code.
No functional change intended.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: riastradh
Date: Tue Jun 25 14:53:45 UTC 2024
Modified Files:
src/sys/dev/pci: virtio_pci.c
Log Message:
virtio_pci.c: Sort includes.
No functional change intended.
To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/sys/dev/pc
Module Name:src
Committed By: riastradh
Date: Tue Jun 25 14:53:45 UTC 2024
Modified Files:
src/sys/dev/pci: virtio_pci.c
Log Message:
virtio_pci.c: Sort includes.
No functional change intended.
To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/sys/dev/pc
Module Name:src
Committed By: riastradh
Date: Tue Jun 25 14:22:48 UTC 2024
Modified Files:
src/sys/dev/pci: virtio_pci.c
Log Message:
virtio@pci: Zero sc_bars_iosize[i] on unmap.
No functional change intended, but this makes the code less brittle.
Prompted by PR kern/583
Module Name:src
Committed By: riastradh
Date: Tue Jun 25 14:22:48 UTC 2024
Modified Files:
src/sys/dev/pci: virtio_pci.c
Log Message:
virtio@pci: Zero sc_bars_iosize[i] on unmap.
No functional change intended, but this makes the code less brittle.
Prompted by PR kern/583
Module Name:src
Committed By: riastradh
Date: Tue Jun 25 14:22:31 UTC 2024
Modified Files:
src/sys/dev/pci: virtio_pci.c
Log Message:
virtio@pci: Don't detach on shutdown.
The virtio bus does not keep state in memory that needs to flushed to
persistent storage. Typically
Module Name:src
Committed By: riastradh
Date: Tue Jun 25 14:22:31 UTC 2024
Modified Files:
src/sys/dev/pci: virtio_pci.c
Log Message:
virtio@pci: Don't detach on shutdown.
The virtio bus does not keep state in memory that needs to flushed to
persistent storage. Typically
Module Name:src
Committed By: riastradh
Date: Tue Jun 25 14:22:16 UTC 2024
Modified Files:
src/sys/dev/pci: virtio_pci.c
Log Message:
virtio@pci: Nix useless sc_mapped_iosize.
This appears to have been a mistaken attempt to pass the subregion
length through to bus_space_u
Module Name:src
Committed By: riastradh
Date: Tue Jun 25 14:22:16 UTC 2024
Modified Files:
src/sys/dev/pci: virtio_pci.c
Log Message:
virtio@pci: Nix useless sc_mapped_iosize.
This appears to have been a mistaken attempt to pass the subregion
length through to bus_space_u
Module Name:src
Committed By: riastradh
Date: Tue Jun 25 14:22:03 UTC 2024
Modified Files:
src/sys/dev/pci: virtio_pci.c
Log Message:
virtio@pci: Unmap the BARs we actually mapped on >=1.0 detach.
PR kern/58335
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.
Module Name:src
Committed By: riastradh
Date: Tue Jun 25 14:22:03 UTC 2024
Modified Files:
src/sys/dev/pci: virtio_pci.c
Log Message:
virtio@pci: Unmap the BARs we actually mapped on >=1.0 detach.
PR kern/58335
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.
Module Name:src
Committed By: riastradh
Date: Tue Jun 25 14:21:45 UTC 2024
Modified Files:
src/sys/dev/pci: virtio_pci.c
Log Message:
virtio_pci.c: Nix trailing whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/sys/dev/pci/virtio_pci.c
Please
Module Name:src
Committed By: riastradh
Date: Tue Jun 25 14:21:45 UTC 2024
Modified Files:
src/sys/dev/pci: virtio_pci.c
Log Message:
virtio_pci.c: Nix trailing whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/sys/dev/pci/virtio_pci.c
Please
Module Name:src
Committed By: jakllsch
Date: Sun Jun 23 17:27:29 UTC 2024
Modified Files:
src/sys/dev/pci: pucdata.c
Log Message:
Add Brainboxes puc(4) devices
>From Cameron Williams in PR 58358.
To generate a diff of this commit:
cvs rdiff -u -r1.115 -r1.116 src/sys/de
Module Name:src
Committed By: jakllsch
Date: Sun Jun 23 17:27:29 UTC 2024
Modified Files:
src/sys/dev/pci: pucdata.c
Log Message:
Add Brainboxes puc(4) devices
>From Cameron Williams in PR 58358.
To generate a diff of this commit:
cvs rdiff -u -r1.115 -r1.116 src/sys/de
Module Name:src
Committed By: jakllsch
Date: Sun Jun 23 17:26:03 UTC 2024
Modified Files:
src/sys/dev/pci: pcidevs.h pcidevs_data.h
Log Message:
Regen.
For PR 58358
To generate a diff of this commit:
cvs rdiff -u -r1.1485 -r1.1486 src/sys/dev/pci/pcidevs.h
cvs rdiff -u
Module Name:src
Committed By: jakllsch
Date: Sun Jun 23 17:26:03 UTC 2024
Modified Files:
src/sys/dev/pci: pcidevs.h pcidevs_data.h
Log Message:
Regen.
For PR 58358
To generate a diff of this commit:
cvs rdiff -u -r1.1485 -r1.1486 src/sys/dev/pci/pcidevs.h
cvs rdiff -u
Module Name:src
Committed By: jakllsch
Date: Sun Jun 23 17:22:51 UTC 2024
Modified Files:
src/sys/dev/pci: pcidevs
Log Message:
Add Brainboxes and devices
>From Cameron Williams in PR 58358.
To generate a diff of this commit:
cvs rdiff -u -r1.1506 -r1.1507 src/sys/dev/p
Module Name:src
Committed By: jakllsch
Date: Sun Jun 23 17:22:51 UTC 2024
Modified Files:
src/sys/dev/pci: pcidevs
Log Message:
Add Brainboxes and devices
>From Cameron Williams in PR 58358.
To generate a diff of this commit:
cvs rdiff -u -r1.1506 -r1.1507 src/sys/dev/p
Module Name:src
Committed By: msaitoh
Date: Fri Jun 14 03:15:04 UTC 2024
Modified Files:
src/sys/dev/pci: pcireg.h
Log Message:
PCI_CLASS_MASK: Use unsigned to avoid undefined behavior. Found by kUBSan.
To generate a diff of this commit:
cvs rdiff -u -r1.170 -r1.171 src/
Module Name:src
Committed By: msaitoh
Date: Fri Jun 14 03:15:04 UTC 2024
Modified Files:
src/sys/dev/pci: pcireg.h
Log Message:
PCI_CLASS_MASK: Use unsigned to avoid undefined behavior. Found by kUBSan.
To generate a diff of this commit:
cvs rdiff -u -r1.170 -r1.171 src/
Module Name:src
Committed By: riastradh
Date: Wed Jun 12 16:51:54 UTC 2024
Modified Files:
src/sys/dev/pci: ld_virtio.c
Log Message:
ld@virtio(4): Fix maximum size parameters.
- SEG_MAX is the maximum number of segments.
- SIZE_MAX is the maximum number of bytes in a sing
Module Name:src
Committed By: riastradh
Date: Wed Jun 12 16:51:54 UTC 2024
Modified Files:
src/sys/dev/pci: ld_virtio.c
Log Message:
ld@virtio(4): Fix maximum size parameters.
- SEG_MAX is the maximum number of segments.
- SIZE_MAX is the maximum number of bytes in a sing
Module Name:src
Committed By: rin
Date: Wed Jun 12 06:21:37 UTC 2024
Modified Files:
src/sys/dev/pci/igc: if_igc.c
Log Message:
igc: Add missing '\n' to a DPRINTF message
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/dev/pci/igc/if_igc.c
Please n
Module Name:src
Committed By: rin
Date: Wed Jun 12 06:21:37 UTC 2024
Modified Files:
src/sys/dev/pci/igc: if_igc.c
Log Message:
igc: Add missing '\n' to a DPRINTF message
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/dev/pci/igc/if_igc.c
Please n
Module Name:src
Committed By: andvar
Date: Sat Jun 8 21:02:29 UTC 2024
Modified Files:
src/sys/dev/pci: emuxki.c
Log Message:
s/amound/amount/ in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 src/sys/dev/pci/emuxki.c
Please note that diffs are
Module Name:src
Committed By: andvar
Date: Sat Jun 8 21:02:29 UTC 2024
Modified Files:
src/sys/dev/pci: emuxki.c
Log Message:
s/amound/amount/ in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 src/sys/dev/pci/emuxki.c
Please note that diffs are
Module Name:src
Committed By: msaitoh
Date: Thu May 30 08:55:02 UTC 2024
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe.c
Log Message:
Move RECOVERY_MODE feature test code for readability. No functional change.
ixgbe.c rev. 1.169 inserted RECOVERY_MODE feature test in betw
Module Name:src
Committed By: msaitoh
Date: Thu May 30 08:55:02 UTC 2024
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe.c
Log Message:
Move RECOVERY_MODE feature test code for readability. No functional change.
ixgbe.c rev. 1.169 inserted RECOVERY_MODE feature test in betw
Module Name:src
Committed By: nia
Date: Tue May 21 22:47:11 UTC 2024
Modified Files:
src/sys/dev/pci: eapreg.h
Log Message:
eap(4): re-organize mixer controls to put classes first
some software (understandably) doesn't like it if you declare a
mixer node's child before th
Module Name:src
Committed By: nia
Date: Tue May 21 22:47:11 UTC 2024
Modified Files:
src/sys/dev/pci: eapreg.h
Log Message:
eap(4): re-organize mixer controls to put classes first
some software (understandably) doesn't like it if you declare a
mixer node's child before th
Module Name:src
Committed By: nia
Date: Fri May 17 12:20:02 UTC 2024
Modified Files:
src/sys/dev/pci: eap.c
Log Message:
eap(4): Restore the full set of supported hardware encodings from netbsd-7
Tested in QEMU.
To generate a diff of this commit:
cvs rdiff -u -r1.102 -r
Module Name:src
Committed By: nia
Date: Fri May 17 12:20:02 UTC 2024
Modified Files:
src/sys/dev/pci: eap.c
Log Message:
eap(4): Restore the full set of supported hardware encodings from netbsd-7
Tested in QEMU.
To generate a diff of this commit:
cvs rdiff -u -r1.102 -r
Module Name:src
Committed By: msaitoh
Date: Mon May 13 03:15:33 UTC 2024
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe.c
Log Message:
Modify comment. The number of queues is not limited to 8.
The number of queue is calculated from both the number of CPUs and
the number of
Module Name:src
Committed By: msaitoh
Date: Mon May 13 03:15:33 UTC 2024
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe.c
Log Message:
Modify comment. The number of queues is not limited to 8.
The number of queue is calculated from both the number of CPUs and
the number of
Module Name:src
Committed By: msaitoh
Date: Sun May 12 23:30:37 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.1484 -r1.1485 src/sys/dev/pci/pcidevs.h
cvs rdiff -u -r1.1483 -r1.14
Module Name:src
Committed By: msaitoh
Date: Sun May 12 23:30:07 UTC 2024
Modified Files:
src/sys/dev/pci: pcidevs
Log Message:
Add some Intel Rapotr Lake graphics.
To generate a diff of this commit:
cvs rdiff -u -r1.1505 -r1.1506 src/sys/dev/pci/pcidevs
Please note that
1 - 100 of 1089 matches
Mail list logo