diff options
| author | wiz <wiz@NetBSD.org> | 2002-04-25 15:22:44 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2002-04-25 15:22:44 +0000 |
| commit | 7ef7b3071dabe19f737d82d6bcfbbac3766b02dc (patch) | |
| tree | dcc8a6db9cac2a2f99df66091d9b6889957f86f5 /sys | |
| parent | 8a46d7046ae11b3f5a05eb59bc2f66802f9243d0 (diff) | |
Another options<TAB> -> options<SP><TAB>, noted by Patrick Welche.
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/arch/i386/conf/GENERIC | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 72aafc5aff6..6881b7d2d84 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.489 2002/04/25 15:06:28 atatat Exp $ +# $NetBSD: GENERIC,v 1.490 2002/04/25 15:22:44 wiz Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/i386/conf/std.i386" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.489 $" +#ident "GENERIC-$Revision: 1.490 $" maxusers 32 # estimated number of users @@ -341,7 +341,7 @@ npx0 at isa? port 0xf0 irq 13 # x86 math coprocessor pckbc0 at isa? # pc keyboard controller pckbd* at pckbc? # PC keyboard pms* at pckbc? # PS/2 mouse for wsmouse -#options PMS_DISABLE_POWERHOOK +#options PMS_DISABLE_POWERHOOK vga0 at isa? vga* at pci? dev ? function ? pcdisplay0 at isa? # CGA, MDA, EGA, HGA |
