cvs commit: src/sys/boot/forth support.4th

2008-06-18 Thread Doug Ambrisko
ambrisko2008-06-18 21:39:00 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/boot/forth support.4th Log: SVN rev 179864 on 2008-06-18 21:39:00Z by ambrisko MFC: Allow negative values to be specified in the loader. Revision ChangesPath

cvs commit: src/sys/dev/mfi mfi.c mfi_ioctl.h mfi_pci.c

2008-06-17 Thread Doug Ambrisko
ambrisko2008-06-17 17:04:38 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/mfi mfi.c mfi_ioctl.h mfi_pci.c Log: SVN rev 179847 on 2008-06-17 17:04:38Z by ambrisko MFC: All changes in current/7 minus cam - Native 32bit compat

cvs commit: src/sys/dev/mfi mfi.c mfi_ioctl.h mfi_pci.c

2008-06-13 Thread Doug Ambrisko
ambrisko2008-06-13 15:45:48 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/mfi mfi.c mfi_ioctl.h mfi_pci.c Log: SVN rev 179776 on 2008-06-13 15:45:48Z by ambrisko MFC: All changes in current to 7.X. - Native 32bit compat modes

cvs commit: src/sys/dev/mfi mfi.c mfi_ioctl.h

2008-05-28 Thread Doug Ambrisko
ambrisko2008-05-28 23:19:27 UTC FreeBSD src repository Modified files: sys/dev/mfi mfi.c mfi_ioctl.h Log: Add support to talk to the LSI ioctl path on with FreeBSD 32 bit app's on amd64. Note the only difference is the iovec32 part so I use the native structure for

cvs commit: ports/net/etherboot/files patch-gcc40

2008-03-25 Thread Doug Ambrisko
ambrisko2008-03-25 14:03:38 UTC FreeBSD ports repository (src committer) Added files: net/etherboot/files patch-gcc40 Log: Make gcc 4 happy. Thanks for the patch from Jeremie. PR: 120876 Submitted by: Jeremie Le Hen Revision ChangesPath 1.1

cvs commit: src/sys/dev/mfi mfi.c

2008-03-21 Thread Doug Ambrisko
ambrisko2008-03-22 02:57:50 UTC FreeBSD src repository Modified files: sys/dev/mfi mfi.c Log: Add in a compat. mode so you can either open the card's device node or directly open mfi0 and specify the card you want to talk to in the ioctl. Revision Changes

cvs commit: src/sys/dev/mfi mfi.c mfireg.h

2008-02-04 Thread Doug Ambrisko
ambrisko2008-02-04 14:54:21 UTC FreeBSD src repository Modified files:(Branch: RELENG_7_0) sys/dev/mfi mfi.c mfireg.h Log: MFC: Fix some bugs in dealing with DCMD's without data. MegaCli was sending down some DCMD's without any data. Thanks to Dell and LSI

cvs commit: src/sys/dev/mfi mfi.c mfireg.h

2008-02-03 Thread Doug Ambrisko
ambrisko2008-02-03 22:32:52 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/mfi mfi.c mfireg.h Log: MFC: Fix some bugs in dealing with DCMD's without data. MegaCli was sending down some DCMD's without any data. Thanks to Dell and LSI for

cvs commit: src/sys/dev/mfi mfi.c mfireg.h

2008-02-02 Thread Doug Ambrisko
ambrisko2008-02-02 17:29:28 UTC FreeBSD src repository Modified files: sys/dev/mfi mfi.c mfireg.h Log: Fix some bugs in dealing with DCMD'd without data. MegaCli was sending down some DCMD's without any data. Thanks to Dell and LSI for helping to provide clues to

cvs commit: src/sys/dev/an if_an.c if_an_pci.c

2008-01-18 Thread Doug Ambrisko
ambrisko2008-01-18 16:34:18 UTC FreeBSD src repository Modified files: sys/dev/an if_an.c if_an_pci.c Log: Style changes from avatar. Submitted by: avatar Revision ChangesPath 1.88 +39 -39src/sys/dev/an/if_an.c 1.30 +9 -9

cvs commit: src/sys/dev/an if_an.c if_an_pci.c if_anreg.h

2008-01-18 Thread Doug Ambrisko
ambrisko2008-01-18 16:31:24 UTC FreeBSD src repository Modified files: sys/dev/an if_an.c if_an_pci.c if_anreg.h Log: First real attempt at proper locking. The locking is a little complicated since the the command and data that is being built to be sent to or read

cvs commit: src/share/misc pci_vendors

2008-01-17 Thread Doug Ambrisko
ambrisko2008-01-17 19:29:02 UTC FreeBSD src repository Modified files: share/misc pci_vendors Log: Correct that LSI 0060 is a mfi device and not mpt. Revision ChangesPath 1.37 +1 -1 src/share/misc/pci_vendors

cvs commit: src/share/man/man4 mfi.4

2008-01-17 Thread Doug Ambrisko
ambrisko2008-01-17 19:36:14 UTC FreeBSD src repository Modified files: share/man/man4 mfi.4 Log: Note the driver support PERC and LSI1078 based controllers. Prompted by:Vlad GALU Revision ChangesPath 1.7 +6 -2 src/share/man/man4/mfi.4

cvs commit: src/sys/boot/forth support.4th

2007-12-19 Thread Doug Ambrisko
ambrisko2007-12-19 17:06:32 UTC FreeBSD src repository Modified files: sys/boot/forth support.4th Log: Allow negative values to be specified in the loader. Revision ChangesPath 1.17 +2 -0 src/sys/boot/forth/support.4th

cvs commit: src/sys/dev/mfi mfi_pci.c

2007-12-19 Thread Doug Ambrisko
ambrisko2007-12-19 17:23:47 UTC FreeBSD src repository Modified files: sys/dev/mfi mfi_pci.c Log: Add Dell's sub-vendor id to identify PERC6 RAID controller which has LSI vendor id's. Revision ChangesPath 1.10 +1 -0 src/sys/dev/mfi/mfi_pci.c

cvs commit: src/sys/dev/mfi mfi.c

2007-12-19 Thread Doug Ambrisko
ambrisko2007-12-19 17:22:07 UTC FreeBSD src repository Modified files: sys/dev/mfi mfi.c Log: I incorrectly assumed the log buffer started from the beginning when it is actually a circular log. Deal with it rolling around. Fortunately, the log area is big and I

Re: cvs commit: src/sys/kern kern_kse.c

2007-11-15 Thread Doug Ambrisko
Julian Elischer writes: | Robert Watson wrote: | On Thu, 15 Nov 2007, Julian Elischer wrote: | no matter how small the change, use diff + patch to move it across. | | After applying the patch on your commit machine, is it too difficult | to actually retest before committing? This would catch

cvs commit: src/sys/dev/mpt mpt_pci.c

2007-09-21 Thread Doug Ambrisko
ambrisko2007-09-21 16:43:32 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/mpt mpt_pci.c Log: MFC: 1.51 Fix an incorrect PCI device id. The current value conflicts with the mfi(4) LSI MegaSAS RAID card. Looking at the Linux driver

cvs commit: src/sys/dev/mpt mpt_pci.c

2007-09-18 Thread Doug Ambrisko
ambrisko2007-09-18 16:39:24 UTC FreeBSD src repository Modified files: sys/dev/mpt mpt_pci.c Log: Fix an incorrect PCI device id. The current value conflicts with the mfi(4) LSI MegaSAS RAID card. Looking at the Linux driver for the mpt(4) it should be 0x0062 and

cvs commit: src/sys/dev/ipmi ipmi_isa.c src/share/man/man4 ipmi.4

2007-07-30 Thread Doug Ambrisko
ambrisko2007-07-30 19:59:08 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/ipmi ipmi_isa.c share/man/man4 ipmi.4 Log: MFC the manual isa attachment via hints and merge over all changes to ipmi.4 Revision ChangesPath

cvs commit: src/sys/dev/ipmi ipmi_isa.c src/share/man/man4 ipmi.4

2007-07-16 Thread Doug Ambrisko
ambrisko2007-07-16 17:03:48 UTC FreeBSD src repository Modified files: sys/dev/ipmi ipmi_isa.c share/man/man4 ipmi.4 Log: Add support to the ipmi, isa attachment to attempt to read ipmi config info. from device.hints. Some machines have ipmi controllers

cvs commit: src/sys/conf files.amd64 src/sys/dev/mfi mfi.c mfi_disk.c mfi_ioctl.h mfi_linux.c mfi_pci.c mfireg.h mfivar.h

2007-06-06 Thread Doug Ambrisko
ambrisko2007-06-06 15:59:30 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/conf files.amd64 sys/dev/mfi mfi.c mfi_disk.c mfi_ioctl.h mfi_linux.c mfi_pci.c mfireg.h mfivar.h Log: MFC all of the

cvs commit: src/sys/dev/mfi mfi.c mfivar.h

2007-06-04 Thread Doug Ambrisko
ambrisko2007-06-04 16:39:22 UTC FreeBSD src repository Modified files: sys/dev/mfi mfi.c mfivar.h Log: Add in a couple of things: - In the ioctl path let command get queued up and return when complete _without_ blocking the driving waiting for

cvs commit: src Makefile.inc1 src/lib/libc/gen __xuname.c getosreldate.3 getosreldate.c uname.3

2007-05-16 Thread Doug Ambrisko
ambrisko2007-05-16 21:39:44 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) .Makefile.inc1 lib/libc/gen __xuname.c getosreldate.3 getosreldate.c uname.3 Log: MFC, the UNAME_ and OSVERSION environment

cvs commit: src/share/man/man5 linsysfs.5

2007-02-05 Thread Doug Ambrisko
ambrisko2007-02-05 22:45:58 UTC FreeBSD src repository Modified files: share/man/man5 linsysfs.5 Log: s/Feb/February/ Reminded by:ru Revision ChangesPath 1.6 +1 -1 src/share/man/man5/linsysfs.5 ___

cvs commit: src/share/man/man5 linsysfs.5

2007-02-02 Thread Doug Ambrisko
ambrisko2007-02-02 16:26:15 UTC FreeBSD src repository Modified files: share/man/man5 linsysfs.5 Log: Based on input from ru rodrigc document the mount operation in the new world order: mount -t linsysfs linsys /compat/linux/sys instead of mount_linsysfs.

cvs commit: src/sys/dev/mfi mfi.c mfi_ioctl.h mfireg.h

2006-12-14 Thread Doug Ambrisko
ambrisko2006-12-14 18:29:08 UTC FreeBSD src repository Modified files: sys/dev/mfi mfi.c mfi_ioctl.h mfireg.h Log: Some relatively minor changes and bug fixes: 1) s/mi/mfi/ in FreeBSD ioctl path 2) add in \n on various failure messages 3) cap the

cvs commit: src/sys/dev/mfi mfi.c mfi_ioctl.h mfi_linux.c

2006-11-14 Thread Doug Ambrisko
ambrisko2006-11-14 16:48:00 UTC FreeBSD src repository Modified files: sys/dev/mfi mfi.c mfi_ioctl.h mfi_linux.c Log: - Add in FreeBSD native ioctl that models the Linux version. - Add a translation so the Linux ioctl's don't conflict with the FreeBSD definition.

cvs commit: ports/misc/airoflash Makefile ports/misc/airoflash/files patch-aa

2006-11-06 Thread Doug Ambrisko
ambrisko2006-11-06 19:02:47 UTC FreeBSD ports repository Modified files: misc/airoflash Makefile misc/airoflash/files patch-aa Log: Apparently I botched this commit the first time around. Sorry. Update to new site and support NO_MAN as well. PR:

Re: cvs commit: src/sys/conf Makefile.sun4v files.sun4v options.sun4v src/sys/sun4v/compile .cvsignore src/sys/sun4v/conf DEFAULTS GENERIC GENERIC.hints MAC Makefile NOTES src/sys/sun4v/include _bus.h

2006-10-10 Thread Doug Ambrisko
Ceri Davies writes: | On Thu, Oct 05, 2006 at 07:29:24AM +, John Birrell wrote: | When self-hosting on local disk on the T2000 (with SATA drives) there is a | bug which causes a processor to go off into the weeds. To debug this, kmacy | needs someone to donate another SATA drive. Sun

Re: cvs commit: src/sys/conf Makefile.sun4v files.sun4v options.sun4v src/sys/sun4v/compile .cvsignore src/sys/sun4v/conf DEFAULTS GENERIC GENERIC.hints MAC Makefile NOTES src/sys/sun4v/include _bus.h

2006-10-10 Thread Doug Ambrisko
there was a SCSI drive to SAS interface like PATA drive to SATA. Unfortunately my PATA adapter is not compliant and won't just work with a SAS cable :-( | On Tue, 10 Oct 2006, Doug Ambrisko wrote: | | Ceri Davies writes: | | On Thu, Oct 05, 2006 at 07:29:24AM +, John Birrell wrote: | | When

Re: cvs commit: src/sys/conf Makefile.sun4v files.sun4v options.sun4v src/sys/sun4v/compile .cvsignore src/sys/sun4v/conf DEFAULTS GENERIC GENERIC.hints MAC Makefile NOTES src/sys/sun4v/include _bus.h

2006-10-10 Thread Doug Ambrisko
John Birrell writes: | On Sat, Oct 07, 2006 at 11:22:31AM +0100, Ceri Davies wrote: | I didn't think that Sun provided SATA drives for the T2000, only SAS. | Do you care about the distinction, or will any 2.5 SATA HDD do? | | You are right. It has to be SAS, not SATA. The T1000 has SATA. | |

Re: cvs commit: src/sys/conf Makefile.sun4v files.sun4v options.sun4v src/sys/sun4v/compile .cvsignore src/sys/sun4v/conf DEFAULTS GENERIC GENERIC.hints MAC Makefile NOTES src/sys/sun4v/include _bus.h

2006-10-10 Thread Doug Ambrisko
Kip Macy writes: | You're initial impression was correct - it takes 2.5 SAS drives. I guess this is what I get for not being caught up in email. We have 4, 2.5 SAS drives. We might be able to loan one. Kip, is the machine and you still in the Bay Area? I'll have to get permission to see what

Re: cvs commit: src/sys/amd64/conf NOTES src/sys/conf files.amd64 files.i386 src/sys/dev/ipmi ipmi.c ipmi_acpi.c ipmi_isa.c ipmi_kcs.c ipmi_pci.c ipmi_smbios.c ipmi_smbus.c ipmi_smic.c ipmi_ssif.c ip

2006-09-25 Thread Doug Ambrisko
John Baldwin writes: | jhb 2006-09-22 22:11:29 UTC | | FreeBSD src repository | | Modified files: | sys/amd64/conf NOTES | sys/conf files.amd64 files.i386 | sys/dev/ipmi ipmi.c ipmi_pci.c ipmi_smbios.c | ipmivars.h |

cvs commit: src/sys/dev/mfi mfi.c

2006-09-20 Thread Doug Ambrisko
ambrisko2006-09-20 18:49:35 UTC FreeBSD src repository Modified files: sys/dev/mfi mfi.c Log: Allow hw.mfi.event_locale/hw.mfi.event_class to be set via loader. If an event doesn't match the criteria then don't print it. Some events are not saved in the log (0

cvs commit: src/sys/dev/bce if_bce.c

2006-09-20 Thread Doug Ambrisko
ambrisko2006-09-20 18:55:16 UTC FreeBSD src repository Modified files: sys/dev/bce if_bce.c Log: Add a new 'bce_mgmt_init_locked' function to enable the minimal parts of the chip to let ASF/IPMI firmware to respond to IPMI after attaching and when the chip is down.

cvs commit: src/sys/dev/bge if_bge.c if_bgereg.h

2006-09-08 Thread Doug Ambrisko
ambrisko2006-09-09 03:36:57 UTC FreeBSD src repository Modified files: sys/dev/bge if_bge.c if_bgereg.h Log: Add support to bge(4) to not break IPMI support when the driver attaches to it. Try to co-operate with the IPMI/ASF firmware accessing the PHY. One we get

cvs commit: src/sys/dev/mfi mfi.c mfireg.h

2006-09-07 Thread Doug Ambrisko
ambrisko2006-09-07 18:40:49 UTC FreeBSD src repository Modified files: sys/dev/mfi mfi.c mfireg.h Log: Change the event log dump on initial boot to use get_event versus AEN. This makes the boot messages cleaner. I now know how this structure works so I can

cvs commit: src/sys/dev/mfi mfireg.h

2006-09-07 Thread Doug Ambrisko
ambrisko2006-09-07 19:32:05 UTC FreeBSD src repository Modified files: sys/dev/mfi mfireg.h Log: Change the class from uint8_t to int8_t so people can filter on 0 events. Revision ChangesPath 1.5 +1 -1 src/sys/dev/mfi/mfireg.h

cvs commit: src/sys/dev/bce if_bce.c

2006-07-12 Thread Doug Ambrisko
ambrisko2006-07-12 23:13:10 UTC FreeBSD src repository Modified files: sys/dev/bce if_bce.c Log: Fix ifconfig up when the HW was down. If the driver isn't running then we need to call init otherwise just start the rx. Interestingly dhclient seemed to work but

cvs commit: src/sbin/mount_std Makefile mount_std.8

2006-07-12 Thread Doug Ambrisko
ambrisko2006-07-13 03:37:06 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sbin/mount_std Makefile mount_std.8 Log: Link in mount_linsysfs. Prompted by:Rocco Rutte Revision ChangesPath 1.11.8.1 +2 -0

Re: cvs commit: src/sys/dev/fdc fdc.c

2006-07-12 Thread Doug Ambrisko
Scott Long writes: | Who cares about ATA in 2006 when one can buy a really good SAS RAID | controller? Yeh, death to ATA ... SAS for everyone with RAID and non-RAID controllers. Now the customer can pick their drive level. Doug A. ___

cvs commit: src/sys/dev/mfi mfi.c

2006-06-30 Thread Doug Ambrisko
ambrisko2006-06-30 18:59:08 UTC FreeBSD src repository Modified files: sys/dev/mfi mfi.c Log: Change mfi_add_ld to immediate command mode since we need to enumerate potential boot disks during the probe so they are read for mount root. Reviewed by:ps, scottl

cvs commit: src/sys/modules/mfi/mfi_linux Makefile

2006-06-16 Thread Doug Ambrisko
ambrisko2006-06-16 13:53:39 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/modules/mfi/mfi_linux Makefile Log: Add in bus_if.h device_if.h to make pc98 build happy. Revision ChangesPath 1.1.2.2 +1 -1

cvs commit: src/sys/dev/ichwd ichwd.c ichwd.h

2006-06-15 Thread Doug Ambrisko
ambrisko2006-06-15 15:15:07 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/ichwdichwd.c ichwd.h Log: MFC enhancements and fix-up for ichwd: Re-work the bus attachment somewhat. Make the rids unique for the SMI/TCO address space.

cvs commit: src/sys/sys ipmi.h src/share/man/man4 ipmi.4 src/sys/modules/ipmi Makefile

2006-06-15 Thread Doug Ambrisko
ambrisko2006-06-15 15:37:34 UTC FreeBSD src repository Added files: (Branch: RELENG_6) sys/sys ipmi.h share/man/man4 ipmi.4 sys/modules/ipmi Makefile Log: MFC ipmi(4) (OpenIPMI like driver). I'll hook it up to the build shortly.

cvs commit: src/share/man/man5 linsysfs.5 src/sys/amd64/linux32 linux32_sysvec.c src/sys/compat/linux linux_stats.c linux_util.c linux_util.h src/sys/i386/linux linux_sysvec.c src/sys/modules/linux Ma

2006-06-15 Thread Doug Ambrisko
ambrisko2006-06-15 15:52:05 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/amd64/linux32linux32_sysvec.c sys/compat/linux linux_stats.c linux_util.c linux_util.h sys/i386/linux linux_sysvec.c sys/modules/linuxMakefile

cvs commit: src/sys/modules/linsysfs Makefile

2006-06-15 Thread Doug Ambrisko
ambrisko2006-06-15 15:55:00 UTC FreeBSD src repository Added files: (Branch: RELENG_6) sys/modules/linsysfs Makefile Log: cvs update -r 1 is not the same as -j 1 ... so pull this file in correctly: MFC the enhancements to the Linux emulation layer so the MegaRAID

cvs commit: src/sys/modules/mfi Makefile src/sys/modules/mfi/mfi_linux Makefile src/sys/dev/mfi mfi.c mfi_disk.c mfi_ioctl.h mfi_linux.c mfi_pci.c mfireg.h mfivar.h

2006-06-15 Thread Doug Ambrisko
ambrisko2006-06-15 16:07:57 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/modules/mfi Makefile sys/dev/mfi mfi.c mfi_disk.c mfi_ioctl.h mfi_pci.c mfireg.h mfivar.h Added files: (Branch: RELENG_6)

cvs commit: src/sys/dev/mfi mfi.c

2006-06-13 Thread Doug Ambrisko
ambrisko2006-06-13 14:27:53 UTC FreeBSD src repository Modified files: sys/dev/mfi mfi.c Log: Fix missing \n and when there are no arg's that means just print out the description so we don't have to do any more queries. Disable the event query code until it figured

cvs commit: src/sys/kern vfs_aio.c

2006-06-02 Thread Doug Ambrisko
ambrisko2006-06-02 17:45:48 UTC FreeBSD src repository Modified files: sys/kern vfs_aio.c Log: Make lio ident more consistant with aio ident. Revision ChangesPath 1.224 +1 -1 src/sys/kern/vfs_aio.c ___

cvs commit: src/sys/conf files files.amd64 options src/sys/dev/mfi mfi.c mfi_disk.c mfi_ioctl.h mfi_linux.c mfi_pci.c mfireg.h mfivar.h src/sys/modules/mfi Makefile src/sys/modules/mfi/mfi_linux Makef

2006-05-18 Thread Doug Ambrisko
ambrisko2006-05-18 23:30:48 UTC FreeBSD src repository Modified files: sys/conf files files.amd64 options sys/dev/mfi mfi.c mfi_disk.c mfi_ioctl.h mfi_pci.c mfireg.h mfivar.h sys/modules/mfi Makefile Added files:

cvs commit: src/sys/compat/linux linux_stats.c

2006-05-16 Thread Doug Ambrisko
ambrisko2006-05-16 17:57:01 UTC FreeBSD src repository Modified files: sys/compat/linux linux_stats.c Log: Fix file leaking in translate_path_major_minor. Revision ChangesPath 1.83 +6 -2 src/sys/compat/linux/linux_stats.c

Re: cvs commit: src/share/man/man5 Makefile linsysfs.5 src/sys/compat/linsysfs linsysfs.c src/sys/conf files.amd64 files.i386 files.pc98 src/sys/amd64/conf GENERIC NOTES src/sys/i386/conf NOTES src/sy

2006-05-10 Thread Doug Ambrisko
Dag-Erling Sm?rgrav writes: | Doug Ambrisko [EMAIL PROTECTED] writes: |Log: |Add in linsysfs. A linux 2.6 like sys filesystem to pacify the Linux |LSI MegaRAID SAS utility. | | linsysfs has a dependency on procfs, but doesn't seem to use any | procfs bits. is that intentional

cvs commit: src/share/man/man5 Makefile linsysfs.5 src/sys/compat/linsysfs linsysfs.c src/sys/conf files.amd64 files.i386 files.pc98 src/sys/amd64/conf GENERIC NOTES src/sys/i386/conf NOTES src/sys/pc

2006-05-09 Thread Doug Ambrisko
ambrisko2006-05-09 22:27:01 UTC FreeBSD src repository Modified files: share/man/man5 Makefile sys/conf files.amd64 files.i386 files.pc98 sys/amd64/conf GENERIC NOTES sys/i386/confNOTES sys/pc98/confNOTES sys/modules

cvs commit: src/sys/conf options.amd64 options.i386 options.pc98

2006-05-09 Thread Doug Ambrisko
ambrisko2006-05-10 03:25:46 UTC FreeBSD src repository Modified files: sys/conf options.amd64 options.i386 options.pc98 Log: Fix LINSYSFS in the platform options files that I missed from the platform split out change. Revision ChangesPath 1.27 +1

cvs commit: src/sys/amd64/linux32 linux32_sysvec.c

2006-05-06 Thread Doug Ambrisko
ambrisko2006-05-06 17:26:45 UTC FreeBSD src repository Modified files: sys/amd64/linux32linux32_sysvec.c Log: Forgot the amd/linux32 part since sys/*/linux didn't match :-( Pointed out by: Alexander (thanks) Revision ChangesPath 1.18 +6 -0

cvs commit: src/sys/alpha/linux linux_sysvec.c src/sys/compat/linux linux_stats.c linux_util.c linux_util.h src/sys/i386/linux linux_sysvec.c src/sys/modules/linux Makefile src/sys/compat/linprocfs li

2006-05-05 Thread Doug Ambrisko
ambrisko2006-05-05 16:10:45 UTC FreeBSD src repository Modified files: sys/alpha/linux linux_sysvec.c sys/compat/linux linux_stats.c linux_util.c linux_util.h sys/i386/linux linux_sysvec.c sys/modules/linuxMakefile sys/compat/linprocfs

cvs commit: src/sys/compat/linux linux_stats.c

2006-05-05 Thread Doug Ambrisko
ambrisko2006-05-05 16:17:59 UTC FreeBSD src repository Modified files: sys/compat/linux linux_stats.c Log: Fix the the duplicate cut-n-paste in linux_fstat64 pointed out by Alexander Leidinger. I forget to fix it in this version. Revision ChangesPath 1.81

cvs commit: src/sys/dev/amr amr.c amr_linux.c amrvar.h

2006-05-03 Thread Doug Ambrisko
ambrisko2006-05-03 16:45:15 UTC FreeBSD src repository Modified files: sys/dev/amr amr.c amr_linux.c amrvar.h Log: Make amr_linux work as a module by avoiding calling amr_linux_ioctl_int from the amr_linux. This simplifies the amr_linux shim and puts the smarts

cvs commit: src/sys/dev/amr amr_linux.c

2006-04-14 Thread Doug Ambrisko
ambrisko2006-04-14 16:13:28 UTC FreeBSD src repository Modified files: sys/dev/amr amr_linux.c Log: Reduce the Linux ioctl range to what is needed. I didn't know what I was doing when I first set the range up. Revision ChangesPath 1.3 +2 -2

cvs commit: ports/sysutils/ipmitool Makefile distinfo ports/sysutils/ipmitool/files patch-aa

2006-03-21 Thread Doug Ambrisko
ambrisko2006-03-22 04:34:46 UTC FreeBSD ports repository Modified files: sysutils/ipmitoolMakefile distinfo Removed files: sysutils/ipmitool/files patch-aa Log: Update to version 1.8.7 which has the changes to detect FreeBSD's ipmi(4) device. Remove patch and hack

cvs commit: ports/sysutils/ipmitool/files patch-lib-ipmi_firewall.c

2006-03-21 Thread Doug Ambrisko
ambrisko2006-03-22 04:37:18 UTC FreeBSD ports repository Added files: sysutils/ipmitool/files patch-lib-ipmi_firewall.c Log: Forgot to add in new patch file that looks to fix a compile problem. Submitted by: Dmitry (maintainer) Revision ChangesPath 1.1

Re: cvs commit: src/sys/kern vfs_aio.c

2006-02-24 Thread Doug Ambrisko
David Xu writes: | Nate Lawson wrote: | David Xu wrote: | | davidxu 2006-02-22 00:05:12 UTC | |FreeBSD src repository | |Modified files: | sys/kern vfs_aio.c Log: |If block size is zero, use normal file operations to do I/O, |this eliminates a

Re: cvs commit: src/sys/kern vfs_aio.c

2006-02-24 Thread Doug Ambrisko
David Xu writes: | Doug Ambrisko wrote: | BTW, are you looking at why the regressions tests for aio kqueue: | /usr/src/tools/regression/aio/kqueue/aio_kqueue | fail when using a file-system? It works fine with a raw partition. | It's a pain that this stuff keeps getting broken :-( | | I

cvs commit: src/sys/dev/ichwd ichwd.c ichwd.h

2006-02-17 Thread Doug Ambrisko
ambrisko2006-02-17 18:46:18 UTC FreeBSD src repository Modified files: sys/dev/ichwdichwd.c ichwd.h Log: Re-work the bus attachment somewhat. Make the rids unique for the SMI/TCO address space. Switch the bus space I/O to the one specific for either the SMI or TCO

cvs commit: ports/sysutils/ipmitool Makefile pkg-descr ports/sysutils/ipmitool/files patch-aa

2006-02-16 Thread Doug Ambrisko
ambrisko2006-02-16 17:49:06 UTC FreeBSD ports repository Modified files: sysutils/ipmitoolMakefile pkg-descr Added files: sysutils/ipmitool/files patch-aa Log: Enhance OpenIPMI driver detection to ipmitool to find FreeBSD's compatible version in sys/ipmi.h if it

cvs commit: src/share/man/man4 Makefile

2006-02-14 Thread Doug Ambrisko
ambrisko2006-02-14 17:18:20 UTC FreeBSD src repository Modified files: share/man/man4 Makefile Log: Only install ipmi.4 for i386/amd64. Requested by: ru Revision ChangesPath 1.340 +2 -1 src/share/man/man4/Makefile

cvs commit: src/sys/dev/ipmi ipmi.c

2006-02-13 Thread Doug Ambrisko
ambrisko2006-02-13 16:50:45 UTC FreeBSD src repository Modified files: sys/dev/ipmi ipmi.c Log: Don't conflict with the DEBUG define. Revision ChangesPath 1.2 +1 -1 src/sys/dev/ipmi/ipmi.c ___

cvs commit: src/sys/modules Makefile src/share/man/man4 Makefile src/sys/conf files.amd64 files.i386

2006-02-13 Thread Doug Ambrisko
ambrisko2006-02-13 17:56:24 UTC FreeBSD src repository Modified files: sys/modules Makefile share/man/man4 Makefile sys/conf files.amd64 files.i386 Log: Tie the ipmi driver into the i386/amd64 builds. Revision ChangesPath 1.339

cvs commit: src/share/man/man4 ipmi.4 src/sys/sys ipmi.h src/sys/dev/ipmi ipmi.c ipmi_pci.c ipmi_smbios.c ipmivars.h src/sys/modules/ipmi Makefile

2006-02-10 Thread Doug Ambrisko
ambrisko2006-02-10 20:51:35 UTC FreeBSD src repository Added files: share/man/man4 ipmi.4 sys/sys ipmi.h sys/dev/ipmi ipmivars.h ipmi.c ipmi_pci.c ipmi_smbios.c sys/modules/ipmi Makefile Log: Add an OpenIPMI

cvs commit: src/sys/compat/freebsd32 freebsd32_misc.c syscalls.master

2006-01-27 Thread Doug Ambrisko
ambrisko2006-01-27 17:17:05 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/compat/freebsd32 freebsd32_misc.c syscalls.master Log: MFC: 32bit lutimes Revision ChangesPath 1.38.2.6 +21 -0 src/sys/compat/freebsd32/freebsd32_misc.c

cvs commit: src/sys/compat/freebsd32 freebsd32_proto.h freebsd32_syscall.h freebsd32_syscalls.c freebsd32_sysent.c

2006-01-27 Thread Doug Ambrisko
ambrisko2006-01-27 17:17:23 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/compat/freebsd32 freebsd32_proto.h freebsd32_syscall.h freebsd32_syscalls.c freebsd32_sysent.c Log: Regen Revision ChangesPath 1.38.2.4 +6

cvs commit: src/sys/dev/amr amr.c amr_cam.c amr_compat.h amr_disk.c amr_linux.c amr_pci.c amrio.h amrreg.h amrvar.h

2006-01-26 Thread Doug Ambrisko
to 31,000 in my testing with these changes. However, these changes are still fairly experimental and shouldn't be merged to 6.x until there is more testing. Thanks to Doug Ambrisko, LSI, Dell, and Yahoo for contributing towards this. These have now had more testing and Scott

cvs commit: src/sys/conf files files.amd64 src/sys/modules/amr Makefile src/sys/modules/amr/amr_linux Makefile

2006-01-26 Thread Doug Ambrisko
ambrisko2006-01-26 22:12:32 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/conf files files.amd64 sys/modules/amr Makefile Added files: (Branch: RELENG_6) sys/modules/amr/amr_linux Makefile Log: MFC glue to build

cvs commit: src/sys/dev/amr amr.c

2006-01-26 Thread Doug Ambrisko
ambrisko2006-01-26 22:39:12 UTC FreeBSD src repository Modified files: sys/dev/amr amr.c Log: When the RAID firmware returns a failure, don't hard error the result. This is important with MegaLib, when issuing a GET_REBUILD_PROG since it returns an error if the

cvs commit: src/sys/modules/amr Makefile

2006-01-25 Thread Doug Ambrisko
ambrisko2006-01-25 18:11:59 UTC FreeBSD src repository Modified files: sys/modules/amr Makefile Log: Tie the amr_linux module into the build for i386 amd64 Revision ChangesPath 1.10 +4 -0 src/sys/modules/amr/Makefile

cvs commit: src/sys/dev/amr amr_linux.c src/sys/modules/amr/amr_linux Makefile src/sys/conf files files.amd64

2006-01-24 Thread Doug Ambrisko
ambrisko2006-01-24 21:13:50 UTC FreeBSD src repository Modified files: sys/conf files files.amd64 Added files: sys/dev/amr amr_linux.c sys/modules/amr/amr_linux Makefile Log: Add in the Linux IOCTL shim and create the megadev0 device so Linux

cvs commit: src/sys/compat/freebsd32 freebsd32_misc.c syscalls.master

2006-01-20 Thread Doug Ambrisko
ambrisko2006-01-20 16:22:06 UTC FreeBSD src repository Modified files: sys/compat/freebsd32 freebsd32_misc.c syscalls.master Log: Add 32bit version of lutimes so untar doesn't mess up sym-links on amd64. Revision ChangesPath 1.49 +21 -0

cvs commit: src/sys/compat/freebsd32 freebsd32_proto.h freebsd32_syscall.h freebsd32_syscalls.c freebsd32_sysent.c

2006-01-20 Thread Doug Ambrisko
ambrisko2006-01-20 16:22:37 UTC FreeBSD src repository Modified files: sys/compat/freebsd32 freebsd32_proto.h freebsd32_syscall.h freebsd32_syscalls.c freebsd32_sysent.c Log: Regen. Revision ChangesPath 1.49 +6 -6

cvs commit: src/sys/compat/freebsd32 freebsd32_proto.h

2006-01-20 Thread Doug Ambrisko
ambrisko2006-01-20 20:51:27 UTC FreeBSD src repository Modified files: sys/compat/freebsd32 freebsd32_proto.h Log: Fix the build. When I added the lutimes the futimes definitions went away in the generated files? This didn't happen on my amd64 test machine but did when I

cvs commit: src/sys/compat/freebsd32 freebsd32_proto.h

2006-01-20 Thread Doug Ambrisko
ambrisko2006-01-20 21:10:37 UTC FreeBSD src repository Modified files: sys/compat/freebsd32 freebsd32_proto.h Log: I figured out my problem. When I copied the stuff I was going to commit to my commit machine my file time-stamps got messed up so not all things regnerated.

cvs commit: src/sbin/ifconfig ifmedia.c

2006-01-11 Thread Doug Ambrisko
ambrisko2006-01-11 22:37:59 UTC FreeBSD src repository Modified files: sbin/ifconfigifmedia.c Log: Grab the media from the passed in structure to put it into the global structure. PR: bin/91399 Submitted by: Spencer Minear Revision ChangesPath

cvs commit: src/sys/compat/freebsd32 freebsd32_proto.h freebsd32_syscall.h freebsd32_syscalls.c freebsd32_sysent.c

2005-12-08 Thread Doug Ambrisko
ambrisko2005-12-08 22:15:09 UTC FreeBSD src repository Modified files: sys/compat/freebsd32 freebsd32_proto.h freebsd32_syscall.h freebsd32_syscalls.c freebsd32_sysent.c Log: Regen for futimes. Revision ChangesPath 1.46 +5 -0

Re: cvs commit: src/sys/sys signal.h

2005-12-07 Thread Doug Ambrisko
Daniel Eischen writes: | On Wed, 7 Dec 2005, Scott Long wrote: | John Baldwin wrote: | Even 6.x programs that use aio would be affected if 4.x ones were affected. I | think aio is the only thing 6.x and earlier could be using though. | | | So will there be some sort of compatibility

Re: cvs commit: src/sys/sys signal.h

2005-12-07 Thread Doug Ambrisko
David Xu writes: | Doug Ambrisko wrote: | David Xu writes: | | David Xu wrote: | | davidxu 2005-12-06 06:02:35 UTC | | | |FreeBSD src repository | | | |Modified files: | | sys/sys signal.h | |Log: | |o Add some pad fields into struct sigevent for future

Re: cvs commit: src Makefile.inc1 src/lib/libc/gen __xuname.c getosreldate.c

2005-12-02 Thread Doug Ambrisko
Ruslan Ermilov writes: | Hi Doug, | | On Fri, Dec 02, 2005 at 12:50:30AM +, Doug Ambrisko wrote: | ambrisko2005-12-02 00:50:30 UTC | |FreeBSD src repository | |Modified files: | .Makefile.inc1 | lib/libc/gen __xuname.c getosreldate.c

Re: cvs commit: src Makefile.inc1 src/lib/libc/gen __xuname.c getosreldate.c

2005-12-02 Thread Doug Ambrisko
Pawel Jakub Dawidek writes: | On Fri, Dec 02, 2005 at 12:50:30AM +, Doug Ambrisko wrote: | + ambrisko2005-12-02 00:50:30 UTC | + | + FreeBSD src repository | + | + Modified files: | + .Makefile.inc1 | + lib/libc/gen __xuname.c getosreldate.c

cvs commit: src Makefile.inc1 src/lib/libc/gen __xuname.c getosreldate.3 uname.3

2005-12-02 Thread Doug Ambrisko
ambrisko2005-12-03 05:11:07 UTC FreeBSD src repository Modified files: .Makefile.inc1 lib/libc/gen __xuname.c getosreldate.3 uname.3 Log: Switch BUILD_ARCH in Makefile to use uname -p suggested by ru. Switch strncpy to strlcpy suggested by gad

cvs commit: src Makefile.inc1 src/lib/libc/gen __xuname.c getosreldate.c

2005-12-01 Thread Doug Ambrisko
ambrisko2005-12-02 00:50:30 UTC FreeBSD src repository Modified files: .Makefile.inc1 lib/libc/gen __xuname.c getosreldate.c Log: Add support to easily build FreeBSD unpacked in a chroot of another FreeBSD machine. To do this add the man 1

cvs commit: src/lib/libc/gen __xuname.c

2005-12-01 Thread Doug Ambrisko
ambrisko2005-12-02 04:55:05 UTC FreeBSD src repository Modified files: lib/libc/gen __xuname.c Log: Unbreak build when I fluff the clean-up of __FBSDID diff reduction before commit. pointyhat++ Revision ChangesPath 1.11 +2 -0