From 0992677d94b6cbf2718241eb26c601ca256bf47b Mon Sep 17 00:00:00 2001 From: Nik Clayton Date: Mon, 26 Oct 1998 23:53:48 +0000 Subject: Where kernel options ("options INET" for example) are listed, wrap them in .... --- en/handbook/README | 3 + en/handbook/handbook.sgml | 294 +++++++++++++++--------------- en_US.ISO8859-1/books/handbook/book.sgml | 294 +++++++++++++++--------------- en_US.ISO_8859-1/books/handbook/book.sgml | 294 +++++++++++++++--------------- 4 files changed, 444 insertions(+), 441 deletions(-) diff --git a/en/handbook/README b/en/handbook/README index 86e3fecc88..f340720b71 100644 --- a/en/handbook/README +++ b/en/handbook/README @@ -564,3 +564,6 @@ for example, problem. I plan to introduce a target in the Makefile (probably something like 'handbook.id' which will automatically generate this list doing a proper SGML parse. + + 53. Where kernel options ("options INET" for example) are listed, wrap them + in .... diff --git a/en/handbook/handbook.sgml b/en/handbook/handbook.sgml index 0d3790a6a4..36d87a44aa 100644 --- a/en/handbook/handbook.sgml +++ b/en/handbook/handbook.sgml @@ -3247,7 +3247,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - machine "i386" + machine "i386" The first keyword is machine, which, since FreeBSD only runs on Intel 386 and compatible chips, is i386. @@ -3261,7 +3261,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - cpu "cpu_type" + cpu "cpu_type" The next keyword is cpu, @@ -3295,7 +3295,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - ident machine_name + ident machine_name Next, we have ident, @@ -3318,7 +3318,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - maxusers number + maxusers number This file sets the size of a number of important @@ -3362,7 +3362,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - config kernel_name root on + config kernel_name root on root_device @@ -3393,7 +3393,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - options MATH_EMULATE + options MATH_EMULATE This line allows the kernel to simulate a math co-processor if your computer does not have one (386 or @@ -3413,7 +3413,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - options "COMPAT_43" + options "COMPAT_43" Compatibility with 4.3BSD. Leave this in; some @@ -3422,7 +3422,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - options BOUNCE_BUFFERS + options BOUNCE_BUFFERS ISA devices and EISA devices operating in an ISA @@ -3433,7 +3433,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - options UCONSOLE + options UCONSOLE Allow users to grab the console, useful for X Windows. @@ -3444,7 +3444,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - options SYSVSHM + options SYSVSHM This option provides for System V shared memory. The @@ -3457,7 +3457,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - options SYSVSEM + options SYSVSEM Support for System V semaphores. Less commonly used @@ -3465,7 +3465,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - options SYSVMSG + options SYSVMSG Support for System V messages. Again, only adds a few @@ -3499,14 +3499,14 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - options FFS + options FFS The basic hard drive filesystem; leave it in if you boot from the hard disk. - options NFS + options NFS Network Filesystem. Unless you plan to mount @@ -3515,7 +3515,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - options MSDOSFS + options MSDOSFS MS-DOS Filesystem. Unless you plan to mount a DOS @@ -3529,7 +3529,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - options "CD9660" + options "CD9660" ISO 9660 filesystem for CD-ROMs. Comment it out if @@ -3540,7 +3540,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - options PROCFS + options PROCFS Process filesystem. This is a pretend filesystem @@ -3550,7 +3550,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - options MFS + options MFS Memory-mapped file system. This is basically a RAM @@ -3588,7 +3588,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - options "EXT2FS" + options "EXT2FS" Linux's native file system. With ext2fs support you @@ -3598,7 +3598,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - options QUOTA + options QUOTA Enable disk quotas. If you have a public access @@ -3625,7 +3625,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - controller isa0 + controller isa0 All PC's supported by FreeBSD have one of these. If you have an IBM PS/2 (Micro Channel Architecture), then @@ -3633,7 +3633,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - controller pci0 + controller pci0 Include this if you have a PCI motherboard. This @@ -3642,7 +3642,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - controller fdc0 + controller fdc0 Floppy drive controller: fd0 is the @@ -3660,7 +3660,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - controller wdc0 + controller wdc0 This is the primary IDE controller. wd0 and wd1 are the master and slave hard @@ -3673,7 +3673,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - device wcd0 + device wcd0 This device provides IDE CD-ROM support. Be sure to @@ -3685,19 +3685,19 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - device npx0 at isa? port "IO_NPX" irq 13 - vector npxintr + device npx0 at isa? port "IO_NPX" irq 13 + vector npxintr npx0 is the interface to the floating point math unit in FreeBSD, either the hardware co-processor or the software math emulator. It - is NOT optional. + is not optional. - device wt0 at isa? port 0x300 bio irq 5 drq - 1 vector wtintr + device wt0 at isa? port 0x300 bio irq 5 drq + 1 vector wtintr Wangtek and Archive QIC-02/QIC-36 tape drive @@ -3720,23 +3720,23 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - device mcd0 at isa? port 0x300 bio - irq 10 vector mcdintr + device mcd0 at isa? port 0x300 bio + irq 10 vector mcdintr Mitsumi CD-ROM (LU002, LU005, FX001D). - device scd0 at isa? port 0x230 - bio + device scd0 at isa? port 0x230 + bio Sony CD-ROM (CDU31, CDU33A). - controller matcd0 at isa? port ? - bio + controller matcd0 at isa? port ? + bio Matsushita/Panasonic CD-ROM (sold by Creative @@ -3768,46 +3768,46 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - controller bt0 at isa? port - "IO_BT0" bio irq ? vector btintr + controller bt0 at isa? port + "IO_BT0" bio irq ? vector btintr Most Buslogic controllers - controller uha0 at isa? port - "IO_UHA0" bio irq ? drq 5 vector uhaintr + controller uha0 at isa? port + "IO_UHA0" bio irq ? drq 5 vector uhaintr UltraStor 14F and 34F - controller ahc0 + controller ahc0 Adaptec 274x/284x/294x - controller ahb0 at isa? bio irq ? - vector ahbintr + controller ahb0 at isa? bio irq ? + vector ahbintr Adaptec 174x - controller aha0 at isa? port - "IO_AHA0" bio irq ? drq 5 vector ahaintr + controller aha0 at isa? port + "IO_AHA0" bio irq ? drq 5 vector ahaintr Adaptec 154x - controller aic0 at isa? port - 0x340 bio irq 11 vector aicintr + controller aic0 at isa? port + 0x340 bio irq 11 vector aicintr Adaptec 152x and sound cards using Adaptec @@ -3815,8 +3815,8 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - controller nca0 at isa? port - 0x1f88 bio irq 10 vector ncaintr + controller nca0 at isa? port + 0x1f88 bio irq 10 vector ncaintr ProAudioSpectrum cards using NCR 5380 or @@ -3824,8 +3824,8 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - controller sea0 at isa? bio irq 5 - iomem 0xc8000 iosiz 0x2000 vector seaintr + controller sea0 at isa? bio irq 5 + iomem 0xc8000 iosiz 0x2000 vector seaintr Seagate ST01/02 8 bit controller @@ -3833,15 +3833,15 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - controller wds0 at isa? port - 0x350 bio irq 15 drq 6 vector wdsintr + controller wds0 at isa? port + 0x350 bio irq 15 drq 6 vector wdsintr Western Digital WD7000 controller - controller ncr0 + controller ncr0 NCR 53C810, 53C815, 53C825, 53C860, 53C875 PCI @@ -3853,7 +3853,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - options "SCSI_DELAY=15" + options "SCSI_DELAY=15" This causes the kernel to pause 15 seconds before @@ -3866,7 +3866,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - controller scbus0 + controller scbus0 If you have any SCSI controllers, this line provides @@ -3875,21 +3875,21 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - device sd0 + device sd0 Support for SCSI hard drives. - device st0 + device st0 Support for SCSI tape drives. - device cd0 + device cd0 Support for SCSI CD-ROM drives. @@ -3920,8 +3920,8 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - device sc0 at isa? port "IO_KBD" tty irq 1 - vector scintr + device sc0 at isa? port "IO_KBD" tty irq 1 + vector scintr sc0 is the default console driver, which resembles an SCO console. Since most @@ -3934,8 +3934,8 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - device vt0 at isa? port "IO_KBD" tty irq 1 - vector pcrint + device vt0 at isa? port "IO_KBD" tty irq 1 + vector pcrint This is a VT220-compatible console driver, backwards @@ -3951,13 +3951,13 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - options "PCVT_FREEBSD=210" + options "PCVT_FREEBSD=210" Required with the vt0 console driver. - options XSERVER + options XSERVER Only applicable with the vt0 console driver. This @@ -3971,8 +3971,8 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - device mse0 at isa? port 0x23c tty irq 5 - vector ms + device mse0 at isa? port 0x23c tty irq 5 + vector ms Use this device if you have a Logitech or ATI InPort @@ -3988,8 +3988,8 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - device psm0 at isa? port "IO_KBD" - conflicts tty irq 12 vector psmintr + device psm0 at isa? port "IO_KBD" + conflicts tty irq 12 vector psmintr Use this device if your mouse plugs into the PS/2 @@ -4013,8 +4013,8 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - device sio0 at isa? port "IO_COM1" tty irq - 4 vector siointr + device sio0 at isa? port "IO_COM1" tty irq + 4 vector siointr sio0 through sio3 are the four serial ports referred to as COM1 through COM4 in the MS-DOS world. @@ -4038,8 +4038,8 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - device lpt0 at isa? port? tty irq 7 vector - lptintr + device lpt0 at isa? port? tty irq 7 vector + lptintr lpt0 through lpt2 are the three printer ports you @@ -4063,7 +4063,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - options INET + options INET Networking support. Leave it in even if you do not plan to be connected to a network. Most programs require @@ -4083,29 +4083,29 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - device de0 + device de0 Ethernet adapters based on Digital Equipment DC21040, DC21041 or DC21140 chips - device fxp0 + device fxp0 Intel EtherExpress Pro/100B - device vx0 + device vx0 3Com 3C590 and 3C595 (buggy) - device cx0 at isa? port 0x240 net - irq 15 drq 7 vector cxintr + device cx0 at isa? port 0x240 net + irq 15 drq 7 vector cxintr Cronyx/Sigma multiport sync/async (with Cisco @@ -4113,8 +4113,8 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - device ed0 at isa? port 0x280 net - irq 5 iomem 0xd8000 vector edintr + device ed0 at isa? port 0x280 net + irq 5 iomem 0xd8000 vector edintr Western Digital and SMC 80xx and 8216; Novell @@ -4123,48 +4123,48 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - device el0 at isa? port 0x300 net - irq 9 vector elintr + device el0 at isa? port 0x300 net + irq 9 vector elintr 3Com 3C501 (slow!) - device eg0 at isa? port 0x310 net - irq 5 vector egintr + device eg0 at isa? port 0x310 net + irq 5 vector egintr 3Com 3C505 - device ep0 at isa? port 0x300 net - irq 10 vector epintr + device ep0 at isa? port 0x300 net + irq 10 vector epintr 3Com 3C509 (buggy) - device fe0 at isa? port 0x240 net - irq ? vector feintr + device fe0 at isa? port 0x240 net + irq ? vector feintr Fujitsu MB86960A/MB86965A Ethernet - device fea0 at isa? net irq ? vector - feaintr + device fea0 at isa? net irq ? vector + feaintr DEC DEFEA EISA FDDI adapter - device ie0 at isa? port 0x360 net - irq 7 iomem 0xd0000 vector ieintr + device ie0 at isa? port 0x360 net + irq 7 iomem 0xd0000 vector ieintr AT&T StarLAN 10 and EN100; 3Com 3C507; @@ -4172,17 +4172,17 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - device ix0 at isa? port 0x300 net + device ix0 at isa? port 0x300 net irq 10 iomem 0xd0000 iosiz 32768 vector - ixintr + ixintr Intel EtherExpress 16 - device le0 at isa? port 0x300 net - irq 5 iomem 0xd0000 vector le_intr + device le0 at isa? port 0x300 net + irq 5 iomem 0xd0000 vector le_intr Digital Equipment EtherWorks 2 and EtherWorks @@ -4191,8 +4191,8 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - device lnc0 at isa? port 0x300 net - irq 10 drq 0 vector lncintr + device lnc0 at isa? port 0x300 net + irq 10 drq 0 vector lncintr Lance/PCnet cards (Isolan, Novell NE2100, @@ -4200,8 +4200,8 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - device ze0 at isa? port 0x300 net - irq 5 iomem 0xd8000 vector zeintr + device ze0 at isa? port 0x300 net + irq 5 iomem 0xd8000 vector zeintr IBM/National Semiconductor PCMCIA ethernet @@ -4209,8 +4209,8 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - device zp0 at isa? port 0x300 net - irq 10 iomem 0xd8000 vector zpintr + device zp0 at isa? port 0x300 net + irq 10 iomem 0xd8000 vector zpintr 3Com PCMCIA Etherlink III @@ -4227,7 +4227,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - pseudo-device loop + pseudo-device loop loop is the generic @@ -4237,7 +4237,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - pseudo-device ether + pseudo-device ether ether is only needed if @@ -4246,8 +4246,8 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - pseudo-device sl - number + pseudo-device sl + number sl is for SLIP (Serial @@ -4264,8 +4264,8 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - pseudo-device ppp - number + pseudo-device ppp + number ppp is for kernel-mode @@ -4281,8 +4281,8 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - pseudo-device tun - number + pseudo-device tun + number tun is used by the @@ -4296,8 +4296,8 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - pseudo-device bpfilter - number + pseudo-device bpfilter + number Berkeley packet filter. This pseudo-device allows @@ -4329,23 +4329,23 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - controller snd0 + controller snd0 Generic sound driver code. Required for all of the following sound cards except pca. - device pas0 at isa? port 0x388 irq 10 drq 6 - vector pasintr + device pas0 at isa? port 0x388 irq 10 drq 6 + vector pasintr ProAudioSpectrum digital audio and MIDI. - device sb0 at isa? port 0x220 irq 7 - conflicts drq 1 vector sbintr + device sb0 at isa? port 0x220 irq 7 + conflicts drq 1 vector sbintr SoundBlaster digital audio. @@ -4361,7 +4361,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - device sbxvi0 at isa? drq 5 + device sbxvi0 at isa? drq 5 SoundBlaster 16 digital 16-bit audio. @@ -4375,7 +4375,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - device sbmidi0 at isa? port 0x330 + device sbmidi0 at isa? port 0x330 SoundBlaster 16 MIDI interface. If you have a @@ -4384,24 +4384,24 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - device gus0 at isa? port 0x220 irq 10 drq 1 - vector gusintr + device gus0 at isa? port 0x220 irq 10 drq 1 + vector gusintr Gravis Ultrasound. - device mss0 at isa? port 0x530 irq 10 drq 1 - vector adintr + device mss0 at isa? port 0x530 irq 10 drq 1 + vector adintr Microsoft Sound System. - device opl0 at isa? port 0x388 - conflicts + device opl0 at isa? port 0x388 + conflicts AdLib FM-synthesis audio. Include this line for @@ -4411,24 +4411,24 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - device mpu0 at isa? port 0x330 irq 6 drq - 0 + device mpu0 at isa? port 0x330 irq 6 drq + 0 Roland MPU-401 stand-alone card. - device uart0 at isa? port 0x330 irq 5 vector - "m6850intr" + device uart0 at isa? port 0x330 irq 5 vector + "m6850intr" Stand-alone 6850 UART for MIDI. - device pca0 at isa? port "IO_TIMER1" - tty + device pca0 at isa? port "IO_TIMER1" + tty Digital audio through PC speaker. This is going to be @@ -4461,7 +4461,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - pseudo-device gzip + pseudo-device gzip gzip allows you to run FreeBSD programs that have been compressed with gzip. The programs in @@ -4470,7 +4470,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - pseudo-device log + pseudo-device log log is used for logging @@ -4478,8 +4478,8 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - pseudo-device pty - number + pseudo-device pty + number pty is a @@ -4495,8 +4495,8 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - pseudo-device snp - number + pseudo-device snp + number Snoop device. This pseudo-device allows one terminal @@ -4509,7 +4509,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - pseudo-device vn + pseudo-device vn Vnode driver. Allows a file to be treated as a device @@ -4520,8 +4520,8 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - pseudo-device ccd - number + pseudo-device ccd + number Concatenated disks. This pseudo-device allows you to @@ -4550,13 +4550,13 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - device joy0 at isa? port "IO_GAME" + device joy0 at isa? port "IO_GAME" PC joystick device. - pseudo-device speaker + pseudo-device speaker Supports IBM BASIC-style noises through the PC @@ -5833,14 +5833,14 @@ FreeBSD BUILT-19950429 (GR386) #0: Sat Apr 29 17:50:09 SAT 1995 - options IPFIREWALL + options IPFIREWALL Compiles into the kernel the code for packet filtering. - options IPFIREWALL_VERBOSE + options IPFIREWALL_VERBOSE Enables code to allow logging of packets through @@ -5850,7 +5850,7 @@ FreeBSD BUILT-19950429 (GR386) #0: Sat Apr 29 17:50:09 SAT 1995 - options IPFIREWALL_VERBOSE_LIMIT=10 + options IPFIREWALL_VERBOSE_LIMIT=10 Limits the number of packets logged through @@ -27930,7 +27930,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # Date created: 5 December 1994 # Whom: asami # -# $Id: handbook.sgml,v 1.52 1998-10-26 23:53:20 nik Exp $ +# $Id: handbook.sgml,v 1.53 1998-10-26 23:53:47 nik Exp $ # DISTNAME= oneko-1.1b diff --git a/en_US.ISO8859-1/books/handbook/book.sgml b/en_US.ISO8859-1/books/handbook/book.sgml index 0f922ab68a..7c962f339c 100644 --- a/en_US.ISO8859-1/books/handbook/book.sgml +++ b/en_US.ISO8859-1/books/handbook/book.sgml @@ -3247,7 +3247,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - machine "i386" + machine "i386" The first keyword is machine, which, since FreeBSD only runs on Intel 386 and compatible chips, is i386. @@ -3261,7 +3261,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - cpu "cpu_type" + cpu "cpu_type" The next keyword is cpu, @@ -3295,7 +3295,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - ident machine_name + ident machine_name Next, we have ident, @@ -3318,7 +3318,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - maxusers number + maxusers number This file sets the size of a number of important @@ -3362,7 +3362,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - config kernel_name root on + config kernel_name root on root_device @@ -3393,7 +3393,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - options MATH_EMULATE + options MATH_EMULATE This line allows the kernel to simulate a math co-processor if your computer does not have one (386 or @@ -3413,7 +3413,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - options "COMPAT_43" + options "COMPAT_43" Compatibility with 4.3BSD. Leave this in; some @@ -3422,7 +3422,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - options BOUNCE_BUFFERS + options BOUNCE_BUFFERS ISA devices and EISA devices operating in an ISA @@ -3433,7 +3433,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - options UCONSOLE + options UCONSOLE Allow users to grab the console, useful for X Windows. @@ -3444,7 +3444,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - options SYSVSHM + options SYSVSHM This option provides for System V shared memory. The @@ -3457,7 +3457,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - options SYSVSEM + options SYSVSEM Support for System V semaphores. Less commonly used @@ -3465,7 +3465,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - options SYSVMSG + options SYSVMSG Support for System V messages. Again, only adds a few @@ -3499,14 +3499,14 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - options FFS + options FFS The basic hard drive filesystem; leave it in if you boot from the hard disk. - options NFS + options NFS Network Filesystem. Unless you plan to mount @@ -3515,7 +3515,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - options MSDOSFS + options MSDOSFS MS-DOS Filesystem. Unless you plan to mount a DOS @@ -3529,7 +3529,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - options "CD9660" + options "CD9660" ISO 9660 filesystem for CD-ROMs. Comment it out if @@ -3540,7 +3540,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - options PROCFS + options PROCFS Process filesystem. This is a pretend filesystem @@ -3550,7 +3550,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - options MFS + options MFS Memory-mapped file system. This is basically a RAM @@ -3588,7 +3588,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - options "EXT2FS" + options "EXT2FS" Linux's native file system. With ext2fs support you @@ -3598,7 +3598,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - options QUOTA + options QUOTA Enable disk quotas. If you have a public access @@ -3625,7 +3625,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - controller isa0 + controller isa0 All PC's supported by FreeBSD have one of these. If you have an IBM PS/2 (Micro Channel Architecture), then @@ -3633,7 +3633,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - controller pci0 + controller pci0 Include this if you have a PCI motherboard. This @@ -3642,7 +3642,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - controller fdc0 + controller fdc0 Floppy drive controller: fd0 is the @@ -3660,7 +3660,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - controller wdc0 + controller wdc0 This is the primary IDE controller. wd0 and wd1 are the master and slave hard @@ -3673,7 +3673,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - device wcd0 + device wcd0 This device provides IDE CD-ROM support. Be sure to @@ -3685,19 +3685,19 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - device npx0 at isa? port "IO_NPX" irq 13 - vector npxintr + device npx0 at isa? port "IO_NPX" irq 13 + vector npxintr npx0 is the interface to the floating point math unit in FreeBSD, either the hardware co-processor or the software math emulator. It - is NOT optional. + is not optional. - device wt0 at isa? port 0x300 bio irq 5 drq - 1 vector wtintr + device wt0 at isa? port 0x300 bio irq 5 drq + 1 vector wtintr Wangtek and Archive QIC-02/QIC-36 tape drive @@ -3720,23 +3720,23 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - device mcd0 at isa? port 0x300 bio - irq 10 vector mcdintr + device mcd0 at isa? port 0x300 bio + irq 10 vector mcdintr Mitsumi CD-ROM (LU002, LU005, FX001D). - device scd0 at isa? port 0x230 - bio + device scd0 at isa? port 0x230 + bio Sony CD-ROM (CDU31, CDU33A). - controller matcd0 at isa? port ? - bio + controller matcd0 at isa? port ? + bio Matsushita/Panasonic CD-ROM (sold by Creative @@ -3768,46 +3768,46 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - controller bt0 at isa? port - "IO_BT0" bio irq ? vector btintr + controller bt0 at isa? port + "IO_BT0" bio irq ? vector btintr Most Buslogic controllers - controller uha0 at isa? port - "IO_UHA0" bio irq ? drq 5 vector uhaintr + controller uha0 at isa? port + "IO_UHA0" bio irq ? drq 5 vector uhaintr UltraStor 14F and 34F - controller ahc0 + controller ahc0 Adaptec 274x/284x/294x - controller ahb0 at isa? bio irq ? - vector ahbintr + controller ahb0 at isa? bio irq ? + vector ahbintr Adaptec 174x - controller aha0 at isa? port - "IO_AHA0" bio irq ? drq 5 vector ahaintr + controller aha0 at isa? port + "IO_AHA0" bio irq ? drq 5 vector ahaintr Adaptec 154x - controller aic0 at isa? port - 0x340 bio irq 11 vector aicintr + controller aic0 at isa? port + 0x340 bio irq 11 vector aicintr Adaptec 152x and sound cards using Adaptec @@ -3815,8 +3815,8 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - controller nca0 at isa? port - 0x1f88 bio irq 10 vector ncaintr + controller nca0 at isa? port + 0x1f88 bio irq 10 vector ncaintr ProAudioSpectrum cards using NCR 5380 or @@ -3824,8 +3824,8 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - controller sea0 at isa? bio irq 5 - iomem 0xc8000 iosiz 0x2000 vector seaintr + controller sea0 at isa? bio irq 5 + iomem 0xc8000 iosiz 0x2000 vector seaintr Seagate ST01/02 8 bit controller @@ -3833,15 +3833,15 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - controller wds0 at isa? port - 0x350 bio irq 15 drq 6 vector wdsintr + controller wds0 at isa? port + 0x350 bio irq 15 drq 6 vector wdsintr Western Digital WD7000 controller - controller ncr0 + controller ncr0 NCR 53C810, 53C815, 53C825, 53C860, 53C875 PCI @@ -3853,7 +3853,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - options "SCSI_DELAY=15" + options "SCSI_DELAY=15" This causes the kernel to pause 15 seconds before @@ -3866,7 +3866,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - controller scbus0 + controller scbus0 If you have any SCSI controllers, this line provides @@ -3875,21 +3875,21 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - device sd0 + device sd0 Support for SCSI hard drives. - device st0 + device st0 Support for SCSI tape drives. - device cd0 + device cd0 Support for SCSI CD-ROM drives. @@ -3920,8 +3920,8 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - device sc0 at isa? port "IO_KBD" tty irq 1 - vector scintr + device sc0 at isa? port "IO_KBD" tty irq 1 + vector scintr sc0 is the default console driver, which resembles an SCO console. Since most @@ -3934,8 +3934,8 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - device vt0 at isa? port "IO_KBD" tty irq 1 - vector pcrint + device vt0 at isa? port "IO_KBD" tty irq 1 + vector pcrint This is a VT220-compatible console driver, backwards @@ -3951,13 +3951,13 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - options "PCVT_FREEBSD=210" + options "PCVT_FREEBSD=210" Required with the vt0 console driver. - options XSERVER + options XSERVER Only applicable with the vt0 console driver. This @@ -3971,8 +3971,8 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - device mse0 at isa? port 0x23c tty irq 5 - vector ms + device mse0 at isa? port 0x23c tty irq 5 + vector ms Use this device if you have a Logitech or ATI InPort @@ -3988,8 +3988,8 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - device psm0 at isa? port "IO_KBD" - conflicts tty irq 12 vector psmintr + device psm0 at isa? port "IO_KBD" + conflicts tty irq 12 vector psmintr Use this device if your mouse plugs into the PS/2 @@ -4013,8 +4013,8 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - device sio0 at isa? port "IO_COM1" tty irq - 4 vector siointr + device sio0 at isa? port "IO_COM1" tty irq + 4 vector siointr sio0 through sio3 are the four serial ports referred to as COM1 through COM4 in the MS-DOS world. @@ -4038,8 +4038,8 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - device lpt0 at isa? port? tty irq 7 vector - lptintr + device lpt0 at isa? port? tty irq 7 vector + lptintr lpt0 through lpt2 are the three printer ports you @@ -4063,7 +4063,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - options INET + options INET Networking support. Leave it in even if you do not plan to be connected to a network. Most programs require @@ -4083,29 +4083,29 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - device de0 + device de0 Ethernet adapters based on Digital Equipment DC21040, DC21041 or DC21140 chips - device fxp0 + device fxp0 Intel EtherExpress Pro/100B - device vx0 + device vx0 3Com 3C590 and 3C595 (buggy) - device cx0 at isa? port 0x240 net - irq 15 drq 7 vector cxintr + device cx0 at isa? port 0x240 net + irq 15 drq 7 vector cxintr Cronyx/Sigma multiport sync/async (with Cisco @@ -4113,8 +4113,8 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - device ed0 at isa? port 0x280 net - irq 5 iomem 0xd8000 vector edintr + device ed0 at isa? port 0x280 net + irq 5 iomem 0xd8000 vector edintr Western Digital and SMC 80xx and 8216; Novell @@ -4123,48 +4123,48 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - device el0 at isa? port 0x300 net - irq 9 vector elintr + device el0 at isa? port 0x300 net + irq 9 vector elintr 3Com 3C501 (slow!) - device eg0 at isa? port 0x310 net - irq 5 vector egintr + device eg0 at isa? port 0x310 net + irq 5 vector egintr 3Com 3C505 - device ep0 at isa? port 0x300 net - irq 10 vector epintr + device ep0 at isa? port 0x300 net + irq 10 vector epintr 3Com 3C509 (buggy) - device fe0 at isa? port 0x240 net - irq ? vector feintr + device fe0 at isa? port 0x240 net + irq ? vector feintr Fujitsu MB86960A/MB86965A Ethernet - device fea0 at isa? net irq ? vector - feaintr + device fea0 at isa? net irq ? vector + feaintr DEC DEFEA EISA FDDI adapter - device ie0 at isa? port 0x360 net - irq 7 iomem 0xd0000 vector ieintr + device ie0 at isa? port 0x360 net + irq 7 iomem 0xd0000 vector ieintr AT&T StarLAN 10 and EN100; 3Com 3C507; @@ -4172,17 +4172,17 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - device ix0 at isa? port 0x300 net + device ix0 at isa? port 0x300 net irq 10 iomem 0xd0000 iosiz 32768 vector - ixintr + ixintr Intel EtherExpress 16 - device le0 at isa? port 0x300 net - irq 5 iomem 0xd0000 vector le_intr + device le0 at isa? port 0x300 net + irq 5 iomem 0xd0000 vector le_intr Digital Equipment EtherWorks 2 and EtherWorks @@ -4191,8 +4191,8 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - device lnc0 at isa? port 0x300 net - irq 10 drq 0 vector lncintr + device lnc0 at isa? port 0x300 net + irq 10 drq 0 vector lncintr Lance/PCnet cards (Isolan, Novell NE2100, @@ -4200,8 +4200,8 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - device ze0 at isa? port 0x300 net - irq 5 iomem 0xd8000 vector zeintr + device ze0 at isa? port 0x300 net + irq 5 iomem 0xd8000 vector zeintr IBM/National Semiconductor PCMCIA ethernet @@ -4209,8 +4209,8 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - device zp0 at isa? port 0x300 net - irq 10 iomem 0xd8000 vector zpintr + device zp0 at isa? port 0x300 net + irq 10 iomem 0xd8000 vector zpintr 3Com PCMCIA Etherlink III @@ -4227,7 +4227,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - pseudo-device loop + pseudo-device loop loop is the generic @@ -4237,7 +4237,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - pseudo-device ether + pseudo-device ether ether is only needed if @@ -4246,8 +4246,8 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - pseudo-device sl - number + pseudo-device sl + number sl is for SLIP (Serial @@ -4264,8 +4264,8 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - pseudo-device ppp - number + pseudo-device ppp + number ppp is for kernel-mode @@ -4281,8 +4281,8 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - pseudo-device tun - number + pseudo-device tun + number tun is used by the @@ -4296,8 +4296,8 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - pseudo-device bpfilter - number + pseudo-device bpfilter + number Berkeley packet filter. This pseudo-device allows @@ -4329,23 +4329,23 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - controller snd0 + controller snd0 Generic sound driver code. Required for all of the following sound cards except pca. - device pas0 at isa? port 0x388 irq 10 drq 6 - vector pasintr + device pas0 at isa? port 0x388 irq 10 drq 6 + vector pasintr ProAudioSpectrum digital audio and MIDI. - device sb0 at isa? port 0x220 irq 7 - conflicts drq 1 vector sbintr + device sb0 at isa? port 0x220 irq 7 + conflicts drq 1 vector sbintr SoundBlaster digital audio. @@ -4361,7 +4361,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - device sbxvi0 at isa? drq 5 + device sbxvi0 at isa? drq 5 SoundBlaster 16 digital 16-bit audio. @@ -4375,7 +4375,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - device sbmidi0 at isa? port 0x330 + device sbmidi0 at isa? port 0x330 SoundBlaster 16 MIDI interface. If you have a @@ -4384,24 +4384,24 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - device gus0 at isa? port 0x220 irq 10 drq 1 - vector gusintr + device gus0 at isa? port 0x220 irq 10 drq 1 + vector gusintr Gravis Ultrasound. - device mss0 at isa? port 0x530 irq 10 drq 1 - vector adintr + device mss0 at isa? port 0x530 irq 10 drq 1 + vector adintr Microsoft Sound System. - device opl0 at isa? port 0x388 - conflicts + device opl0 at isa? port 0x388 + conflicts AdLib FM-synthesis audio. Include this line for @@ -4411,24 +4411,24 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - device mpu0 at isa? port 0x330 irq 6 drq - 0 + device mpu0 at isa? port 0x330 irq 6 drq + 0 Roland MPU-401 stand-alone card. - device uart0 at isa? port 0x330 irq 5 vector - "m6850intr" + device uart0 at isa? port 0x330 irq 5 vector + "m6850intr" Stand-alone 6850 UART for MIDI. - device pca0 at isa? port "IO_TIMER1" - tty + device pca0 at isa? port "IO_TIMER1" + tty Digital audio through PC speaker. This is going to be @@ -4461,7 +4461,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - pseudo-device gzip + pseudo-device gzip gzip allows you to run FreeBSD programs that have been compressed with gzip. The programs in @@ -4470,7 +4470,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - pseudo-device log + pseudo-device log log is used for logging @@ -4478,8 +4478,8 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - pseudo-device pty - number + pseudo-device pty + number pty is a @@ -4495,8 +4495,8 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - pseudo-device snp - number + pseudo-device snp + number Snoop device. This pseudo-device allows one terminal @@ -4509,7 +4509,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - pseudo-device vn + pseudo-device vn Vnode driver. Allows a file to be treated as a device @@ -4520,8 +4520,8 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - pseudo-device ccd - number + pseudo-device ccd + number Concatenated disks. This pseudo-device allows you to @@ -4550,13 +4550,13 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - device joy0 at isa? port "IO_GAME" + device joy0 at isa? port "IO_GAME" PC joystick device. - pseudo-device speaker + pseudo-device speaker Supports IBM BASIC-style noises through the PC @@ -5833,14 +5833,14 @@ FreeBSD BUILT-19950429 (GR386) #0: Sat Apr 29 17:50:09 SAT 1995 - options IPFIREWALL + options IPFIREWALL Compiles into the kernel the code for packet filtering. - options IPFIREWALL_VERBOSE + options IPFIREWALL_VERBOSE Enables code to allow logging of packets through @@ -5850,7 +5850,7 @@ FreeBSD BUILT-19950429 (GR386) #0: Sat Apr 29 17:50:09 SAT 1995 - options IPFIREWALL_VERBOSE_LIMIT=10 + options IPFIREWALL_VERBOSE_LIMIT=10 Limits the number of packets logged through @@ -27930,7 +27930,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # Date created: 5 December 1994 # Whom: asami # -# $Id: book.sgml,v 1.52 1998-10-26 23:53:20 nik Exp $ +# $Id: book.sgml,v 1.53 1998-10-26 23:53:47 nik Exp $ # DISTNAME= oneko-1.1b diff --git a/en_US.ISO_8859-1/books/handbook/book.sgml b/en_US.ISO_8859-1/books/handbook/book.sgml index 0f922ab68a..7c962f339c 100644 --- a/en_US.ISO_8859-1/books/handbook/book.sgml +++ b/en_US.ISO_8859-1/books/handbook/book.sgml @@ -3247,7 +3247,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - machine "i386" + machine "i386" The first keyword is machine, which, since FreeBSD only runs on Intel 386 and compatible chips, is i386. @@ -3261,7 +3261,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - cpu "cpu_type" + cpu "cpu_type" The next keyword is cpu, @@ -3295,7 +3295,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - ident machine_name + ident machine_name Next, we have ident, @@ -3318,7 +3318,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - maxusers number + maxusers number This file sets the size of a number of important @@ -3362,7 +3362,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - config kernel_name root on + config kernel_name root on root_device @@ -3393,7 +3393,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - options MATH_EMULATE + options MATH_EMULATE This line allows the kernel to simulate a math co-processor if your computer does not have one (386 or @@ -3413,7 +3413,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - options "COMPAT_43" + options "COMPAT_43" Compatibility with 4.3BSD. Leave this in; some @@ -3422,7 +3422,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - options BOUNCE_BUFFERS + options BOUNCE_BUFFERS ISA devices and EISA devices operating in an ISA @@ -3433,7 +3433,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - options UCONSOLE + options UCONSOLE Allow users to grab the console, useful for X Windows. @@ -3444,7 +3444,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - options SYSVSHM + options SYSVSHM This option provides for System V shared memory. The @@ -3457,7 +3457,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - options SYSVSEM + options SYSVSEM Support for System V semaphores. Less commonly used @@ -3465,7 +3465,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - options SYSVMSG + options SYSVMSG Support for System V messages. Again, only adds a few @@ -3499,14 +3499,14 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - options FFS + options FFS The basic hard drive filesystem; leave it in if you boot from the hard disk. - options NFS + options NFS Network Filesystem. Unless you plan to mount @@ -3515,7 +3515,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - options MSDOSFS + options MSDOSFS MS-DOS Filesystem. Unless you plan to mount a DOS @@ -3529,7 +3529,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - options "CD9660" + options "CD9660" ISO 9660 filesystem for CD-ROMs. Comment it out if @@ -3540,7 +3540,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - options PROCFS + options PROCFS Process filesystem. This is a pretend filesystem @@ -3550,7 +3550,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - options MFS + options MFS Memory-mapped file system. This is basically a RAM @@ -3588,7 +3588,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - options "EXT2FS" + options "EXT2FS" Linux's native file system. With ext2fs support you @@ -3598,7 +3598,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - options QUOTA + options QUOTA Enable disk quotas. If you have a public access @@ -3625,7 +3625,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - controller isa0 + controller isa0 All PC's supported by FreeBSD have one of these. If you have an IBM PS/2 (Micro Channel Architecture), then @@ -3633,7 +3633,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - controller pci0 + controller pci0 Include this if you have a PCI motherboard. This @@ -3642,7 +3642,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - controller fdc0 + controller fdc0 Floppy drive controller: fd0 is the @@ -3660,7 +3660,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - controller wdc0 + controller wdc0 This is the primary IDE controller. wd0 and wd1 are the master and slave hard @@ -3673,7 +3673,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - device wcd0 + device wcd0 This device provides IDE CD-ROM support. Be sure to @@ -3685,19 +3685,19 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - device npx0 at isa? port "IO_NPX" irq 13 - vector npxintr + device npx0 at isa? port "IO_NPX" irq 13 + vector npxintr npx0 is the interface to the floating point math unit in FreeBSD, either the hardware co-processor or the software math emulator. It - is NOT optional. + is not optional. - device wt0 at isa? port 0x300 bio irq 5 drq - 1 vector wtintr + device wt0 at isa? port 0x300 bio irq 5 drq + 1 vector wtintr Wangtek and Archive QIC-02/QIC-36 tape drive @@ -3720,23 +3720,23 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - device mcd0 at isa? port 0x300 bio - irq 10 vector mcdintr + device mcd0 at isa? port 0x300 bio + irq 10 vector mcdintr Mitsumi CD-ROM (LU002, LU005, FX001D). - device scd0 at isa? port 0x230 - bio + device scd0 at isa? port 0x230 + bio Sony CD-ROM (CDU31, CDU33A). - controller matcd0 at isa? port ? - bio + controller matcd0 at isa? port ? + bio Matsushita/Panasonic CD-ROM (sold by Creative @@ -3768,46 +3768,46 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - controller bt0 at isa? port - "IO_BT0" bio irq ? vector btintr + controller bt0 at isa? port + "IO_BT0" bio irq ? vector btintr Most Buslogic controllers - controller uha0 at isa? port - "IO_UHA0" bio irq ? drq 5 vector uhaintr + controller uha0 at isa? port + "IO_UHA0" bio irq ? drq 5 vector uhaintr UltraStor 14F and 34F - controller ahc0 + controller ahc0 Adaptec 274x/284x/294x - controller ahb0 at isa? bio irq ? - vector ahbintr + controller ahb0 at isa? bio irq ? + vector ahbintr Adaptec 174x - controller aha0 at isa? port - "IO_AHA0" bio irq ? drq 5 vector ahaintr + controller aha0 at isa? port + "IO_AHA0" bio irq ? drq 5 vector ahaintr Adaptec 154x - controller aic0 at isa? port - 0x340 bio irq 11 vector aicintr + controller aic0 at isa? port + 0x340 bio irq 11 vector aicintr Adaptec 152x and sound cards using Adaptec @@ -3815,8 +3815,8 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - controller nca0 at isa? port - 0x1f88 bio irq 10 vector ncaintr + controller nca0 at isa? port + 0x1f88 bio irq 10 vector ncaintr ProAudioSpectrum cards using NCR 5380 or @@ -3824,8 +3824,8 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - controller sea0 at isa? bio irq 5 - iomem 0xc8000 iosiz 0x2000 vector seaintr + controller sea0 at isa? bio irq 5 + iomem 0xc8000 iosiz 0x2000 vector seaintr Seagate ST01/02 8 bit controller @@ -3833,15 +3833,15 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - controller wds0 at isa? port - 0x350 bio irq 15 drq 6 vector wdsintr + controller wds0 at isa? port + 0x350 bio irq 15 drq 6 vector wdsintr Western Digital WD7000 controller - controller ncr0 + controller ncr0 NCR 53C810, 53C815, 53C825, 53C860, 53C875 PCI @@ -3853,7 +3853,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - options "SCSI_DELAY=15" + options "SCSI_DELAY=15" This causes the kernel to pause 15 seconds before @@ -3866,7 +3866,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - controller scbus0 + controller scbus0 If you have any SCSI controllers, this line provides @@ -3875,21 +3875,21 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - device sd0 + device sd0 Support for SCSI hard drives. - device st0 + device st0 Support for SCSI tape drives. - device cd0 + device cd0 Support for SCSI CD-ROM drives. @@ -3920,8 +3920,8 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - device sc0 at isa? port "IO_KBD" tty irq 1 - vector scintr + device sc0 at isa? port "IO_KBD" tty irq 1 + vector scintr sc0 is the default console driver, which resembles an SCO console. Since most @@ -3934,8 +3934,8 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - device vt0 at isa? port "IO_KBD" tty irq 1 - vector pcrint + device vt0 at isa? port "IO_KBD" tty irq 1 + vector pcrint This is a VT220-compatible console driver, backwards @@ -3951,13 +3951,13 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - options "PCVT_FREEBSD=210" + options "PCVT_FREEBSD=210" Required with the vt0 console driver. - options XSERVER + options XSERVER Only applicable with the vt0 console driver. This @@ -3971,8 +3971,8 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - device mse0 at isa? port 0x23c tty irq 5 - vector ms + device mse0 at isa? port 0x23c tty irq 5 + vector ms Use this device if you have a Logitech or ATI InPort @@ -3988,8 +3988,8 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - device psm0 at isa? port "IO_KBD" - conflicts tty irq 12 vector psmintr + device psm0 at isa? port "IO_KBD" + conflicts tty irq 12 vector psmintr Use this device if your mouse plugs into the PS/2 @@ -4013,8 +4013,8 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - device sio0 at isa? port "IO_COM1" tty irq - 4 vector siointr + device sio0 at isa? port "IO_COM1" tty irq + 4 vector siointr sio0 through sio3 are the four serial ports referred to as COM1 through COM4 in the MS-DOS world. @@ -4038,8 +4038,8 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - device lpt0 at isa? port? tty irq 7 vector - lptintr + device lpt0 at isa? port? tty irq 7 vector + lptintr lpt0 through lpt2 are the three printer ports you @@ -4063,7 +4063,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - options INET + options INET Networking support. Leave it in even if you do not plan to be connected to a network. Most programs require @@ -4083,29 +4083,29 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - device de0 + device de0 Ethernet adapters based on Digital Equipment DC21040, DC21041 or DC21140 chips - device fxp0 + device fxp0 Intel EtherExpress Pro/100B - device vx0 + device vx0 3Com 3C590 and 3C595 (buggy) - device cx0 at isa? port 0x240 net - irq 15 drq 7 vector cxintr + device cx0 at isa? port 0x240 net + irq 15 drq 7 vector cxintr Cronyx/Sigma multiport sync/async (with Cisco @@ -4113,8 +4113,8 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - device ed0 at isa? port 0x280 net - irq 5 iomem 0xd8000 vector edintr + device ed0 at isa? port 0x280 net + irq 5 iomem 0xd8000 vector edintr Western Digital and SMC 80xx and 8216; Novell @@ -4123,48 +4123,48 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - device el0 at isa? port 0x300 net - irq 9 vector elintr + device el0 at isa? port 0x300 net + irq 9 vector elintr 3Com 3C501 (slow!) - device eg0 at isa? port 0x310 net - irq 5 vector egintr + device eg0 at isa? port 0x310 net + irq 5 vector egintr 3Com 3C505 - device ep0 at isa? port 0x300 net - irq 10 vector epintr + device ep0 at isa? port 0x300 net + irq 10 vector epintr 3Com 3C509 (buggy) - device fe0 at isa? port 0x240 net - irq ? vector feintr + device fe0 at isa? port 0x240 net + irq ? vector feintr Fujitsu MB86960A/MB86965A Ethernet - device fea0 at isa? net irq ? vector - feaintr + device fea0 at isa? net irq ? vector + feaintr DEC DEFEA EISA FDDI adapter - device ie0 at isa? port 0x360 net - irq 7 iomem 0xd0000 vector ieintr + device ie0 at isa? port 0x360 net + irq 7 iomem 0xd0000 vector ieintr AT&T StarLAN 10 and EN100; 3Com 3C507; @@ -4172,17 +4172,17 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - device ix0 at isa? port 0x300 net + device ix0 at isa? port 0x300 net irq 10 iomem 0xd0000 iosiz 32768 vector - ixintr + ixintr Intel EtherExpress 16 - device le0 at isa? port 0x300 net - irq 5 iomem 0xd0000 vector le_intr + device le0 at isa? port 0x300 net + irq 5 iomem 0xd0000 vector le_intr Digital Equipment EtherWorks 2 and EtherWorks @@ -4191,8 +4191,8 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - device lnc0 at isa? port 0x300 net - irq 10 drq 0 vector lncintr + device lnc0 at isa? port 0x300 net + irq 10 drq 0 vector lncintr Lance/PCnet cards (Isolan, Novell NE2100, @@ -4200,8 +4200,8 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - device ze0 at isa? port 0x300 net - irq 5 iomem 0xd8000 vector zeintr + device ze0 at isa? port 0x300 net + irq 5 iomem 0xd8000 vector zeintr IBM/National Semiconductor PCMCIA ethernet @@ -4209,8 +4209,8 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - device zp0 at isa? port 0x300 net - irq 10 iomem 0xd8000 vector zpintr + device zp0 at isa? port 0x300 net + irq 10 iomem 0xd8000 vector zpintr 3Com PCMCIA Etherlink III @@ -4227,7 +4227,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - pseudo-device loop + pseudo-device loop loop is the generic @@ -4237,7 +4237,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - pseudo-device ether + pseudo-device ether ether is only needed if @@ -4246,8 +4246,8 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - pseudo-device sl - number + pseudo-device sl + number sl is for SLIP (Serial @@ -4264,8 +4264,8 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - pseudo-device ppp - number + pseudo-device ppp + number ppp is for kernel-mode @@ -4281,8 +4281,8 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - pseudo-device tun - number + pseudo-device tun + number tun is used by the @@ -4296,8 +4296,8 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - pseudo-device bpfilter - number + pseudo-device bpfilter + number Berkeley packet filter. This pseudo-device allows @@ -4329,23 +4329,23 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - controller snd0 + controller snd0 Generic sound driver code. Required for all of the following sound cards except pca. - device pas0 at isa? port 0x388 irq 10 drq 6 - vector pasintr + device pas0 at isa? port 0x388 irq 10 drq 6 + vector pasintr ProAudioSpectrum digital audio and MIDI. - device sb0 at isa? port 0x220 irq 7 - conflicts drq 1 vector sbintr + device sb0 at isa? port 0x220 irq 7 + conflicts drq 1 vector sbintr SoundBlaster digital audio. @@ -4361,7 +4361,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - device sbxvi0 at isa? drq 5 + device sbxvi0 at isa? drq 5 SoundBlaster 16 digital 16-bit audio. @@ -4375,7 +4375,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - device sbmidi0 at isa? port 0x330 + device sbmidi0 at isa? port 0x330 SoundBlaster 16 MIDI interface. If you have a @@ -4384,24 +4384,24 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - device gus0 at isa? port 0x220 irq 10 drq 1 - vector gusintr + device gus0 at isa? port 0x220 irq 10 drq 1 + vector gusintr Gravis Ultrasound. - device mss0 at isa? port 0x530 irq 10 drq 1 - vector adintr + device mss0 at isa? port 0x530 irq 10 drq 1 + vector adintr Microsoft Sound System. - device opl0 at isa? port 0x388 - conflicts + device opl0 at isa? port 0x388 + conflicts AdLib FM-synthesis audio. Include this line for @@ -4411,24 +4411,24 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - device mpu0 at isa? port 0x330 irq 6 drq - 0 + device mpu0 at isa? port 0x330 irq 6 drq + 0 Roland MPU-401 stand-alone card. - device uart0 at isa? port 0x330 irq 5 vector - "m6850intr" + device uart0 at isa? port 0x330 irq 5 vector + "m6850intr" Stand-alone 6850 UART for MIDI. - device pca0 at isa? port "IO_TIMER1" - tty + device pca0 at isa? port "IO_TIMER1" + tty Digital audio through PC speaker. This is going to be @@ -4461,7 +4461,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - pseudo-device gzip + pseudo-device gzip gzip allows you to run FreeBSD programs that have been compressed with gzip. The programs in @@ -4470,7 +4470,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - pseudo-device log + pseudo-device log log is used for logging @@ -4478,8 +4478,8 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - pseudo-device pty - number + pseudo-device pty + number pty is a @@ -4495,8 +4495,8 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - pseudo-device snp - number + pseudo-device snp + number Snoop device. This pseudo-device allows one terminal @@ -4509,7 +4509,7 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - pseudo-device vn + pseudo-device vn Vnode driver. Allows a file to be treated as a device @@ -4520,8 +4520,8 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - pseudo-device ccd - number + pseudo-device ccd + number Concatenated disks. This pseudo-device allows you to @@ -4550,13 +4550,13 @@ grizzle-6.5 - the combined piano tutorial, LOGO interpreter and shoot 'em up arc - device joy0 at isa? port "IO_GAME" + device joy0 at isa? port "IO_GAME" PC joystick device. - pseudo-device speaker + pseudo-device speaker Supports IBM BASIC-style noises through the PC @@ -5833,14 +5833,14 @@ FreeBSD BUILT-19950429 (GR386) #0: Sat Apr 29 17:50:09 SAT 1995 - options IPFIREWALL + options IPFIREWALL Compiles into the kernel the code for packet filtering. - options IPFIREWALL_VERBOSE + options IPFIREWALL_VERBOSE Enables code to allow logging of packets through @@ -5850,7 +5850,7 @@ FreeBSD BUILT-19950429 (GR386) #0: Sat Apr 29 17:50:09 SAT 1995 - options IPFIREWALL_VERBOSE_LIMIT=10 + options IPFIREWALL_VERBOSE_LIMIT=10 Limits the number of packets logged through @@ -27930,7 +27930,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # Date created: 5 December 1994 # Whom: asami # -# $Id: book.sgml,v 1.52 1998-10-26 23:53:20 nik Exp $ +# $Id: book.sgml,v 1.53 1998-10-26 23:53:47 nik Exp $ # DISTNAME= oneko-1.1b -- cgit v1.2.3