From owner-cvs-sys Tue Mar 18 11:18:42 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA19237 for cvs-sys-outgoing; Tue, 18 Mar 1997 11:18:42 -0800 (PST) Received: (from gibbs@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA19229; Tue, 18 Mar 1997 11:18:40 -0800 (PST) Date: Tue, 18 Mar 1997 11:18:40 -0800 (PST) From: "Justin T. Gibbs" Message-Id: <199703181918.LAA19229@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/dev/aic7xxx aic7xxx.seq aic7xxx_asm.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 97/03/18 11:18:40 Modified: sys/dev/aic7xxx aic7xxx.seq aic7xxx_asm.c Log: aic7xxx.seq: Stick 4 more, twin channel only, instructions behind .if ( TWIN_CHANNEL) aic7xxx_asm.c: Add the -O options which allows the specification of which options to include in a program listing. This makes it possible to easily determine the address of any instruction in the program across different hardware/option configurations. Updated usage() as well. Revision Changes Path 1.65 +2 -0 src/sys/dev/aic7xxx/aic7xxx.seq 1.16 +87 -12 src/sys/dev/aic7xxx/aic7xxx_asm.c