1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-21 11:13:30 +00:00
freebsd/sys/i386
Peter Wemm 60f17fcd9f 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.. :-)
1995-12-14 14:19:19 +00:00
..
apm Pass 3 of the great devsw changes 1995-12-08 11:19:42 +00:00
bios Pass 3 of the great devsw changes 1995-12-08 11:19:42 +00:00
boot Removed bogus padding that wasted 0x500 bytes. 1995-11-18 05:25:24 +00:00
conf Have bt0 entry specify "bt_isa_intr" for its vector. This one entry will 1995-12-12 08:46:40 +00:00
eisa Change the generic "btintr" function's name to "bt_intr" - the same as 1995-12-14 14:19:19 +00:00
i386 Another mega commit to staticize things. 1995-12-14 09:55:16 +00:00
ibcs2 Update ibcs2 to use the new ps_strings / stack gap arrangements.. 1995-12-09 04:33:27 +00:00
include Make math_emulators LKMable. 1995-12-14 08:21:33 +00:00
isa Change the generic "btintr" function's name to "bt_intr" - the same as 1995-12-14 14:19:19 +00:00
linux Attempt to make the Linux LKM compile again after the recent VM include 1995-12-09 08:17:24 +00:00
pci Staticize and cleanup. 1995-12-10 13:40:44 +00:00
scsi Change the generic "btintr" function's name to "bt_intr" - the same as 1995-12-14 14:19:19 +00:00
Makefile