diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2001-01-23 04:19:43 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2001-01-23 04:19:43 +0000 |
commit | 4393112bdd0ce257492b099ef753c242e723ffc0 (patch) | |
tree | 40fee930b6db4b8e4cb098b8c3b9b650a393b798 /sys/conf | |
parent | 908bc80fc3dde3e6dcf859b56741d959853a0c30 (diff) |
Add support for Initio INI-91xx SCSI Cards
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files index 5ed4f83c67e..9ed3688eaf7 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.182 2000/12/17 21:34:57 mickey Exp $ +# $OpenBSD: files,v 1.183 2001/01/23 04:19:42 krw Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -200,6 +200,10 @@ file dev/ic/lpt.c lpt & (lpt_isa | lpt_pica | lpt_algor | lpt_gsc | lpt_puc) ne device sti: wsemuldisplaydev file dev/ic/sti.c sti & (sti_pci | sti_sgc) needs-flag +# Initio ULTRA WIDE/ULTRA2 WIDE SCSI Controllers +device iha: scsi +file dev/ic/iha.c iha + # Attributes which machine-independent bus support can be attached to. # These should be defined here, because some of these busses can have # devices which provide these attributes, and we'd like to avoid hairy |