Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 May 1996 00:20:20 -0700 (PDT)
From:      "Justin T. Gibbs" <gibbs>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/dev/aic7xxx aic7xxx.seq src/sys/i386/scsi 93cx6.c 93cx6.h aic7xxx.c aic7xxx.h src/sys/i386/eisa aic7770.c src/sys/pci aic7870.c
Message-ID:  <199605300720.AAA20531@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

gibbs       96/05/30 00:20:19

  Modified:    sys/dev/aic7xxx  aic7xxx.seq
  Log:
  Merge in changes for NetBSD/OpenBSD.
  
  Cosmetic change to p_mesgout code so that it "looks" the same as what
  is done in the inb* routines.
  NetBSD/OpenBSD support Submitted by:Noriyuki Soda <soda@sra.co.jp>,
  				    Pete Bentley <pete@demon.net>,
  				    Charles M. Hannum <mycroft@mit.edu>,
  				    Theo de Raadt <deraadt@theos.com>
  
  Revision  Changes    Path
  1.38      +6 -2      src/sys/dev/aic7xxx/aic7xxx.seq

  Modified:    sys/i386/eisa  aic7770.c
               sys/pci   aic7870.c
  Log:
  Merge in changes for NetBSD/OpenBSD.
  
  NetBSD/OpenBSD support Submitted by:Noriyuki Soda <soda@sra.co.jp>,
  				    Pete Bentley <pete@demon.net>,
  				    Charles M. Hannum <mycroft@mit.edu>,
  				    Theo de Raadt <deraadt@theos.com>
  
  Revision  Changes    Path
  1.29      +204 -22   src/sys/i386/eisa/aic7770.c
  1.36      +208 -98   src/sys/pci/aic7870.c

  Modified:    sys/i386/scsi  93cx6.c 93cx6.h aic7xxx.c aic7xxx.h
  Log:
  Merge in changes for NetBSD/OpenBSD.
  
  Add a panic for attempts to page in a non paged out SCB.
  
  Re-order some of the interrupt routine for better performance.
  
  NetBSD/OpenBSD support Submitted by:Noriyuki Soda <soda@sra.co.jp>,
  				    Pete Bentley <pete@demon.net>,
  				    Charles M. Hannum <mycroft@mit.edu>,
  				    Theo de Raadt <deraadt@theos.com>
  
  Revision  Changes    Path
  1.5       +61 -57    src/sys/i386/scsi/93cx6.c
  1.3       +37 -11    src/sys/i386/scsi/93cx6.h
  1.71      +677 -425  src/sys/i386/scsi/aic7xxx.c
  1.28      +68 -1     src/sys/i386/scsi/aic7xxx.h



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