Re: remove rise detection from i386

2022-07-24 Thread Daniel Dickman
On Sun, Jul 24, 2022 at 2:55 AM Jonathan Gray wrote: > > On Sun, Jul 24, 2022 at 02:16:23AM -0400, Daniel Dickman wrote: > >http://datasheets.chipdb.org/Rise/ > > > >Quoting the data sheet from this link: > > > >“The CMPXCHG8B instruction is supported and always enabled on the Rise > >

Re: remove rise detection from i386

2022-07-23 Thread Jonathan Gray
On Sun, Jul 24, 2022 at 02:16:23AM -0400, Daniel Dickman wrote: >http://datasheets.chipdb.org/Rise/ > >Quoting the data sheet from this link: > >“The CMPXCHG8B instruction is supported and always enabled on the Rise >mP6 processor; however, the default CPUID function bit is set to

Re: remove rise detection from i386

2022-07-23 Thread Jonathan Gray
On Sun, Jul 24, 2022 at 02:25:02PM +1000, Jonathan Gray wrote: > On Sat, Jul 23, 2022 at 02:13:27PM -0400, Daniel Dickman wrote: > > The Rise mp6 was a short lived processor that was announced around 20+ > > years and didn't make it to market. > > > > I think we can delete the cpu identification

Re: remove rise detection from i386

2022-07-23 Thread Daniel Dickman
On Jul 24, 2022, at 12:25 AM, Jonathan Gray wrote:On Sat, Jul 23, 2022 at 02:13:27PM -0400, Daniel Dickman wrote:The Rise mp6 was a short lived processor that was announced around 20+ years and didn't make it to market.I think we can delete the cpu identification for this cpu at this point.ok?I a

Re: remove rise detection from i386

2022-07-23 Thread Jonathan Gray
On Sat, Jul 23, 2022 at 02:13:27PM -0400, Daniel Dickman wrote: > The Rise mp6 was a short lived processor that was announced around 20+ > years and didn't make it to market. > > I think we can delete the cpu identification for this cpu at this point. > > ok? I am ok with removing it, but I thi

Re: remove rise detection from i386

2022-07-23 Thread Theo de Raadt
fine Daniel Dickman wrote: > The Rise mp6 was a short lived processor that was announced around 20+ > years and didn't make it to market. > > I think we can delete the cpu identification for this cpu at this point. > > ok? > > Index: i386/machdep.c > =

Re: remove rise detection from i386

2022-07-23 Thread Mike Larkin
On Sat, Jul 23, 2022 at 02:13:27PM -0400, Daniel Dickman wrote: > The Rise mp6 was a short lived processor that was announced around 20+ > years and didn't make it to market. > > I think we can delete the cpu identification for this cpu at this point. > > ok? ok mlarkin > > Index: i386/machdep.c

remove rise detection from i386

2022-07-23 Thread Daniel Dickman
The Rise mp6 was a short lived processor that was announced around 20+ years and didn't make it to market. I think we can delete the cpu identification for this cpu at this point. ok? Index: i386/machdep.c === RCS file: /cvs/src/sy