diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-11-30 00:53:40 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-11-30 00:53:40 +0000 |
commit | cfc18d13acb5014b816161137eb69ffaf4ee370b (patch) | |
tree | e37e12806020fb1732fcb0161f3ad20077b918dd /sys/conf | |
parent | ec2c61b55d258d05b9110f2268123566a18b7181 (diff) |
Cleaned up. lpt is MI now.
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/conf/files b/sys/conf/files index 03ca198cec5..5a0ae415d71 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.46 1996/11/28 23:10:28 niklas Exp $ +# $OpenBSD: files,v 1.47 1996/11/30 00:53:34 niklas Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -50,10 +50,14 @@ file dev/ic/elink3.c ep device le: ether, ifnet file dev/ic/am7990.c le -# LANCE and PCnet Ethernet controllers +# Cyclades Cyclom multiport serial cards device cy: tty file dev/ic/cy.c cy & (cy_isa | cy_pci) needs-flag +# PC parallel ports (XXX what chip?) +device lpt +file dev/ic/lpt.c lpt & (lpt_isa | lpt_pica) needs-flag + # Attributes which machine-independent bus support can be attached to. # These should be defined here, because some of these busses can have # devices which provide these attributes, and we'd like to avoid hairy |