From owner-svn-src-all@FreeBSD.ORG Sat Nov 9 23:23:16 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8A325F7E for ; Sat, 9 Nov 2013 23:23:16 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-qc0-x22f.google.com (mail-qc0-x22f.google.com [IPv6:2607:f8b0:400d:c01::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 457A828F8 for ; Sat, 9 Nov 2013 23:23:16 +0000 (UTC) Received: by mail-qc0-f175.google.com with SMTP id e16so2974602qcx.20 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=IfDbU1H5P/a0mnEVcoH3qOVAn1bT19R8mTVlSDfkgIXOHPAW14DsIrKRXNDlzIScYA +3eF5yv38L0+CVFMOzw9CXvedHop4rFE1sEj64D0z4SjwPJQkVHuzYgeHBtwALC6V2pG TEvBvNpYgxmbUezuvbtYLw8ltnHkLPTIREd5loIvF3gUhHeFd+g5j+ZPuU9YaVrF46Nm xn2WeTUIMJCYsmCGa+9YMHlJbVptIV7Yg4D6MQmyU7TEzkCkgtC8f/1dnmyQvEFwiP4Y QJRs66Kj7ZjY0NAue/WCRfJ2y611Z0sKBvZbhb/NYu/3qIHl6n4IDaPYYJc7yAsr32RM mdNw== X-Gm-Message-State: ALoCoQnRLS/hs0UalJ9qydvlB4o+NC/0R6KonxmacFI0sUZbsE5bgITRA2drk2L9nTkLLtaNxGEc 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" 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