1 1.5.4.2 skrll # $NetBSD: files.ppbus,v 1.5.4.2 2004/08/03 10:50:27 skrll Exp $ 2 1.5.4.2 skrll # 3 1.5.4.2 skrll # Config file and device description for machine-independent parallel port bus 4 1.5.4.2 skrll # code. 5 1.5.4.2 skrll 6 1.5.4.2 skrll defflag opt_ppbus.h PPBUS_VERBOSE PPBUS_DEBUG 7 1.5.4.2 skrll defflag opt_ppbus_1284.h DONTPROBE_1284 DEBUG_1284 8 1.5.4.2 skrll 9 1.5.4.2 skrll # Generic device attribute: parallel port 10 1.5.4.2 skrll define parport { } 11 1.5.4.2 skrll 12 1.5.4.2 skrll # ppbus related files 13 1.5.4.2 skrll device ppbus { } 14 1.5.4.2 skrll attach ppbus at parport 15 1.5.4.2 skrll file dev/ppbus/ppbus_conf.c ppbus needs-flag 16 1.5.4.2 skrll file dev/ppbus/ppbus_base.c ppbus 17 1.5.4.2 skrll file dev/ppbus/ppbus_msq.c ppbus 18 1.5.4.2 skrll file dev/ppbus/ppbus_1284.c ppbus 19 1.5.4.2 skrll 20 1.5.4.2 skrll # lpt driver 21 1.5.4.2 skrll defflag opt_ppbus_lpt.h LPT_DEBUG LPT_VERBOSE 22 1.5.4.2 skrll device lpt 23 1.5.4.2 skrll attach lpt at ppbus with lpt_ppbus 24 1.5.4.2 skrll file dev/ppbus/lpt.c lpt_ppbus 25 1.5.4.2 skrll 26 1.5.4.2 skrll # XXX for now, include dev/ic/lpt.c if lpt is configured, 27 1.5.4.2 skrll # to ease transition from old lpt(4) 28 1.5.4.2 skrll defflag USE_ALT_LPT 29 1.5.4.2 skrll file dev/ic/lpt.c lpt & !ppbus & !use_alt_lpt 30 1.5.4.2 skrll 31 1.5.4.2 skrll # PLIP driver 32 1.5.4.2 skrll defflag opt_plip.h PLIP_DEBUG 33 1.5.4.2 skrll device plip # : arp, ether, ifnet 34 1.5.4.2 skrll attach plip at ppbus 35 1.5.4.2 skrll file dev/ppbus/if_plip.c plip needs-flag 36 1.5.4.2 skrll 37 1.5.4.2 skrll # pps interface 38 1.5.4.2 skrll device pps 39 1.5.4.2 skrll attach pps at ppbus 40 1.5.4.2 skrll file dev/ppbus/pps_ppbus.c pps 41 1.5.4.2 skrll 42 1.5.4.2 skrll # AT-compatible parallel port chipset 43 1.5.4.2 skrll defflag opt_atppc.h ATPPC_DEBUG ATPPC_VERBOSE 44 1.5.4.2 skrll device atppc: parport 45 1.5.4.2 skrll file dev/ic/atppc.c atppc needs-flag 46