Date: Sun, 2 Apr 2006 21:15:15 GMT From: John-Mark Gurney <jmg@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 94488 for review Message-ID: <200604022115.k32LFFwC001769@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=94488 Change 94488 by jmg@jmg_arlene on 2006/04/02 21:15:05 add pci and ata to GENERIC so I have an environment I can test compile in... add sys/endian.h so it compiles, and relocate hv_pcivar.h into include by request of kmacy... Affected files ... .. //depot/projects/kmacy_sun4v/src/sys/sun4v/conf/GENERIC#6 edit .. //depot/projects/kmacy_sun4v/src/sys/sun4v/include/hv_pcivar.h#1 branch .. //depot/projects/kmacy_sun4v/src/sys/sun4v/sun4v/hv_pci.c#13 edit .. //depot/projects/kmacy_sun4v/src/sys/sun4v/sun4v/hv_pcivar.h#2 delete Differences ... ==== //depot/projects/kmacy_sun4v/src/sys/sun4v/conf/GENERIC#6 (text+ko) ==== @@ -71,15 +71,17 @@ # To make an SMP kernel, the next line is needed #options SMP # Symmetric MultiProcessor Kernel +device pci + # Floppy drives #device fdc # ATA and ATAPI devices -#device ata -#device atadisk # ATA disk drives -#device atapicd # ATAPI CDROM drives -#device atapifd # ATAPI floppy drives -#device atapist # ATAPI tape drives +device ata +device atadisk # ATA disk drives +device atapicd # ATAPI CDROM drives +device atapifd # ATAPI floppy drives +device atapist # ATAPI tape drives # Do NOT enable ATA_STATIC_ID -- cmd646 controller will be !ata2!, # and you will not mount an ATA /. #options ATA_STATIC_ID # Static device numbering ==== //depot/projects/kmacy_sun4v/src/sys/sun4v/sun4v/hv_pci.c#13 (text+ko) ==== @@ -37,6 +37,7 @@ #include <sys/kernel.h> #include <sys/module.h> #include <sys/pcpu.h> +#include <sys/endian.h> #include <dev/pci/pcireg.h> #include <machine/bus.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604022115.k32LFFwC001769>