Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Nov 1997 14:51:10 -0800 (PST)
From:      Burton Sampley <bsampley@bsampley.vip.best.com>
To:        current@FreeBSD.org
Subject:   make world time???/
Message-ID:  <Pine.BSF.3.96.971111142833.28037B-100000@bsampley>

next in thread | raw e-mail | index | archive | help
-----BEGIN PGP SIGNED MESSAGE-----

Greetings, 

I'm really curious what people are doing to complete make world in such
disgustingly low amount of time.  I just recently upgraded from IDE to
SCSI (IDE drives are still installed, but are presently not being used)
and installed a 233-MMX (overclocked to 266 using 75MHz bus speed)  and
the best time I can get for make world is 3:00 hours.  I started with
source code from 9/11 with /usr/obj/ empty.  I'm only using the
plain-vanilla 'make world' from /usr/src.  Any suggestion?


Here's my hardware: 

MB:	Asus P/I P55T2P4 rev 3.10 w/ BIOS rev 202
CPU:	233MHz MMX -> 266MHz w/ 75MHz bus speed
RAM:	128MB EDO (BIOS is set to '60 NS' memory config)
HD:	Seagate 15150N SCSI (~12 platters, w/ 1 meg cache)
SCSI:	Adaptec 2940

All slices are mounted normally (ie, what ever the default /etc/fstab is).  

Here's the SCSI probe from dmesg:

ahc0: <Adaptec 2940 SCSI host adapter> rev 0x03 int a irq 11 on pci0.11.0
ahc0: aic7870 Single Channel, SCSI Id=7, 16/255 SCBs
ahc0: waiting for scsi devices to settle
scbus0 at ahc0 bus 0
ahc0: target 0 Tagged Queuing Device
sd0 at scbus0 target 0 lun 0
sd0: <COMPAQ ST15150N 5216> type 0 fixed SCSI 2
sd0: Direct-Access 4094MB (8386000 512 byte sectors)

(FYI:  Even though it's ID'ed as COMPAQ - it's still a Seagate Baracuda
7200 RPM drive)

Here's my kernel config file:

machine		"i386"
cpu		"I586_CPU"
ident		"custom30a"
maxusers	10

options		INET			#InterNETworking
options		FFS			#Berkeley Fast Filesystem
options		NFS			#Network Filesystem
options		MSDOSFS			#MSDOS Filesystem
options		"CD9660"		#ISO 9660 Filesystem
options		PROCFS			#Process filesystem
options		"COMPAT_43"		#Compatible with BSD 4.3 [KEEP THIS!]
options		SCSI_DELAY=15		#Be pessimistic about Joe SCSI device
options		BOUNCE_BUFFERS		#include support for DMA bounce buffers
options		UCONSOLE		#Allow users to grab the console
options		FAILSAFE		#Be conservative
options		USERCONFIG		#boot -c editor
options		VISUAL_USERCONFIG	#visual boot -c editor
options		"MAXMEM=(131072)"
options		AHC_TAGENABLE
options		AHC_SCBPAGING_ENABLE
options 	AHC_ALLOW_MEMIO
options		SYSVSHM
options		SYSVSEM
options		SYSVMSG
options		PERFMON
options		PAS_JOYSTICK_ENABLE

config		kernel	root on wd0

controller	isa0
controller	pci0

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

options		"CMD640"	# work around CMD640 chip deficiency
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	wdc1	at isa? port "IO_WD2" bio irq 15 vector wdintr
disk		wd2	at wdc1 drive 0
disk		wd3	at wdc1 drive 1

options		ATAPI		#Enable ATAPI support for IDE bus
options		ATAPI_STATIC	#Don't do it as an LKM
device		wcd0	#IDE CD-ROM

controller	ahc0
controller	scbus0
device		sd0
device		od0	#See LINT for possible `od' options.
device		st0
device		cd0	#Only need one of these, the code dynamically grows

device		sc0	at isa? port "IO_KBD" tty irq 1 vector scintr

device		npx0	at isa? port "IO_NPX" irq 13 vector npxintr

device		sio0	at isa? port "IO_COM1" tty irq 4 vector siointr
device		sio1	at isa? port "IO_COM2" tty irq 3 vector siointr

device		lpt0	at isa? port? tty irq 7 vector lptintr

device de0

pseudo-device	loop
pseudo-device	ether
pseudo-device	log
pseudo-device	sl	1
pseudo-device	ppp	1
pseudo-device	tun	1
pseudo-device	pty	16
pseudo-device	gzip		# Exec gzipped a.out's

options		KTRACE		#kernel tracing

controller	snd0
device pas0     at isa? port 0x388 irq 10 drq 6 vector pasintr
device		joy0	at isa? port "IO_GAME"


- ---------------

Burton Sampley
bsampley@best.com or bsampley@haywire.csuhayward.edu
PGP key available at http://www.best.com/~bsampley/pgp.html 


-----BEGIN PGP SIGNATURE-----
Version: 2.6.2

iQCVAwUBNGjhZnt2O8KJtMdBAQG0GAP/fRXBfOu4kIfQqjh6GFubTZlx4W4C6eUZ
ujB2wvo16V4CXEuOlU7U0Fhgmb2ON5PYDEml+p3olcH6nMPcYbhyt7+7Ed3RmdNk
7YV3qX1DsH2UaKrN7bG/9vLJPMAL/sfiavi0ZmW/ENcGpAPouxb1v5cTZPRPwFHH
N3uKebg6xds=
=bQrE
-----END PGP SIGNATURE-----




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.971111142833.28037B-100000>