diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2009-05-10 00:00:25 +0000 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2009-05-10 00:00:25 +0000 |
commit | 9913dad78324dd8bc8da927e4b1d87003ecfe7d9 (patch) | |
tree | 200771cd75bef85df04e89efbd2c006e84a82b8b /sys/powerpc/conf | |
parent | eab6ae7b1f135a724251917287e1da0b659b63d3 (diff) | |
download | FreeBSD-src-9913dad78324dd8bc8da927e4b1d87003ecfe7d9.zip FreeBSD-src-9913dad78324dd8bc8da927e4b1d87003ecfe7d9.tar.gz |
- Use "device\t" and "options \t" for consistency.
Diffstat (limited to 'sys/powerpc/conf')
-rw-r--r-- | sys/powerpc/conf/GENERIC | 2 | ||||
-rw-r--r-- | sys/powerpc/conf/MPC85XX | 6 | ||||
-rw-r--r-- | sys/powerpc/conf/NOTES | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/sys/powerpc/conf/GENERIC b/sys/powerpc/conf/GENERIC index a85ded0..36231c7 100644 --- a/sys/powerpc/conf/GENERIC +++ b/sys/powerpc/conf/GENERIC @@ -135,7 +135,7 @@ device ehci # EHCI PCI->USB interface device usb # USB Bus (required) device uhid # "Human Interface Devices" device ukbd # Keyboard -options KBD_INSTALL_CDEV # install a CDEV entry in /dev +options KBD_INSTALL_CDEV # install a CDEV entry in /dev device ulpt # Printer device umass # Disks/Mass storage - Requires scbus and da0 device ums # Mouse diff --git a/sys/powerpc/conf/MPC85XX b/sys/powerpc/conf/MPC85XX index 901d18c..b517ee1 100644 --- a/sys/powerpc/conf/MPC85XX +++ b/sys/powerpc/conf/MPC85XX @@ -22,8 +22,8 @@ options BOOTP_WIRED_TO=tsec0 options CD9660 options COMPAT_43 options DDB -options DEVICE_POLLING -options HZ=1000 +options DEVICE_POLLING +options HZ=1000 #options DIAGNOSTIC options FFS options GDB @@ -39,7 +39,7 @@ options MPC85XX options MSDOSFS options NFS_ROOT options NFSCLIENT -options NFSLOCKD +options NFSLOCKD options PROCFS options PSEUDOFS options SCHED_4BSD diff --git a/sys/powerpc/conf/NOTES b/sys/powerpc/conf/NOTES index e78a042..c22d86f 100644 --- a/sys/powerpc/conf/NOTES +++ b/sys/powerpc/conf/NOTES @@ -19,7 +19,7 @@ options FPU_EMU options POWERMAC #NewWorld Apple PowerMacs options PSIM #GDB PSIM ppc simulator -options SC_OFWFB # OFW frame buffer +options SC_OFWFB # OFW frame buffer # Standard busses device pci |