From owner-freebsd-commit Thu Dec 14 06:22:10 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA04206 for freebsd-commit-outgoing; Thu, 14 Dec 1995 06:22:10 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA04051 for cvs-all-outgoing; Thu, 14 Dec 1995 06:19:27 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA04038 for cvs-sys-outgoing; Thu, 14 Dec 1995 06:19:22 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA04031 Thu, 14 Dec 1995 06:19:20 -0800 (PST) Date: Thu, 14 Dec 1995 06:19:20 -0800 (PST) From: Peter Wemm Message-Id: <199512141419.GAA04031@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/pci bt9xx.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk peter 95/12/14 06:19:20 Modified: sys/i386/eisa bt74x.c sys/i386/isa bt5xx-445.c sys/i386/scsi bt.c btreg.h sys/pci bt9xx.c Log: Change the generic "btintr" function's name to "bt_intr" - the same as all the other bt_XXX() functions in i386/scsi/bt*. This the important effect of forcing a link error if the user is still using the old "vector btintr" which is dangerously wrong after Justin's updates to the driver. The correct isa vector line for the bt driver is "vector bt_isa_intr". Justin mentioned this in the commit message and updated LINT and GENERIC. This change is to enforce that.. :-) Revision Changes Path 1.2 +4 -4 src/sys/i386/eisa/bt74x.c 1.2 +2 -2 src/sys/i386/isa/bt5xx-445.c 1.3 +5 -5 src/sys/i386/scsi/bt.c 1.2 +2 -2 src/sys/i386/scsi/btreg.h 1.3 +2 -2 src/sys/pci/bt9xx.c