From owner-svn-src-head@FreeBSD.ORG Wed Mar 19 22:53:56 2014 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 ESMTPS id 3EE80B7F for ; Wed, 19 Mar 2014 22:53:56 +0000 (UTC) Received: from mail-pb0-f49.google.com (mail-pb0-f49.google.com [209.85.160.49]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 11B6CA4C for ; Wed, 19 Mar 2014 22:53:55 +0000 (UTC) Received: by mail-pb0-f49.google.com with SMTP id jt11so23615pbb.8 for ; Wed, 19 Mar 2014 15:53:55 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=l+dvuzCCq8+k52ryYygGwMBu92m+pxp+HLKrZQOuV+E=; b=V9Mkt4lYTEj6umWHY4WXaXo3z2GA3NM02Bj+qb/T/qn+jIJ+oKoH99p8MiW+Uywsdi oz3OADyjLWlajYiHM58n4AnGF8UUWzqN53t2LqR+wdSwQfghVIugjuxQEQer0AMIYrxh rNaADbgixGbrSqi2gUopLskAVUWE/sDii3MMpCLm9Jcjxz61v7SMUcr6mYw+dI1dnKyX +0w85uMjHQMBZ7YJDVIPS81k5Vhybb9LFkZa+VwCyfRfQaGzu4qiHccC0zYceLlTvfK8 Yarw7uznQTLpapVs6IFBKdoeM9otshy67f1QRtnqcdd47eTB+QBL8XvvLknF9FuZh3Dr uoWA== X-Gm-Message-State: ALoCoQmXzXHnP5bdbyIstW5dToI35Lwia6crUsUCA2T08BECYuchBsW13kx2BbnRZGzVOTfjHuV6 X-Received: by 10.68.201.10 with SMTP id jw10mr42641467pbc.25.1395269635500; Wed, 19 Mar 2014 15:53:55 -0700 (PDT) Received: from bsdimp.corp.netflix.com ([69.53.237.72]) by mx.google.com with ESMTPSA id y4sm546704pbk.76.2014.03.19.15.53.54 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 19 Mar 2014 15:53:54 -0700 (PDT) Sender: Warner Losh Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) Subject: Re: svn commit: r263379 - in head/sys: amd64/amd64 i386/i386 i386/xen isa pc98/cbus x86/isa x86/x86 From: Warner Losh In-Reply-To: <201403192243.s2JMh4iP088793@gw.catspoiler.org> Date: Wed, 19 Mar 2014 15:53:52 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <3B6D3522-BAA4-4FBF-9B5B-367D98D9763B@bsdimp.com> References: <201403192243.s2JMh4iP088793@gw.catspoiler.org> To: Don Lewis X-Mailer: Apple Mail (2.1874) Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org, imp@FreeBSD.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.17 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: Wed, 19 Mar 2014 22:53:56 -0000 On Mar 19, 2014, at 3:43 PM, Don Lewis wrote: > On 19 Mar, Warner Losh wrote: >> Author: imp >> Date: Wed Mar 19 21:03:04 2014 >> New Revision: 263379 >> URL: http://svnweb.freebsd.org/changeset/base/263379 >>=20 >> Log: >> Remove vestiges of knowing the ISA bus, which we gave up on around = 20 >> years ago. Remove redunant copy of isaregs.h. >=20 > It hasn't been that long ... >=20 > At $ork we were still running a number of FreeBSD machines with ISA > slots in 2002. I don't think we were using any ISA cards, except an > Etinc ET/5025 to connect to a T-1. >=20 > I've still got a FreeBSD box here in daily use that has ISA slots. We still support ISA cards, and this doesn=92t change that at all. This = just retires a bunch of #defines that haven=92t been used in about 20 years (well, = maybe only 15 years) and removes a redundant copy of what remains... Warner