files.tc (ac2bb4f3) | files.tc (4ea40b3f) |
---|---|
1# $OpenBSD: files.tc,v 1.13 2015/05/11 06:46:22 ratchov Exp $ | 1# $OpenBSD: files.tc,v 1.14 2017/11/02 14:04:24 mpi Exp $ |
2# $NetBSD: files.tc,v 1.26 2001/11/28 10:21:24 lukem Exp $ 3# 4# Config file and device description for machine-independent 5# TURBOchannel code. Included by ports that need it. 6 7device tc {[slot = -1], [offset = -1]} 8#attach tc at tcbus 9file dev/tc/tc.c tc --- 18 unchanged lines hidden (view full) --- 28attach bba at ioasic 29file dev/tc/bba.c bba 30 31# TCDS dual channel SCSI 32device tcds {[chip = -1]} 33attach tcds at tc 34file dev/tc/tcds.c tcds 35 | 2# $NetBSD: files.tc,v 1.26 2001/11/28 10:21:24 lukem Exp $ 3# 4# Config file and device description for machine-independent 5# TURBOchannel code. Included by ports that need it. 6 7device tc {[slot = -1], [offset = -1]} 8#attach tc at tcbus 9file dev/tc/tc.c tc --- 18 unchanged lines hidden (view full) --- 28attach bba at ioasic 29file dev/tc/bba.c bba 30 31# TCDS dual channel SCSI 32device tcds {[chip = -1]} 33attach tcds at tc 34file dev/tc/tcds.c tcds 35 |
36# 53C[F]90 PMAZ single channel SCSI | 36# 53C[F]90 PMAZ single or dual channel SCSI |
37device asc: ncr53c9x, scsi 38file dev/tc/asc.c asc 39attach asc at tc with asc_tc 40file dev/tc/asc_tc.c asc_tc 41attach asc at tcds with asc_tcds 42file dev/tc/asc_tcds.c asc_tcds | 37device asc: ncr53c9x, scsi 38file dev/tc/asc.c asc 39attach asc at tc with asc_tc 40file dev/tc/asc_tc.c asc_tc 41attach asc at tcds with asc_tcds 42file dev/tc/asc_tcds.c asc_tcds |
43 44# 8530 UARTs using the MI 8530 driver 45device zs {[channel = -1]} 46attach zs at ioasic with zs_ioasic 47file dev/tc/zs_ioasic.c zs needs-flag 48file dev/ic/z8530sc.c zs 49 50device zstty: tty 51attach zstty at zs 52file dev/ic/z8530tty.c zstty needs-flag 53 54#attach vsms at zs with zsms 55#file dev/tc/zsms.c zsms 56 57#attach lkkbd at zs with zskbd 58#file dev/tc/zskbd.c zskbd needs-flag |
|