Subject: My machine is a Pentium
To: None <netbsd-bugs@sun-lamp.cs.berkeley.edu>
From: Adrian Hall <adrian@lemmings.cursci.com>
List: netbsd-bugs
Date: 12/22/1993 12:14:34
I have just compiled the latest (12/22/93) kernel and libraries
from agate. The following seems to be a problem :-
(1) My machine thinks it has a Pentium
(2) The stats coming back from the probe to wd0 are highly
inaccurate (negative numbers mostly)
(3) The stats coming back for my 4GB drive on sd0 are still
wrong (comes back as a -295MB drive) - this was wrong
before tho.
(4) The thing wont boot.
Enclosed below is my config file. The machine is a Gateway 2000 w/
32MB RAM, a 400MB wd0, a 4GB sd0, st0 and cd0.
Any fixes, suggestions, etc. would be nice
Regards,
Adrian.
#
# LEMMINGS -- lemmings.cursci.com
#
machine "i386"
ident LEMMINGS
cpu "I386_CPU"
cpu "I486_CPU"
cpu "I586_CPU"
timezone 0 dst
maxusers 32
maxfdescs 2048
options DUMMY_NOPS
options MACHINE_NONCONTIG
options SWAPPAGER,VNODEPAGER,DEVPAGER
options FIFO
options SYSVMSG
options SYSVSEM
options SCSI
options QUOTA
options NFSSERVER,NFSCLIENT
options ISOFS
options FDESC
options KERNFS
options INET
options "COMPAT_NOMID"
options "COMPAT_43"
options "TCP_COMPAT_42"
config netbsd root on wd0 swap on wd0
controller isa0
device pc0 at isa? port "IO_KBD" tty irq 1 vector pcrint
device npx0 at isa? port "IO_NPX" irq 13 vector npxintr
device com0 at isa? port "IO_COM1" tty irq 4 vector comintr
device com1 at isa? port "IO_COM2" tty irq 3 vector comintr
device lpt0 at isa? port "IO_LPT1" tty irq 7 vector lptintr
device lpa0 at isa? port "IO_LPT2" tty
device lpa1 at isa? port "IO_LPT3" tty
device ed0 at isa? port 0x280 net irq 9 iomem 0xd0000 vector edintr
controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr
disk wd0 at wdc0 drive 0
disk wd1 at wdc0 drive 1
controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
disk fd0 at fdc0 drive 0
disk fd1 at fdc0 drive 1
controller aha0 at isa? port "IO_AHA0" bio irq 11 drq 5 vector ahaintr
device sd0 at aha0 flags 0 drive ?
device st0 at aha0 flags 1 drive ?
device cd0 at aha0 flags 2 drive ?
pseudo-device pty 64
pseudo-device loop
pseudo-device ether
pseudo-device log
------------------------------------------------------------------------------