Abandoned in favor of D48064.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Mon, Dec 16
Dec 13 2024
LGTM
Dec 12 2024
Dec 10 2024
Actually update the date...
In D47931#1092874, @concussious.bugzilla_runbox.com wrote:This is cool! Just a few tiny nits from me. emaste is correct about the empty space, it actually produces two linter errors.
Update date.
Address feedback. Also ran mandoc -T lint over it, and fixed existing lint errors.
Dec 5 2024
Dec 1 2024
Nov 27 2024
In D47685#1087555, @imp wrote:Might be worth publishing the noise count as a per-dev sysctl
Closed by 09ef5387
Nov 22 2024
Nov 20 2024
Nov 15 2024
Should this also be applied to stand/powerpc/boot1.chrp/bootinfo.txt?
Nov 14 2024
Nov 13 2024
Nov 12 2024
In D47525#1083994, @emaste wrote:As an aside, are ifapi man pages coming soon?
$ apropos ifapi apropos: nothing appropriate $ apropos if_getlladdr apropos: nothing appropriate
Nov 8 2024
Thanks!
Nov 7 2024
Ping, anyone?
Nov 5 2024
Oct 31 2024
In D47358#1080093, @emaste wrote:Really cool work. I think this could use a better description though (and possibly a rename) - in current usage the rescue prefix suggests rescue(8) and it's not clear to me what a "direct dumper" is. The summary message should include a brief description of what this actually is.
Oct 28 2024
Oct 24 2024
Oct 11 2024
Oct 2 2024
Sep 26 2024
Sep 25 2024
Put it in the right place.
Sep 14 2024
Sep 9 2024
Sep 5 2024
Aug 27 2024
Ping? I think I addressed all feedback, but may have missed something.
Jul 11 2024
Jun 25 2024
Jun 21 2024
In D41837#1041737, @sanastasio_raptorengineering.com wrote:Hi all,
As far as I can tell, this change still hasn't been committed despite receiving approval. If someone with the appropriate privileges could do so I'd greatly appreciate it.
Thanks,
Shawn
Jun 20 2024
Jun 19 2024
In D45211#1040937, @andrew wrote:Do you need interrupts in this driver? It looks like Linux only uses them when using DMA to transfer data to/from the device.
Jun 18 2024
- Remove unnecessary code
- linux_exec_setregs() is identical to exec_setregs(), so dedup. Could dedup even more, too.
- style(9) some bits
Fix the build
Address feedback. Add new linux_ioctl_handler for powerpc-specific TTY ioctls.
Jun 16 2024
Jun 14 2024
Jun 10 2024
Address style feedback.
Jun 5 2024
In D45211#1036980, @andrew wrote:In D45211#1036969, @jhibbits wrote:3.4.1
SSPRXINTR
The receive interrupt is asserted when there are four or more valid entries in the receive FIFO.That's a different interrupt, see 3.4.4 SSPRTINTR of the same document.
Jun 3 2024
In D45211#1036945, @andrew wrote:One limitation of the driver is that hardware only raises an interrupt if the RX queue contains at least 4 characters, so fewer than 4 characters in the queue may result in data never being received.
Do you not receive the SSPRTINTR interrupt?
Jun 2 2024
In D45431#1036871, @alc wrote:In D45431#1036870, @jhibbits wrote:From a (very) quick check, it looks like the same change in amd64 should be made to mmu_radix for powerpc.
It doesn't apply because mmu_radix_enter_quick_locked() doesn't attempt promotion.
From a (very) quick check, it looks like the same change in amd64 should be made to mmu_radix for powerpc.
May 22 2024
May 21 2024
In D45287#1033199, @rlibby wrote:In D45287#1033196, @jhibbits wrote:The only time this makes a difference is if the sizes of bus_addr_t and bus_size_t are different, and I don't have any test hardware where that's the case and I can test TPM. (Only hardware I have where that's the case is ppc Book-E, but that doesn't have a TPM).
Right. Not that I think this is risky, but would you like to do any testing of tpm at all before pushing to main? Otherwise I'll go ahead and push it without testing beyond make.
The only time this makes a difference is if the sizes of bus_addr_t and bus_size_t are different, and I don't have any test hardware where that's the case and I can test TPM. (Only hardware I have where that's the case is ppc Book-E, but that doesn't have a TPM).
May 20 2024
May 17 2024
May 16 2024
May 15 2024
Given that all(?) other ethernet drivers unconditionally ETHER_BPF_MTAP() (so, ether_bpf_mtap_if()) if we're worried about the bpf being NULL it's probably better for the check to be in ether_bpf_mtap_if() anyway, letting the netstack deal with that.
May 13 2024
May 12 2024
In D45170#1030347, @dougm wrote:In D45170#1030344, @jhibbits wrote:PPC LGTM. If you haven't, test a buildkernel with MPC85XX (powerpc) and QORIQ64 (powerpc64) just to be safe.
With or without these changes in place
make -j 24 buildkernel TARGET=powerpc KERNCONF=QORIQ64
fails:
./machine/reg.h:80:41: error: declaration of 'struct reg32' will not be visible outside of this function [-Werror,-Wvisibility]80 | int fill_regs32(struct thread *, struct reg32 *);begins a stream of errors.
PPC LGTM. If you haven't, test a buildkernel with MPC85XX (powerpc) and QORIQ64 (powerpc64) just to be safe.
May 10 2024
May 9 2024
Address @kd's feedback.
May 8 2024
LGTM, though I didn't compile it.