diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2007-03-20 07:45:12 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2007-03-20 07:45:12 +0000 |
commit | db37fa8ff4a01b1922ba0e20426bafa804f0b806 (patch) | |
tree | f3b13f1384e431e32c289894d60b42e134aec285 /sys/dev/ata/atascsi.h | |
parent | 38a349bc49186e9f51d1cd8fbda3d96f09617628 (diff) |
nothing from wdc, wd, or any of the existing ata stuff pls. this gets rid
of the wdcreg.h include in atascsi.
"feel free to remove" pascoe@
Diffstat (limited to 'sys/dev/ata/atascsi.h')
-rw-r--r-- | sys/dev/ata/atascsi.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ata/atascsi.h b/sys/dev/ata/atascsi.h index 6e78aceb069..1334d2103f5 100644 --- a/sys/dev/ata/atascsi.h +++ b/sys/dev/ata/atascsi.h @@ -1,4 +1,4 @@ -/* $OpenBSD: atascsi.h,v 1.11 2007/03/20 07:09:42 pascoe Exp $ */ +/* $OpenBSD: atascsi.h,v 1.12 2007/03/20 07:45:11 dlg Exp $ */ /* * Copyright (c) 2007 David Gwynne <dlg@openbsd.org> @@ -69,6 +69,7 @@ enum ata_register_map { LBA_HIGH = 6, DEVICE_HEAD = 7, DEVICE = 7, +#define H2D_DEVICE_LBA 0x40 SECTOR_NUM_EXP = 8, LBA_LOW_EXP = 8, CYL_LOW_EXP = 9, |