diff options
author | dg <dg@FreeBSD.org> | 1995-02-02 13:12:18 +0000 |
---|---|---|
committer | dg <dg@FreeBSD.org> | 1995-02-02 13:12:18 +0000 |
commit | 57e383cd4cceec3dd87bf0ab3c3d7c42f919300b (patch) | |
tree | 8d1b00d546148364ba291540f1d0241cc58fde5e /sys/pci/ncrreg.h | |
parent | 1cfe037240f2abfa76630cc9c1f42f78096862df (diff) | |
download | FreeBSD-src-57e383cd4cceec3dd87bf0ab3c3d7c42f919300b.zip FreeBSD-src-57e383cd4cceec3dd87bf0ab3c3d7c42f919300b.tar.gz |
Reapplied all of Stefan's changes. What a mess - the files were modified
and moved at the same time. This made it *very* difficult to fix the
revision log lossage that happend when the files were moved. SIGH.
Diffstat (limited to 'sys/pci/ncrreg.h')
-rw-r--r-- | sys/pci/ncrreg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/pci/ncrreg.h b/sys/pci/ncrreg.h index 1a22aee..d580061 100644 --- a/sys/pci/ncrreg.h +++ b/sys/pci/ncrreg.h @@ -1,6 +1,6 @@ /************************************************************************** ** -** $Id: ncrreg.h,v 2.3 94/10/09 21:10:34 wolf Oct11 $ +** $Id: ncrreg.h,v 1.1 1994/10/12 02:21:56 se Exp $ ** ** Device driver for the NCR 53C810 PCI-SCSI-Controller. ** @@ -123,6 +123,7 @@ struct ncr_reg { #define ILF1 0x80 /* sta: data in SIDL register msb[W]*/ #define ORF1 0x40 /* sta: data in SODR register msb[W]*/ #define OLF1 0x20 /* sta: data in SODL register msb[W]*/ + #define LDSC 0x02 /* sta: disconnect & reconnect */ /*10*/ u_long nc_dsa; /* --> Base page */ |