summaryrefslogtreecommitdiff
path: root/usr/src/uts/intel
AgeCommit message (Collapse)AuthorFilesLines
2009-08-286842045 usb audio driver should be updated to OSS frameworkBinzi Cao - Sun Microsystems - Beijing China2-30/+5
6855250 "audioplay" may cause system hang when play audio files to USB headset on snv_117 6852046 MPlayer have problems playing on Sun OSS implementation using OSS driver 6854227 considerable usb audio distortion on build 116 6837267 warlock is not clean for usb audio
2009-08-276871125 double fault panic with brandz on x642-17/+36
6815373 brandz lx_brand install scripts need to be updated to recognize AMD Families ox10 and 0x11
2009-08-27PSARC 2009/104 Hot-Plug Support for ACPI-based SystemsMichael Corcoran4-8/+40
6846955 Device tree creation and acpi virtual nexus driver for acpi based x86 systems 6849408 Device matching rule in ppm.conf is not flexible enough Contributed by Gerry Liu <jiang.liu@intel.com>
2009-08-27PSARC/2009/405 Atheros/Attansic Ethernet Gigbit Ethernet DriverSaurabh Misra2-0/+89
6736491 Need to Support Attansic Ethernet L1E chipset on ASUS Eee PC
2009-08-266870146 Intel IOMMU has device tree bug that can cause panicsVikram Hegde1-31/+2
2009-08-256708611 ixgbe driver needs ndd usage ripped out in favor of Brusselschenlu chen - Sun Microsystems - Beijing China1-5/+3
2009-08-186817506 Lock contention in kernel severely degrades clock-profiling on T5440 ↵Roger A. Faulkner1-22/+10
in SIGPROF handling
2009-08-186687881 GLDv3 support for dnet(7D)Steven Stallion3-698/+451
2009-08-116869654 pci_autoconfig: memory leak in memlist_alloc() in snv_121 on x86 on ↵Dan Mick1-7/+9
systems with zfs root
2009-08-05PSARC 2008/311 FCoE (Fibre Channel over Ethernet) InitiatorZhong Wang2-0/+86
6823827 FCoE initiator for Leadville
2009-08-04PSARC 2009/185 Myricom 10 Gigabit Ethernet Driveronnv_121lucy wang - Sun Microsystems - Beijing China3-0/+97
6469545 Solaris should support Myricom 10 Gigabit Ethernet Network Adapter Contributed by Myricom <gallatin@myri.com>
2009-08-036831312 cpu_freq / cpu_freq_hz is zero on IBM HS22 Nehalem bladeDan Mick2-211/+369
2009-07-316860080 acpica: doesn't handle optional PM2 register correctlyDana Myers2-8/+23
6865718 acpica: need low-level prom_printf() for suspend/resume debugging
2009-07-316338698 Application deadlocks on an lwpchan lock when a watchpoint is ↵Roger A. Faulkner3-11/+34
enabled on a thread stack
2009-07-306859941 fix for 6855752 is incorrectVikram Hegde2-10/+3
2009-07-296864230 hiho, hiho, it'ch chtime for CH to gojmcp1-9/+3
Portions contributed by Rich Lowe
2009-07-296852933 Intel 5000p chipset can set unused bits in FERR_NF_FBD and cause fma ↵Vuong Nguyen2-3/+31
to report unknown error
2009-07-286861117 /kernel/drv/fcoe has incorrect dependency on drv/mac; should be misc/macduo liu - Sun Microsystems - Beijing China1-1/+1
6856975 Remove of fcoeconfig in Nevada 118 makes boot fail after upgrade 6857651 SUNWfcprtr doesn't delete services and associated files when package is removed 6858593 system/fcoe_target should be disabled by default
2009-07-276806540 SPARC and x86 bridge/switch nexus driver should be mergedKrishna Elango8-1831/+691
--HG-- rename : usr/src/uts/common/io/pcie.c => usr/src/uts/common/io/pciex/pcie.c rename : usr/src/uts/common/io/pcie_fault.c => usr/src/uts/common/io/pciex/pcie_fault.c rename : usr/src/uts/sun4/io/px/pcie_pwr.c => usr/src/uts/common/io/pciex/pcie_pwr.c rename : usr/src/uts/intel/io/pciex/pcie_pci.c => usr/src/uts/common/io/pciex/pcieb.c rename : usr/src/uts/intel/io/pciex/pcie_pci.conf => usr/src/uts/common/io/pciex/pcieb.conf rename : usr/src/uts/sun4/io/px/px_pci.h => usr/src/uts/common/io/pciex/pcieb.h rename : usr/src/uts/sun4/io/px/pcie_pwr.h => usr/src/uts/common/sys/pcie_pwr.h rename : usr/src/uts/intel/pcie_pci/Makefile => usr/src/uts/intel/pcieb/Makefile rename : usr/src/uts/sun4/io/px/pxb_plx.h => usr/src/uts/sparc/io/pciex/pcieb_plx.h rename : usr/src/uts/sparc/px_pci/Makefile => usr/src/uts/sparc/pcieb/Makefile rename : usr/src/uts/sparc/pxb_bcm/Makefile => usr/src/uts/sparc/pcieb_bcm/Makefile
2009-07-246849090 Need to synch with newer versions of Xen and associated toolsStuart Maybee3-23/+31
6747653 xen_fix_foreign and is_foreign needs to be removed from xnb driver 6451665 Xen/Solaris on Xen needs to support MSI 6736325 core dumps of 32on64 domains need support 6827538 PV access should be initialized earlier for Solaris HVM domains 6831935 Solaris's xen code doesn't use the list_t correctly 6798742 excesive PAGESIZE buf alloc/free in evtchndrv_write 6771370 ipagent accidentally depends on SUNWxvm 6772060 ipagent service has no dependencies 6771371 ipagent doesn't handle IPv6 correctly 6838897 xvm ipagent service generates noise on boot 6788314 Array overrun in evtchn code 6839622 dom0 paniced with pdp->xd_evtchn != INVALID_EVTCHN 6561515 Need to remove workaround from evtchn.c when compiler bug is fixed 6835636 B107/xvm wont plumb 10gig interface - nxge_alloc_tx_cntl_dma failed! --HG-- rename : usr/src/uts/common/xen/public/acm.h => usr/src/uts/common/xen/public/xsm/acm.h rename : usr/src/uts/common/xen/public/acm_ops.h => usr/src/uts/common/xen/public/xsm/acm_ops.h
2009-07-23PSARC 2009/321 audiovia97Garrett D'Amore2-0/+92
6849194 audiovia97 driver desired
2009-07-22PSARC 2009/407 Remove austrGarrett D'Amore2-86/+0
6858147 remove the austr node 6858152 add improved kstat error reporting to audio
2009-07-216861405 Solaris needs to callback to BIOS to take over system P-State managementMark Haywood3-0/+16
2009-07-206657759 bcm_sata: SATA support for Broadcom HT1000 chipsetSizhang Xiao1-0/+1
2009-07-206814697 Need support Atheros USB IEEE802.11 a/b/g wireless network devicefei feng - Sun Microsystems - Beijing China4-0/+213
2009-07-156851199 unused /dev nameservices code can be removedEric Taylor3-98/+0
--HG-- rename : usr/src/lib/libdevinfo/devinfo_devname.c => usr/src/lib/libdevinfo/devinfo_profile.c
2009-07-146848982 32 bit kernel should use %cr8 to access the TPR when possibleJoe Bonasera3-0/+22
2009-07-076764337 CP3250 needs level 2 FMA compliance for MCU diagnosisVuong Nguyen9-63/+964
2009-07-074359588 ghd driver will not cope with HZ > 100.zhongyan gu - Sun Microsystems - Beijing China1-7/+9
2009-07-026834787 Handle minor cpuid/revision changes for AMD processorsKuriakose Kuruvilla2-12/+11
6839150 AMD Socket Identifications impact FMA on AMD Family 0xF topologies
2009-07-026584198 SMB Client needs authentication improvementsGordon Ross2-64/+70
6587713 Need to reconnect after server disconnect --HG-- rename : usr/src/lib/libsmbfs/netsmb/smbfs_isec.h => usr/src/lib/libsmbfs/smb/acl_nt.h
2009-07-02PSARC/2006/379 Solaris on Extended partitionSheshadri Vasudevan1-0/+1
6644364 Extended partitions need to be supported on Solaris 6713308 Macro UNUSED in fdisk.h needs to be changed since id 100 is Novell Netware 286's partition ID 6713318 Need to differentiate between solaris old partition and Linux swap 6745175 Partitions can be created using fdisk table with invalid partition line by "fdisk -F" 6745740 Multiple extended partition can be created by "fdisk -A" 6824622 Logical device node can't be created in HVM host
2009-07-016855752 panic(BAD TRAP) on lynx/wasp/X2270 platforms installing snv_118r1Vikram Hegde2-4/+15
2009-06-306814300 Need support for Atheros AR9280 and AR9281lin wang - Sun Microsystems - Beijing China3-0/+97
6834736 Need support for new wireless chipset AR9285
2009-06-296826274 remove synchronous streams from tcpAnders Persson2-6/+0
2009-06-296845344 IBD driver should attach if PKEY is Valid with fullmembership bit setVenkatakrishnan Rajagopalan1-5/+1
2009-06-296814141 Need support for Ralink 2661fei feng - Sun Microsystems - Beijing China3-0/+100
2009-06-266836969 acpica: update to Intel ACPI CA 20090521Dana Myers187-3927/+9283
6387741 process_master_file() causes kmem panics given a bogus master file 6837274 acpica: acpi_enum.c creates non-IEEE-1275 'compatible' properties
2009-06-256766472 MSIs do not function on most Nvidia boardsJimmy Vetayases1-60/+11
2009-06-23backout 6814300/6834736: panics on bootSuhasini Peddada3-97/+0
2009-06-226819642 Intel IOMMU has multiple issuesVikram Hegde2-3/+3
2009-06-236814300 Need support for Atheros AR9280 and AR9281lin wang - Sun Microsystems - Beijing China3-0/+97
6834736 Need support for new wireless chipset AR9285
2009-06-206768098 system panics with PCIe fabric.(0x0)(0x43) due to masked errors.Krishna Elango1-3/+3
6814026 PLX disable RO algorithm is incorrect 6813298 Legacy PCI Express Endpoint is not used correctly in pcie module 6841301 PCI ECS accesses with pcitool don't work on AMD processors 6813766 faulty EPKT FMA rules need to expect ereports coming from hostbridge 6841816 PCIe Error Handling's scan_fabric doesn't handle failed IO Addresses well 6798264 PCIe error handling doesn't handle zero bdf well 6802636 fault address may not be decoded correctly during PCIe error handling 6843716 suspicious definition of PCIE_REQ_ID_DEV_MASK 6831766 coredump in pci_bridge_declare()
2009-06-19PSARC 2008/443 Driver for LSI MPT2.0 compliant SAS controllerjiang wu - Sun Microsystems - Beijing China2-0/+123
6770908 Solaris needs driver for LSI SAS2004/SAS2008 with IT/IR firmware 6846720 memory leak in scsi_hba_bus_config_iports() 6847050 reboot fails after run "stmsboot -d -D mpt_sas" on das_x86 system
2009-06-176836130 allocate_me_clients_storage leaksVincent Wang1-2/+2
2009-06-166818191 single stepping in mdb is problematicjv2273471-6/+7
2009-06-156719215 profile timer survives exec; handler does not; process crashes with ↵Roger A. Faulkner2-48/+6
Profile Timer Expired
2009-06-15PSARC/2009/242 bfe fast ethernet driverSaurabh Misra2-0/+101
6661642 Broadcom BCM4401 100Base-T NIC not supported 5038158 Support for Broadcom 4401 NIC
2009-06-12PSARC 2009/319 MII & GMII Common LayerGarrett D'Amore14-247/+270
6730277 Generic 802.3 MII/GMII Support for GLDv3 6845677 dmfe driver not suspend/resume safe 6845682 dmfe driver should support Brussels 6845684 dmfe driver should use new style netlb ioctls 6547496 RFE: convert DMFE_DEBUGs to dtrace SDTs 6848129 afe should support flow control and netlbtest 6848136 don't deliver dnet header --HG-- rename : usr/src/uts/intel/io/mii.c => usr/src/uts/common/io/mii/mii.c rename : usr/src/uts/intel/sys/mii.h => usr/src/uts/common/sys/mii.h rename : usr/src/uts/intel/io/dnet.c => usr/src/uts/intel/io/dnet/dnet.c rename : usr/src/uts/intel/sys/dnet.h => usr/src/uts/intel/io/dnet/dnet.h
2009-06-116848931 fsb ereport is generated every 10 secondsVuong Nguyen1-0/+6