Date: Wed, 17 Dec 1997 08:09:15 -0500 From: ptroy@mail.hq.nasa.gov To: bsmith53@juno.com, kargl@troutmask.apl.washington.edu, perrya@shoal.net.au, andrsn@andrsn.stanford.edu, koenig@tat.physik.uni-tuebingen.de, keyser@clio.rice.edu, kargl@troutmask.apl.washington.edu, questions@freebsd.org, pmtman@aol.com Subject: Here are the files Message-ID: <199712171309.IAA23970@caffeine.hq.nasa.gov>
next in thread | raw e-mail | index | archive | help
--=====================_882382155==_ Content-Type: text/plain; charset="us-ascii" you get this I mailed you a copy of my kernel, rc.conf, and XF86config, my mouse simply wont work- I have a microsoft mouse connected to a bus port on the back of my box- --=====================_882382155==_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="Xf86conf" # $XFree86: xc/programs/Xserver/hw/xfree86/XF86Conf.cpp,v 3.28 1996/09/01= 04:14:45 dawes Exp $ # # Copyright (c) 1994 by The XFree86 Project, Inc. # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the= "Software"), # to deal in the Software without restriction, including without= limitation # the rights to use, copy, modify, merge, publish, distribute, sublicense, # and/or sell copies of the Software, and to permit persons to whom the # Software is furnished to do so, subject to the following conditions: # # The above copyright notice and this permission notice shall be included= in # all copies or substantial portions of the Software. # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS= OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL # THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT= OF # OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. # # Except as contained in this notice, the name of the XFree86 Project= shall # not be used in advertising or otherwise to promote the sale, use or= other # dealings in this Software without prior written authorization from the # XFree86 Project. # # $XConsortium: XF86Conf.cpp /main/16 1996/01/31 10:03:57 kaleb $ # ********************************************************************** # Refer to the XF86Config(4/5) man page for details about the format of # this file. This man page is installed as /usr/X11R6/man/man5/XF86Config.5= # ********************************************************************** # ********************************************************************** # Files section. This allows default font and rgb paths to be set #= ********************************************************************** Section "Files" # The location of the RGB database. Note, this is the name of the # file minus the extension (like ".txt" or ".db"). There is normally # no need to change the default. RgbPath "/usr/X11R6/lib/X11/rgb" # Multiple FontPath entries are allowed (which are concatenated together), # as well as specifying multiple comma-separated entries in one FontPath # command (or a combination of both methods) = FontPath= "/usr/X11R6/lib/X11/fonts/misc/" FontPath= "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled" FontPath= "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled" FontPath= "/usr/X11R6/lib/X11/fonts/Type1/" FontPath= "/usr/X11R6/lib/X11/fonts/Speedo/" FontPath= "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" # For OSs that support Dynamically loaded modules, ModulePath can be # used to set a search path for the modules. This is currently supported # for Linux ELF, FreeBSD 2.x and NetBSD 1.x. The default path is shown # here. # ModulePath "/usr/X11R6/lib/modules" EndSection # ********************************************************************** # Module section -- this is an optional section which is used to specify # which dynamically loadable modules to load. Dynamically loadable # modules are currently supported only for Linux ELF, FreeBSD 2.x # and NetBSD 1.x. Currently, dynamically loadable modules are used # only for some extended input (XInput) device drivers. # ********************************************************************** # # Section "Module" # # This loads the module for the Joystick driver # # Load "xf86Jstk.so" # # EndSection # ********************************************************************** # Server flags section. #= ********************************************************************** Section "ServerFlags" # Uncomment this to cause a core dump at the spot where a signal is # received. This may leave the console in an unusable state, but may # provide a better stack trace in the core dump to aid in debugging # NoTrapSignals # Uncomment this to disable the <Crtl><Alt><BS> server abort sequence # This allows clients to receive this key event. # DontZap # Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode switching # sequences. This allows clients to receive these key events. # DontZoom # Uncomment this to disable tuning with the xvidtune client. With # it the client can still run and fetch card and monitor attributes, # but it will not be allowed to change them. If it tries it will # receive a protocol error. # DisableVidModeExtension # Uncomment this to enable the use of a non-local xvidtune= client. # AllowNonLocalXvidtune # Uncomment this to disable dynamically modifying the input device # (mouse and keyboard) settings. # DisableModInDev # Uncomment this to enable the use of a non-local client to # change the keyboard or mouse settings (currently only= xset). # AllowNonLocalModInDev EndSection # ********************************************************************** # Input devices # ********************************************************************** # ********************************************************************** # Keyboard section #= ********************************************************************** Section "Keyboard" Protocol "Standard" # when using XQUEUE, comment out the above line, and uncomment the # following line # Protocol "Xqueue" AutoRepeat 500 5 # Let the server do the NumLock processing. This should only be required # when using pre-R6 clients # ServerNumLock # Specifiy which keyboard LEDs can be user-controlled (eg, with xset(1)) # Xleds 1 2 3 # To set the LeftAlt to Meta, RightAlt key to ModeShift, # RightCtl key to Compose, and ScrollLock key to ModeLock: # LeftAlt Meta # RightAlt ModeShift # RightCtl Compose # ScrollLock ModeLock # To disable the XKEYBOARD extension, uncomment XkbDisable. # XkbDisable # To customise the XKB settings to suit your keyboard, modify the # lines below (which are the defaults). For example, for a non-U.S. # keyboard, you will probably want to use: # XkbModel "pc102" # If you have a Microsoft Natural keyboard, you can use: # XkbModel "microsoft" # # Then to change the language, change the Layout setting. # For example, a german layout can be obtained with: # XkbLayout "de" # or: # XkbLayout "de" # XkbVariant "nodeadkeys" # # If you'd like to switch the positions of your capslock and # control keys, use: # XkbOptions "ctrl:swapcaps" # These are the default XKB settings for XFree86 # XkbRules "xfree86" # XkbModel "pc101" # XkbLayout "us" # XkbVariant "" # XkbOptions "" EndSection # ********************************************************************** # Pointer section #= ********************************************************************** Section "Pointer" Protocol "sysmouse" Device "/dev/sysmouse" # When using XQUEUE, comment out the above two lines, and uncomment # the following line. # Protocol "Xqueue" # Baudrate and SampleRate are only for some Logitech mice # BaudRate 9600 # SampleRate 150 # Emulate3Buttons is an option for 2-button Microsoft mice # Emulate3Timeout is the timeout in milliseconds (default is 50ms) # Emulate3Buttons # Emulate3Timeout 50 # ChordMiddle is an option for some 3-button Logitech mice # ChordMiddle EndSection # ********************************************************************** # Xinput section -- this is optional and is required only if you # are using extended input devices. This is for example only. Refer # to the XF86Config man page for a description of the options. # ********************************************************************** # # Section "Xinput" # SubSection "WacomStylus" # Port "/dev/ttyS1" # DeviceName "Wacom" # EndSubSection # SubSection "WacomCursor" # Port "/dev/ttyS1" # EndSubSection # SubSection "WacomEraser" # Port "/dev/ttyS1" # EndSubSection # # SubSection "Elographics" # Port "/dev/ttyS1" # DeviceName "Elo" # MinimumXPosition 300 # MaximumXPosition 3500 # MinimumYPosition 300 # MaximumYPosition 3500 # Screen 0 # UntouchDelay 10 # ReportDelay 10 # EndSubSection # # SubSection "Joystick" # Port "/dev/joy0" # DeviceName "Joystick" # TimeOut 10 # MinimumXPosition 100 # MaximumXPosition 1300 # MinimumYPosition 100 # MaximumYPosition 1100 # # CenterX 700 # # CenterY 600 # Delta 20 # EndSubSection # # The Mouse Subsection contains the same type of entries as the # standard Pointer Section (see above), with the addition of the # DeviceName entry. # # SubSection "Mouse" # Port "/dev/mouse2" # DeviceName "Second Mouse" # Protocol "Logitech" # EndSubSection # EndSection # ********************************************************************** # Monitor section # ********************************************************************** # Any number of monitor sections may be present Section "Monitor" Identifier "Generic Monitor" VendorName "Unknown" ModelName "Unknown" # HorizSync is in kHz unless units are specified. # HorizSync may be a comma separated list of discrete values, or a # comma separated list of ranges of values. # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S # USER MANUAL FOR THE CORRECT NUMBERS. HorizSync 31.5 # typical for a single frequency fixed-sync monitor # HorizSync 30-64 # multisync # HorizSync 31.5, 35.2 # multiple fixed sync frequencies # HorizSync 15-25, 30-50 # multiple ranges of sync frequencies # VertRefresh is in Hz unless units are specified. # VertRefresh may be a comma separated list of discrete values, or a # comma separated list of ranges of values. # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S # USER MANUAL FOR THE CORRECT NUMBERS. VertRefresh 60 # typical for a single frequency fixed-sync monitor # VertRefresh 50-100 # multisync # VertRefresh 60, 65 # multiple fixed sync frequencies # VertRefresh 40-50, 80-100 # multiple ranges of sync frequencies # Modes can be specified in two formats. A compact one-line format, or # a multi-line format. # A generic VGA 640x480 mode (hsync =3D 31.5kHz, refresh =3D 60Hz) # These two are equivalent # ModeLine "640x480" 25.175 640 664 760 800 480 491 493 525 Mode "640x480" DotClock 25.175 HTimings 640 664 760 800 VTimings 480 491 493 525 EndMode # These two are equivalent # ModeLine "1024x768i" 45 1024 1048 1208 1264 768 776 784 817= Interlace # Mode "1024x768i" # DotClock 45 # HTimings 1024 1048 1208 1264 # VTimings 768 776 784 817 # Flags "Interlace" # EndMode EndSection # ********************************************************************** # Graphics device section # ********************************************************************** # Any number of graphics device sections may be present Section "Device" Identifier "Generic VGA" VendorName "Unknown" BoardName "Unknown" Chipset "generic" # VideoRam 256 # Clocks 25.2 28.3 EndSection Section "Device" # SVGA server auto-detected chipset Identifier "Generic SVGA" VendorName "Unknown" BoardName "Unknown" EndSection # Section "Device" # Identifier "Any Trident TVGA 9000" # VendorName "Trident" # BoardName "TVGA 9000" # Chipset "tvga9000" # VideoRam 512 # Clocks 25 28 45 36 57 65 50 40 25 28 0 45 72 77 80 75 # EndSection # Section "Device" # Identifier "Actix GE32+ 2MB" # VendorName "Actix" # BoardName "GE32+" # Ramdac "ATT20C490" # Dacspeed 110 # Option "dac_8_bit" # Clocks 25.0 28.0 40.0 0.0 50.0 77.0 36.0 45.0 # Clocks 130.0 120.0 80.0 31.0 110.0 65.0 75.0 94.0 # EndSection # Section "Device" # Identifier "Hercules mono" # EndSection # ********************************************************************** # Screen sections # ********************************************************************** # The colour SVGA server Section "Screen" Driver "svga" Device "Generic SVGA" Monitor "Generic Monitor" DefaultColorDepth 8 Subsection "Display" Depth 8 Modes "640x480" ViewPort 0 0 Virtual 800 600 EndSubsection EndSection # The 16-colour VGA server Section "Screen" Driver "vga16" Device "Generic VGA" Monitor "Generic Monitor" Subsection "Display" Modes "640x480" ViewPort 0 0 Virtual 800 600 EndSubsection EndSection # The Mono server Section "Screen" Driver "vga2" Device "Generic VGA" Monitor "Generic Monitor" Subsection "Display" Modes "640x480" ViewPort 0 0 Virtual 800 600 EndSubsection EndSection # The hercules driver in the Mono and VGA16 servers # # Section "Screen" # Driver "mono" # Device "Hercules Mono" # Monitor "Generic Monitor" # Subsection "Display" # EndSubsection # EndSection # The accelerated servers (S3, Mach32, Mach8, 8514, P9000, AGX, W32) # Section "Screen" # Driver "accel" # Device "Actix GE32+ 2MB" # Monitor "Generic Monitor" # DefaultColorDepth 8 # Subsection "Display" # Depth 8 # Modes "640x480" # ViewPort 0 0 # Virtual 1280 1024 # EndSubsection # SubSection "Display" # Depth 16 # Weight 565 # Modes "640x480" # ViewPort 0 0 # Virtual 1024 768 # EndSubsection # EndSection --=====================_882382155==_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="Rc.con" #!/bin/sh # # This is rc.conf - a file full of useful variables that you can set # to change the default startup behavior of your system. # # All arguments must be in double or single quotes. # # $Id: rc.conf,v 1.1.2.9 1997/05/13 08:27:49 jkh Exp= $ ############################################################## ### Important initial Boot-time options = ##################### ############################################################## swapfile=3D"NO" # Set to name of swapfile if aux swapfile= desired. apm_enable=3D"NO" # Set to YES if you want APM= enabled. pccard_enable=3D"NO" # Set to YES if you want to configure PCCARD= devices. pccard_mem=3D"DEFAULT" # If pccard_enable=3DYES, this is card memory= address. pccard_ifconfig=3D"NO" # Specialized pccard ethernet configuration (or= NO). local_startup=3D"/usr/local/etc/rc.d /usr/X11R6/etc/rc.d" # startup script= dirs. ############################################################## ### Network configuration sub-section = ###################### ############################################################## ### Basic network options: ### hostname=3D"www.XXXXXXX.gov" # Set this! nisdomainname=3D"NO" # Set to NIS domain if using NIS (or= NO). firewall=3D"NO" # Set to firewall type or NO for= none. tcp_extensions=3D"YES" # Allow RFC1323 & RFC1544 extensions (or= NO). network_interfaces=3D"lo0" # List of network interfaces (lo0 is= loopback). ifconfig_lo0=3D"inet 127.0.0.1" # default loopback device= configuration. ### Network daemon (miscellaneous) & NFS options:= ### syslogd_enable=3D"YES" # Run syslog daemon (or NO). syslogd_flags=3D"" # Flags to syslogd (if enabled). inetd_flags=3D"" # Optional flags to inetd (always= enabled). named_enable=3D"NO" # Run named, the DNS server (or NO). named_flags=3D"" # Flags to named (if= enabled). kerberos_server_enable=3D"no" # Run a kerberos master server (or= NO). rwhod_enable=3D"yes" # Run the rwho daemon (or NO). amd_enable=3D"NO" # Run amd service with $amd_flags (or NO). amd_flags=3D"-a /net -c 1800 -k i386 -d my.domain -l syslog /host= /etc/amd.map" nfs_client_enable=3D"NO" # This host is an NFS client (or= NO). nfs_server_enable=3D"NO" # This host is an NFS server (or= NO). weak_mountd_authentication=3D"NO" # Running PCNFSD / other non-root nfsd (or= NO). nfs_reserved_port_only=3D"NO" # Provide NFS only on secure port (or= NO). rpc_lockd_enable=3D"NO" # Run NFS rpc.lockd (*broken!*) if= nfs_server. rpc_statd_enable=3D"YES" # Run NFS rpc.statd if nfs_server (or= NO). portmap_enable=3D"YES" # Run the portmapper service (or= NO). portmap_flags=3D"" # Flags to portmap (if enabled). xtend_enable=3D"NO" # Run the X-10 power controller= daemon. xtend_flags=3D"" # Flags to xtend (if enabled). ### Network Time Services options: ### timed_enabled=3D"NO" # Run the time daemon (or NO). timed_flags=3D"" # Flags to timed (if enabled). ntpdate_enable=3D"NO" # Run the ntpdate to sync time (or= NO). ntpdate_flags=3D"" # Flags to ntpdate (if enabled). xntpd_enable=3D"NO" # Run xntpd Network Time Protocol (or= NO). xntpd_flags=3D"" # Flags to xntpd (if enabled). tickadj_enable=3D"NO" # Run tickadj (or NO). tickadj_flags=3D"-Aq" # Flags to tickadj (if enabled). # Network Information Services (NIS) options: ### nis_client_enable=3D"yes" # We're an NIS client (or= NO) nis_client_flags=3D"" # Flags to ypbind (if= enabled). nis_ypset_enable=3D"NO" # Run ypset at boot time (or= NO). nis_ypset_flags=3D"" # Flags to ypset (if= enabled). nis_server_enable=3D"NO" # We're an NIS server (or= NO) nis_server_flags=3D"" # Flags to ypserv (if= enabled). nis_ypxfrd_enable=3D"NO" # Run rpc.ypxfrd at boot time (or= NO). nis_ypxfrd_flags=3D"" # Flags to rpc.ypxfrd (if= enabled). nis_yppasswdd_enable=3D"NO" # Run rpc.yppasswdd at boot time (or= NO). nis_yppasswdd_flags=3D"" # Flags to rpc.yppasswdd (if enabled). ### Network routing options: ### defaultrouter=3D"YES" # Set to default gateway (or NO). static_routes=3D"" # Set to static route list (or leave= empty). gateway_enable=3D"YES" # Set to YES if this host will be a= gateway. router_enable=3D"YEO" # Set to YES to enable a routing= daemon. router=3D"routed" # Name of routing daemon to use if= enabled. router_flags=3D"-q" # Flags for routing daemon. mrouted_enable=3D"NO" # Do multicast routing (see= /etc/mrouted.conf) ipxgateway_enable=3D"YES" # Set to YES to enable IPX= routing. ipxrouted_enable=3D"YES" # Set to YES to run the IPX routing= daemon. ipxrouted_flags=3D"" # Flags for IPX routing daemon. arpproxy_all=3D"" # obsolete kernel option ARP_PROXY_ALL= equiv. ############################################################## ### System console options = ################################# ############################################################## keymap=3D"us.iso" # keymap in /usr/share/syscons/keymaps/* (or= NO). keyrate=3D"NO" # keyboard rate to: slow, normal, fast (or= NO). keybell=3D"NO" # bell to duration.pitch or normal or visual (or= NO). keychange=3D"NO" # function keys default values (or NO). cursor=3D"NO" # cursor type {normal|blink|destructive} (or= NO). scrnmap=3D"NO" # screen map in /usr/share/syscons/scrnmaps/* (or= NO). font8x16=3D"NO" # font 8x16 from /usr/share/syscons/fonts/* (or= NO). font8x14=3D"NO" # font 8x14 from /usr/share/syscons/fonts/* (or= NO). font8x8=3D"NO" # font 8x8 from /usr/share/syscons/fonts/* (or= NO). blanktime=3D"300" # blank time (in seconds) or "NO" to turn it= off. saver=3D"daemon" # screen saver desired:= blank/green/snake/star/NO. mousedtype=3D"ps/2" # See man page for rc.conf(8) for available= settings. mousedport=3D"/dev/psm0" # Set to your mouse port (required if mousetype= set) mousedflags=3D"" # Any additional flags to= moused. ############################################################## ### Miscellaneous administrative options = ################### ############################################################## lpd_enable=3D"YES" # Run the line printer daemon sendmail_enable=3D"YES" # Run the sendmail daemon (or= NO). sendmail_flags=3D"-bd -q30m" # -bd is pretty= mandatory savecore_enable=3D"YES" # Save kernel crashdumps for debugging (or= NO). dumpdev=3D"YES" # Device name to crashdump to (if= enabled). check_quotas=3D"NO" # Check quotas (or NO). accounting=3D"NO" # Turn on process accounting (or NO). ibcs2_enable=3D"NO" # Ibcs2 (SCO) emulation loaded at startup (or= NO). linux_enable=3D"YES" # Linux emulation loaded at startup (or= NO). rand_irqs=3D"NO" # Stir the entropy pool (or NO). --=====================_882382155==_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="Dellk" # # GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks # # 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: GENERIC,v 1.77.2.8 1997/04/18 14:06:20 nate Exp= $ machine= = "i386" cpu= = "I386_CPU" cpu= = "I486_CPU" cpu= = "I586_CPU" cpu "I686_CPU" ident GENERIC maxusers 10 options MATH_EMULATE #Support for x87= emulation options INET #InterNETworking options FFS #Berkeley Fast Filesystem options NFS #Network Filesystem options MSDOSFS #MSDOS Filesystem options "CD9660" #ISO 9660 Filesystem options PROCFS #Process filesystem options "COMPAT_43" #Compatible with BSD 4.3 [KEEP= THIS!] options SCSI_DELAY=3D15 #Be pessimistic about Joe SCSI= device options BOUNCE_BUFFERS #include support for DMA bounce= buffers options UCONSOLE #Allow users to grab the console options FAILSAFE #Be conservative options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor config kernel root on= wd0 controller isa0 controller eisa0 controller pci0 controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector= fdintr disk fd0 at fdc0 drive 0 disk fd1 at fdc0 drive 1 tape ft0 at fdc0 drive 2 controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr disk wd0 at wdc0 drive 0 disk wd1 at wdc0 drive 1 controller wdc1 at isa? port "IO_WD2" bio irq 15 vector wdintr disk wd2 at wdc1 drive 0 disk wd3 at wdc1 drive 1 options ATAPI #Enable ATAPI support for IDE= bus options ATAPI_STATIC #Don't do it as an LKM device wcd0 #IDE CD-ROM # A single entry for any of these controllers (ncr, ahb, ahc, amd) is # sufficient for any number of installed= devices. controller= ncr0 controller amd0 controller ahb0 controller ahc0 controller bt0 at isa? port "IO_BT0" bio irq ? vector= bt_isa_intr controller uha0 at isa? port "IO_UHA0" bio irq ? drq 5 vector= uhaintr controller aha0 at isa? port "IO_AHA0" bio irq ? drq 5 vector= ahaintr controller aic0 at isa? port 0x340 bio irq 11 vector= aicintr controller nca0 at isa? port 0x1f88 bio irq 10 vector= ncaintr controller nca1 at isa? port 0x350 bio irq 5 vector= ncaintr controller sea0 at isa? bio irq 5 iomem 0xc8000 iosiz 0x2000 vector= seaintr 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 device wt0 at isa? port 0x300 bio irq 5 drq 1 vector wtintr device mcd0 at isa? port 0x300 bio irq 10 vector= mcdintr controller matcd0 at isa? port 0x230 bio device scd0 at isa? port 0x230 bio # syscons is the default console driver, resembling an SCO= console device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console= driver #device vt0 at isa? port "IO_KBD" tty irq 1 vector= pcrint #options PCVT_FREEBSD=3D210 # pcvt running on FreeBSD >=3D= 2.0.5 #options XSERVER # include code for XFree86 #options FAT_CURSOR # start with block cursor # If you have a ThinkPAD, uncomment this along with the rest of the PCVT= lines #options PCVT_SCANSET=3D2 # IBM keyboards are non-std # Mandatory, don't remove device npx0 at isa? port "IO_NPX" flags 0x1 irq 13 vector npxintr # # Laptop support (see LINT for more options) # device apm0 at isa? disable # Advanced Power= Management options APM_BROKEN_STATCLOCK # Workaround some buggy APM BIOS # PCCARD (PCMCIA) support #controller crd0 #device pcic0 at crd? #device pcic1 at crd? device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr device sio1 at isa? port "IO_COM2" tty irq 3 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= siointr device lpt0 at isa? port? tty irq 7 vector lptintr device lpt1 at isa? port? tty device sysmouse at isa? port 0x23c tty irq 5 vector= mseintr device sysmouse at isa? disable port "IO_KBD" conflicts tty irq 12 vector= psmintr # Order is important here due to intrusive probes, do *not* alphabetize # this list of network interfaces until the probes have been fixed. # Right now it appears that the ie0 must be probed before ep0. See # revision 1.20 of this file. device de0 device fxp0 device vx0 device ed0 at isa? port 0x280 net irq 5 iomem 0xd8000 vector edintr device ed1 at isa? port 0x300 net irq 5 iomem 0xd8000 vector edintr device ie0 at isa? port 0x300 net irq 10 iomem 0xd0000 vector ieintr device ie1 at isa? port 0x360 net irq 7 iomem 0xd0000 vector ieintr device ep0 at isa? port 0x300 net irq 10 vector epintr device ex0 at isa? port 0x300 net irq 10 iomem 0xd0000 vector exintr device fe0 at isa? port 0x300 net irq ? vector feintr device le0 at isa? port 0x300 net irq 5 iomem 0xd0000 vector le_intr device lnc0 at isa? port 0x280 net irq 10 drq 0 vector lncintr device ze0 at isa? port 0x300 net irq 5 iomem 0xd8000 vector zeintr device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000 vector= zpintr pseudo-device= loop pseudo-device ether pseudo-device log pseudo-device sl 1 # ijppp uses tun instead of ppp= device #pseudo-device= ppp= 1 pseudo-device= vn 1 pseudo-device tun 1 pseudo-device pty 16 pseudo-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 --=====================_882382155==_ Content-Type: text/plain; charset="us-ascii" --=====================_882382155==_--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199712171309.IAA23970>