From owner-freebsd-hackers Fri Apr 18 07:47:22 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA10240 for hackers-outgoing; Fri, 18 Apr 1997 07:47:22 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA10232 for ; Fri, 18 Apr 1997 07:47:18 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.5/8.6.9) id AAA17207; Sat, 19 Apr 1997 00:43:19 +1000 Date: Sat, 19 Apr 1997 00:43:19 +1000 From: Bruce Evans Message-Id: <199704181443.AAA17207@godzilla.zeta.org.au> To: bde@zeta.org.au, dfr@nlsystems.com Subject: Re: Installation Cc: eivind@nic.follonett.no, hackers@FreeBSD.org, joerg_wunsch@uriah.heep.sax.de Sender: owner-hackers@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk >Why on earth is there a vector keyword in the first place? Why isn't the >interrupt picked up from the driver like all the other entry points? Why not? It's more flexible. smm/02.config says that the vector "must be given explicitly" but doesn't say why. I got tired of the modularity problems that it causes and will be nuking it soon. Bruce