From owner-cvs-all@FreeBSD.ORG Tue May 4 22:29:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A1A216A4CE; Tue, 4 May 2004 22:29:20 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3353A43D1D; Tue, 4 May 2004 22:29:20 -0700 (PDT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i455TKGe009840; Tue, 4 May 2004 22:29:20 -0700 (PDT) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i455TJ6k009839; Tue, 4 May 2004 22:29:19 -0700 (PDT) (envelope-from scottl) Message-Id: <200405050529.i455TJ6k009839@repoman.freebsd.org> From: Scott Long Date: Tue, 4 May 2004 22:29:19 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/asr asr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 May 2004 05:29:20 -0000 scottl 2004/05/04 22:29:19 PDT FreeBSD src repository Modified files: sys/dev/asr asr.c Log: Roto-till the ioctl code. Remove all the groping around in the x86 BIOS segment, remove the groping around in the Option ROM segments, remove the bogus tests for bcopy vs. copyout. There really is no reason for a management app to know these things other than to create l33t info tables for the user. Revision Changes Path 1.60 +10 -109 src/sys/dev/asr/asr.c