From owner-svn-src-head@FreeBSD.ORG Sat Nov 9 23:23:16 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B4FDFF80 for ; Sat, 9 Nov 2013 23:23:16 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-qe0-x22e.google.com (mail-qe0-x22e.google.com [IPv6:2607:f8b0:400d:c02::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7097F28FA for ; Sat, 9 Nov 2013 23:23:16 +0000 (UTC) Received: by mail-qe0-f46.google.com with SMTP id s14so3290655qeb.19 for ; Sat, 09 Nov 2013 15:23:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=43oEaQIlgEC0W8JrkII+yXgyJQmTzZCFDQt1N0ftJzI=; b=fA2FxEWhf6vXdnlAUktE45Rv6Bl9Jks7jAIGsR2wp+vwY2Vg1UeqlvXOPKBhY27Jsm tuOlOwOe82P4gSqbKRsE9yOMyyuAFT1hejneVAIOFxTFb+8iHVxSMeUb+dyHUTL71lln cIgZ3gaSaAU43TIxTxSRat0waBnQeJ3zepTck= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=43oEaQIlgEC0W8JrkII+yXgyJQmTzZCFDQt1N0ftJzI=; b=TtjrJaEIuKDI7SjzUBrJMm4pmGXPkvbnb9PWZP2dTROIKofuACzYO2Dn0JNqXxIcTR FyvNNdPOuY1wWdD0qfSHjJO7KmC7MhWhmL7ecHVOGKqeiIJ/ylkynve+ONPeW8thg7y+ HrfnTTA7CHu/UMwRYXhc/npntOITUDWcmQAtVGjwWzTpIfcXF0L2VOM4BLY7M6O6X7vH ZMDeorspIoRKPT9auopu3r+opu+cb5JvSi7Ko1IGxxVgorjcW70A3PSfthjcEeM5vfuK phyHWl0k1EXRU0VyXwvAe7Uc+O4oo8dXZFpKx7Rf1EkRN1rdoZv2vrZL09rLSxji9Zlt TCSg== X-Gm-Message-State: ALoCoQkPtqcziYK3d+vwKpTJbaf09tjKaDXkHC1uGtROwr8oGYQY5KhFPY+KUddCoA8/ibjKSbgZ X-Received: by 10.224.8.65 with SMTP id g1mr36433549qag.68.1384039395104; Sat, 09 Nov 2013 15:23:15 -0800 (PST) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.96.63.101 with HTTP; Sat, 9 Nov 2013 15:22:44 -0800 (PST) In-Reply-To: <1384026950.1819.0.camel@powernoodle.corp.yahoo.com> References: <201311090827.rA98RuYj082760@svn.freebsd.org> <20131109194526.O1128@besplex.bde.org> <1384026950.1819.0.camel@powernoodle.corp.yahoo.com> From: Eitan Adler Date: Sat, 9 Nov 2013 18:22:44 -0500 X-Google-Sender-Auth: kKQM3hRSI-w45cc-Zwq-TOaQ9_g Message-ID: Subject: Re: svn commit: r257883 - head/sys/dev/ppc To: Sean Bruno Content-Type: text/plain; charset=UTF-8 Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" , Bruce Evans X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Nov 2013 23:23:16 -0000 On Sat, Nov 9, 2013 at 2:55 PM, Sean Bruno wrote: > On Sat, 2013-11-09 at 03:58 -0500, Eitan Adler wrote: >> >> { 0x95131415, "Oxford Semiconductor OX16PCI954 Parallel >> port", >> >> 0x10 }, >> >> + { 0xc1101415, "Oxford Semiconductor OXPCIe952 Parallel >> port", 0x10 >> >> }, >> >> { 0x98059710, "NetMos NM9805 1284 Printer port", 0x10 }, >> >> { 0x98659710, "MosChip MCS9865 1284 Printer port", 0x10 }, >> >> { 0x99019710, "MosChip MCS9901 PCIe to Peripheral >> Controller", >> >> 0x10 }, >> > >> > >> > Any chance of keeping sorted lists sorted? >> >> Sure. Shall I sort by ID or English text? >> >> > > Looks like its sorted by ID, so there ya go. 0x05111407 comes after 0x1020131f but Lava comes after SIIG. I don't care either way. -- Eitan Adler Source, Ports, Doc committer Bugmeister, Ports Security teams