summaryrefslogtreecommitdiff
path: root/usr/src/uts/intel/io
AgeCommit message (Collapse)AuthorFilesLines
2014-09-02 [illumos-gate merge]20140904release-20140904Keith M Wesolowski1-6/+6
commit 4ef97ab2f8bc3015a04caa68a4fb9053546fe1ec 5121 dscfglockd is needless wsdiff noise commit 2bc987325e3ded1865bff043128661815c4690b9 5083 avoid undefined order of operations in assignments commit 0f1f78266c1aea63b41bde99723de7aa3fa9f7cc 5088 it's probably ok for vi to stop working around pdp-11 bugs now commit e088753c56867594fc7d2221ad9ac39a9298883d 5119 Add EFI/GPT System and BIOS Boot partition support
2014-08-295083 avoid undefined order of operations in assignmentsRichard Lowe1-6/+6
Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Reviewed by: Jason King <jason.brian.king@gmail.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Dan McDonald <danmcd@omniti.com>
2014-08-14 [illumos-gate merge]Keith M Wesolowski1-2/+2
commit c65ceeb86e91d6d94cf15d4cb9884845c2ce8a04 5081 mpt_sas watchdog timout needs to be initialized earlier 5080 potential memory leak in mpt_sas commit 640c1670a105457bb0040e8e11037b53ab6ebcfa 5047 don't use atomic_*_nv if you discard the return value commit 9c68c0524222ca5eac2fb0835154553c1cdaa96c 5046 comstar: use the correct type instead of casting all the time commit 1a5e258f5471356ca102c7176637cdce45bac147 5045 use atomic_{inc,dec}_* instead of atomic_add_* commit febac2a0e9cb29c6762618e32b7ca73916512d7f 5044 define static inlines for most often used atomic functions commit 6ed9368a130d7c9a82e574da808d34034da33748 5043 remove deprecated atomic functions' prototypes commit 75d94465dbafa487b716482dc36d5150a4ec9853 5042 stop using deprecated atomic functions
2014-08-125045 use atomic_{inc,dec}_* instead of atomic_add_*Josef 'Jeff' Sipek1-2/+2
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Robert Mustacchi <rm@joyent.com>
2014-06-10 [illumos-gate merge]Keith M Wesolowski1-3/+1
commit b89e420ae1290e425c29db875ec0c0546006eec7 4888 Undocument dma_req(9s) 4884 EOF scsi_hba_attach 4886 EOF ddi_dmae_getlim 4887 EOF ddi_iomin 4634 undocument scsi_hba_attach() and ddi_dma_lim(9s) 4630 clean stale references to ddi_iopb_alloc and ddi_iopb_free commit 13bb82abd861fb185be572d7ae5710bf0f98a17a 4849 strlcpy(9F) points to the wrong header
2014-06-094888 Undocument dma_req(9s)Garrett D'Amore1-3/+1
4884 EOF scsi_hba_attach 4886 EOF ddi_dmae_getlim 4887 EOF ddi_iomin 4634 undocument scsi_hba_attach() and ddi_dma_lim(9s) 4630 clean stale references to ddi_iopb_alloc and ddi_iopb_free Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Robert Mustacchi <rm@joyent.com>
2014-03-064652 Add support for the Areca 1882Robert Mustacchi2-0/+2
Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Dan McDonald <danmcd@omniti.com>
2014-02-28OS-2803 merge turd in uts/intel/io/ipmi/ipmi_main.cRobert Mustacchi1-1/+0
2014-02-28 [illumos-gate merge]Keith M Wesolowski1-0/+1
commit 12950e8eb3edc5da750616c08afe6281bf554aee 4637 ipmi driver calls delay without converting to hz commit 164b0ee5065e049b55a69e2bc0d31757ffafae07 4636 ipmi driver needs to coordinate access to the dev_list
2014-02-274637 ipmi driver calls delay without converting to hzJerry Jelinek1-2/+2
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Marcel Telka <marcel.telka@nexenta.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Garrett D'Amore <garrett@damore.org>
2014-02-274636 ipmi driver needs to coordinate access to the dev_listRobert Mustacchi1-3/+18
Reviewed by: Keith M Wesolowski <wesolows@foobazco.org> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Marcel Telka <marcel.telka@nexenta.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Garrett D'Amore <garrett@damore.org>
2013-11-06 [illumos-gate merge]Keith M Wesolowski3-17/+26
commit b20613457c9cae13ad78e3ecace17563f4b65134 4200 prctl(1): Duplicate information in the man page commit cc944374608a39fb5622959cc9a210fb116539cb 4282 Race between ipmi_close() and kcs_loop() could lead to panic commit 28bf74a613770b649af5dd9c9b6b99625559d6ac 4279 ipmi(7d): Invalid url specified commit a67ac136365c88325c50c83d5b9b7891093cd1da 4278 read-only lofi devices can never be removed if used Conflicts: usr/src/uts/intel/io/ipmi/ipmivars.h
2013-11-054282 Race between ipmi_close() and kcs_loop() could lead to panicMarcel Telka3-17/+27
Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Alek Pinchuk <Alek.Pinchuk@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2013-08-01 [illumos-gate merge]Keith M Wesolowski4-49/+89
commit 1e3934778d15dd08e911e1d050dd7a4949348d93 3902 Race between ipmi_submit_driver_request() and kcs_loop() commit 37d7160009c30ca1f532d4370e16221dc095668b 3882 Remove xmod & friends (fix sparc)
2013-07-313902 Race between ipmi_submit_driver_request() and kcs_loop()Marcel Telka4-44/+90
Reviewed by: Alek Pinchuk <alek.pinchuk@nexenta.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Joshua M. Clulow <josh@sysmgr.org> Approved by: Robert Mustacchi <rm@joyent.com>
2013-06-26OS-2338 ipmi driver wedged in kcs_start_write()Jerry Jelinek1-2/+4
2013-06-12OS-2302 ipmi driver needs to coordinate access to the dev_listrelease-20130613Robert Mustacchi1-3/+22
OS-2303 illumos 3770 does not properly clean up in ipmi attach Reviewed by: Keith M Wesolowski <wesolows@foobazco.org> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2013-05-28 [illumos-gate merge]Keith M Wesolowski3-11/+50
commit 3731b53766e20431ca345314d0dc11eea8df13bb 3702 nfs4_clnt.h: Typo pathhconf commit 293058931b0d2be50da82ce72d3249df01389444 3751 ALUA mode: "/usr/demo/comstar/bin/aluaadm enable 1" sets "ALUA Node" = 0 commit e1c99a74dc27ba07cba2cd8181f462ea9a5b0dba 3770 ipmi drivers hangs due to attach/detach/attach cycle
2013-05-253770 ipmi drivers hangs due to attach/detach/attach cycleAlek Pinchuk3-11/+50
Reviewed by: Hans Rosenfeld <hans.rosenfeld@nexenta.com> Reviewed by: Albert Lee <trisk@nexenta.com> Reviewed by: Saso Kiselkov <skiselkov.ml@gmail.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2013-03-20OS-1970 Add support for the Areca 1882Robert Mustacchi2-0/+2
2012-11-07Illumos syncJohn Sonnenschein6-9/+43
2012-09-10illumos syncJohn Sonnenschein3-45/+65
2012-09-09OS-1530 ipmi should use /dev/ipmi0 for compatabilityRichard Lowe1-9/+13
OS-1531 allow get_smbios_info to fail OS-1532 remove bmc_intf.h
2012-09-07OS-1514 ipmi assumes FreeBSD copyin() behaviourJoshua M. Clulow1-1/+2
Reviewed by: Jerry Jelinek <jerry@joyent.com>
2012-09-013146 i915 debugging code can chew SSE stateRichard Lowe1-38/+26
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Eric Schrock <eric.schrock@delphix.com>
2012-08-09OS-1464 Fix IPMI detection on HP N36L / N40L20120809release-20120809Jerry Jelinek1-0/+10
2012-07-083063 many instances of unlike enum comparisonRichard Lowe1-1/+1
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Garrett D'Amore <garrett@damore.org>
2012-07-242560 ACPI parser fails to identify COM3 on Tyan motherboardGary Mills1-6/+38
Reviewed by: Gordon Ross <gwr@nexenta.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Dan McDonald <danmcd@nexenta.com>
2012-05-04OS-1149 update to latest acpica release; transition to ACPI 5.0Jerry Jelinek156-1526/+6281
2012-04-29OS-1138 ipmi driver should copyin/copyout addr and lun ioctl parameterJerry Jelinek1-4/+21
2012-04-26370 would like an open ipmi baseboard driverJerry Jelinek7-0/+1644
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Albert Lee <trisk@nexenta.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Alek Pinchuk <pinchuk.alek@gmail.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@nexenta.com>
2012-09-103064 usr/src/cmd/zpool/zpool_main.c misspells "successful"Cyril Plisko1-1/+1
3067 Typo in spelling "succssful" Reviewed by: Andrew Stormont <Andrew.Stormont@nexenta.com> Reviewed by: Kartik Mistry <kartik.mistry@gmail.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2012-04-26OS-101 bmc driver is missing which makes ipmi not work locally; port freebsd ↵Jerry Jelinek5-0/+1580
openipmi driver
2012-04-13OS-1098 vmxnet breaks the studio shadow buildRobert Mustacchi1-3/+3
2012-03-13998 obsolete DMA driver interfaces should be removedGarrett D'Amore2-84/+5
Reviewed by: Igor Khozhukhov <igor.khozhukhov@nexenta.com> Reviewed by: Albert Lee <trisk@nexenta.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Robert Mustacchi <rm@joyent.com>
2012-03-13backout 998: breaks common closed driversRichard Lowe2-5/+84
2012-03-13998 obsolete DMA driver interfaces should be removedGarrett D'Amore2-84/+5
Reviewed by: Igor Khozhukhov <igor.khozhukhov@nexenta.com> Reviewed by: Albert Lee <trisk@nexenta.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2012-03-05OS-954 add vmxnet driver to illumosBill Pijewski11-0/+4931
2012-01-12[OS-714] illumos mergeJohn Sonnenschein2-3/+3
Merge git://github.com/illumos/illumos-gate Conflicts: usr/src/uts/common/inet/tcp/tcp_timers.c usr/src/uts/common/io/mac/mac_sched.c
2011-12-15[OS-714] Illumos mergeJohn Sonnenschein3-223/+506
2011-10-03[OS-663] Post-6.5 Illumos syncJohn Sonnenschein3-8/+3
Merge https://github.com/illumos/illumos-gate Conflicts: exception_lists/packaging usr/src/cmd/dtrace/test/cmd/scripts/dtest.pl usr/src/cmd/dtrace/test/tst/common/usdt/tst.badguess.ksh usr/src/cmd/dtrace/test/tst/common/usdt/tst.enabled2.ksh usr/src/cmd/dtrace/test/tst/common/usdt/tst.guess32.ksh usr/src/cmd/dtrace/test/tst/common/usdt/tst.guess64.ksh usr/src/cmd/dtrace/test/tst/common/usdt/tst.include.ksh usr/src/cmd/dtrace/test/tst/common/usdt/tst.nodtrace.ksh usr/src/cmd/dtrace/test/tst/common/usdt/tst.noreap.ksh usr/src/cmd/dtrace/test/tst/common/usdt/tst.noreapring.ksh usr/src/cmd/dtrace/test/tst/common/usdt/tst.reap.ksh usr/src/cmd/lp/Makefile usr/src/cmd/lp/cmd/lpadmin/options.c usr/src/cmd/lp/cmd/lpfilter.c usr/src/cmd/lp/cmd/lpforms.c usr/src/cmd/lp/cmd/lpusers.c usr/src/cmd/lp/lib/lp/isterminfo.c usr/src/cmd/lp/lib/lp/tidbit.c usr/src/cmd/terminfo/att.ti usr/src/cmd/zpool/zpool_main.c usr/src/common/dis/i386/dis_tables.c usr/src/lib/libdtrace/common/dt_options.c usr/src/lib/libzfs/common/libzfs_dataset.c usr/src/man/man1m/dladm.1m usr/src/man/man1m/flowadm.1m usr/src/man/man1m/zoneadm.1m usr/src/man/man1m/zonecfg.1m usr/src/pkg/manifests/print-lp-print-client-commands.mf usr/src/pkg/manifests/print-lp.mf usr/src/uts/common/fs/zfs/sys/zio.h usr/src/uts/common/fs/zfs/zio.c usr/src/uts/i86pc/ml/mach_offsets.in usr/src/uts/intel/amd64/ml/mach_offsets.in usr/src/uts/intel/sys/tss.h
2011-08-19OS-549 gcc acpi cast neededJerry Jelinek1-1/+1
2011-06-28OS-441 update acpica code to newer versionJerry Jelinek153-21994/+17103
2012-03-11998 obsolete DMA driver interfaces should be removedGarrett D'Amore2-84/+5
Reviewed by: Igor Khozhukhov <igor.khozhukhov@nexenta.com> Reviewed by: Albert Lee <trisk@nexenta.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Robert Mustacchi <rm@joyent.com>
2011-05-16OS-412 When things behave badly the RAM Disk fills upJerry Jelinek1-2/+46
2011-09-151073 migrate kernel modules from ancient _depends_on to true ELF dependenciesBayard Bell3-8/+3
Reviewed by: Adam Leventhal <ahl@delphix.com> Reviewed by: Garrett D'Amore <garrett@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2011-12-011621 update acpica code to newer version (Joyent OS-441)Gordon Ross153-22212/+17604
Reviewed by: Garrett D'Amore <garrett@nexenta.com> Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Garrett D'Amore <garrett@nexenta.com>
2011-05-151886 intel_nb5000 may erroneously decide DIMMs aren't presentRichard Lowe2-3/+3
Reviewed by: Garrett D'Amore <garrett@nexenta.com> Reviewed by: Jason King <jason.brian.king@gmail.com> Reviewed by: Albert Lee <trisk@nexenta.com> Approved by: Garrett D'Amore <garrett@nexenta.com>
2012-03-02backout 998: breaks common closed driversRichard Lowe2-5/+84
2012-03-01998 obsolete DMA driver interfaces should be removedGarrett D'Amore2-84/+5
Reviewed by: Igor Khozhukhov <igor.khozhukhov@nexenta.com> Reviewed by: Albert Lee <trisk@nexenta.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Richard Lowe <richlowe@richlowe.net>