diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-08-19 00:12:06 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-08-19 00:12:06 +0000 |
commit | b19e1ae80ee20145048308f238d84a729f963360 (patch) | |
tree | 384aa3b87ab7be910b2c264cd77ed3ec9b3b4737 /sys | |
parent | a7e79e28969b3bf3dd0adda7632999a18aae58fd (diff) |
s/options/option/; kill pseudo-devs
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/sparc/conf/GENERIC | 24 | ||||
-rw-r--r-- | sys/arch/sparc/conf/GENERIC_SCSI3 | 24 |
2 files changed, 16 insertions, 32 deletions
diff --git a/sys/arch/sparc/conf/GENERIC b/sys/arch/sparc/conf/GENERIC index e441bd004f5..520295aae73 100644 --- a/sys/arch/sparc/conf/GENERIC +++ b/sys/arch/sparc/conf/GENERIC @@ -7,18 +7,18 @@ include "../../../conf/GENERIC" # Options for variants of the Sun SPARC architecure. # At least one is required. -options SUN4 # sun4/100, sun4/200, sun4/300 -options SUN4C # sun4c - SS1, 1+, 2, ELC, SLC, IPC, IPX, etc. -options SUN4M # sun4m - SS10, SS20, Classic, etc. +option SUN4 # sun4/100, sun4/200, sun4/300 +option SUN4C # sun4c - SS1, 1+, 2, ELC, SLC, IPC, IPX, etc. +option SUN4M # sun4m - SS10, SS20, Classic, etc. -#options MMU_3L # 3-level MMU on sun4/400 +#option MMU_3L # 3-level MMU on sun4/400 -#options KGDB # support for kernel gdb -#options KGDBDEV=0xc01 # kgdb device number (dev_t) -#options KGDBRATE=38400 # baud rate +#option KGDB # support for kernel gdb +#option KGDBDEV=0xc01 # kgdb device number (dev_t) +#option KGDBRATE=38400 # baud rate # Options for SPARCstation hardware -options RASTERCONSOLE # fast rasterop console +option RASTERCONSOLE # fast rasterop console # Generic swap; second partition of root disk or network. config bsd swap generic @@ -223,13 +223,5 @@ fdc0 at mainbus0 # sun4c controller fdc0 at obio0 # sun4m controller fd* at fdc0 # the drive itself -pseudo-device loop # loopback interface; required -pseudo-device pty 32 # pseudo-ttys (for network, etc.) -pseudo-device sl 2 # SLIP interfaces pseudo-device kbd # Sun keyboard -pseudo-device ppp 2 # PPP interfaces -pseudo-device tun 4 # Network "tunnel" device -pseudo-device bpfilter 16 # Berkeley Packet Filter -pseudo-device vnd 4 # disk-like interface to files -pseudo-device ccd 4 # concatenated and striped disks #pseudo-device strip 1 # radio clock diff --git a/sys/arch/sparc/conf/GENERIC_SCSI3 b/sys/arch/sparc/conf/GENERIC_SCSI3 index d2fc42215cf..7e5065cf811 100644 --- a/sys/arch/sparc/conf/GENERIC_SCSI3 +++ b/sys/arch/sparc/conf/GENERIC_SCSI3 @@ -7,18 +7,18 @@ include "../../../conf/GENERIC" # Options for variants of the Sun SPARC architecure. # At least one is required. -options SUN4 # sun4/100, sun4/200, sun4/300 -options SUN4C # sun4c - SS1, 1+, 2, ELC, SLC, IPC, IPX, etc. -options SUN4M # sun4m - SS10, SS20, Classic, etc. +option SUN4 # sun4/100, sun4/200, sun4/300 +option SUN4C # sun4c - SS1, 1+, 2, ELC, SLC, IPC, IPX, etc. +option SUN4M # sun4m - SS10, SS20, Classic, etc. -#options MMU_3L # 3-level MMU on sun4/400 +#option MMU_3L # 3-level MMU on sun4/400 -#options KGDB # support for kernel gdb -#options KGDBDEV=0xc01 # kgdb device number (dev_t) -#options KGDBRATE=38400 # baud rate +#option KGDB # support for kernel gdb +#option KGDBDEV=0xc01 # kgdb device number (dev_t) +#option KGDBRATE=38400 # baud rate # Options for SPARCstation hardware -options RASTERCONSOLE # fast rasterop console +option RASTERCONSOLE # fast rasterop console # Generic swap; second partition of root disk or network. config bsd swap generic @@ -225,13 +225,5 @@ fdc0 at mainbus0 # sun4c controller fdc0 at obio0 # sun4m controller fd* at fdc0 # the drive itself -pseudo-device loop # loopback interface; required -pseudo-device pty 32 # pseudo-ttys (for network, etc.) -pseudo-device sl 2 # SLIP interfaces pseudo-device kbd # Sun keyboard -pseudo-device ppp 2 # PPP interfaces -pseudo-device tun 4 # Network "tunnel" device -pseudo-device bpfilter 16 # Berkeley Packet Filter -pseudo-device vnd 4 # disk-like interface to files -pseudo-device ccd 4 # concatenated and striped disks #pseudo-device strip 1 # radio clock |