Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Dec 1995 06:19:20 -0800 (PST)
From:      Peter Wemm <peter>
To:        CVS-committers, cvs-sys
Subject:   cvs commit: src/sys/pci bt9xx.c
Message-ID:  <199512141419.GAA04031@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199512141419.GAA04031>