summaryrefslogtreecommitdiff
path: root/usr/src/uts/intel
AgeCommit message (Collapse)AuthorFilesLines
2007-10-20PSARC/2005/469 X86 Energy Star compliancerandyf19-339/+1433
PSARC/2006/632 PSMI extension for state save and restore 6330209 nge needs to support DDI_SUSPEND/DDI_RESUME 6381827 Suspend to RAM on x86 6393154 audio810 needs to support DDI_SUSPEND/DDI_RESUME 6397047 fd, fdc needs to support Suspend/Resume 6401974 cannot enter S3 with ohci PME enable set on Tyan 2865 with Sun or Tyan 2.01 BIOS 6422613 memscrubber doesn't re-acquire lock before CALLB_CPR_EXIT 6455736 ata/dadk/cmdk should support DDI_SUSPEND/DDI_RESUME 6511370 CPR on SPARC regression 6586018 TODOP Macros in i86pc/sys/machclock.h not in sun4u/sun4v equivilent (Sparc only) 6610124 It takes more than 3 minutes after printing "pci_pre_resume nv_sata:0" 6617143 powerd/pmconfig emits a different default message for an existing on or off action. --HG-- rename : usr/src/cmd/power/power.conf => usr/src/cmd/power/power.conf.sparc
2007-10-186616610 cpu_info_kstat_create does not allow sufficient space for x86 ↵mh276031-1/+2
platform data 6605212 SpeedStep can't find _PSS for Processor declared by Alias
2007-10-186617261 Nevada Opteron performance counter names are inconsistent with ↵jhaslam1-2/+2
Solaris 10
2007-10-176579547 superfluous aac driver notices @ /var/adm/messagesxc2111692-35/+40
6604417 "found card: Unknown AAC card" notice messages displayed with Cougar & Prometheus HBA
2007-10-156526262 cpuid ssse3 feature not noted on Intel Woodcrest/Conroe processorskk2085211-2/+7
6563039 Need support for Intel's SSE4.1 and SSE4.2 instructions
2007-10-146594630 add SCMD_SYNCHRONIZE_CACHE support for aacpl1960005-1057/+1453
6594637 aac card quirks should be updated 6594691 aac should use one lock for most io operations 6595687 Sunrise Lake IOP reset needs different handling 6597917 driver should always poll io for the pkt's of AAC_CMD_NO_INTR
2007-10-14PSARC 2006/711 AMD8111 NIC Driverlh1559758-0/+5960
6465466 Solaris should support AMD8111 LAN ethernet controller
2007-10-14PSARC 2007/591 Generic x86 Machine Check Architecturegavinm17-436/+1229
PSARC 2007/594 Intel CPU and 5000/7300 Series Chipset FMA 6443855 x86 modinfo slots being wasted during cpu module path search 6475380 cmi_load() should unload unused CPU module 6520280 MCA status bits not properly being cleared for intel processors 6558878 topo_node_hash returns out of range hash 6567218 FMA for Intel processors and 5000/7300 series memory controller 6567634 generic x86 MCA support needs to be improved 6607616 prepare FMA/x86 for xVM 6607626 eversholt Makefile.com lacks a default target 6607637 Add number of cpus and cores per chip to cpu_info kstat 6607643 x86 on_trap handler jumps from frying pan into the fire 6616180 topo should translate slashes in authority fields --HG-- rename : usr/src/uts/i86pc/cpu/amd_opteron/ao_mc.c => deleted_files/usr/src/uts/i86pc/cpu/amd_opteron/ao_mc.c rename : usr/src/uts/i86xpv/generic_cpu/Makefile => deleted_files/usr/src/uts/i86xpv/generic_cpu/Makefile
2007-10-12PSARC/2007/589 dma-max-arch scsi capabilitymrj1-1/+5
PSARC/2007/590 bp_copyin()/bp_copyout() 6567168 s10 x86 st tape driver performance issue
2007-10-126567332 Support for CPC on greyhound/barcelona processorsksadhukh3-65/+173
2007-10-126613514 IP Instances removed SPD hash-size tuning from /etc/systemdanmcd2-0/+4
2007-10-116595449 IP streams plumbing simpificationnordmark6-74/+105
6604040 ASSERT fp->timer_mp == 0L panic in sctp_common.c, line: 1876 6606989 panic in ip_rput_forward for multicast router 6606990 assertion failed: th_trace->th_refcnt == 0 6608966 Backport to onnv: 6440004 Get rid of UDP's perimeter mechanism in favor of locks.
2007-10-116546562 Unexpected SIGTRAP delivered to dbx via /proc (regression due to fix ↵ksadhukh1-34/+52
of 6386365?)
2007-10-096613279 lx_brand_int80_callback does not properly check for legal syscall ↵sp921021-23/+15
number in amd64 code path
2007-10-096594114 aac driver hardeningyw1618843-40/+389
2007-10-096608681 PSARC/2007/173 kiconv - framework and kiconv_emea (phase 1)is2-0/+100
2007-10-056610591 do_reloc() should not require unused argumentsab1960874-30/+67
2007-10-046317553 Wrong fix implemented in 4877168 for dmfe Rx buffer unavailable ↵gd780593-0/+107
messages. 6380155 panic assertion failed: (dmfe_ring_get32(desc...sun4u/io/dmfe/dmfe_main.c line 1024 6555168 do not deliver dmfe header files 6592772 'ndd -get /dev/dmfe0 autoneg_cap' prints a value greater than the max allowed in dmfe's nd_params 6603848 dmfe does not restart link when changing advertised parameters with ndd 6603852 dmfe should support x86 6603953 rtls/SPARC needs minor_perm edits 6603955 clone:le entry should be removed from sparc /etc/minor_perm 6603964 afe driver needs minor_perm addition 6603970 mxfe driver needs minor_perm addition --HG-- rename : usr/src/uts/sun4u/io/dmfe/dmfe.conf => usr/src/uts/common/io/dmfe/dmfe.conf rename : usr/src/uts/sun4u/sys/dmfe.h => usr/src/uts/common/io/dmfe/dmfe.h rename : usr/src/uts/sun4u/sys/dmfe_impl.h => usr/src/uts/common/io/dmfe/dmfe_impl.h rename : usr/src/uts/sun4u/io/dmfe/dmfe_log.c => usr/src/uts/common/io/dmfe/dmfe_log.c rename : usr/src/uts/sun4u/io/dmfe/dmfe_main.c => usr/src/uts/common/io/dmfe/dmfe_main.c rename : usr/src/uts/sun4u/io/dmfe/dmfe_mii.c => usr/src/uts/common/io/dmfe/dmfe_mii.c rename : usr/src/uts/sun4u/io/dmfe/dmfe_ndd.c => usr/src/uts/common/io/dmfe/dmfe_ndd.c rename : usr/src/uts/sun4u/dmfe/Makefile => usr/src/uts/sparc/dmfe/Makefile
2007-10-016600169 CD/DVD Drive not detected in B72mlf2-84/+31
6600948 remove probe() entry point from ata driver
2007-10-016590353 ancient mtrr crud in i86pc/os/startup.c must diejohnlev2-66/+19
6604314 lock ordering problem can cause deadlock at bootup 6604381 typo in LEVEL_SIZE call in i86pc's hat_share() 6604444 HCK_PARTIALCKSUM packets from dom0 to domU fail checksum test in domU 6605202 domU panics with 'bad mutex' from a freed data structure after 1h of xmstress 6605536 xvdi_ring_has_unconsumed_responses() panic during suspend 6606142 page_numtopp_alloc() uses page_reclaim() incorrectly. 6606864 xm-test vcpu-disable/02_vcpu-set_stress.py fails to adjust vcpus 6609008 shutdown_req_active usage can hang
2007-10-016524011 pcie slots show up in cfgadm as "Slot<n>" vs. "pcie<n>" in Nevada/s10u4prasad1-1/+37
2007-10-016592591 Single instance of panic "mutex_enter: adaptive at high PIL" on x86 ↵myers2-25/+34
in snv_71 6606094 acpica: need to remove SCCS keyword from module name
2007-09-286573171 unnecessary I/O resource warnings on some machinesjveta4-77/+153
2007-09-286590340 brand_sys_int80() could do more sanity checkssp921023-27/+65
2007-09-256563375 agptarget driver is writing wrong PCI configure registerms1485621-25/+45
6580250 postinstall script in SUNWagp should support driver upgrade 6580254 postinstall script in SUNWdrmr should support driver upgrade
2007-09-25PSARC 2007/019 KIOCMKTONE (keyboard make tone) ioctlmarx8-200/+407
6425775 Xsun is blocked when a program rings keyboard- or audio-bell --HG-- rename : usr/src/uts/sun4/os/beep.c => deleted_files/usr/src/uts/sun4/os/beep.c rename : usr/src/uts/sun4/sys/beep_driver.h => deleted_files/usr/src/uts/sun4/sys/beep_driver.h rename : usr/src/uts/intel/io/beeper.c => usr/src/uts/intel/io/pit_beep.c
2007-09-246603261 panic: mutex_enter: bad mutex, at pciehpc_attn_btn_handler()prasad4-961/+4
--HG-- rename : usr/src/uts/intel/io/hotplug/pciehpc/pciehpc_nvidia.c => deleted_files/usr/src/uts/intel/io/hotplug/pciehpc/pciehpc_nvidia.c rename : usr/src/uts/intel/io/hotplug/pciehpc/pciehpc_nvidia.h => deleted_files/usr/src/uts/intel/io/hotplug/pciehpc/pciehpc_nvidia.h
2007-09-216606981 the ucaller variable requires additional checksahl1-3/+3
2007-09-18PSARC 2006/260 Solaris on Xenjohnlev49-1094/+2776
PSARC 2007/155 IPv4 Network Configuration Enhancements for Xen Guest Domains 6424124 panic in intr_thread->av_dispatch_autovect->atomic_add_ptr 6496858 mdb could use a memory-based IO backend 6515319 workaround for 6491065 needs to be removed from elfextract.c 6518807 snv_nightly: SUNWcakr pkgck error 6551858 PSARC 2006/260 Solaris on Xen 6584697 Can't boot Xen / Solaris dom0 if root is using ZFS 6593429 usr/src/cmd/devfsadm isn't linting properly 6600359 mdb_kvm_intrframe() is unused 6600750 can remove 'u' workaround from zlib 6601465 /dev/lofictl needs to accept kernel ioctl 6604043 Erronous ASSERT in sdev_vnops.c ASSERT(VTOSDEV(vp)->sdev_attrvp); --HG-- rename : usr/src/common/util/memset.h => deleted_files/usr/src/common/util/memset.h rename : usr/src/uts/common/krtld/mapfile => deleted_files/usr/src/uts/common/krtld/mapfile rename : usr/src/uts/i86pc/boot/boot_keyboard.h => deleted_files/usr/src/uts/i86pc/boot/boot_keyboard.h rename : usr/src/uts/intel/io/i8254.c => usr/src/uts/i86pc/io/microfind.c rename : usr/src/uts/i86pc/cpunex/Makefile => usr/src/uts/intel/cpunex/Makefile rename : usr/src/uts/i86pc/io/cpunex.c => usr/src/uts/intel/io/cpunex.c
2007-09-136577948 mach_alloc_mwait leaks memory when a CPU fails to startbholler1-1/+2
6588054 panic() in mach_alloc_mwait() should be changed to degraded operation... 6596141 Solaris should not use an unmodified MWAIT idle loop on AMD 10h due to increased power consumption
2007-09-126596174 AGP support for Intel 3 serieskz1516343-131/+219
6596178 965GM/GME should have more graphics modes
2007-09-116203568 accumulating number of threads behind rw_lock in ire_walk_ill_tables ↵carlsonj2-0/+6
IRB_REFRELE 6591083 IP instances sis_check added stray entries to sparc ip module makefile
2007-09-04Codemgr_wsdata/putback.cmtgd780592-0/+90
2007-09-04PSARC 2007/449 Detangle IPsec NAT Traversaldanmcd3-103/+1
6481450 nattymod calls putnext() on a freed queue. 6558864 remove nattymod 6558870 Implement SA last-used time and idle actions 6582318 "mandatory" is spelled wrong in pfiles 6584011 save_assoc() gets confused w.r.t. "proto". 6588015 Missing "encap udp" must be better diagnosed by ipseckey(1M). 6595368 Need "ipsec-nat-t" in /etc/services 6595877 ipseckey(1M) can produce output it can't read back in (line-too-big) --HG-- rename : usr/src/uts/common/inet/ip/nattymod.c => deleted_files/usr/src/uts/common/inet/ip/nattymod.c rename : usr/src/uts/intel/nattymod/Makefile => deleted_files/usr/src/uts/intel/nattymod/Makefile rename : usr/src/uts/sparc/nattymod/Makefile => deleted_files/usr/src/uts/sparc/nattymod/Makefile
2007-09-026489674 nge driver need to support nForce3 chipsetxw1612831-0/+4
6497473 Nvidia MCP61 network controller should be supported
2007-08-31PSARC 2007/291 mxfe ethernet drivergd780592-0/+90
6562372 add mxfe driver
2007-08-306551956 aac: fibctx->ctx_idx initialization problemxc2111693-20/+26
6551959 aac: close of first context by FSACTL_CLOSE_GETADAPTER_FIB closes all contexts 6584506 "-- AIF queue overrun" is displayed inaccurately
2007-08-306557414 autopush doesn't work in exclusive-IP zonesdh1551221-2/+0
6574920 device_policy based privilege checking doesn't work well with sys_net_config/sys_ip_config
2007-08-29PSARC/2007/250 CGTP for IP Instancesnordmark2-4/+0
6572777 Need CGTP hooks version 3 to allow per-IP instance hooks
2007-08-276505165 pciehpc looking for _SUN on the wrong nodeprasad2-76/+177
6525527 pciehpc doesn't do pcie native hotplug
2007-08-246478874 nge device needs device description in /boot/solaris/devicedb/master ↵zx1516331-7/+13
file
2007-08-196569424 is_opteron() needs to be updated to recognize AMD family 0x10 processorsjjc1-0/+5
2007-08-166588379 brand interpose handlers stick around if a branded process dumps coresp921021-6/+8
2007-08-166579740 simplify aac_cmd_fib() for efficiency and scalabilitypl1960004-771/+939
6579744 simplify aac_intr_norm() for efficiency and scalability 6579757 aac_tran_init_pkt() should use the arguments passed down for DMA functions 6579778 driver should allocate aac_cmd FIB dynamically 6579786 SCSI_HBA_TRAN_CLONE is not needed for aac 6579800 aac driver should do data synchronization for consistent packets 6580283 New Comm. need not to send AIF response back to adapter 6580289 aac should check response FIB status using aac_blockread_response 6580380 aac should sync non-aligned buffer for read 6580786 aac_common_attach() should release FIBs at fail 6580789 aac_resp_enqueue() should be removed 6580882 aac should use async FIB to do poll IO for Old comm. 6581059 aac driver panic during SunVTS test of Cougar and Prometheus HBAs.
2007-08-16PSARC/2006/501 Nvidia ck804/mcp55 SATA HBA drivermlf4-6/+180
PSARC/2007/100 Device Id Extensions PSARC/2007/172 Reserved Devnames 6296435 native sata driver needed for nVIDIA mcp04 and mcp55 controllers 6418034 DMA resources need to be released for scsi commands emulated in sata framework 6487018 driver binding for sata storage devices should be more flexible 6487838 common definitions can be defined in sata_defs.h to be shared with other sata HBA's 6549855 PSARC/2007/100 Device Id Extensions 6549915 devfsadm enhancements for PSARC/2007/172 Reserved Devnames
2007-08-14PSARC/2007/027 File Events Notification APIpraks1-2/+2
6367770 RFE: add userland interface to fem (file event monitoring) --HG-- rename : deleted_files/usr/src/uts/common/fs/portfs/port_fop.c => usr/src/uts/common/fs/portfs/port_fop.c
2007-08-116414472 x86-ata: lockup in ata_id_common(), when using shared pci interruptsmlf6-114/+106
6461847 ata driver emits console message: ata_id_common: BUSY status 0xfe 6536722 ata interrupt sharing can panic 6570357 ata_probe() takes excessively long in Nevada HVM domains
2007-08-10PSARC 2006/708 ddi-forceloadcth5-1/+360
PSARC 2006/710 scsi_get_device_type_string PSARC 2007/379 MPXIO/scsi_vhci failover-ops configuration - revisited 6504975 ddi_modopen should allow open in subdirectory 6542649 step0: opensource mpxio
2007-08-09PSARC 2007/290 Retire Agent for I/O Devicesvikram1-0/+2
6464720 Deliver a FMA I/O retire agent --HG-- rename : usr/src/cmd/fm/modules/common/io-retire/ior_main.c => deleted_files/usr/src/cmd/fm/modules/common/io-retire/ior_main.c
2007-08-076546290 /opt/SUNWdtrt/tst/common/predicates/tst.predcache.ksh : could not ↵ahl1-2/+2
unload dtrace 6573659 removing a USDT provider can undermine pid probes 6576041 ERROR: /opt/SUNWdtrt/tst/common/usdt/tst.dlclose1.ksh stdout mismatch 6581257 dtrace_lookup_by_type() can fail spuriously 6582425 tst/common/usdt/tst.forker.ksh can hang