From owner-cvs-all Sat May 15 17: 8:51 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B776214E84; Sat, 15 May 1999 17:08:49 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Received: (from gibbs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA48794; Sat, 15 May 1999 17:08:49 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Message-Id: <199905160008.RAA48794@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Sat, 15 May 1999 17:08:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci ahc_pci.c src/sys/i386/eisa ahc_eisa.c src/sys/dev/aic7xxx aic7xxx.c aic7xxx.h aic7xxx.reg aic7xxx.seq aicasm_symbol.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk gibbs 1999/05/15 17:08:48 PDT Modified files: (Branch: RELENG_3) sys/pci ahc_pci.c Log: MFC: Use 'new' PCI API. Look at subvendor ID during probe. Use bus dma so this driver works on the Alpha. Revision Changes Path 1.5.2.4 +605 -256 src/sys/pci/ahc_pci.c Modified files: (Branch: RELENG_3) sys/i386/eisa ahc_eisa.c Log: MFC: Use bus dma so this driver works on the Alpha. Revision Changes Path 1.4.2.2 +21 -25 src/sys/i386/eisa/ahc_eisa.c Modified files: (Branch: RELENG_3) sys/dev/aic7xxx aic7xxx.c aic7xxx.h aic7xxx.reg aic7xxx.seq aicasm_symbol.c Log: MFC: Use bus dma so this driver works on the Alpha. Take advantage of the HS_MAILBOX register to avoid the aic7890/91/96/97 pause race during sync/wide negotiation. Revision Changes Path 1.16.2.8 +613 -367 src/sys/dev/aic7xxx/aic7xxx.c 1.5.2.2 +84 -53 src/sys/dev/aic7xxx/aic7xxx.h 1.12.2.3 +12 -1 src/sys/dev/aic7xxx/aic7xxx.reg 1.84.2.4 +13 -1 src/sys/dev/aic7xxx/aic7xxx.seq 1.5.2.1 +11 -9 src/sys/dev/aic7xxx/aicasm_symbol.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message