Be more consistent about whitespace.

This commit is contained in:
uwe 2006-01-03 00:54:56 +00:00
parent 0f9fab16a0
commit 8214ff33f4
1 changed files with 14 additions and 15 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: files.hpcsh,v 1.42 2005/12/11 12:17:36 christos Exp $ # $NetBSD: files.hpcsh,v 1.43 2006/01/03 00:54:56 uwe Exp $
# #
maxpartitions 8 maxpartitions 8
@ -7,7 +7,7 @@ maxusers 2 16 64
defflag debug_hpcsh.h BUS_SPACE_DEBUG defflag debug_hpcsh.h BUS_SPACE_DEBUG
PFCKBD_DEBUG PFCKBD_DEBUG
HD64461VIDEO_DEBUG HD64461VIDEO_DEBUG
HD64461PCMCIA_DEBUG HD64461PCMCIA_DEBUG
defparam opt_memsize.h IOM_ROM_BEGIN IOM_ROM_SIZE IOM_RAM_BEGIN IOM_RAM_SIZE defparam opt_memsize.h IOM_ROM_BEGIN IOM_ROM_SIZE IOM_RAM_BEGIN IOM_RAM_SIZE
@ -20,10 +20,10 @@ file arch/hpcsh/hpcsh/clock_machdep.c
file dev/kloader.c file dev/kloader.c
file arch/hpcsh/hpcsh/kloader_machdep.c file arch/hpcsh/hpcsh/kloader_machdep.c
defflag debug_kloader.h KLOADER_DEBUG defflag debug_kloader.h KLOADER_DEBUG
defparam opt_kloader_kernel_path.h KLOADER_KERNEL_PATH defparam opt_kloader_kernel_path.h KLOADER_KERNEL_PATH
device mainbus { [id = -1] } device mainbus { [id = -1] }
# #
# H/PC Platform common files. # H/PC Platform common files.
@ -36,13 +36,12 @@ include "dev/hpc/files.hpcfb"
include "arch/hpc/conf/files.debug" include "arch/hpc/conf/files.debug"
file arch/hpcsh/hpcsh/debug.c file arch/hpcsh/hpcsh/debug.c
#
# power management # power management
#
include "dev/hpc/apm/files.apm" include "dev/hpc/apm/files.apm"
device hpcapm: apmdevif device hpcapm: apmdevif
attach hpcapm at mainbus attach hpcapm at mainbus
file dev/hpc/hpcapm.c hpcapm file dev/hpc/hpcapm.c hpcapm
# #
@ -56,7 +55,7 @@ include "dev/scsipi/files.scsipi"
include "dev/ata/files.ata" include "dev/ata/files.ata"
# Memory Disk for install floppy # Memory Disk for install floppy
file dev/md_root.c memory_disk_hooks file dev/md_root.c memory_disk_hooks
# #
# System bus types # System bus types
@ -64,8 +63,8 @@ file dev/md_root.c memory_disk_hooks
attach mainbus at root attach mainbus at root
file arch/hpcsh/hpcsh/mainbus.c mainbus file arch/hpcsh/hpcsh/mainbus.c mainbus
device cpu device cpu
attach cpu at mainbus attach cpu at mainbus
file arch/sh3/sh3/cpu.c cpu file arch/sh3/sh3/cpu.c cpu
include "arch/sh3/conf/files.shb" include "arch/sh3/conf/files.shb"
@ -84,7 +83,7 @@ include "dev/hpc/files.hpctp"
device j6x0tp: hpctpanel, wsmousedev, wskbddev device j6x0tp: hpctpanel, wsmousedev, wskbddev
attach j6x0tp at adc attach j6x0tp at adc
file arch/hpcsh/dev/j6x0tp.c j6x0tp file arch/hpcsh/dev/j6x0tp.c j6x0tp
defflag opt_j6x0tp.h J6X0TP_DEBUG defflag opt_j6x0tp.h J6X0TP_DEBUG
J6X0TP_WSMOUSE_EXCLUSIVE J6X0TP_WSMOUSE_EXCLUSIVE
defparam opt_j6x0tp.h J6X0TP_SETTINGS_ICON_KEYSYM defparam opt_j6x0tp.h J6X0TP_SETTINGS_ICON_KEYSYM
J6X0TP_PGUP_ICON_KEYSYM J6X0TP_PGUP_ICON_KEYSYM
@ -98,7 +97,7 @@ file arch/hpcsh/dev/psh3lcd.c psh3lcd
device psh3tp: hpctpanel, wsmousedev device psh3tp: hpctpanel, wsmousedev
attach psh3tp at adc attach psh3tp at adc
file arch/hpcsh/dev/psh3tp.c psh3tp file arch/hpcsh/dev/psh3tp.c psh3tp
defflag opt_psh3tp.h PSH3TP_DEBUG defflag opt_psh3tp.h PSH3TP_DEBUG
device pfckbd: hpckbdif device pfckbd: hpckbdif
attach pfckbd at mainbus attach pfckbd at mainbus
@ -152,7 +151,7 @@ file arch/hpcsh/dev/hd6446x/hd6446xintc.c hd64461if | hd64465if
# #
# Machine-independent PCMCIA drivers # Machine-independent PCMCIA drivers
# #
device fdc {drive = -1} # files.pcmcia requires. device fdc {drive = -1} # XXX: required by files.pcmcia
include "dev/pcmcia/files.pcmcia" include "dev/pcmcia/files.pcmcia"
include "arch/hpcsh/conf/majors.hpcsh" include "arch/hpcsh/conf/majors.hpcsh"