From owner-svn-src-head@freebsd.org Thu Feb 16 21:56:58 2017 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CDCFBCE23C5; Thu, 16 Feb 2017 21:56:58 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 79A1F1F21; Thu, 16 Feb 2017 21:56:58 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1GLuvY8043600; Thu, 16 Feb 2017 21:56:57 GMT (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1GLuvG7043596; Thu, 16 Feb 2017 21:56:57 GMT (envelope-from imp@FreeBSD.org) Message-Id: <201702162156.v1GLuvG7043596@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: imp set sender to imp@FreeBSD.org using -f From: Warner Losh Date: Thu, 16 Feb 2017 21:56:57 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r313832 - in head: share/man/man4 sys/conf sys/dev/ida X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 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: Thu, 16 Feb 2017 21:56:59 -0000 Author: imp Date: Thu Feb 16 21:56:57 2017 New Revision: 313832 URL: https://svnweb.freebsd.org/changeset/base/313832 Log: Remove support for EISA in the ida driver. Remove references to EISA-only registers. Remove known EISA cards from man page. Deleted: head/sys/dev/ida/ida_eisa.c Modified: head/share/man/man4/ida.4 head/sys/conf/files head/sys/dev/ida/idareg.h Modified: head/share/man/man4/ida.4 ============================================================================== --- head/share/man/man4/ida.4 Thu Feb 16 21:56:51 2017 (r313831) +++ head/share/man/man4/ida.4 Thu Feb 16 21:56:57 2017 (r313832) @@ -2,7 +2,7 @@ .\" Written by Tom Rhodes .\" This file is public domain .\" -.Dd August 8, 2004 +.Dd February 15, 2017 .Dt IDA 4 .Os .Sh NAME @@ -57,10 +57,6 @@ Compaq SMART-2/DH Controller Compaq SMART-2/SL Controller .It Compaq SMART-2/P Controller -.It -Compaq SMART-2/E Controller -.It -Compaq SMART Controller .El .Sh IMPLEMENTATION NOTES Extreme caution should be exercised when using the pass-through interface. Modified: head/sys/conf/files ============================================================================== --- head/sys/conf/files Thu Feb 16 21:56:51 2017 (r313831) +++ head/sys/conf/files Thu Feb 16 21:56:57 2017 (r313832) @@ -1727,7 +1727,6 @@ dev/ichsmb/ichsmb.c optional ichsmb dev/ichsmb/ichsmb_pci.c optional ichsmb pci dev/ida/ida.c optional ida dev/ida/ida_disk.c optional ida -dev/ida/ida_eisa.c optional ida eisa dev/ida/ida_pci.c optional ida pci dev/iicbus/ad7418.c optional ad7418 dev/iicbus/ds1307.c optional ds1307 Modified: head/sys/dev/ida/idareg.h ============================================================================== --- head/sys/dev/ida/idareg.h Thu Feb 16 21:56:51 2017 (r313831) +++ head/sys/dev/ida/idareg.h Thu Feb 16 21:56:57 2017 (r313832) @@ -31,23 +31,6 @@ */ /* - * defines for older EISA controllers (IDA, IDA-2, IAES, SMART) - */ -#define R_EISA_INT_MASK 0x01 -#define R_EISA_LOCAL_MASK 0x04 -#define R_EISA_LOCAL_DOORBELL 0x05 -#define R_EISA_SYSTEM_MASK 0x06 -#define R_EISA_SYSTEM_DOORBELL 0x07 -#define R_EISA_LIST_ADDR 0x08 -#define R_EISA_LIST_LEN 0x0c -#define R_EISA_TAG 0x0f -#define R_EISA_COMPLETE_ADDR 0x10 -#define R_EISA_LIST_STATUS 0x16 - -#define EISA_CHANNEL_BUSY 0x01 -#define EISA_CHANNEL_CLEAR 0x02 - -/* * board register offsets for SMART-2 controllers */ #define R_CMD_FIFO 0x04