summaryrefslogtreecommitdiff
path: root/usr/src/uts/sparc
AgeCommit message (Collapse)AuthorFilesLines
2008-01-24PSARC 2007/429 Brussels - enhanced network driver configuration via dladmsowmini1-4/+4
6565373 driver ndd parameter behavior does not match the ieee802.3(5) man page. 6598690 need support for 'dladm show-ether' subcommand. 6619126 ndd abuse in network (Layer 2) drivers 6621285 bge_setup_params_kstat is dead code
2008-01-23PSARC/2006/499 Clearview Nemo unification and vanity namingyz14706410-21/+218
PSARC/2007/527 Addendum for Clearview Vanity Naming and Nemo Unification PSARC/2008/002 Clearview UV Updates 6310766 vlan statistics get reset at unplumb time 6320515 dladm commands with "-R" option should not take effect immediately 6433732 Simplify the GLDv3 control path by making its processing asynchronous 6445912 dladm show-link fails to show a specific link in the debug version 6452413 dladm show-link doesn't show VLAN links for GLDv2 drivers 6504433 libwladm's use of wladm_wlresult2status() needs an overhaul 6504507 dladm set-linkprop failure message is unclear 6534289 DR should work with aggregations 6535719 dladm_aggr_port_attr_db_t`lp_devname should be MAXNAMELEN, not MAXNAMELEN + 1 6539634 GLDv3 should DL_ERROR_ACK a DL_UDQOS_REQ with DL_OUTSTATE when the stream is DL_UNATTACHED 6540246 libdladm should not guess zoneid from DLDIOCZIDGET ioctl errno 6544195 dladm show-dev assumes GLDv3 stats.. incompatible with GLDv2 6563295 dladm show-linkprop -P does not work properly for unavailable links 6577618 integrate network vanity naming and nemo unification 6600446 links assigned to a local zone are still aggregatable by global zone 6607572 "boot net - install" can trigger assertion failure in dld_str_attach() 6613956 "svccfg import -" does not work as bfu expects 6637596 invalid assertion in ip_soft_ring_assignment() 6642350 kernel DLPI processing routines are long overdue 6643338 GLDv3 PPA hack VLAN ID checks don't always work 6647203 bfu: smf_delete_manifest() does not work for non-global zones 6649885 DL_IB GLDv3 mactype plugin must fill in its mtr_nativetype 6650395 libuuid should be lint-clean and linted nightly --HG-- rename : usr/src/cmd/dladm/aggregation.conf => deleted_files/usr/src/cmd/dladm/aggregation.conf rename : usr/src/cmd/dladm/linkprop.conf => deleted_files/usr/src/cmd/dladm/linkprop.conf rename : usr/src/lib/libinetcfg/common/inetcfg_nic.c => deleted_files/usr/src/lib/libinetcfg/common/inetcfg_nic.c rename : usr/src/lib/libinetcfg/common/inetcfg_nic.h => deleted_files/usr/src/lib/libinetcfg/common/inetcfg_nic.h
2008-01-176556447 better observability for ksslvk1998391-1/+1
6614159 kstrgetmsg()/struiocopyout() are greedy monsters lurking for raw kssl data 6641496 incoming TCP segments destined for KSSL lost when received out-of-order --HG-- rename : usr/src/uts/common/inet/kssl/kssldebug.h => deleted_files/usr/src/uts/common/inet/kssl/kssldebug.h
2008-01-146182418 mutex_vector_enter has scaling issues on 25kpt1579192-8/+113
6292850 kernel code for multistrand CPUs should avoid spin loops (mutex_vector_enter) 6535018 mutex performance sub-optimal on some platforms
2008-01-116507173 Sockets should allocate minor numbers from higher order arenagt1456702-6/+6
2008-01-07PSARC 2007/624 Intel 82575 1Gb PCI Express NIC Driverxy1504892-0/+107
6591981 A new driver is needed to support Intel Zoar gigabit NIC
2008-01-046552639 Each zone should have it's own idmapdjp1512161-18/+18
2008-01-03PSARC 2007/636 IPoIB Conversion to GLDv3gg1614873-3/+99
6445733 IPoIB driver needs to be ported to GLDv3
2008-01-035072961 Need an optimized MD5 implementation for amd64da730248-26/+23
6189743 Need an ARCFOUR implementation optimized for AMD64 6617458 amd64/rsa is a false positive reported by wsdiff
2007-12-28PSARC 2007/595 Serial Attached SCSI (SAS) Management Protocol (SMP) support ↵jw1499902-0/+95
for Solaris 6587126 Need smp target driver 6625472 mpt driver needs to handle "expander status change" event 6643608 mpt doesn't reuse child device nodes after rem_drv target driver 6644681 MPI_SAS_DEVICE_INFO_ATAPI_DEVICE should be handled in mpt driver
2007-12-271162981 Remove C2_AUDIT #defines from the kernel and build filesgww2-18/+7
2007-12-22PSARC 2007/584 sfe ethernet driverduboff2-0/+106
6630192 SiS900 series 10/100 Fast Ethernet support (sfe)
2007-12-186566433 zpool create fails during jumpstart due to random_get_pseudo_bytes ↵krishna1-2/+2
not random 6638710 Intermittent failures using n2cp via metaslot running pk11aesperf
2007-12-14PSARC 2007/446 Elliptic-Curve Cryptography for Solarismcpowers2-0/+101
5066901 Offer the PKCS#11 Elliptic Curve based mechanisms in Solaris 6562402 kernel software provider for Elliptic Curve mechanisms
2007-12-126488711 aac driver does not support sparc platformpl1960002-0/+143
6623382 aac did not recognize the first characters, "!, ^, ?", in format as control characters --HG-- rename : usr/src/uts/intel/io/aac/README => usr/src/uts/common/io/aac/README rename : usr/src/uts/intel/io/aac/THIRDPARTYLICENSE => usr/src/uts/common/io/aac/THIRDPARTYLICENSE rename : usr/src/uts/intel/io/aac/THIRDPARTYLICENSE.descrip => usr/src/uts/common/io/aac/THIRDPARTYLICENSE.descrip rename : usr/src/uts/intel/io/aac/aac.c => usr/src/uts/common/io/aac/aac.c rename : usr/src/uts/intel/io/aac/aac.conf => usr/src/uts/common/io/aac/aac.conf rename : usr/src/uts/intel/io/aac/aac.h => usr/src/uts/common/io/aac/aac.h rename : usr/src/uts/intel/io/aac/aac_ioctl.c => usr/src/uts/common/io/aac/aac_ioctl.c rename : usr/src/uts/intel/io/aac/aac_ioctl.h => usr/src/uts/common/io/aac/aac_ioctl.h rename : usr/src/uts/intel/io/aac/aac_regs.h => usr/src/uts/common/io/aac/aac_regs.h
2007-12-076521412 PSARC 2006/525: new boot sparcsetje14-1722/+501
6451467 bootadm update-archive does the wrong thing if interrupted 6477079 ability to pick up post bfu binaries from bfu PATH conflicts with sane scripting --HG-- rename : usr/src/psm/stand/boot/sparc/common/boot.c => deleted_files/usr/src/psm/stand/boot/sparc/common/boot.c rename : usr/src/psm/stand/boot/sparc/common/boot_services.c => deleted_files/usr/src/psm/stand/boot/sparc/common/boot_services.c rename : usr/src/psm/stand/boot/sparc/common/hsfsconf.c => deleted_files/usr/src/psm/stand/boot/sparc/common/hsfsconf.c rename : usr/src/psm/stand/boot/sparc/common/ufsconf.c => deleted_files/usr/src/psm/stand/boot/sparc/common/ufsconf.c rename : usr/src/psm/stand/bootblks/Makefile.obp => deleted_files/usr/src/psm/stand/bootblks/Makefile.obp rename : usr/src/psm/stand/bootblks/hsfs/common/Makefile.com => deleted_files/usr/src/psm/stand/bootblks/hsfs/common/Makefile.com rename : usr/src/psm/stand/bootblks/hsfs/common/boot_obp.fth => deleted_files/usr/src/psm/stand/bootblks/hsfs/common/boot_obp.fth rename : usr/src/psm/stand/bootblks/hsfs/common/hsfs.c => deleted_files/usr/src/psm/stand/bootblks/hsfs/common/hsfs.c rename : usr/src/psm/stand/bootblks/hsfs/common/hsfs_sig.h => deleted_files/usr/src/psm/stand/bootblks/hsfs/common/hsfs_sig.h rename : usr/src/psm/stand/bootblks/hsfs/common/hsfs_small.c => deleted_files/usr/src/psm/stand/bootblks/hsfs/common/hsfs_small.c rename : usr/src/psm/stand/bootblks/hsfs/common/iob.h => deleted_files/usr/src/psm/stand/bootblks/hsfs/common/iob.h rename : usr/src/psm/stand/bootblks/hsfs/sparc/unix/Makefile => deleted_files/usr/src/psm/stand/bootblks/hsfs/sparc/unix/Makefile rename : usr/src/psm/stand/bootblks/obp-c/Makefile.rules => deleted_files/usr/src/psm/stand/bootblks/obp-c/Makefile.rules rename : usr/src/psm/stand/bootblks/obp-c/Makefile.targ => deleted_files/usr/src/psm/stand/bootblks/obp-c/Makefile.targ rename : usr/src/psm/stand/bootblks/obp-c/common/cbootblk.h => deleted_files/usr/src/psm/stand/bootblks/obp-c/common/cbootblk.h rename : usr/src/psm/stand/bootblks/obp-c/common/makevers.sh => deleted_files/usr/src/psm/stand/bootblks/obp-c/common/makevers.sh rename : usr/src/psm/stand/bootblks/obp-c/common/mkboot.c => deleted_files/usr/src/psm/stand/bootblks/obp-c/common/mkboot.c rename : usr/src/psm/stand/bootblks/obp-c/common/romp.h => deleted_files/usr/src/psm/stand/bootblks/obp-c/common/romp.h rename : usr/src/psm/stand/bootblks/obp-c/common/stub.c => deleted_files/usr/src/psm/stand/bootblks/obp-c/common/stub.c rename : usr/src/psm/stand/bootblks/obp-c/common/unix_devio.c => deleted_files/usr/src/psm/stand/bootblks/obp-c/common/unix_devio.c rename : usr/src/psm/stand/bootblks/obp-c/sparc/common/mapfile => deleted_files/usr/src/psm/stand/bootblks/obp-c/sparc/common/mapfile rename : usr/src/psm/stand/bootblks/obp-c/sparc/common/obp_srt0.s => deleted_files/usr/src/psm/stand/bootblks/obp-c/sparc/common/obp_srt0.s rename : usr/src/psm/stand/bootblks/ufs/common/Makefile.com => deleted_files/usr/src/psm/stand/bootblks/ufs/common/Makefile.com rename : usr/src/psm/stand/bootblks/ufs/common/boot_1275.fth => deleted_files/usr/src/psm/stand/bootblks/ufs/common/boot_1275.fth rename : usr/src/psm/stand/bootblks/ufs/common/boot_obp.fth => deleted_files/usr/src/psm/stand/bootblks/ufs/common/boot_obp.fth rename : usr/src/psm/stand/bootblks/ufs/common/iob.h => deleted_files/usr/src/psm/stand/bootblks/ufs/common/iob.h rename : usr/src/psm/stand/bootblks/ufs/common/ufs.c => deleted_files/usr/src/psm/stand/bootblks/ufs/common/ufs.c rename : usr/src/psm/stand/bootblks/ufs/sparc/sun4c/Makefile => deleted_files/usr/src/psm/stand/bootblks/ufs/sparc/sun4c/Makefile rename : usr/src/psm/stand/bootblks/ufs/sparc/sun4d/Makefile => deleted_files/usr/src/psm/stand/bootblks/ufs/sparc/sun4d/Makefile rename : usr/src/psm/stand/bootblks/ufs/sparc/sun4m/Makefile => deleted_files/usr/src/psm/stand/bootblks/ufs/sparc/sun4m/Makefile rename : usr/src/psm/stand/bootblks/ufs/sparc/unix/Makefile => deleted_files/usr/src/psm/stand/bootblks/ufs/sparc/unix/Makefile rename : usr/src/uts/sparc/krtld/Makefile => deleted_files/usr/src/uts/sparc/krtld/Makefile rename : usr/src/uts/sparc/krtld/kobj_alloc.c => deleted_files/usr/src/uts/sparc/krtld/kobj_alloc.c rename : usr/src/uts/sparc/krtld/kobj_boot.c => deleted_files/usr/src/uts/sparc/krtld/kobj_boot.c rename : usr/src/uts/sparc/krtld/kobj_crt.s => deleted_files/usr/src/uts/sparc/krtld/kobj_crt.s rename : usr/src/cmd/boot/bootadm/filelist.ramdisk => usr/src/cmd/boot/filelist/i386/filelist.ramdisk rename : usr/src/cmd/boot/bootadm/filelist.safe => usr/src/cmd/boot/filelist/i386/filelist.safe
2007-12-076629832 xnbu incorrectly uses checksum offload flagsdme2-0/+3
6634227 vnic creation should fail for invalid ethernet addresses 6634698 vnic minor_perm and device_policy entries are absent
2007-12-06backout 5074362: causes hangs on rebootjbeck1-1/+0
2007-12-066568230 mutex_unlock() can modify freed memoryraf1-0/+1
2007-12-056637615 mpt driver mis-remove the entry from driver_classesjw1499901-0/+1
2007-11-295074362 cmn_err() doesn't work when the system is shutting downyx2094911-0/+1
2007-11-196627739 Fix for 6597405 should keep obpsym loaded on cobp platformsmb1582781-11/+5
2007-11-08PSARC 2007/118 VSCAN Servicejm1993544-0/+100
6623189 Vscan Service - PSARC/2007/118
2007-11-016533097 UDP adds flimsy cache entries and compromises network performanceja978902-0/+2
6624164 IRE bucket temporary IRE count may be decremented incorrectly
2007-10-25PSARC/2007/218 caller_context_t in all VOPsamw5-2/+104
PSARC/2007/227 VFS Feature Registration and ACL on Create PSARC/2007/244 ZFS Case-insensitive support PSARC/2007/315 Extensible Attribute Interfaces PSARC/2007/394 ls(1) new command line options '-/' and '-%': CIFS system attributes support PSARC/2007/403 Modified Access Checks for CIFS PSARC/2007/410 Add system attribute support to chmod(1) PSARC/2007/432 CIFS system attributes support for cp(1), pack(1), unpack(1), compress(1) and uncompress(1) PSARC/2007/444 Rescind SETTABLE Attribute PSARC/2007/459 CIFS system attributes support for cpio(1), pax(1), tar(1) PSARC/2007/546 Update utilities to match CIFS system attributes changes. PSARC/2007/560 ZFS sharesmb property 4890717 want append-only files 6417428 Case-insensitive file system name lookup to support CIFS 6417435 DOS attributes and additional timestamps to support for CIFS 6417442 File system quarantined and modified attributes to support an integrated Anti-Virus service 6417453 FS boolean property for rejecting/allowing invalid UTF-8 sequences in file names 6473733 RFE: Need support for open-deny modes 6473755 RFE: Need ability to reconcile oplock and delegation conflicts 6494624 sharemgr needs to support CIFS shares better 6546705 All vnode operations need to pass caller_context_t 6546706 Need VOP_SETATTR/VOP_GETATTR to support new, optional attributes 6546893 Solaris system attribute support 6550962 ZFS ACL inheritance needs to be enhanced to support Automatic Inheritance 6553589 RFE: VFS Feature Registration facility 6553770 RFE: ZFS support for ACL-on-CREATE (PSARC 2007/227) 6565581 ls(1) should support file system attributes proposed in PSARC/2007/315 6566784 NTFS streams are not copied along with the files. 6576205 cp(1), pack(1) and compress(1) should support file system attributes proposed in PSARC/2007/315 6578875 RFE: kernel interfaces for nbmand need improvement 6578883 RFE: VOP_SHRLOCK needs additional access types 6578885 chmod(1) should support file system attributes proposed in PSARC/2007/315 6578886 RFE: disallow nbmand state to change on remount 6583349 ACL parser needs to support audit/alarm ACE types 6590347 tar(1) should support filesystem attributes proposed in PSARC/2007/315 6597357 *tar* xv@ doesn't show the hidden directory even though it is restored 6597360 *tar* should re-init xattr info if openat() fails during extraction of and extended attribute 6597368 *tar* cannot restore hard linked extended attributes 6597374 *tar* doesn't display "x " when hard linked attributes are restored 6597375 *tar* extended attribute header off by one 6614861 *cpio* incorrectly archives extended system attributes with -@ 6614896 *pax* incorrectly archives extended system attributes with -@ 6615225 *tar* incorrectly archives extended system attributes with -@ 6617183 CIFS Service - PSARC 2006/715
2007-10-245035401 allow clients to cross server filesystem boundaries if the fs is ↵th1990961-2/+0
visible (fix lint)
2007-10-226599659 Makefiles shouldn't have to tear $(RELEASE) apartmeem1-2/+1
Contributed by Roland Mainz <roland.mainz@nrubsig.org>
2007-10-22PSARC 2007/416 NFSv4 Mirror-mountsth1990961-1/+4
PSARC 2007/563 Add _AT_TRIGGER to fstatat(2) 5035401 allow clients to cross server filesystem boundaries if the fs is visible 6613892 nftw(3C) has potential security issues
2007-10-20PSARC/2005/469 X86 Energy Star compliancerandyf1-0/+9
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-126613514 IP Instances removed SPD hash-size tuning from /etc/systemdanmcd2-0/+4
2007-10-116595449 IP streams plumbing simpificationnordmark6-76/+107
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-096608681 PSARC/2007/173 kiconv - framework and kiconv_emea (phase 1)is2-0/+100
2007-10-056610591 do_reloc() should not require unused argumentsab1960872-18/+36
2007-10-046317553 Wrong fix implemented in 4877168 for dmfe Rx buffer unavailable ↵gd780596-7/+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-09-216606981 the ucaller variable requires additional checksahl1-0/+2
2007-09-18PSARC 2006/260 Solaris on Xenjohnlev4-1/+94
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-12PSARC 2007/337 OPL Jupiter CPU Supportjl1390901-2/+3
PSARC 2007/433 Integer Multiply-Add instruction set feature PSARC 2007/506 FMA for OPL Jupiter CPU 6551253 OPL Jupiter CPU support
2007-09-116203568 accumulating number of threads behind rw_lock in ire_walk_ill_tables ↵carlsonj3-2/+6
IRB_REFRELE 6591083 IP instances sis_check added stray entries to sparc ip module makefile
2007-09-04Codemgr_wsdata/putback.cmtgd780592-0/+91
2007-09-04PSARC 2007/449 Detangle IPsec NAT Traversaldanmcd3-108/+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-035087108 RFE: rtls support for SPARCgd780591-0/+1
6599717 rtls should support suspend/resume
2007-08-31PSARC 2007/291 mxfe ethernet drivergd780592-0/+90
6562372 add mxfe driver
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-24PSARC 2007/404 QFE/HME mergegd780592-1/+89
6590092 qfe should use common hme GLDv3 code
2007-08-206571487 HotPlug on Glendale, St. Paul blades needs drvconfig or boot -rgovinda2-6/+8
2007-08-16PSARC/2006/501 Nvidia ck804/mcp55 SATA HBA drivermlf2-0/+139
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-10PSARC 2006/708 ddi-forceloadcth5-1/+358
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