From f69ff2bae348f49f6e5fccbf1594b839e98792ef Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Thu, 2 May 2002 22:56:08 +0000 Subject: Big TURBOchannel support catchup from NetBSD, part 1. A few local changes and tweaks remain. This bring DEC 3000 machines back in the game, but framebuffers are still not supported at the moment. Thanks to ericj@ and nate@ for supplying me a DEC 3000 for testing. --- sys/dev/dec/files.dec | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 sys/dev/dec/files.dec (limited to 'sys/dev/dec/files.dec') diff --git a/sys/dev/dec/files.dec b/sys/dev/dec/files.dec new file mode 100644 index 00000000000..16b94890e61 --- /dev/null +++ b/sys/dev/dec/files.dec @@ -0,0 +1,13 @@ +# $OpenBSD: files.dec,v 1.1 2002/05/02 22:56:02 miod Exp $ +# $NetBSD: files.dec,v 1.7 2002/03/13 15:18:22 ad Exp $ +# +# Config file and device description for machine-independent +# code for devices for Digital Equipment Corp. systems. +# Included by ports that need it. + +# Attribute for DEC lance padded-DMA copy functions. Lance attachments +# which need it should specify the le_de_subr attribute. +define le_dec_subr + +# DMA copy functions. Lance attachments qhich Decices +file dev/dec/if_le_dec.c le_dec_subr -- cgit v1.2.3