Adaptec 6445 not supported?

2019-12-21 Thread Darren Reed
Using NetBSD 8.1, the NetBSD kernel boots up with this: Dec 21 10:53:56 unix /netbsd: vendor 9005 product 028b (RAID mass storage, revision 0x01) at pci1 dev 0 function 0 not configured https://storage.microsemi.com/en-us/support/raid/sas_raid/sas-6445/ Under "Unix", there's no "NetBSD', only "F

Re: Adaptec 6445 not supported?

2019-12-21 Thread Andrew Doran
Hi Darren, On Sat, Dec 21, 2019 at 11:23:05PM +1100, Darren Reed wrote: > Using NetBSD 8.1, the NetBSD kernel boots up with this: > > Dec 21 10:53:56 unix /netbsd: vendor 9005 product 028b (RAID mass > storage, revision 0x01) at pci1 dev 0 function 0 not configured > > https://storage.microsemi

Introducing PT_LWPSTATUS + PT_LWPNEXT, obsoleting PT_LWPINFO

2019-12-21 Thread Kamil Rytarowski
PT_LWPINFO is a legacy ptrace(2) operation that was originally intended to retrieve the thread (LWP) information inside a traced process. At the end of the day, this call has been designed to work as an iterator over threads and retrieve the LWP id + event information. The event information is rec

Re: [PATCH] Kernel entropy rework

2019-12-21 Thread Taylor R Campbell
I guess I should have included a single unified diff rather than just a git format-patch set. From a CVS tree, the attached entropy-unified.patch can be applied with cd /path/to/src && patch -p1 < /path/to/entropy-unified.patch (And from a git tree, you can apply the patch set in the original em