From owner-freebsd-hackers Thu Apr 4 09:06:19 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA10746 for hackers-outgoing; Thu, 4 Apr 1996 09:06:19 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id JAA10739 for ; Thu, 4 Apr 1996 09:06:15 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id DAA22133; Fri, 5 Apr 1996 03:02:27 +1000 Date: Fri, 5 Apr 1996 03:02:27 +1000 From: Bruce Evans Message-Id: <199604041702.DAA22133@godzilla.zeta.org.au> To: hackers@FreeBSD.ORG, luigi@labinfo.iet.unipi.it Subject: Re: soft disable of peripherals ? Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >I think it would be useful to have a general mechanism which could >temporarily disable/reenable a given I/O port. As a minimum, it It should be part of preparing an lkm driver for unloading. Bruce