diff options
author | 2007-05-28 02:13:44 +0000 | |
---|---|---|
committer | 2007-05-28 02:13:44 +0000 | |
commit | 4ff8562c74bb2bda3737675a327718da0428d310 (patch) | |
tree | 1241c4054a4a28f764f25d4a7626bf040a748c41 /sys/dev/isa/files.isa | |
parent | Reflect recent hoststated changes into hoststatectl (diff) | |
download | wireguard-openbsd-4ff8562c74bb2bda3737675a327718da0428d310.tar.xz wireguard-openbsd-4ff8562c74bb2bda3737675a327718da0428d310.zip |
Remove the Archive/Wangtek cartidge tape driver, wt(4). All tapes are
st(4).
ok tom@ deraadt@ jason@
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 4bfb490ca32..600a149d25d 100644 --- a/sys/dev/isa/files.isa +++ b/sys/dev/isa/files.isa @@ -1,4 +1,4 @@ -# $OpenBSD: files.isa,v 1.94 2006/03/26 20:19:53 grange Exp $ +# $OpenBSD: files.isa,v 1.95 2007/05/28 02:13:44 krw 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. @@ -136,11 +136,6 @@ file dev/isa/mcd.c mcd needs-flag attach wdc at isa with wdc_isa: isa_dma file dev/isa/wdc_isa.c wdc_isa -# Wangtek- and Archive-compatible tape controller boards -device wt: tape, isa_dma -attach wt at isa -file dev/isa/wt.c wt needs-flag - # # ISA networking drivers # |