Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Nov 2002 22:30:40 -0800 (PST)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 21659 for review
Message-ID:  <200211290630.gAT6Ue8C033465@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=21659

Change 21659 by marcel@marcel_nfs on 2002/11/28 22:30:11

	Make sure ppc and psm appear before isa. For some reason when
	a device has not been mentioned as the first in the list of
	needed devices, it will not be registers. For both ppc and psm
	there's only one occurence and it's one shared with isa. Thus
	not having them as the first causes config to fail.

Affected files ...

.. //depot/projects/ia64/sys/conf/files.ia64#22 edit

Differences ...

==== //depot/projects/ia64/sys/conf/files.ia64#22 (text+ko) ====

@@ -109,8 +109,8 @@
 isa/atkbd_isa.c			optional	isa atkbd
 isa/atkbdc_isa.c		optional	isa atkbdc
 isa/fd.c			optional	isa fdc
-isa/ppc.c                       optional        isa ppc
-isa/psm.c			optional	isa psm
+isa/ppc.c                       optional        ppc isa
+isa/psm.c			optional	psm isa
 isa/syscons_isa.c		optional	isa sc
 kern/subr_diskmbr.c		standard
 libkern/ia64/bswap16.S		standard

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




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