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/arch/mac68k | |
parent | 89319c327aab18dce2217d74aae8d08141d38ac8 (diff) |
Cosmetics...
Mainly remove space between locators parens, replace spaces with tabs
where appropriate and consistently align dependencies.
Diffstat (limited to 'sys/arch/mac68k')
-rw-r--r-- | sys/arch/mac68k/conf/files.mac68k | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sys/arch/mac68k/conf/files.mac68k b/sys/arch/mac68k/conf/files.mac68k index 015308f2bf0..e9b8684f20a 100644 --- a/sys/arch/mac68k/conf/files.mac68k +++ b/sys/arch/mac68k/conf/files.mac68k @@ -1,4 +1,4 @@ -# $OpenBSD: files.mac68k,v 1.32 2004/11/25 18:32:06 miod Exp $ +# $OpenBSD: files.mac68k,v 1.33 2005/03/08 20:00:23 tdeval Exp $ # $NetBSD: files.mac68k,v 1.61 1997/03/01 20:22:16 scottr Exp $ # mac68k-specific configuration info @@ -8,16 +8,16 @@ maxpartitions 16 maxusers 2 8 64 -device mainbus { } # no locators (yet?) +device mainbus {} # no locators (yet?) attach mainbus at root -define obio_norm { [addr = -1], ["no drq" = -1], ["no hsk" = -1] } -define obio_scsi5380 { [addr = -1], [drq = -1], [hsk = -1] } +define obio_norm {[addr = -1], ["no drq" = -1], ["no hsk" = -1]} +define obio_scsi5380 {[addr = -1], [drq = -1], [hsk = -1]} device obio: obio_norm, obio_scsi5380 attach obio at mainbus file arch/mac68k/dev/obio.c obio -device nubus { } +device nubus {} attach nubus at mainbus file arch/mac68k/dev/nubus.c nubus @@ -33,7 +33,7 @@ device asc attach asc at obio_norm file arch/mac68k/dev/asc.c asc needs-flag -define grfbus { } +define grfbus {} file arch/mac68k/dev/grf_subr.c grfbus device intvid: grfbus @@ -44,7 +44,7 @@ device macvid: grfbus attach macvid at nubus file arch/mac68k/dev/grf_mv.c macvid -device grf { } +device grf {} attach grf at grfbus file arch/mac68k/dev/grf.c grf needs-flag |