diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2009-06-20 14:35:52 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2009-06-20 14:35:52 +0000 |
commit | d013de3e5004f1b890fe8ec1e62e9e33a466b04f (patch) | |
tree | bb25569f562f9a973189e36e723b1496fde0163e /sys/dev/atapiscsi | |
parent | a27120559dcead5bd6a1565feef76bbb4be304ce (diff) |
Force atapiscsi to depend upon wdc_base. This allows kernels to have
atapiscsi* at umass?
without needing to have pciide or wdc attachments.
Diffstat (limited to 'sys/dev/atapiscsi')
-rw-r--r-- | sys/dev/atapiscsi/files.atapiscsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/atapiscsi/files.atapiscsi b/sys/dev/atapiscsi/files.atapiscsi index 46b64df2d16..1af122e4b9a 100644 --- a/sys/dev/atapiscsi/files.atapiscsi +++ b/sys/dev/atapiscsi/files.atapiscsi @@ -1,8 +1,8 @@ -# $OpenBSD: files.atapiscsi,v 1.6 2005/08/01 03:03:14 david Exp $ +# $OpenBSD: files.atapiscsi,v 1.7 2009/06/20 14:35:51 miod Exp $ # ATAPI transport for SCSI protocol # -device atapiscsi: scsi +device atapiscsi: scsi, wdc_base attach atapiscsi at atapi file dev/atapiscsi/atapiscsi.c atapiscsi needs-flag |