Date: Sat, 15 May 1999 17:08:49 -0700 (PDT) From: "Justin T. Gibbs" <gibbs@FreeBSD.org> 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 Message-ID: <199905160008.RAA48794@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905160008.RAA48794>