blob: 093c34df6c30aab75956a78f7bb3062bb96278d9 (
plain)
1
2
3
4
5
6
7
8
9
|
# $OpenBSD: files.puc,v 1.3 2008/05/21 18:49:47 kettenis Exp $
#
# Config file and device description for machine-independent PUC drivers.
# Requires PCI to be defined first.
attach com at puc with com_puc
file dev/puc/com_puc.c com_puc
attach lpt at puc with lpt_puc
file dev/puc/lpt_puc.c lpt_puc
|