📄 monarch
字号:
## PCCARD -- GENERIC laptop support## For more information read the handbook part System Administration -> # Configuring the FreeBSD Kernel -> The Configuration File. # The handbook is available in /usr/share/doc/handbook or online as# latest version from the FreeBSD World Wide Web server # <URL:http://www.FreeBSD.ORG/>## An exhaustive list of options and more detailed explanations of the # device lines is present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT.## $Id: MONARCH,v 1.2 1999/03/06 15:50:24 broch Exp $machine "i386"#cpu "I386_CPU"#cpu "I486_CPU"cpu "I586_CPU"#cpu "I686_CPU"ident PCCARDmaxusers 10#options MATH_EMULATE #Support for x87 emulationoptions INET #InterNETworkingoptions FFS #Berkeley Fast Filesystemoptions NFS #Network Filesystemoptions MSDOSFS #MSDOS Filesystemoptions "CD9660" #ISO 9660 Filesystemoptions PROCFS #Process filesystemoptions "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!]options SCSI_DELAY=15 #Be pessimistic about Joe SCSI deviceoptions BOUNCE_BUFFERS #include support for DMA bounce buffersoptions UCONSOLE #Allow users to grab the consoleoptions FAILSAFE #Be conservativeoptions USERCONFIG #boot -c editoroptions VISUAL_USERCONFIG #visual boot -c editor# Enable PCCARD changes (not optional)options MONARCH_PCCARD# Enable WaveLAN Roamingoptions WAVELAN_ROAMINGconfig kernel root on wd0controller isa0controller pci0controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintrdisk fd0 at fdc0 drive 0options "CMD640" # work around CMD640 chip deficiencycontroller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintrdisk wd0 at wdc0 drive 0#controller wdc1 at isa? port "IO_WD2" bio irq 15 vector wdintr#options ATAPI #Enable ATAPI support for IDE bus#options ATAPI_STATIC #Don't do it as an LKM#device wcd0 #IDE CD-ROM#controller aic0 at isa? port 0x340 bio irq 11 vector aicintr#controller scbus0#device sd0#device od0 #See LINT for possible `od' options.#device st0#device cd0 #Only need one of these, the code dynamically grows# syscons is the default console driver, resembling an SCO consoledevice sc0 at isa? port "IO_KBD" tty irq 1 vector scintr# Mandatory, don't removedevice npx0 at isa? port "IO_NPX" flags 0x1 irq 13 vector npxintr## Laptop support (see LINT for more options)#device apm0 at isa? # Advanced Power Managementoptions APM_BROKEN_STATCLOCK # Workaround some buggy APM BIOS# PCCARD (PCMCIA) supportcontroller card0device pcic0 at card?device pcic1 at card?device sio0 at isa? port "IO_COM1" tty irq 4 vector siointrdevice sio1 at isa? port "IO_COM2" tty irq 3 vector siointrdevice sio2 at isa? port "IO_COM3" tty irq 5 vector siointr#device sio2 at isa? disable port "IO_COM3" tty irq 5 vector siointr#device sio3 at isa? disable port "IO_COM4" tty irq 9 vector siointrdevice lpt0 at isa? port? tty irq 7 vector lptintrdevice psm0 at isa? port "IO_KBD" conflicts tty irq 12 vector psmintrdevice wlp0 at isa? port 0x320 net irq 11 iomem 0xd8000 vector wlpintrdevice ed0 at isa? port 0x280 net irq 5 iomem 0xd8000 vector edintrdevice ep0 at isa? port 0x300 net irq 10 vector epintr#device fe0 at isa? port 0x300 net irq ? vector feintrpseudo-device looppseudo-device etherpseudo-device logpseudo-device sl 1pseudo-device bpfilter 4# ijppp uses tun instead of ppp device#pseudo-device ppp 1pseudo-device vn 1pseudo-device tun 1pseudo-device pty 16pseudo-device gzip # Exec gzipped a.out's# KTRACE enables the system-call tracing facility ktrace(2).# This adds 4 KB bloat to your kernel, and slightly increases# the costs of each syscall.#options KTRACE #kernel tracing# This provides support for System V shared memory.#options SYSVSHMoptions SYSVSEMoptions SYSVMSG
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -