diff options
author | 2013-10-20 21:16:35 +0000 | |
---|---|---|
committer | 2013-10-20 21:16:35 +0000 | |
commit | f4ae7492cbdf3f65520efcf4181dc63c455b3e98 (patch) | |
tree | 7033e7eb16b9615c673e7a1602f7e3c0de074f48 | |
parent | Use C99 named initializers for struct wsdisplay_accessops fields. (diff) | |
download | wireguard-openbsd-f4ae7492cbdf3f65520efcf4181dc63c455b3e98.tar.xz wireguard-openbsd-f4ae7492cbdf3f65520efcf4181dc63c455b3e98.zip |
Fix osiop.c inclusion rule.
-rw-r--r-- | sys/conf/files | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/files b/sys/conf/files index f5cc08d4b3f..7033ce0761c 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.558 2013/10/17 08:02:18 deraadt Exp $ +# $OpenBSD: files,v 1.559 2013/10/20 21:16:35 miod Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -233,7 +233,7 @@ file dev/ic/siop.c siop & (siop_pci | siop_gedoens) # Symbios/NCR 53c710 SCSI controllers device osiop: scsi -file dev/ic/osiop.c osiop & (osiop_gsc | osiop_eisa | osiop_pcctwo) +file dev/ic/osiop.c osiop & (osiop_gsc | osiop_eisa | osiop_mc | osiop_pcctwo) # Symbios/NCR 53c700 SCSI controllers device oosiop: scsi |