From owner-cvs-sys Thu May 30 00:20:35 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA20560 for cvs-sys-outgoing; Thu, 30 May 1996 00:20:35 -0700 (PDT) Received: (from gibbs@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA20531; Thu, 30 May 1996 00:20:20 -0700 (PDT) Date: Thu, 30 May 1996 00:20:20 -0700 (PDT) From: "Justin T. Gibbs" Message-Id: <199605300720.AAA20531@freefall.freebsd.org> 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 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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 , Pete Bentley , Charles M. Hannum , Theo de Raadt 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 , Pete Bentley , Charles M. Hannum , Theo de Raadt 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 , Pete Bentley , Charles M. Hannum , Theo de Raadt 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