diff options
author | Thierry Deval <tdeval@cvs.openbsd.org> | 2005-03-08 20:00:26 +0000 |
---|---|---|
committer | Thierry Deval <tdeval@cvs.openbsd.org> | 2005-03-08 20:00:26 +0000 |
commit | a3b0f021e679b876995e38de16c0b865bc44ab59 (patch) | |
tree | 20d73509f6c7f00e0b3ac537162723c42132864c /sys/dev/tc | |
parent | 89319c327aab18dce2217d74aae8d08141d38ac8 (diff) |
Cosmetics...
Mainly remove space between locators parens, replace spaces with tabs
where appropriate and consistently align dependencies.
Diffstat (limited to 'sys/dev/tc')
-rw-r--r-- | sys/dev/tc/files.tc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/tc/files.tc b/sys/dev/tc/files.tc index 387eeb05a03..e8b563b6972 100644 --- a/sys/dev/tc/files.tc +++ b/sys/dev/tc/files.tc @@ -1,4 +1,4 @@ -# $OpenBSD: files.tc,v 1.7 2004/09/16 09:14:02 mickey Exp $ +# $OpenBSD: files.tc,v 1.8 2005/03/08 20:00:25 tdeval Exp $ # $NetBSD: files.tc,v 1.26 2001/11/28 10:21:24 lukem Exp $ # # Config file and device description for machine-independent @@ -17,10 +17,10 @@ file dev/tc/ioasic_subr.c ioasic # lance device defined in sys/conf/files # le_dec_subr attribute defined in sys/dev/dec/files.dec -attach le at ioasic with le_ioasic: le_dec_subr +attach le at ioasic with le_ioasic: le_dec_subr file dev/tc/if_le_ioasic.c le_ioasic -attach le at tc with le_tc: le_dec_subr +attach le at tc with le_tc: le_dec_subr file dev/tc/if_le_tc.c le_tc # DEFTA FDDI controller |