svn commit: r197969 - head/sys/conf

M. Warner Losh imp at bsdimp.com
Tue Oct 13 08:08:17 UTC 2009


In message: <200910112042.n9BKgRCQ029985 at svn.freebsd.org>
            Marcel Moolenaar <marcel at FreeBSD.org> writes:
: Author: marcel
: Date: Sun Oct 11 20:42:26 2009
: New Revision: 197969
: URL: http://svn.freebsd.org/changeset/base/197969
: 
: Log:
:   Scan for option ROMs on i386 and amd64 only.

Why?  They should be scanned for on any system with a real isa bus...

Warner


: Modified:
:   head/sys/conf/files
:   head/sys/conf/files.amd64
:   head/sys/conf/files.i386
: 
: Modified: head/sys/conf/files
: ==============================================================================
: --- head/sys/conf/files	Sun Oct 11 20:19:45 2009	(r197968)
: +++ head/sys/conf/files	Sun Oct 11 20:42:26 2009	(r197969)
: @@ -1919,7 +1919,6 @@ gnu/fs/reiserfs/reiserfs_vnops.c	optiona
:  isa/isa_if.m			standard
:  isa/isa_common.c		optional isa
:  isa/isahint.c			optional isa
: -isa/orm.c			optional isa
:  isa/pnp.c			optional isa isapnp
:  isa/pnpparse.c			optional isa isapnp
:  fs/cd9660/cd9660_bmap.c	optional cd9660
: 
: Modified: head/sys/conf/files.amd64
: ==============================================================================
: --- head/sys/conf/files.amd64	Sun Oct 11 20:19:45 2009	(r197968)
: +++ head/sys/conf/files.amd64	Sun Oct 11 20:42:26 2009	(r197969)
: @@ -228,6 +228,7 @@ dev/syscons/scvtb.c		optional	sc
:  dev/uart/uart_cpu_amd64.c	optional	uart
:  dev/wpi/if_wpi.c		optional	wpi
:  isa/atrtc.c			standard
: +isa/orm.c			optional	isa
:  isa/syscons_isa.c		optional	sc
:  isa/vga_isa.c			optional	vga
:  kern/link_elf_obj.c		standard
: 
: Modified: head/sys/conf/files.i386
: ==============================================================================
: --- head/sys/conf/files.i386	Sun Oct 11 20:19:45 2009	(r197968)
: +++ head/sys/conf/files.i386	Sun Oct 11 20:42:26 2009	(r197969)
: @@ -362,6 +362,7 @@ i386/svr4/svr4_locore.s		optional compat
:  i386/svr4/svr4_machdep.c	optional compat_svr4
:  #
:  isa/atrtc.c			optional atpic
: +isa/orm.c			optional isa
:  isa/syscons_isa.c		optional sc
:  isa/vga_isa.c			optional vga
:  kern/imgact_aout.c		optional compat_aout
: 


More information about the svn-src-all mailing list