diff options
| author | jonathan <jonathan@NetBSD.org> | 1997-07-22 04:32:13 +0000 |
|---|---|---|
| committer | jonathan <jonathan@NetBSD.org> | 1997-07-22 04:32:13 +0000 |
| commit | 064c4e515c418e348aa4533bd2f4196087e02ac3 (patch) | |
| tree | 217720789938707a3a7a16594b9f7bbbbe886e85 /sys/dev/dec/files.dec | |
| parent | 38e9259a81b6969c40edee3ba324406658bad497 (diff) | |
Create sys/dev/dec and cleanup sys/dev/tc:
* Move clockvar.h (header file for generic clock code) to sys/dev/dec.
* Move if_le_dec.c with DEC padded LANCE-dma (pmax/pmax, ioasic, vax 3400)
to sys/dev/dec. Remove from sys/dev/tc.
* Declare attribute le_dec_subr in /sys/dev/dec/files.dec,
use if_le_dec.c when it's defined.
* Move IOCTL asic declaration from pmax and Alpha MD machine
files to sys/dev/tc/files.tc.
* move TurboChannel and ioasic if_le attachments from pmax and Alpha machine
config files to /sys/dev/tc/files.tc. Add le_dec_subr attribute.
* Add if_le_dec attribute to if_le_ibus (pmax ds3100 pmax) LANCE attachment.
Diffstat (limited to 'sys/dev/dec/files.dec')
| -rw-r--r-- | sys/dev/dec/files.dec | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sys/dev/dec/files.dec b/sys/dev/dec/files.dec new file mode 100644 index 00000000000..5ed9feb342c --- /dev/null +++ b/sys/dev/dec/files.dec @@ -0,0 +1,12 @@ +# $NetBSD: files.dec,v 1.1 1997/07/22 04:32:20 jonathan 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/tc/if_le_dec.c le_dec_subr |
