From owner-freebsd-hackers Fri Dec 4 14:10:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA27632 for freebsd-hackers-outgoing; Fri, 4 Dec 1998 14:10:46 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from etinc.com (et-gw.etinc.com [207.252.1.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA27612 for ; Fri, 4 Dec 1998 14:10:44 -0800 (PST) (envelope-from dennis@etinc.com) Received: from dbsys (dbsys.etinc.com [207.252.1.18]) by etinc.com (8.8.8/8.6.9) with SMTP id RAA24621 for ; Fri, 4 Dec 1998 17:11:24 GMT Message-Id: <199812041711.RAA24621@etinc.com> X-Sender: dennis@etinc.com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0 Date: Fri, 04 Dec 1998 17:08:38 -0500 To: hackers@FreeBSD.ORG From: Dennis Subject: annoying interrupt handler decl in v3.0 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG regarding isa_device.h now having hard coded declarations in v3.0, isn't this a step backwards? intrhand2_t xxintr considering that this code could easily be generated from the config file why are you going from dynamic to hard-coded, forcing a manual change whenever a new driver is added? dennis To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message