FreeBSD Bugzilla – Attachment 156473 Details for
Bug 161043
[psm] PS/2 mouse does not work in 9.0-BETA2/-CURRENT [regression]
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
custom kernel config
dadv.txt (text/plain), 8.74 KB, created by
Eugene Grosbein
on 2015-05-07 16:13:12 UTC
(
hide
)
Description:
custom kernel config
Filename:
MIME Type:
Creator:
Eugene Grosbein
Created:
2015-05-07 16:13:12 UTC
Size:
8.74 KB
patch
obsolete
>cpu HAMMER >ident DADV >options COMPAT_FREEBSD32 >options INCLUDE_CONFIG_FILE > ># To statically compile in device wiring instead of /boot/device.hints >#hints "GENERIC.hints" # Default places to look for devices. > ># Use the following to compile in values accessible to the kernel ># through getenv() (or kenv(1) in userland). The format of the file ># is 'variable=value', see kenv(1) ># ># env "GENERIC.env" > >makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols > >#options KVA_PAGES=512 >options DEADLKRES >options SCHED_ULE # ULE scheduler >options PREEMPTION # Enable kernel thread preemption >options INET # InterNETworking >options INET6 # IPv6 communications protocols >options SCTP # Stream Control Transmission Protocol >options FFS # Berkeley Fast Filesystem >options SOFTUPDATES # Enable FFS soft updates support >options UFS_ACL # Support for access control lists >options UFS_DIRHASH # Improve performance on big directories >options UFS_GJOURNAL # Enable gjournal-based UFS journaling >options GEOM_JOURNAL >options GEOM_CACHE >options MD_ROOT # MD is a potential root device >options NFSCLIENT # Network Filesystem Client >options NFSSERVER # Network Filesystem Server >options NFSLOCKD # Network Lock Manager >options NFS_ROOT # NFS usable as /, requires NFSCLIENT > >options NFSCL >options NFSD > >options MSDOSFS # MSDOS Filesystem >options NTFS # MSDOS Filesystem >options CD9660 # ISO 9660 Filesystem >options PROCFS # Process filesystem (requires PSEUDOFS) >options FDESCFS >options LINPROCFS >options PSEUDOFS # Pseudo-filesystem framework >options GEOM_PART_GPT # GUID Partition Tables. >options GEOM_LABEL # Provides labelization >options COMPAT_43TTY # BSD 4.3 TTY compat (sgtty) >options COMPAT_FREEBSD4 # Compatible with FreeBSD4 >options COMPAT_FREEBSD5 # Compatible with FreeBSD5 >options COMPAT_FREEBSD6 # Compatible with FreeBSD6 >options COMPAT_FREEBSD7 # Compatible with FreeBSD7 >#options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI >options KTRACE # ktrace(1) support >options STACK # stack(9) support >options SYSVSHM # SYSV-style shared memory >options SYSVMSG # SYSV-style message queues >options SYSVSEM # SYSV-style semaphores >options P1003_1B_SEMAPHORES # POSIX-style semaphores >options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions >options PRINTF_BUFR_SIZE=512 # Prevent printf output being interspersed. >options KBD_INSTALL_CDEV # install a CDEV entry in /dev >options HWPMC_HOOKS # Necessary kernel hooks for hwpmc(4) >options AUDIT # Security event auditing >options MAC # TrustedBSD MAC Framework >options MAC_PORTACL >#options FLOWTABLE # per-cpu routing cache >#options KDTRACE_HOOKS # Kernel DTrace hooks > >options UDF > >options LIBICONV >options CD9660_ICONV >options MSDOSFS_ICONV >options NTFS_ICONV >options UDF_ICONV > ># Debugging for use in -current >options BREAK_TO_DEBUGGER >options KDB # Enable kernel debugger support. >options KDB_UNATTENDED # Enable kernel debugger support. >options DDB # Support DDB. >options DDB_NUMSYM # Support DDB. >options GDB # Support remote GDB. >#options INVARIANTS # Enable calls of extra sanity checking >#options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS >#options WITNESS # Enable checks to detect deadlocks and cycles >#options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed > ># To make an SMP kernel, the next two lines are needed >options SMP # Symmetric MultiProcessor Kernel >#device apic # I/O APIC > ># CPU frequency control >device cpufreq > ># Bus support. >device acpi >#device eisa >device pci > ># Floppy drives >#device fdc > ># ATA and ATAPI devices >device ata >#device atadisk # ATA disk drives >#device ataraid # ATA RAID drives >#device atapicd # ATAPI CDROM drives >#device atapifd # ATAPI floppy drives >#device atapist # ATAPI tape drives >options ATA_STATIC_ID # Static device numbering >options ATA_CAM > ># SCSI peripherals >device scbus # SCSI bus (required for SCSI) >#device ch # SCSI media changers >device da # Direct Access (disks) >#device sa # Sequential Access (tape etc) >device cd # CD >device pass # Passthrough device (direct SCSI access) >#device ses # SCSI Environmental Services (and SAF-TE) > ># atkbdc0 controls both the keyboard and the PS/2 mouse >device atkbdc # AT keyboard controller >device atkbd # AT keyboard >device psm # PS/2 mouse > >device kbdmux # keyboard multiplexer > >device vga # VGA video card driver > >device splash # Splash screen and screen saver support > ># syscons is the default console driver, resembling an SCO console >device sc > >#device agp # support several AGP chipsets > ># Serial (COM) ports >device uart # Generic UART driver > >device sound >device snd_hda > ># Parallel port >device ppc >device ppbus # Parallel port bus (required) >device lpt # Printer >#device plip # TCP/IP over parallel >#device ppi # Parallel port interface device >#device vpo # Requires scbus and da > ># If you've got a "dumb" serial or parallel PCI card that is ># supported by the puc(4) glue driver, uncomment the following ># line to enable it (connects to sio, uart and/or ppc drivers): >#device puc > >device cpuctl > >device smbus >device smb >device ichsmb > >device iicbus >device iicbb >device ic >device iic >device iicsmb >device ichwd > ># PCI Ethernet NICs. >#device de # DEC/Intel DC21x4x (``Tulip'') >#device em # Intel PRO/1000 Gigabit Ethernet Family >#device igb # Intel PRO/1000 PCIE Server Gigabit Family >#device ixgb # Intel PRO/10GbE Ethernet Card >#device le # AMD Am7900 LANCE and Am79C9xx PCnet >#device ti # Alteon Networks Tigon I/II gigabit Ethernet >#device txp # 3Com 3cR990 (``Typhoon'') >#device vx # 3Com 3c590, 3c595 (``Vortex'') > ># PCI Ethernet NICs that use the common MII bus controller code. ># NOTE: Be sure to keep the 'device miibus' line in order to use these NICs! >device miibus # MII bus support > >device wlan >device wlan_wep >device wlan_ccmp >device wlan_tkip >device wlan_xauth >device wlan_acl >device wlan_amrr > >device ath >device ath_pci >device ath_hal >device ath_rate_sample >options AH_SUPPORT_AR5416 > ># Pseudo devices. >device loop # Network loopback >device random # Entropy device >device ether # Ethernet support >device tun # Packet tunnel. >device pty # BSD-style compatibility pseudo ttys >device md # Memory "disks" >#device gif # IPv6 and IPv4 tunneling >device faith # IPv6-to-IPv4 relaying (translation) >device firmware # firmware assist module >device tap >device if_bridge >device coretemp > ># The `bpf' device enables the Berkeley Packet Filter. ># Be aware of the administrative consequences of enabling this! ># Note that 'bpf' is required for DHCP. >device bpf # Berkeley packet filter > ># USB support >options USB_VERBOSE >device uhci # UHCI PCI->USB interface >#device ohci # OHCI PCI->USB interface >device ehci # EHCI PCI->USB interface (USB 2.0) >device usb # USB Bus (required) >#device udbp # USB Double Bulk Pipe devices >device uhid # "Human Interface Devices" >device ukbd # Keyboard >device ulpt # Printer >device umass # Disks/Mass storage - Requires scbus and da >device ums # Mouse >#device rum # Ralink Technology RT2501USB wireless NICs >#device ural # Ralink Technology RT2500USB wireless NICs >#device uath # Atheros AR5523 wireless NICs >#device zyd # ZyDAS zb1211/zb1211b wireless NICs >#device urio # Diamond Rio 500 MP3 player ># USB Serial devices >#device u3g # USB-based 3G modems (Option, Huawei, Sierra) >#device uark # Technologies ARK3116 based serial adapters >#device ubsa # Belkin F5U103 and compatible serial adapters >#device uftdi # For FTDI usb serial adapters >#device uipaq # Some WinCE based devices >#device uplcom # Prolific PL-2303 serial adapters >#device uslcom # SI Labs CP2101/CP2102 serial adapters >#device uvisor # Visor and Palm devices >#device uvscom # USB serial support for DDI pocket's PHS ># USB Ethernet, requires miibus >#device aue # ADMtek USB Ethernet >#device axe # ASIX Electronics USB Ethernet >#device cdce # Generic USB over Ethernet >#device cue # CATC USB Ethernet >#device kue # Kawasaki LSI USB Ethernet >#device rue # RealTek RTL8150 USB Ethernet >#device udav # Davicom DM9601E USB > ># FireWire support >device firewire # FireWire bus code >device sbp # SCSI over FireWire (Requires scbus and da) >device fwe # Ethernet over FireWire (non-standard!) >device fwip # IP over FireWire (RFC 2734,3146) >device dcons # Dumb console driver >device dcons_crom # Configuration ROM for dcons > >options LIBALIAS >options IPFIREWALL >#options IPFIREWALL_NAT > >options IPDIVERT >options DUMMYNET >options IPSEC_FILTERTUNNEL > >options IPSEC >device crypto > >options NETGRAPH >options NETGRAPH_ETHER >options COMPAT_LINUX32 >#options DEVICE_POLLING >#options DEADLKRES > >device em >device vlan > >#options VIMAGE > >options DEV_PSM
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 161043
:
156209
|
156471
|
156472
| 156473 |
161098
|
186395
|
186396
|
186397