diff options
author | 2016-09-03 21:37:28 +0000 | |
---|---|---|
committer | 2016-09-03 21:37:28 +0000 | |
commit | 9d0115e056da5f54912560e9a5b99742f2fb2561 (patch) | |
tree | 732b920c6b8fd3c75d0966160ebb2dd1be93ad2d /sys/dev/isa/files.isa | |
parent | err->errx, errno info is not related to the failure mode (diff) | |
download | wireguard-openbsd-9d0115e056da5f54912560e9a5b99742f2fb2561.tar.xz wireguard-openbsd-9d0115e056da5f54912560e9a5b99742f2fb2561.zip |
the src tree is growing too large. delete the aha and ahb drivers in
order to make room for llvm. er, the llvm makefiles. er, some of them.
Diffstat (limited to 'sys/dev/isa/files.isa')
-rw-r--r-- | sys/dev/isa/files.isa | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/dev/isa/files.isa b/sys/dev/isa/files.isa index 827bccff08b..fc08c9fa43a 100644 --- a/sys/dev/isa/files.isa +++ b/sys/dev/isa/files.isa @@ -1,4 +1,4 @@ -# $OpenBSD: files.isa,v 1.121 2016/08/31 15:53:06 tedu Exp $ +# $OpenBSD: files.isa,v 1.122 2016/09/03 21:37:29 tedu Exp $ # $NetBSD: files.isa,v 1.21 1996/05/16 03:45:55 mycroft Exp $ # # Config file and device description for machine-independent ISA code. @@ -104,11 +104,6 @@ file dev/isa/bha_isa.c bha_isa attach aic at isa with aic_isa: isa_dma file dev/isa/aic_isa.c aic_isa -# Adaptec AHA-154x family -device aha: scsi, isa_dma -attach aha at isa with aha_isa -file dev/isa/aha.c aha needs-flag - # UltraStor UHA-[13]4f boards # device declaration in sys/conf/files attach uha at isa with uha_isa: isa_dma |