diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2006-07-06 21:12:18 +0000 |
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2006-07-06 21:12:18 +0000 |
| commit | 50d99d1a52d3bc87a4897cc87db950960060e35e (patch) | |
| tree | 5f5c8e0ac7c41fc6eb82da090f253cdb4051c7b4 /sys/dev/ic | |
| parent | 65ee602e0c3162bfa7f314843595cce1f1a8c6e5 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ic')
| -rw-r--r-- | sys/dev/ic/nec765.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/dev/ic/nec765.h b/sys/dev/ic/nec765.h index 1e0561a5ee66..985168599336 100644 --- a/sys/dev/ic/nec765.h +++ b/sys/dev/ic/nec765.h @@ -90,6 +90,12 @@ #define NE7_ST3_HD 0x04 /* upper head select */ #define NE7_ST3_US 0x03 /* unit select */ +/* Data Rate Select Register DSR (enhanced controller) */ +#define I8207X_DSR_SR 0x80 /* software reset */ +#define I8207X_DSR_LP 0x40 /* low power */ +#define I8207X_DSR_PS 0x1c /* precompensation select */ +#define I8207X_DSR_RS 0x03 /* data rate select */ + /* Commands */ /* * the top three bits -- where appropriate -- are set as follows: |
