From owner-freebsd-hackers Mon May 6 07:33:39 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA16367 for hackers-outgoing; Mon, 6 May 1996 07:33:39 -0700 (PDT) Received: from xi.dorm.umd.edu (root@xi.dorm.umd.edu [129.2.152.45]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id HAA16340 Mon, 6 May 1996 07:33:30 -0700 (PDT) Received: from localhost (smpatel@localhost [127.0.0.1]) by xi.dorm.umd.edu (8.7.5/8.6.12) with SMTP id KAA01897; Mon, 6 May 1996 10:33:26 -0400 (EDT) Date: Mon, 6 May 1996 10:33:25 -0400 (EDT) From: Sujal Patel X-Sender: smpatel@xi.dorm.umd.edu Reply-To: Sujal Patel To: hackers@freebsd.org, hardware@freebsd.org Subject: ISA Plug-n-Play Support Update Available Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I have made a snapshot of my work on ISA Plug-n-Play support available at: ftp://freefall.freebsd.org/incoming/ISA_PnP.May5.tar.gz MD5 (ISA_PnP.May5.tar.gz) = d9336876e43e6e22eae4ad1349a5aa72 This is ALPHA quality code but is known to work on the following devices: SoundBlaster 16 PnP Supra PnP modems SMC EtherEz GUS Ultrasound PnP (Requires special init code, talk to Amancio) The code should be complete enough to support 99% of devices that function with current FreeBSD drivers (i.e. only need the Plug-n-Play support). If your motherboard supports PnP devices, then you don't need this code (but this driver is useful to better control your device's configuration) The only caveat is that you'll need to manually configure the device (IRQ/DMA/Port/etc.). Work is being done for auto-configuration/better configuration and will be integrated into -current in the upcoming months. The README in the tar will explain everything else. The kernel patch is relative to -current, so -stable users will probably have to make some trivial changes. Let me know if this stuff works on any more devices or if you have any problems. Thanks to Amancio Hasty, John Polstra, Louie Mamakos, and others for feedback and bug fixes. Sujal