Date: Mon, 29 Jan 2001 01:38:39 -0800 (PST) From: Peter Wemm <peter@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha autoconf.c src/sys/alpha/pci pcibus.c src/sys/conf files options src/sys/dev/ata ata-all.c src/sys/i386/i386 autoconf.c machdep.c trap.c vm_machdep.c src/sys/i386/isa intr_machdep.c src/sys/ia64/ia64 autoconf.c ... Message-ID: <200101290938.f0T9cdj26323@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 2001/01/29 01:38:39 PST
Modified files:
sys/alpha/alpha autoconf.c
sys/alpha/pci pcibus.c
sys/conf files options
sys/dev/ata ata-all.c
sys/i386/i386 autoconf.c machdep.c trap.c vm_machdep.c
sys/i386/isa intr_machdep.c
sys/ia64/ia64 autoconf.c
sys/pc98/i386 machdep.c
Log:
Send "#if NISA > 0" to the bit-bucket and replace it with an option.
These were compile-time "is the isa code present?" tests and not
'how many isa busses' tests.
Revision Changes Path
1.40 +4 -4 src/sys/alpha/alpha/autoconf.c
1.28 +7 -6 src/sys/alpha/pci/pcibus.c
1.473 +2 -2 src/sys/conf/files
1.246 +2 -1 src/sys/conf/options
1.96 +3 -3 src/sys/dev/ata/ata-all.c
1.152 +4 -5 src/sys/i386/i386/autoconf.c
1.437 +3 -3 src/sys/i386/i386/machdep.c
1.169 +6 -7 src/sys/i386/i386/trap.c
1.150 +3 -4 src/sys/i386/i386/vm_machdep.c
1.48 +4 -5 src/sys/i386/isa/intr_machdep.c
1.3 +4 -4 src/sys/ia64/ia64/autoconf.c
1.202 +3 -3 src/sys/pc98/i386/machdep.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200101290938.f0T9cdj26323>
