Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Oct 1998 23:36:31 +0000
From:      Ben Smithurst <ben@scientia.demon.co.uk>
To:        Alan Knell <ajk@mastigo4.demon.co.uk>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Cyrix 6x86 CPU
Message-ID:  <19981031233631.A16666@scientia.demon.co.uk>
In-Reply-To: <01be04d6$24a0e830$d22e989e@mastigo4.demon.co.uk>
References:  <01be04d6$24a0e830$d22e989e@mastigo4.demon.co.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
Alan Knell wrote:

> How best should I enter a Cyrix 6x86 in the cpu "cpu_type" in the kernel
> configuration file?

Despite it's name, the 6x86 is actually a 486.

$ dmesg
Copyright (c) 1992-1998 FreeBSD Inc.
Copyright (c) 1982, 1986, 1989, 1991, 1993
	The Regents of the University of California. All rights reserved.
FreeBSD 3.0-CURRENT #61: Wed Oct 21 17:11:53 BST 1998
    ben@scientia.demon.co.uk:/usr/src/sys/compile/SCIENTIA
Timecounter "i8254"  frequency 1193182 Hz  cost 2848 ns
CPU: Cyrix 6x86 (486-class CPU)
                 ^^^^^^^^^^^^^
  Origin = "CyrixInstead"  DIR=0x2231  Stepping=2  Revision=2
real memory  = 50331648 (49152K bytes)
avail memory = 46866432 (45768K bytes)
Preloaded elf kernel "kernel" at 0x0xf0213000.
Probing for devices on PCI bus 0:
chip0: <Intel 82437VX PCI cache memory controller> rev 0x02 on pci0.0.0
chip1: <Intel 82371SB PCI to ISA bridge> rev 0x01 on pci0.7.0
ide_pci0: <Intel PIIX3 Bus-master IDE controller> rev 0x00 on pci0.7.1
[.. etc ..]

oh, more of these which I reported a while ago

wd0: interrupt timeout:
wd0: status 58<rdy,seekdone,drq> error 4<abort>
wd0: wdtimeout() DMA status 4
wd0s3a: wdstart: timeout waiting to give command reading fsbn 336 of 336-351 (wd0s3 bn 336; cn 0 tn 5 sn 21)wd0: status 80<busy> error 1<no_dam>

I think I found the cause, a loose power connector on wd0. oops :-) no
more since I fixed that :-)

Back to the point, you just need

cpu	"I486_CPU"
machine	"i386"

to define your CPU.

-- 
Ben Smithurst
ben@scientia.demon.co.uk

send a blank message to ben+pgp@scientia.demon.co.uk for PGP key

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19981031233631.A16666>