diff options
author | 2009-06-20 14:35:51 +0000 | |
---|---|---|
committer | 2009-06-20 14:35:51 +0000 | |
commit | 5c28b2bb7ea49a98b0c7a44db390580b5d8c0a99 (patch) | |
tree | a2da87c79923779a5fbc22178e6cfa754b725e7d | |
parent | Repair comment ID & typo, no binary change (diff) | |
download | wireguard-openbsd-5c28b2bb7ea49a98b0c7a44db390580b5d8c0a99.tar.xz wireguard-openbsd-5c28b2bb7ea49a98b0c7a44db390580b5d8c0a99.zip |
Force atapiscsi to depend upon wdc_base. This allows kernels to have
atapiscsi* at umass?
without needing to have pciide or wdc attachments.
-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 |