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/ofw/files.ofw | |
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/ofw/files.ofw')
-rw-r--r-- | sys/dev/ofw/files.ofw | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ofw/files.ofw b/sys/dev/ofw/files.ofw index 8eebf043651..d7b0a92474f 100644 --- a/sys/dev/ofw/files.ofw +++ b/sys/dev/ofw/files.ofw @@ -1,4 +1,4 @@ -# $OpenBSD: files.ofw,v 1.3 1998/08/22 18:00:32 rahnds Exp $ +# $OpenBSD: files.ofw,v 1.4 2005/03/08 20:00:25 tdeval Exp $ # # First cut on Openfirmware interface @@ -12,7 +12,7 @@ attach ofdisk at openfirm file dev/ofw/ofdisk.c ofdisk needs-flag # Generic net support -#define ipkdbofn { [ disable = 0 ] } +#define ipkdbofn {[disable = 0]} #device ofnet: ether, ifnet, ipkdbofn device ofnet: ether, ifnet #device ipkdbif: ether, ifnet @@ -26,7 +26,7 @@ attach ofcons at openfirm file dev/ofw/ofcons.c ofcons needs-flag # Generic RTC support -device ofrtc +device ofrtc attach ofrtc at openfirm file dev/ofw/ofrtc.c ofrtc needs-flag |