diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-09-15 21:51:51 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-09-15 21:51:51 +0000 |
commit | 8bee77da293c919b4c6972d560514da89d7e7969 (patch) | |
tree | 55a388f8d0391a01076ed33ea2843d95f6f2be10 /sys/dev | |
parent | 97a958470865eb18e607830701061d1117107b27 (diff) |
hmm, it seems that alignment is actually 512 everywhere, -- fix the comment; add one unknown aen
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/ic/twereg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/twereg.h b/sys/dev/ic/twereg.h index 38a85163ad2..9d5acc44324 100644 --- a/sys/dev/ic/twereg.h +++ b/sys/dev/ic/twereg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: twereg.h,v 1.1 2000/09/15 16:56:13 mickey Exp $ */ +/* $OpenBSD: twereg.h,v 1.2 2000/09/15 21:51:50 mickey Exp $ */ /* * Copyright (c) 2000 Michael Shalayeff @@ -42,7 +42,6 @@ #define TWE_MAXOFFSETS 62 #define TWE_MAXCMDS 255 #define TWE_SECTOR_SIZE 512 - /* XXX freebsd aligns at 64, but it does not work */ #define TWE_ALIGN 512 #define TWE_MAXFER (TWE_MAXOFFSETS * PAGE_SIZE) @@ -108,6 +107,7 @@ #define TWE_AEN_CERROR 0x0003 /* controller error */ #define TWE_AEN_RBFAIL 0x0004 /* rebuild failed */ #define TWE_AEN_RBDONE 0x0005 +/* TWE_AEN_ 0x0009 * dunno what this is (yet) */ #define TWE_AEN_QFULL 0x00ff #define TWE_AEN_TUN 0x0015 /* table undefined */ |