From owner-p4-projects@FreeBSD.ORG Sun Apr 2 21:15:15 2006 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id D1B5C16A420; Sun, 2 Apr 2006 21:15:15 +0000 (UTC) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0E4A16A401 for ; Sun, 2 Apr 2006 21:15:15 +0000 (UTC) (envelope-from jmg@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A8C843D45 for ; Sun, 2 Apr 2006 21:15:15 +0000 (GMT) (envelope-from jmg@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k32LFFEu001772 for ; Sun, 2 Apr 2006 21:15:15 GMT (envelope-from jmg@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k32LFFwC001769 for perforce@freebsd.org; Sun, 2 Apr 2006 21:15:15 GMT (envelope-from jmg@freebsd.org) Date: Sun, 2 Apr 2006 21:15:15 GMT Message-Id: <200604022115.k32LFFwC001769@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to jmg@freebsd.org using -f From: John-Mark Gurney To: Perforce Change Reviews Cc: Subject: PERFORCE change 94488 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Apr 2006 21:15:16 -0000 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 #include #include +#include #include #include