From owner-freebsd-commit Wed Nov 8 23:14:23 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA24059 for freebsd-commit-outgoing; Wed, 8 Nov 1995 23:14:23 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA24040 for cvs-all-outgoing; Wed, 8 Nov 1995 23:14:20 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA24011 for cvs-sys-outgoing; Wed, 8 Nov 1995 23:14:15 -0800 Received: (from gibbs@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA24002 ; Wed, 8 Nov 1995 23:14:12 -0800 Date: Wed, 8 Nov 1995 23:14:12 -0800 From: "Justin T. Gibbs" Message-Id: <199511090714.XAA24002@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/eisa aic7770.c eisaconf.c Sender: owner-commit@FreeBSD.org Precedence: bulk gibbs 95/11/08 23:14:12 Modified: sys/i386/eisa aic7770.c eisaconf.c Log: Second pass on this. Sentinal device node was an uneeded complication. Handle kdc registration correctly. Catch ISA devices that use eisa registration and output probe information accordingly. lsdev will have to be updated to handle EISA devices correctly. aic7770.c: Set kdc_isa0 as the parent for 284X cards since its a VL card.