diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2003-08-15 23:01:02 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2003-08-15 23:01:02 +0000 |
commit | a532b274cecd7b60bcb65ab26e1b31bd3b0d1b04 (patch) | |
tree | 78876456e86db69e1dc2dc2d7ac28e6778ef4ce0 /sys/conf | |
parent | 57134a8bf6cb70f659cd9d8e29045ef33f5a55fb (diff) |
- remove ahc dependency, convert smc93cx6 into an attribute.
- support for 8 and 32 bit registers.
from NetBSD.
deraadt@ and krw@ testing and ok.
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/sys/conf/files b/sys/conf/files index 4079122fb2b..73fcb67bb1b 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.276 2003/08/12 11:05:47 hin Exp $ +# $OpenBSD: files,v 1.277 2003/08/15 23:01:01 fgsch Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -73,6 +73,10 @@ define wskbddev {[console = -1], [mux = -1]} define wsmousedev {[mux = -1]} define wsrasteremulops +# SMC 93Cx6 Serial EEPROM devices +define smc93cx6 +file dev/ic/smc93cx6.c smc93cx6 + # common PC display functions define pcdisplayops file dev/ic/pcdisplay_subr.c pcdisplayops @@ -103,10 +107,9 @@ file dev/ic/wdc.c wdc_base # contain the cfdrivers. Attachments are provided by files.<bus> # Adaptec 2[789]4X, 394X, aic7770 and aic78[5678]0 SCSI controllers -device ahc: scsi +device ahc: scsi, smc93cx6 file dev/ic/aic7xxx.c ahc file dev/ic/aic7xxx_openbsd.c ahc -file dev/ic/smc93cx6.c ahc # Adaptec AIC-6[23]60 SCSI controllers device aic: scsi |