Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Jun 2013 14:14:21 -0400
From:      "illoai@gmail.com" <illoai@gmail.com>
To:        Michael Gass <mgass@csbsju.edu>
Cc:        "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org>
Subject:   Re: What is the correct CPUTYPE for this machine?
Message-ID:  <CAHHBGkrYjRhyMEBqQ7xomyvNp=HHJXZ7bnSbpYojOE6sJe%2BKFA@mail.gmail.com>
In-Reply-To: <20130608160253.GA27671@csbsju.edu>
References:  <20130608133446.GA26088@csbsju.edu> <CAHHBGkp7y%2BH-u4G=ZF=i97T7gynHd0%2B-kUx0n9AVw0Pb9oLtsw@mail.gmail.com> <20130608160253.GA27671@csbsju.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
On 8 June 2013 12:02, Michael Gass <mgass@csbsju.edu> wrote:

> On Sat, Jun 08, 2013 at 10:10:10AM -0400, illoai@gmail.com wrote:
> > On 8 June 2013 09:34, Michael Gass <mgass@csbsju.edu> wrote:
> >
> > > I have an old laptop:
> > >
> > > FreeBSD 9.1-RELEASE #0 r243826: Tue Dec  4 06:55:39 UTC 2012
> > > root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
> > > CPU: Mobile AMD Duron(tm) Processor (1096.23-MHz 686-class CPU)
> > > Origin = "AuthenticAMD"  Id = 0x671  Family = 6  Model = 7  Stepping =
> 1
> > >
> > >
> Features=0x383f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE>
> > > AMD Features=0xc0480800<SYSCALL,MP,MMX+,3DNow!+,3DNow!>
> > >
> > > What is the correct value for CPUTYPE in make.conf?
> > >
> > >
> > Duron was just a low-cost Athlon, da?
> >
> OK, checking the internet, looks like I should use
> CPUTYPE?=k7
> as the mobile amd duron 1.1G is a k7 group,
> but the make.conf example only lists values like
> k8, k6-3, k6-2, k6, and k5.
> Which should I use?
>
>
According to /usr/share/mk/bsd.cpu.mk
(qv:
# Handle aliases (not documented in make.conf to avoid user confusion
# between e.g. i586 and pentium)
)
if you set CPUTYPE=k7
it will set CPUTYPE=athlon

"native" probably works for most cases, too.

-- 
--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAHHBGkrYjRhyMEBqQ7xomyvNp=HHJXZ7bnSbpYojOE6sJe%2BKFA>