svn commit: r240879 - head/sys/dev/e1000

2012-09-23 Thread Sean Bruno
Author: sbruno Date: Sun Sep 23 22:53:39 2012 New Revision: 240879 URL: http://svn.freebsd.org/changeset/base/240879 Log: This patch fixes a nit in the em, lem, and igb driver statistics. Increment adapter-dropped_pkts instead of if_ierrors because if_ierrors is overwritten by hw stats

svn commit: r241710 - head/share/man/man4

2012-10-18 Thread Sean Bruno
Author: sbruno Date: Thu Oct 18 22:22:01 2012 New Revision: 241710 URL: http://svn.freebsd.org/changeset/base/241710 Log: est(4) man page update to document the exposed sysctl r/o variables available to the user. Should be applicable to all branches and versions where est(4) exists.

svn commit: r241738 - in head: lib/libpmc sys/dev/hwpmc sys/sys

2012-10-19 Thread Sean Bruno
Author: sbruno Date: Fri Oct 19 17:01:27 2012 New Revision: 241738 URL: http://svn.freebsd.org/changeset/base/241738 Log: Update hwpmc to support the Xeon class of Sandybridge processors. (Model 0x2D /* Per Intel document 253669-044US 08/2012. */) Add manpage to document all the

svn commit: r241974 - in head: lib/libpmc sys/dev/hwpmc

2012-10-23 Thread Sean Bruno
Author: sbruno Date: Wed Oct 24 01:26:29 2012 New Revision: 241974 URL: http://svn.freebsd.org/changeset/base/241974 Log: Cleanup and rename some variables in libpmc and hwpmc. Submitted by: hiren panchasara hiren.panchas...@gmail.com Reviewed by: jimharris@ sbruno@ Obtained from:

svn commit: r208389 - in head: usr.bin/vmstat usr.sbin/iostat

2010-05-21 Thread Sean Bruno
Author: sbruno Date: Fri May 21 17:10:52 2010 New Revision: 208389 URL: http://svn.freebsd.org/changeset/base/208389 Log: Allow sub-second interval timings for iostat and vmstat. e.g. vmstat -w.5 iostat -w.5 Reviewed by: jhb Approved by: scottl (mentor) Obtained from:

Re: svn commit: r208389 - in head: usr.bin/vmstat usr.sbin/iostat

2010-05-21 Thread Sean Bruno
On Fri, 2010-05-21 at 10:54 -0700, John Baldwin wrote: On Friday 21 May 2010 1:10:53 pm Sean Bruno wrote: Author: sbruno Date: Fri May 21 17:10:52 2010 New Revision: 208389 URL: http://svn.freebsd.org/changeset/base/208389 Log: Allow sub-second interval timings for iostat

svn commit: r209266 - head/usr.sbin/mptutil

2010-06-17 Thread Sean Bruno
Author: sbruno Date: Thu Jun 17 19:28:56 2010 New Revision: 209266 URL: http://svn.freebsd.org/changeset/base/209266 Log: Expand man page to document the fact that mptutil/mpt doesn't support RAID volumes in excess of 2TB. Document workaround via geom or zfs Modified submitter's original

svn commit: r209276 - head/lib/libkvm

2010-06-17 Thread Sean Bruno
Author: sbruno Date: Fri Jun 18 01:17:16 2010 New Revision: 209276 URL: http://svn.freebsd.org/changeset/base/209276 Log: Much closer approximation of the kernel's calculation of this value. Reviewed by: alc Obtained from:Yahoo Inc. Modified: head/lib/libkvm/kvm_proc.c

svn commit: r236323 - head/sys/dev/mfi

2012-05-30 Thread Sean Bruno
Author: sbruno Date: Wed May 30 17:07:50 2012 New Revision: 236323 URL: http://svn.freebsd.org/changeset/base/236323 Log: Cosmetic nit. If a configured volume has no label, don't emit an empty string for the name during probe. Simply indicate that it has no label. Submitted by: bhaga@

svn commit: r236412 - head/share/man/man4

2012-06-01 Thread Sean Bruno
Author: sbruno Date: Fri Jun 1 18:01:51 2012 New Revision: 236412 URL: http://svn.freebsd.org/changeset/base/236412 Log: Add notes and information for exposed tuneables in bce(4). Add source of documentation for this driver. Thanks to Warren Block for the suggestions for readability.

svn commit: r236418 - head/share/man/man4

2012-06-01 Thread Sean Bruno
Author: sbruno Date: Fri Jun 1 19:09:17 2012 New Revision: 236418 URL: http://svn.freebsd.org/changeset/base/236418 Log: Doh! Bump the date as I touched it! Noted by: gjb@ MFC after:3 days Modified: head/share/man/man4/bce.4 Modified: head/share/man/man4/bce.4

svn commit: r236591 - head/share/man/man4

2012-06-04 Thread Sean Bruno
Author: sbruno Date: Mon Jun 4 22:46:04 2012 New Revision: 236591 URL: http://svn.freebsd.org/changeset/base/236591 Log: Lines were a bit too long. Wrap some of them to 60 columns. Suggested by: bjk@ MFC after: 3 days Modified: head/share/man/man4/bce.4 Modified:

svn commit: r237245 - head/share/man/man4

2012-06-18 Thread Sean Bruno
:00 1970 (empty, because file is newly added) +++ head/share/man/man4/est.4 Mon Jun 18 23:18:49 2012(r237245) @@ -0,0 +1,100 @@ +.\ +.\ Copyright (c) 2012 Sean Bruno sbr...@freebsd.org +.\ All rights reserved. +.\ +.\ Redistribution and use in source and binary forms, with or without

svn commit: r237273 - head/share/man/man4

2012-06-19 Thread Sean Bruno
Author: sbruno Date: Tue Jun 19 17:13:14 2012 New Revision: 237273 URL: http://svn.freebsd.org/changeset/base/237273 Log: Correct misunderstanding of hw.est.strict Setting strict causes a validation of the requested value vs the value currently running after a frequency change is

svn commit: r238004 - in head: etc/rc.d sys/dev/acpica

2012-07-02 Thread Sean Bruno
Author: sbruno Date: Mon Jul 2 16:57:13 2012 New Revision: 238004 URL: http://svn.freebsd.org/changeset/base/238004 Log: Cosmetic display change of Cx states via cx_supported sysctl entries. Adjust power_profile script to handle the new world order as well. Some vendors are opting

Re: svn commit: r238004 - in head: etc/rc.d sys/dev/acpica

2012-07-02 Thread Sean Bruno
On Mon, 2012-07-02 at 10:11 -0700, Alexander Motin wrote: This didn't break anything but led to a display of: * dev.cpu.0.cx_supported: C1/1 C2/96 Instead of * dev.cpu.0.cx_supported: C1/1 C3/96 MFC after: 2 weeks If I remember correctly, ACPI spec directly

Re: svn commit: r238004 - in head: etc/rc.d sys/dev/acpica

2012-07-02 Thread Sean Bruno
On Mon, 2012-07-02 at 09:57 -0700, Sean Bruno wrote: Author: sbruno Date: Mon Jul 2 16:57:13 2012 New Revision: 238004 URL: http://svn.freebsd.org/changeset/base/238004 revert in progress. There's more discussion to be had about this changeset. sean

svn commit: r238009 - in head: etc/rc.d sys/dev/acpica

2012-07-02 Thread Sean Bruno
Author: sbruno Date: Mon Jul 2 17:55:29 2012 New Revision: 238009 URL: http://svn.freebsd.org/changeset/base/238009 Log: Revert r238004 as more review has come in and there is now a discussion on how to best proceed. Modified: head/etc/rc.d/power_profile head/sys/dev/acpica/acpi_cpu.c

svn commit: r238371 - head/sys/dev/mfi

2012-07-11 Thread Sean Bruno
Author: sbruno Date: Wed Jul 11 18:16:54 2012 New Revision: 238371 URL: http://svn.freebsd.org/changeset/base/238371 Log: When an MFI command fails, the driver needs to set bio-bio_resid so that the upper levels notice. Otherwise we see commands silently failing leading to data corruption.

svn commit: r238373 - head/sys/dev/mfi

2012-07-11 Thread Sean Bruno
Author: sbruno Date: Wed Jul 11 19:08:23 2012 New Revision: 238373 URL: http://svn.freebsd.org/changeset/base/238373 Log: sys/dev/mfivar.h contains references to MFI_DEBUG, but it never gets turned on unless the file also includes opt_mfi.h. Submitted by: Andrew Boyer

svn commit: r238601 - head/sys/dev/aac

2012-07-18 Thread Sean Bruno
Author: sbruno Date: Wed Jul 18 18:10:27 2012 New Revision: 238601 URL: http://svn.freebsd.org/changeset/base/238601 Log: On BIO_ERROR, set bio_resid to stop losing data in the error case. Submitted by: Mark Johnston mark...@gmail.com Reviewed by: sco...@freebsd.org MFC after:2

Re: svn commit: r238943 - head/sys/dev/acpica

2012-07-31 Thread Sean Bruno
On Tue, 2012-07-31 at 03:58 -0700, Alexander Motin wrote: To help with diagnostics, add C-state type into dev.cpu.X.cx_supported. Pretty sure that this breaks /etc/rc.d/power_profile Andiry and I went back and forth on this specific thing quite a bit. If you note my commit/revert at svn

Re: svn commit: r238943 - head/sys/dev/acpica

2012-07-31 Thread Sean Bruno
On Tue, 2012-07-31 at 09:12 -0700, Sean Bruno wrote: On Tue, 2012-07-31 at 03:58 -0700, Alexander Motin wrote: To help with diagnostics, add C-state type into dev.cpu.X.cx_supported. Pretty sure that this breaks /etc/rc.d/power_profile Andiry and I went back and forth on this specific

svn commit: r238981 - head/sys/dev/e1000

2012-08-01 Thread Sean Bruno
Author: sbruno Date: Thu Aug 2 00:00:34 2012 New Revision: 238981 URL: http://svn.freebsd.org/changeset/base/238981 Log: CPU_NEXT() already handles wrapping around to the beginning. Also, in a system with sparse CPU IDs, you can have a valid CPU ID mp_ncpus (e.g. if you have two CPUs 0

Re: svn commit: r224217 - in head/sys: amd64/include ia64/include mips/conf sys

2011-07-27 Thread Sean Bruno
On Wed, 2011-07-27 at 05:45 -0700, John Baldwin wrote: On Wednesday, July 27, 2011 2:24:21 am Sergey Kandaurov wrote: On 21 July 2011 17:20, John Baldwin j...@freebsd.org wrote: On Thursday, July 21, 2011 8:37:26 am Sergey Kandaurov wrote: On 21 July 2011 14:14, Attilio Rao

svn commit: r224978 - head/release

2011-08-18 Thread Sean Bruno
Author: sbruno Date: Thu Aug 18 16:54:04 2011 New Revision: 224978 URL: http://svn.freebsd.org/changeset/base/224978 Log: Allow release generation from a WORLDDIR that is not /usr/src PR: misc/159666 Submitted by: Test Rat ttse...@gmail.com Reviewed by: Nathan Whitehorn

svn commit: r235210 - head/sys/dev/e1000

2012-05-09 Thread Sean Bruno
Author: sbruno Date: Thu May 10 00:00:28 2012 New Revision: 235210 URL: http://svn.freebsd.org/changeset/base/235210 Log: Modify the binding of queues to attach to as many CPUs as possible when using more than one igb(4) adapter. This means that queues will not be bound to the same CPUs if

svn commit: r235318 - head/sys/dev/mfi

2012-05-11 Thread Sean Bruno
Author: sbruno Date: Sat May 12 03:30:50 2012 New Revision: 235318 URL: http://svn.freebsd.org/changeset/base/235318 Log: Fix inappropriate data type for two bus_dmamap_t variables that were causing PAE to insta-panic on startup. Remove one unused variable that was commented out.

svn commit: r235321 - head/sys/dev/mfi

2012-05-11 Thread Sean Bruno
Author: sbruno Date: Sat May 12 05:05:22 2012 New Revision: 235321 URL: http://svn.freebsd.org/changeset/base/235321 Log: Pointy hat to sleep deprived committer. Use a *real* variable type instead of one I made up. Background Music: Queen -- Bicycle Race Reviewed by:BSDCAN

svn commit: r235635 - head/usr.sbin/mfiutil

2012-05-18 Thread Sean Bruno
Author: sbruno Date: Fri May 18 21:50:26 2012 New Revision: 235635 URL: http://svn.freebsd.org/changeset/base/235635 Log: Decode new battery status indications. Requires r235634 Reviewed by: ambrisko@ MFC after:3 days Modified: head/usr.sbin/mfiutil/mfi_show.c Modified:

svn commit: r235634 - head/sys/dev/mfi

2012-05-18 Thread Sean Bruno
Author: sbruno Date: Fri May 18 21:49:40 2012 New Revision: 235634 URL: http://svn.freebsd.org/changeset/base/235634 Log: Fix and update battery status bits according to linux driver Reviewed by: ambrisko@ MFC after:3 days Modified: head/sys/dev/mfi/mfireg.h Modified:

svn commit: r230313 - head/sys/dev/ciss

2012-01-18 Thread Sean Bruno
Author: sbruno Date: Wed Jan 18 19:35:16 2012 New Revision: 230313 URL: http://svn.freebsd.org/changeset/base/230313 Log: Add support for HP P420 to ciss(4) Tested on upcoming Gen 8 releases of hardware from HP. MFC to all supported releases. Obtained from:Yahoo! Inc.

svn commit: r230316 - head/share/man/man4

2012-01-18 Thread Sean Bruno
Author: sbruno Date: Wed Jan 18 21:27:49 2012 New Revision: 230316 URL: http://svn.freebsd.org/changeset/base/230316 Log: Update man page to show that ciss(4) now support the P420 MFC with r230313 Caught by: brueffer Obtained from:Yahoo! Inc MFC after:2 weeks

svn commit: r230323 - head/share/man/man4

2012-01-18 Thread Sean Bruno
Author: sbruno Date: Wed Jan 18 22:52:02 2012 New Revision: 230323 URL: http://svn.freebsd.org/changeset/base/230323 Log: Update .Dd date on this man page. MFC with r230313 and r230316 Caught by: bz Obtained from:Yahoo! Inc. Modified: head/share/man/man4/ciss.4 Modified:

svn commit: r230325 - head/sys/boot/i386/libi386

2012-01-18 Thread Sean Bruno
Author: sbruno Date: Thu Jan 19 01:25:50 2012 New Revision: 230325 URL: http://svn.freebsd.org/changeset/base/230325 Log: Wrap changes from svn r212126 inside LOADER_NFS_SUPPORT such that using LOADER_TFTP_SUPPORT excludes this code. Fixes compilation of pxeldr with -DLOADER_TFTP_SUPPORT

svn commit: r230588 - in head: share/man/man4 sys/dev/ciss

2012-01-26 Thread Sean Bruno
Author: sbruno Date: Thu Jan 26 17:04:17 2012 New Revision: 230588 URL: http://svn.freebsd.org/changeset/base/230588 Log: Update PCI IDs for ciss controllers that are supported by this driver. Submitted by: scott.ben...@hp.com Obtained from:Yahoo! Inc and HP MFC after:1

svn commit: r231860 - head/sys/dev/isci

2012-02-16 Thread Sean Bruno
Author: sbruno Date: Fri Feb 17 06:47:16 2012 New Revision: 231860 URL: http://svn.freebsd.org/changeset/base/231860 Log: During work to port isci(4) to stable/7 I noted that the maxio portion of struct ccb_pathinq from sys/cam/cam_ccb.h wasn't added to stable/7 at all and didn't appear in

svn commit: r232225 - head/sys/dev/isci

2012-02-27 Thread Sean Bruno
Author: sbruno Date: Mon Feb 27 17:04:18 2012 New Revision: 232225 URL: http://svn.freebsd.org/changeset/base/232225 Log: Update PCI-IDs with devices found on Intel SDP Return BUS_PROBE_DEFAULT so that non-default drivers may be loaded Reviewed by: jharris@ Obtained from:

svn commit: r232986 - head/usr.sbin/syslogd

2012-03-14 Thread Sean Bruno
Author: sbruno Date: Wed Mar 14 21:26:06 2012 New Revision: 232986 URL: http://svn.freebsd.org/changeset/base/232986 Log: Update man page to present -T argument in synopsis MFC with r183347 MFC after:0 days Modified: head/usr.sbin/syslogd/syslogd.8 Modified:

svn commit: r249664 - in head/sys: cam conf

2013-04-19 Thread Sean Bruno
Author: sbruno Date: Sat Apr 20 00:33:37 2013 New Revision: 249664 URL: http://svnweb.freebsd.org/changeset/base/249664 Log: Expose CAM_BOOT_DELAY as a kernel conf item now. This allows users who boot without loader to adjust their environments around slightly buggy or slow hardware.

svn commit: r249947 - head/sys/dev/ciss

2013-04-26 Thread Sean Bruno
Author: sbruno Date: Fri Apr 26 17:28:45 2013 New Revision: 249947 URL: http://svnweb.freebsd.org/changeset/base/249947 Log: Adjust the min comparison to look at the adjust value after subtraction, don't subtract 1 from the chosen value if we are going to use the configued value.

svn commit: r249977 - head/sys/dev/ciss

2013-04-27 Thread Sean Bruno
Author: sbruno Date: Sat Apr 27 08:40:37 2013 New Revision: 249977 URL: http://svnweb.freebsd.org/changeset/base/249977 Log: Change maxio to reflect variable hardware configurations. If max_sg_length is 0, then we default to 16 If max_sg_length is less than CISS_MAX_SG_ELEMENTS, then

svn commit: r250021 - head/sys/dev/ciss

2013-04-28 Thread Sean Bruno
Author: sbruno Date: Sun Apr 28 16:20:09 2013 New Revision: 250021 URL: http://svnweb.freebsd.org/changeset/base/250021 Log: Its time to retire COMPAQ. I don't think that its coming back. :-) Obtained from:Yahoo! Inc. MFC after:2 weeks Modified: head/sys/dev/ciss/ciss.c

svn commit: r250022 - head/sys/dev/ciss

2013-04-28 Thread Sean Bruno
Author: sbruno Date: Sun Apr 28 16:35:23 2013 New Revision: 250022 URL: http://svnweb.freebsd.org/changeset/base/250022 Log: Let's align correctly by setting to 17. OpenCISS states that if the value is 0, then the driver should try a value of 31. That's just silly. Set to 17 so that

svn commit: r250031 - head/sys/dev/ciss

2013-04-28 Thread Sean Bruno
Author: sbruno Date: Sun Apr 28 20:46:32 2013 New Revision: 250031 URL: http://svnweb.freebsd.org/changeset/base/250031 Log: The controller does not zero this data structure, ever. Zero it out here so we do not misinterpret the data error. Obtained from:Yahoo! Inc. MFC

svn commit: r250032 - head/sys/dev/hptrr

2013-04-28 Thread Sean Bruno
Author: sbruno Date: Sun Apr 28 20:55:45 2013 New Revision: 250032 URL: http://svnweb.freebsd.org/changeset/base/250032 Log: Silence warning from clang: /home/sbruno/bsd/head/sys/dev/hptrr/hptrr_osm_bsd.c:178:66: warning: for loop has empty body [-Wempty-body] for

svn commit: r250371 - head/share/man/man4

2013-05-08 Thread Sean Bruno
Author: sbruno Date: Wed May 8 16:29:12 2013 New Revision: 250371 URL: http://svnweb.freebsd.org/changeset/base/250371 Log: s/Numer/Number/ Submitted by: Jeremy Chadwick j...@koitsu.org Modified: head/share/man/man4/igb.4 Modified: head/share/man/man4/igb.4

svn commit: r250797 - head/sys/dev/sound/pci/hda

2013-05-18 Thread Sean Bruno
Author: sbruno Date: Sun May 19 01:45:29 2013 New Revision: 250797 URL: http://svnweb.freebsd.org/changeset/base/250797 Log: Update snd quirks for T520, T420, X220. Group onboard mic and headphone mic jack together. Creates association that will switch between microphone inputs

svn commit: r251172 - head/sys/dev/mfi

2013-05-30 Thread Sean Bruno
Author: sbruno Date: Fri May 31 03:14:49 2013 New Revision: 251172 URL: http://svnweb.freebsd.org/changeset/base/251172 Log: xpt_create_path() requires mfi_io_lock to be held, so do it. mfi(4) doesn't panic on host startup now. MFC this if svn 249468-242726 is shoveled back to

svn commit: r251516 - in head: sys/dev/mfi usr.sbin/mfiutil

2013-06-07 Thread Sean Bruno
Author: sbruno Date: Sat Jun 8 02:54:59 2013 New Revision: 251516 URL: http://svnweb.freebsd.org/changeset/base/251516 Log: Implement foreign volume handling. Allows admins to view foreign metadata and clear or import it for use. PR: kern/172091 Submitted by: s...@freebsd.org

svn commit: r262487 - head/sys/boot/userboot/userboot

2014-02-25 Thread Sean Bruno
Author: sbruno Date: Tue Feb 25 18:00:55 2014 New Revision: 262487 URL: http://svnweb.freebsd.org/changeset/base/262487 Log: Teach userboot to comply with WITHOUT_CDDL/WITHOUT_ZFS Apparently, LIBZFS is set to a non-empty string when WITHOUT_CDDL/WITHOUT_ZFS are set, I think this is a

svn commit: r262495 - head/sys/boot/userboot/userboot

2014-02-25 Thread Sean Bruno
Author: sbruno Date: Tue Feb 25 21:07:18 2014 New Revision: 262495 URL: http://svnweb.freebsd.org/changeset/base/262495 Log: Slightly better revision of teaching userboot how to respect MK_CDDL Reviewed by: grehan Modified: head/sys/boot/userboot/userboot/Makefile Modified:

svn commit: r262776 - head/sys/mips/conf

2014-03-04 Thread Sean Bruno
Author: sbruno Date: Wed Mar 5 04:18:42 2014 New Revision: 262776 URL: http://svnweb.freebsd.org/changeset/base/262776 Log: Rename the Dlink 825 configuration file to indicate that this is for the mips 24k B1 Added: head/sys/mips/conf/DIR-825B1 - copied unchanged from r262775,

svn commit: r262777 - head/sys/mips/conf

2014-03-04 Thread Sean Bruno
Author: sbruno Date: Wed Mar 5 04:19:52 2014 New Revision: 262777 URL: http://svnweb.freebsd.org/changeset/base/262777 Log: Update location of hints and name of the kernel we are building. Modified: head/sys/mips/conf/DIR-825B1 head/sys/mips/conf/DIR-825B1.hints Modified:

svn commit: r262778 - head/sys/mips/conf

2014-03-04 Thread Sean Bruno
Author: sbruno Date: Wed Mar 5 04:22:07 2014 New Revision: 262778 URL: http://svnweb.freebsd.org/changeset/base/262778 Log: Populate the GPIO pins and GPIOLED configs Modified: head/sys/mips/conf/DIR-825B1.hints Modified: head/sys/mips/conf/DIR-825B1.hints

svn commit: r264085 - head/sys/mips/conf

2014-04-03 Thread Sean Bruno
Author: sbruno Date: Thu Apr 3 20:12:39 2014 New Revision: 264085 URL: http://svnweb.freebsd.org/changeset/base/264085 Log: Add support for the Dlink DIR-825C1 74k MIPS router based on Atheros wireless, bridge and CPU. Added: head/sys/mips/conf/DIR-825C1 (contents, props changed)

svn commit: r264123 - head/sys/mips/conf

2014-04-04 Thread Sean Bruno
Author: sbruno Date: Fri Apr 4 15:52:45 2014 New Revision: 264123 URL: http://svnweb.freebsd.org/changeset/base/264123 Log: Change kernel/rootfs hints to use search patterns instead of absolute locations. Modified: head/sys/mips/conf/WZR-300HP.hints Modified:

svn commit: r264127 - head/sys/dev/ciss

2014-04-04 Thread Sean Bruno
Author: sbruno Date: Fri Apr 4 17:01:49 2014 New Revision: 264127 URL: http://svnweb.freebsd.org/changeset/base/264127 Log: Add PCI-IDs for TBD Gen9 RAID controller HBAs from HP to ciss(4) Submitted by: Benesh, Scott scott.ben...@hp.com MFC after: 2 weeks Sponsored by: Yahoo! Inc.

svn commit: r264269 - in head: sys/conf sys/kern sys/modules sys/modules/imgact_binmisc sys/sys usr.sbin usr.sbin/binmiscctl

2014-04-08 Thread Sean Bruno
Author: sbruno Date: Tue Apr 8 20:10:22 2014 New Revision: 264269 URL: http://svnweb.freebsd.org/changeset/base/264269 Log: Add Stacey Son's binary activation patches that allow remapping of execution to a emumation program via parsing of ELF header information. With this kernel module

svn commit: r264280 - in head/sys: conf modules

2014-04-08 Thread Sean Bruno
Author: sbruno Date: Tue Apr 8 21:39:51 2014 New Revision: 264280 URL: http://svnweb.freebsd.org/changeset/base/264280 Log: Actually, since this is what I thought I was doing, only allow the binmisc code to be build on amd64/i386 for the kernel. Update NOTES with some indication of what

Re: svn commit: r264269 - in head: sys/conf sys/kern sys/modules sys/modules/imgact_binmisc sys/sys usr.sbin usr.sbin/binmiscctl

2014-04-08 Thread Sean Bruno
Added: head/sys/kern/imgact_binmisc.c (contents, props changed) head/sys/modules/imgact_binmisc/ head/sys/modules/imgact_binmisc/Makefile (contents, props changed) head/sys/sys/imgact_binmisc.h (contents, props changed) head/usr.sbin/binmiscctl/

svn commit: r264282 - in head/sys: kern sys

2014-04-08 Thread Sean Bruno
Author: sbruno Date: Tue Apr 8 22:12:01 2014 New Revision: 264282 URL: http://svnweb.freebsd.org/changeset/base/264282 Log: sys/kern/imgact_binmisc.c -- free the right pointer mask vs magic sys/sys/imagact_binmisc.h -- cleanup white space tabs vs spaces --

svn commit: r264291 - head/sys/modules

2014-04-08 Thread Sean Bruno
Author: sbruno Date: Wed Apr 9 03:46:04 2014 New Revision: 264291 URL: http://svnweb.freebsd.org/changeset/base/264291 Log: Spell imgact_binmisc correctly Modified: head/sys/modules/Makefile Modified: head/sys/modules/Makefile

Re: svn commit: r264269 - in head: sys/conf sys/kern sys/modules sys/modules/imgact_binmisc sys/sys usr.sbin usr.sbin/binmiscctl

2014-04-09 Thread Sean Bruno
On Wed, 2014-04-09 at 07:44 +, Alexey Dokuchaev wrote: On Tue, Apr 08, 2014 at 03:01:49PM -0700, Sean Bruno wrote: I haven't tested on non-x86 h/w and have no idea if it works or not. I didn't feel comfortable building this driver in the non-x86 case. If there is a use case/tester

Re: svn commit: r264269 - in head: sys/conf sys/kern sys/modules sys/modules/imgact_binmisc sys/sys usr.sbin usr.sbin/binmiscctl

2014-04-09 Thread Sean Bruno
On Wed, 2014-04-09 at 09:27 +0200, Mathieu Arnold wrote: +--On 8 avril 2014 20:10:22 + Sean Bruno sbr...@freebsd.org wrote: | Log: | Add Stacey Son's binary activation patches that allow remapping of | execution to a emumation program via parsing of ELF header information. Can you

Re: svn commit: r264280 - in head/sys: conf modules

2014-04-09 Thread Sean Bruno
On Wed, 2014-04-09 at 11:47 -0400, John Baldwin wrote: On Tuesday, April 08, 2014 5:39:52 pm Sean Bruno wrote: Author: sbruno Date: Tue Apr 8 21:39:51 2014 New Revision: 264280 URL: http://svnweb.freebsd.org/changeset/base/264280 Log: Actually, since this is what I thought I

Re: svn commit: r264280 - in head/sys: conf modules

2014-04-09 Thread Sean Bruno
On Wed, 2014-04-09 at 14:30 -0400, John Baldwin wrote: On Wednesday, April 09, 2014 1:45:04 pm Sean Bruno wrote: On Wed, 2014-04-09 at 11:47 -0400, John Baldwin wrote: On Tuesday, April 08, 2014 5:39:52 pm Sean Bruno wrote: Author: sbruno Date: Tue Apr 8 21:39:51 2014 New

svn commit: r264304 - in head/sys: amd64/conf conf i386/conf

2014-04-09 Thread Sean Bruno
Author: sbruno Date: Wed Apr 9 18:44:54 2014 New Revision: 264304 URL: http://svnweb.freebsd.org/changeset/base/264304 Log: Really, really, really only allow this option for amd64/i386 builds. Submitted by: imp@ and tinderbox Modified: head/sys/amd64/conf/NOTES head/sys/conf/NOTES

svn commit: r264354 - head/sys/dev/ciss

2014-04-11 Thread Sean Bruno
Author: sbruno Date: Fri Apr 11 20:19:01 2014 New Revision: 264354 URL: http://svnweb.freebsd.org/changeset/base/264354 Log: Fix insta-panic on assert of unlocked periph mtx in ciss(4) when logical volume state changes. Currently, I view this as a critical fix for users and will MFC this

svn commit: r266518 - head/sys/mips/conf

2014-05-21 Thread Sean Bruno
Author: sbruno Date: Wed May 21 21:30:00 2014 New Revision: 266518 URL: http://svnweb.freebsd.org/changeset/base/266518 Log: Remove duplicate: optionAH_DEBUG_ALQ Modified: head/sys/mips/conf/AR933X_BASE Modified: head/sys/mips/conf/AR933X_BASE

svn commit: r266744 - head/sys/dev/uart

2014-05-27 Thread Sean Bruno
Author: sbruno Date: Tue May 27 13:35:31 2014 New Revision: 266744 URL: http://svnweb.freebsd.org/changeset/base/266744 Log: Add PCI ID for AMT based serial interface found on the Lenovo T61. uart2: Intel AMT - PM965/GM965 KT Controller port 0x1830-0x1837 mem 0xfe024000-0xfe024fff

svn commit: r268017 - head/sys/dev/ciss

2014-06-29 Thread Sean Bruno
Author: sbruno Date: Sun Jun 29 18:38:44 2014 New Revision: 268017 URL: http://svnweb.freebsd.org/changeset/base/268017 Log: Check return of cam_periph_find() before using it in a printf. If cam_periph_find() doesn't locate the path we requested, bail to error condition. Acquire

svn commit: r268018 - head/sys/dev/ciss

2014-06-29 Thread Sean Bruno
Author: sbruno Date: Sun Jun 29 18:53:15 2014 New Revision: 268018 URL: http://svnweb.freebsd.org/changeset/base/268018 Log: Add detection for ciss(4) controllers that are set to non-raid JBOD mode. If a controller is set to JBOD, it has no RAID functions turned on. Populate even more

svn commit: r253708 - head/sys/dev/ipmi

2013-07-27 Thread Sean Bruno
Author: sbruno Date: Sat Jul 27 16:32:34 2013 New Revision: 253708 URL: http://svnweb.freebsd.org/changeset/base/253708 Log: At some point after stable/7 the ACPI and ISA interfaces to the IPMI controller no longer have the parent in the device tree. This causes the identify function in

svn commit: r253712 - head/sys/dev/ciss

2013-07-27 Thread Sean Bruno
Author: sbruno Date: Sat Jul 27 17:20:43 2013 New Revision: 253712 URL: http://svnweb.freebsd.org/changeset/base/253712 Log: update ciss debugger command to iterate over multiple raid controllers up to max controllers supported PR: kern/179932 Reviewed by: Markus Gebert

Re: svn commit: r253708 - head/sys/dev/ipmi

2013-07-29 Thread Sean Bruno
On Mon, 2013-07-29 at 10:54 -0400, John Baldwin wrote: On Saturday, July 27, 2013 12:32:34 pm Sean Bruno wrote: Author: sbruno Date: Sat Jul 27 16:32:34 2013 New Revision: 253708 URL: http://svnweb.freebsd.org/changeset/base/253708 Log: At some point after stable/7 the ACPI

Re: svn commit: r253708 - head/sys/dev/ipmi

2013-07-29 Thread Sean Bruno
On Mon, 2013-07-29 at 12:59 -0700, Sean Bruno wrote: On Mon, 2013-07-29 at 10:54 -0400, John Baldwin wrote: On Saturday, July 27, 2013 12:32:34 pm Sean Bruno wrote: Author: sbruno Date: Sat Jul 27 16:32:34 2013 New Revision: 253708 URL: http://svnweb.freebsd.org/changeset/base

Re: svn commit: r253708 - head/sys/dev/ipmi

2013-07-29 Thread Sean Bruno
[sbruno_comment_blocks == 4] The identify function in 7.x has no such check: static void ipmi_isa_identify(driver_t *driver, device_t parent) { struct ipmi_get_info info; uint32_t devid; if (ipmi_smbios_identify(info) info.iface_type != SSIF_MODE

svn commit: r253811 - head/sys/dev/ipmi

2013-07-30 Thread Sean Bruno
Author: sbruno Date: Tue Jul 30 18:41:36 2013 New Revision: 253811 URL: http://svnweb.freebsd.org/changeset/base/253811 Log: After discussions, revert svn r253708. Changelog for 253708 was completely wrong and the code implemented something non-standard for the wrong reasons.

svn commit: r253812 - head/sys/dev/ipmi

2013-07-30 Thread Sean Bruno
Author: sbruno Date: Tue Jul 30 18:44:29 2013 New Revision: 253812 URL: http://svnweb.freebsd.org/changeset/base/253812 Log: empirical testing showed that 3 seconds is just too slow for GET_DEVICE_ID to return on newer Dell hardware. Bump to 6 second timeouts until someone has a better

svn commit: r253813 - head/sys/dev/ipmi

2013-07-30 Thread Sean Bruno
Author: sbruno Date: Tue Jul 30 18:54:24 2013 New Revision: 253813 URL: http://svnweb.freebsd.org/changeset/base/253813 Log: Check for ipmi_attached in ipmi_isa_probe as a suggested alternative to ipmi_isa_attach. This keeps unintended but harmless noise about ipmi1 from appearing in the

Re: svn commit: r253708 - head/sys/dev/ipmi

2013-07-30 Thread Sean Bruno
Ok then what is this ^ ? Doesn't this mean that if device_find_child() returns a child node that we should abort? Is that not the same as what I'm going on about? This makes it only add at most one child device. It is a common idiom in identify routines so that if you

Re: svn commit: r253813 - head/sys/dev/ipmi

2013-07-30 Thread Sean Bruno
On Tue, 2013-07-30 at 18:54 +, Sean Bruno wrote: Submitted by: jbh@ (suggested by) Grhahahahah ... jhb@ ... why can't I type today? Sean signature.asc Description: This is a digitally signed message part

svn commit: r253842 - head/sys/mips/conf

2013-07-31 Thread Sean Bruno
Author: sbruno Date: Wed Jul 31 16:26:34 2013 New Revision: 253842 URL: http://svnweb.freebsd.org/changeset/base/253842 Log: device if_bridge gets me a bridge device Modified: head/sys/mips/conf/DIR-825 Modified: head/sys/mips/conf/DIR-825

svn commit: r253844 - head/sys/mips/conf

2013-07-31 Thread Sean Bruno
Author: sbruno Date: Wed Jul 31 16:27:56 2013 New Revision: 253844 URL: http://svnweb.freebsd.org/changeset/base/253844 Log: Adjust magic numbers to allow attachment of ath(4) modules. Modified: head/sys/mips/conf/DIR-825.hints Modified: head/sys/mips/conf/DIR-825.hints

svn commit: r253980 - in head: share/man/man4 sys/dev/ciss

2013-08-05 Thread Sean Bruno
Author: sbruno Date: Tue Aug 6 03:17:01 2013 New Revision: 253980 URL: http://svnweb.freebsd.org/changeset/base/253980 Log: Update ciss(4) with new models of raid controllers from HP Submitted by: scott.ben...@hp.com MFC after:2 weeks Sponsored by: Hewlett Packard Modified:

svn commit: r254010 - head/tools/build/mk

2013-08-06 Thread Sean Bruno
Author: sbruno Date: Tue Aug 6 21:30:37 2013 New Revision: 254010 URL: http://svnweb.freebsd.org/changeset/base/254010 Log: Adjust make knobs to know that WITH_ICONV installs a /usr/bin/iconv Remove it if the knob isn't tweaked. Certain ports seem to think that if /usr/bin/iconv

svn commit: r254330 - head/sys/dev/mfi

2013-08-14 Thread Sean Bruno
Author: sbruno Date: Wed Aug 14 15:50:34 2013 New Revision: 254330 URL: http://svnweb.freebsd.org/changeset/base/254330 Log: If sys/param.h MAXPHYS has been tuned to exceed MFI_MAXPHYS, the mfi(4) real JBOD mode (SYS PD) would fail fairly reliably during I/O. Steal the mfi_disk.c check

svn commit: r254690 - in head/sys/mips: atheros conf

2013-08-23 Thread Sean Bruno
Author: sbruno Date: Fri Aug 23 13:14:18 2013 New Revision: 254690 URL: http://svnweb.freebsd.org/changeset/base/254690 Log: Some vendors store the mac addresses of arge(4) as a literal sring in the form xx:xx:xx:xx:xx:xx complete with : characters taking of 18 bytes instead of 6 integers.

svn commit: r254906 - head/usr.sbin/mfiutil

2013-08-26 Thread Sean Bruno
Author: sbruno Date: Mon Aug 26 12:05:38 2013 New Revision: 254906 URL: http://svnweb.freebsd.org/changeset/base/254906 Log: Add support to reconfigure a drive as SYSPD (real JBOD in LSI terminology). Adds command mfiutil syspd drive# to change a drive to SYSPD. Drive will then be

svn commit: r255195 - head/sys/mips/conf

2013-09-03 Thread Sean Bruno
Author: sbruno Date: Tue Sep 3 22:33:06 2013 New Revision: 255195 URL: http://svnweb.freebsd.org/changeset/base/255195 Log: Add options GEOM_PART_GPT and options MSDOSFS to the DIR-825 Reviewed by: adrian@ Modified: head/sys/mips/conf/DIR-825 Modified: head/sys/mips/conf/DIR-825

svn commit: r255229 - head/sys/kern

2013-09-04 Thread Sean Bruno
Author: sbruno Date: Thu Sep 5 03:36:57 2013 New Revision: 255229 URL: http://svnweb.freebsd.org/changeset/base/255229 Log: This looks like a typo that breaks the build. Yell at me if this isn't the intended declaration. Modified: head/sys/kern/sys_capability.c Modified:

svn commit: r255230 - head/sys/kern

2013-09-04 Thread Sean Bruno
Author: sbruno Date: Thu Sep 5 03:46:44 2013 New Revision: 255230 URL: http://svnweb.freebsd.org/changeset/base/255230 Log: Restore builds on architectures that don't support CAPABILITIES (mips). Modified: head/sys/kern/sys_generic.c Modified: head/sys/kern/sys_generic.c

svn commit: r255254 - head/sys/dev/gpio

2013-09-05 Thread Sean Bruno
Author: sbruno Date: Thu Sep 5 16:38:26 2013 New Revision: 255254 URL: http://svnweb.freebsd.org/changeset/base/255254 Log: Minor printf nit to keep out clean Modified: head/sys/dev/gpio/gpiobus.c Modified: head/sys/dev/gpio/gpiobus.c

svn commit: r255528 - in head: share/man/man4 usr.sbin/gpioctl

2013-09-13 Thread Sean Bruno
(r255528) @@ -0,0 +1,176 @@ +.\ Copyright (c) 2013, Sean Bruno sbr...@freebsd.org +.\ All rights reserved. +.\ +.\ Redistribution and use in source and binary forms, with or without +.\ modification, are permitted provided that the following conditions +.\ are met: +.\ 1. Redistributions of source

svn commit: r255531 - head/share/man/man4

2013-09-13 Thread Sean Bruno
Author: sbruno Date: Fri Sep 13 21:23:04 2013 New Revision: 255531 URL: http://svnweb.freebsd.org/changeset/base/255531 Log: Correct my inability to do math and provide a GOOD example. Approved by: re (implicit) Modified: head/share/man/man4/gpio.4 Modified: head/share/man/man4/gpio.4

svn commit: r255629 - in head: include usr.sbin/gpioctl

2013-09-17 Thread Sean Bruno
Author: sbruno Date: Tue Sep 17 11:48:47 2013 New Revision: 255629 URL: http://svnweb.freebsd.org/changeset/base/255629 Log: Assume that the -f argument is /dev/gpioc0 if it is not passed. hrs@ provided this verison of the patch and showed me where all the needed changes were to be made

svn commit: r255659 - head/sys/mips/conf

2013-09-17 Thread Sean Bruno
Author: sbruno Date: Tue Sep 17 22:26:07 2013 New Revision: 255659 URL: http://svnweb.freebsd.org/changeset/base/255659 Log: Bring in configuration for Buffalo Airstation WZR-300HP, Atheros based wireless home router. Notable things: 2x 16 MB flash devices Atheros Wireless Atheros

svn commit: r255806 - head/sys/dev/mfi

2013-09-22 Thread Sean Bruno
Author: sbruno Date: Sun Sep 22 23:48:41 2013 New Revision: 255806 URL: http://svnweb.freebsd.org/changeset/base/255806 Log: Export two new DCMD enums. These allow set/get of the mfi_ctrl_properties structure in the driver. Having these in 10.0 means that mfiutil can be modified to take

svn commit: r255989 - head/sys/mips/conf

2013-10-02 Thread Sean Bruno
Author: sbruno Date: Wed Oct 2 14:43:17 2013 New Revision: 255989 URL: http://svnweb.freebsd.org/changeset/base/255989 Log: set ROOTDEVNAME to ada0 with no paritions. This makes it much more functional with makefs and other tools for testing and ports building Approved by:re (gjb)

  1   2   3   4   5   6   >