cvs commit: src/sys/arm/arm nexus.c src/sys/arm/at91 at91.c src/sys/arm/sa11x0 sa11x0.c src/sys/arm/xscale/i80321 i80321_pci.c iq80321.c obio.c

2006-04-19 Thread Warner Losh
imp 2006-04-20 04:12:02 UTC FreeBSD src repository Modified files: sys/arm/arm nexus.c sys/arm/at91 at91.c sys/arm/sa11x0 sa11x0.c sys/arm/xscale/i80321 i80321_pci.c iq80321.c obio.c Log: When returning a resource that we've allocated wit

cvs commit: src/sys/alpha/isa isa.c src/sys/alpha/pci apecs_pci.c lca_pci.c pcibus.c

2006-04-19 Thread Warner Losh
imp 2006-04-20 04:16:02 UTC FreeBSD src repository Modified files: sys/alpha/isaisa.c sys/alpha/pciapecs_pci.c lca_pci.c pcibus.c Log: Set the rid for any resources that are allocated at the level where they first emerge from the rman_* system. Rev

cvs commit: src/sys/amd64/amd64 nexus.c

2006-04-19 Thread Warner Losh
imp 2006-04-20 04:16:34 UTC FreeBSD src repository Modified files: sys/amd64/amd64 nexus.c Log: Set the rid for a resoruce allocated with rman_reserve_resource. Revision ChangesPath 1.68 +1 -1 src/sys/amd64/amd64/nexus.c

cvs commit: src/sys/ia64/ia64 nexus.c

2006-04-19 Thread Warner Losh
imp 2006-04-20 04:18:30 UTC FreeBSD src repository Modified files: sys/ia64/ia64nexus.c Log: Set the rid of the resource obtained from rman_reserve_resource. Revision ChangesPath 1.13 +1 -0 src/sys/ia64/ia64/nexus.c __

cvs commit: src/sys/powerpc/powermac grackle.c hrowpic.c macio.c uninorth.c src/sys/powerpc/powerpc openpic.c src/sys/powerpc/psim iobus.c

2006-04-19 Thread Warner Losh
imp 2006-04-20 04:19:10 UTC FreeBSD src repository Modified files: sys/powerpc/powermac grackle.c hrowpic.c macio.c uninorth.c sys/powerpc/powerpc openpic.c sys/powerpc/psim iobus.c Log: Set the rid for any resource obtained from rman_resource_reserve. Rev

cvs commit: src/sys/sparc64/ebus ebus.c src/sys/sparc64/pci psycho.c src/sys/sparc64/sbus sbus.c src/sys/sparc64/sparc64 nexus.c

2006-04-19 Thread Warner Losh
imp 2006-04-20 04:20:41 UTC FreeBSD src repository Modified files: sys/sparc64/ebus ebus.c sys/sparc64/pci psycho.c sys/sparc64/sbus sbus.c sys/sparc64/sparc64 nexus.c Log: Set the rid for any resource obtained from rman_reserve_resource. Rev

cvs commit: src/sys/dev/acpica acpi.c

2006-04-19 Thread Warner Losh
imp 2006-04-20 04:21:27 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi.c Log: Set the rid for the resoruce obtained from rman_reserve_resource. Revision ChangesPath 1.222 +1 -0 src/sys/dev/acpica/acpi.c __

cvs commit: src/sys/boot/arm/at91 Makefile

2006-04-20 Thread Warner Losh
imp 2006-04-21 06:43:32 UTC FreeBSD src repository Modified files: sys/boot/arm/at91Makefile Log: Add boot0iic and boot0spi. These are 'shortcut' boot loaders designed to replace either a bad iic eeprom with one you download with xmodem, or likewise with a spi flash.

cvs commit: src/sys/boot/arm/at91/boot0iic Makefile doit.c main.c

2006-04-20 Thread Warner Losh
imp 2006-04-21 06:48:53 UTC FreeBSD src repository Added files: sys/boot/arm/at91/boot0iic Makefile doit.c main.c Log: iic eeprom updating boot loader. upload this file for the recovery xmodem download. Then download the image you want in the eeprom. This will burn the

cvs commit: src/sys/boot/arm/at91/boot0spi Makefile doit.c main.c

2006-04-20 Thread Warner Losh
imp 2006-04-21 06:51:09 UTC FreeBSD src repository Added files: sys/boot/arm/at91/boot0spi Makefile doit.c main.c Log: spi flash updating boot loader. upload this file for the recovery xmodem download. Then download the image you want in the flash. This will burn the im

cvs commit: src/sys/boot/arm/at91/libat91 tag_list.h

2006-04-21 Thread Warner Losh
imp 2006-04-21 07:12:12 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/libat91 tag_list.h Log: MFp4: Minor diffs to reduce diffs to p4. Revision ChangesPath 1.2 +2 -2 src/sys/boot/arm/at91/libat91/tag_list.h _

cvs commit: src/sys/boot/arm/at91/libat91 tag_list.c

2006-04-21 Thread Warner Losh
imp 2006-04-21 07:19:22 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/libat91 tag_list.c Log: MFp4: Make this compile, assuming that you have linux installed in a sensible place. tag_list is disabled by default, since we don't distribute linux, but it

cvs commit: src/sys/boot/arm/at91/libat91 at91rm9200_lowlevel.c

2006-04-21 Thread Warner Losh
imp 2006-04-21 07:29:15 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/libat91 at91rm9200_lowlevel.c Log: MFp4: On the KB9202 go ahead and enable the flash controller so the boot loader can access the parallel flash. Revision ChangesPath 1.2

cvs commit: src/sys/boot/arm/at91 Makefile.inc

2006-04-21 Thread Warner Losh
imp 2006-04-21 07:41:36 UTC FreeBSD src repository Modified files: sys/boot/arm/at91Makefile.inc Log: Allow one to enable building tags. Check the size of the boot imag. Revision ChangesPath 1.2 +15 -2 src/sys/boot/arm/at91/Makefile.inc

cvs commit: src/sys/boot/arm/at91/boot0 main.c

2006-04-21 Thread Warner Losh
imp 2006-04-21 07:45:58 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/boot0 main.c Log: MFp4: formatting nits and minor style changes that likely won't matter. Revision ChangesPath 1.4 +2 -2 src/sys/boot/arm/at91/boot0/main.c

cvs commit: src/sys/boot/arm/at91/bootiic Makefile arm_init.S arm_init.s

2006-04-21 Thread Warner Losh
imp 2006-04-21 13:40:26 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/bootiic Makefile Added files: sys/boot/arm/at91/bootiic arm_init.S Removed files: sys/boot/arm/at91/bootiic arm_init.s Log: Move from arm_init.s -> .S. #ifdef linux vs freebsd

cvs commit: src/sys/boot/arm/at91/bootiic main.c

2006-04-21 Thread Warner Losh
imp 2006-04-21 13:44:58 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/bootiic main.c Log: MFp4: Init eeprom here now that we don't init the eeprom in arm_init.s and read in the second 8k of the data. Tweak formatting. Revision

cvs commit: src/sys/boot/arm/at91/libat91 Makefile

2006-04-21 Thread Warner Losh
imp 2006-04-21 13:51:47 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/libat91 Makefile Log: MFp4: Integrate support for building tag support for linux booting. Revision ChangesPath 1.2 +7 -0 src/sys/boot/arm/at91/libat91/Makefile

cvs commit: src/sys/boot/arm/at91/libat91 loader_prompt.c

2006-04-21 Thread Warner Losh
imp 2006-04-21 13:56:26 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/libat91 loader_prompt.c Log: MFp4: Loop forever getting characters... A kludge for now. Revision ChangesPath 1.2 +1 -1 src/sys/boot/arm/at91/libat91/loader_prompt.c __

cvs commit: src/sys/boot/arm/at91/libat91 getc.c

2006-04-21 Thread Warner Losh
imp 2006-04-21 13:58:51 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/libat91 getc.c Log: MFp4: Make getc(0) polling (this has the happy side effect of saving 8 bytes in the generated code). Revision ChangesPath 1.2 +2 -2

cvs commit: CVSROOT access access.unclassified

2006-04-23 Thread Warner Losh
imp 2006-04-24 03:30:47 UTC FreeBSD src repository Modified files: .access access.unclassified Log: Colman Kane is back. Move him to access. He's about to commit something :-) Approved by:core@ Revision ChangesPath 1.764 +1 -0

Re: cvs commit: src/sys/dev/bce if_bcereg.h

2006-04-25 Thread Warner Losh
From: Scott Long <[EMAIL PROTECTED]> Subject: Re: cvs commit: src/sys/dev/bce if_bcereg.h Date: Tue, 25 Apr 2006 13:43:58 -0600 > John Baldwin wrote: > > On Tuesday 25 April 2006 15:24, Scott Long wrote: > > > >>John Baldwin wrote: > >> > >>>jhb 2006-04-25 19:18:48 UTC > >>> > >>> FreeBS

cvs commit: src/usr.bin/lorder lorder.1

2006-04-27 Thread Warner Losh
imp 2006-04-27 15:48:54 UTC FreeBSD src repository Modified files: usr.bin/lorder lorder.1 Log: ru@ recently changed lorder to support library archives. Document this new feature prominently. Bump date while I'm here. Revision ChangesPath 1.8 +9 -1

cvs commit: src/sys/dev/usb usbdevs

2006-04-27 Thread Warner Losh
imp 2006-04-27 17:33:25 UTC FreeBSD src repository Modified files: sys/dev/usb usbdevs Log: Don't use ", but instead use ' instead. I suppose I could have also used \". When compiling with USB_VERBOSE, this causes syntax issues. Noticed by: Hans Petter Sela

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

2006-04-27 Thread Warner Losh
imp 2006-04-27 20:47:13 UTC FreeBSD src repository Modified files: sys/dev/pccard pccard.c Log: When pccard_safe_quote is passed NULL for src, it shouldn't panic. Someone sent me this a while ago, but I can't find who to give them proper credit... Revision

cvs commit: CVSROOT access

2006-04-27 Thread Warner Losh
imp 2006-04-28 05:19:30 UTC FreeBSD src repository Modified files: .access Log: max-san says that he's been too busy to use his src commit bit, so returning it for safe keeping is OK. Approved by:core@ Revision ChangesPath 1.765

cvs commit: CVSROOT access

2006-04-27 Thread Warner Losh
imp 2006-04-28 05:21:44 UTC FreeBSD src repository Modified files: .access Log: No reply from keichii, roger, mike and jwd when asking if they wanted to keep their commit bits. Retire them for safe keeping. All of them are well past the 18 month idle

cvs commit: CVSROOT access

2006-04-28 Thread Warner Losh
imp 2006-04-28 11:23:29 UTC FreeBSD src repository Modified files: .access Log: Gary Jennejohn (gj@) has said that his src commit bit is idle, and should be returned to core for safe keeping. His port bit is still very active, and shouldn't be touched

cvs commit: src/sys/dev/pccard pccarddevs

2006-05-08 Thread Warner Losh
imp 2006-05-08 22:22:25 UTC FreeBSD src repository Modified files: sys/dev/pccard pccarddevs Log: The D-Link DE-650 that I got in the last bulk PC Card purchase needs an entry. Add it (back). Revision ChangesPath 1.122 +1 -0 src/sys/dev/pccard/pc

cvs commit: src/sys/dev/ed if_ed_pccard.c

2006-05-08 Thread Warner Losh
imp 2006-05-08 22:23:45 UTC FreeBSD src repository Modified files: sys/dev/ed if_ed_pccard.c Log: Add (back) the D-Link DE-650. Not sure why it was deleted. Revision ChangesPath 1.110 +1 -0 src/sys/dev/ed/if_ed_pccard.c

cvs commit: src/sys/dev/pccard pccarddevs

2006-05-08 Thread Warner Losh
imp 2006-05-08 22:31:39 UTC FreeBSD src repository Modified files: sys/dev/pccard pccarddevs Log: Another NEW MEDIA .WAVjammer. Revision ChangesPath 1.123 +1 -0 src/sys/dev/pccard/pccarddevs ___ cvs-all@fr

cvs commit: src/sys/dev/pccard pccarddevs

2006-05-08 Thread Warner Losh
imp 2006-05-08 22:59:33 UTC FreeBSD src repository Modified files: sys/dev/pccard pccarddevs Log: replace all the 660 with 650 in the cut-n-pasted line, rather than just some of them. Noticed by: brooks Revision ChangesPath 1.124 +1 -1 src/sy

cvs commit: src/sys/arm/conf SIMICS

2006-05-12 Thread Warner Losh
imp 2006-05-13 02:47:39 UTC FreeBSD src repository Modified files: sys/arm/conf SIMICS Log: Tidy up a bit... Revision ChangesPath 1.9 +0 -12 src/sys/arm/conf/SIMICS ___ cvs-all@freebsd.org mailing list

Re: cvs commit: src/usr.bin/make Makefile

2006-05-17 Thread Warner Losh
> > $ make love > > not war? > > That's what I recall as well but I can't find that particular egg > in the V7 sources using grep or a quick eyeball. I know that this particular joke appeared in a TECO munging package (that turned the moderately readable .TES TECO Source into .TEC files that re

Re: cvs commit: src Makefile.inc1 ObsoleteFiles.inc src/etc/defaults rc.conf src/etc/mtree BSD.usr.dist src/etc/rc.d Makefile isdnd pcvt syscons src/release/picobsd/build picobsd src/share/man/man4 Ma

2006-05-18 Thread Warner Losh
From: "Poul-Henning Kamp" <[EMAIL PROTECTED]> Subject: Re: cvs commit: src Makefile.inc1 ObsoleteFiles.inc src/etc/defaults rc.conf src/etc/mtree BSD.usr.dist src/etc/rc.d Makefile isdnd pcvt syscons src/release/picobsd/build picobsd src/share/man/man4 Makefile atkbd.4 kbdmux.4 pcvt.4 splash.4 v

Re: cvs commit: src Makefile.inc1 ObsoleteFiles.inc src/etc/defaults rc.conf src/etc/mtree BSD.usr.dist src/etc/rc.d Makefile isdnd pcvt syscons src/release/picobsd/build picobsd src/share/man/man4 Ma

2006-05-18 Thread Warner Losh
> In message <[EMAIL PROTECTED]>, Warner Losh writes: > > >> I've not been very impressed with what I've seen from sources using > >> this approach, but I guess having the prototypes with one line > >> comments is better than nothing. > > &g

Re: Apologies

2006-05-21 Thread Warner Losh
> my intention to be offensive, merely to draw attention to problems we > have with product management. These problems remain. The pcvt removal has been long planned. I don't see how it points out a problem in the project. The software didn't keep pace with the development of the system, and th

cvs commit: src/lib/libc/arm SYS.h

2006-05-22 Thread Warner Losh
imp 2006-05-23 02:52:14 UTC FreeBSD src repository Modified files: lib/libc/arm SYS.h Log: GC old a.out and K&R support. Revision ChangesPath 1.3 +0 -9 src/lib/libc/arm/SYS.h ___ cvs-all@freebsd.org ma

Re: cvs commit: src/lib/libc/arm SYS.h

2006-05-22 Thread Warner Losh
> > GC old a.out and K&R support. > What is core doing about this??? Drinking guiness and trying to be the heat wave that's hit Colorado. Of course, non-core members can help us in this undertaking, and there doesn't have to be a heatwave where you are either. "You don't have to be crazy to dri

Re: cvs commit: src/lib/libc/arm SYS.h

2006-05-22 Thread Warner Losh
> >> What is core doing about this??? > > Where was the discussion about removing A.OUT support from ARM? > Hey, put a.out back into ARM, my grandma can't live without it! Well, at least you didn't want K&R support, so we've made progress. Warner ___ cv

cvs commit: src/sbin/dhclient dhclient.c

2006-05-23 Thread Warner Losh
imp 2006-05-23 16:57:47 UTC FreeBSD src repository Modified files: sbin/dhclientdhclient.c Log: Remove 'n' from the getopt string. There's no -n option that is parsed, so it winds up at usage anyway. Add 'b' to the usage summary. Noticed by Ben Mesander.

cvs commit: src/share/man/man9 Makefile device_get_sysctl.9

2006-05-23 Thread Warner Losh
imp 2006-05-23 22:11:20 UTC FreeBSD src repository Modified files: share/man/man9 Makefile Added files: share/man/man9 device_get_sysctl.9 Log: Add a stub man page for device_get_sysctl{_ctx,tree}. Needs some work, but is better than nothing. Any help a

cvs commit: src/sys/dev/pccbb pccbb_pci.c

2006-05-23 Thread Warner Losh
imp 2006-05-23 23:33:57 UTC FreeBSD src repository Modified files: sys/dev/pccbbpccbb_pci.c Log: Whitespace nits Revision ChangesPath 1.17 +3 -3 src/sys/dev/pccbb/pccbb_pci.c ___ cvs-all@freebsd.org mai

cvs commit: src/sys/modules Makefile

2006-05-24 Thread Warner Losh
imp 2006-05-24 16:26:29 UTC FreeBSD src repository Modified files: sys/modules Makefile Log: Add cbb, cardbus, pccard and exca to the list of modules. The appear to work on the Turion64 laptop I have. Revision ChangesPath 1.495 +4 -0 src/sys/m

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

2006-05-24 Thread Warner Losh
imp 2006-05-24 17:22:53 UTC FreeBSD src repository Modified files: sys/dev/pccbbpccbb.c Log: Fix a race when detaching the cbb worker thread. There were a couple of cases where we didn't take out the lock before setting or clearing a bit. This apparently can lea

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

2006-05-24 Thread Warner Losh
imp 2006-05-24 17:26:16 UTC FreeBSD src repository Modified files: sys/dev/pccbbpccbb.c Log: Suspend the children before we turn off card events in hardware. This was done, I believe, to work around some cards having issues in the suspend case. I think that this

cvs commit: src/sys/dev/pccbb pccbb_pci.c pccbbvar.h

2006-05-24 Thread Warner Losh
imp 2006-05-24 17:27:55 UTC FreeBSD src repository Modified files: sys/dev/pccbbpccbb_pci.c pccbbvar.h Log: Export the pribus, secbus and subbus as sysctls for information purposes only. Additional information may be exported in the future. Revision Changes

cvs commit: src/sys/dev/syscons/apm apm_saver.c src/sys/i386/bios apm.c apm.h

2006-05-25 Thread Warner Losh
imp 2006-05-25 23:06:38 UTC FreeBSD src repository Modified files: sys/dev/syscons/apm apm_saver.c sys/i386/biosapm.c apm.h Log: APM was calling the suspend process from a timeout. This meant that other timeouts could not happen while suspending, including ti

cvs commit: src/sys/modules Makefile

2006-05-25 Thread Warner Losh
imp 2006-05-26 03:45:29 UTC FreeBSD src repository Modified files: sys/modules Makefile Log: wi works on amd64 laptops. Enable its building as a module. Revision ChangesPath 1.496 +1 -0 src/sys/modules/Makefile __

Re: cvs commit: src/sys/dev/syscons/apm apm_saver.c src/sys/i386/bios apm.c apm.h

2006-05-25 Thread Warner Losh
From: Scott Long <[EMAIL PROTECTED]> Subject: Re: cvs commit: src/sys/dev/syscons/apm apm_saver.c src/sys/i386/bios apm.c apm.h Date: Thu, 25 May 2006 21:01:09 -0600 > Warner Losh wrote: > > > imp 2006-05-25 23:06:38 UTC > > > > FreeBSD src reposi

cvs commit: src/sys/dev/pci pcireg.h

2006-05-30 Thread Warner Losh
imp 2006-05-30 21:36:12 UTC FreeBSD src repository Modified files: sys/dev/pci pcireg.h Log: Add a define for the Standard SD Host Controller Base Peripheral. Revision ChangesPath 1.52 +1 -0 src/sys/dev/pci/pcireg.h _

cvs commit: src/sys/gnu/fs/xfs xfs_attr.c xfs_dfrag.c xfs_dir2_trace.c xfs_inode.c xfs_iomap.c xfs_trans.c xfs_vfsops.c xfs_vnodeops.c src/sys/gnu/fs/xfs/FreeBSD xfs_frw.c xfs_fs_subr.c xfs_iget.c xfs

2006-06-01 Thread Warner Losh
imp 2006-06-01 19:01:47 UTC FreeBSD src repository Modified files: sys/gnu/fs/xfs xfs_attr.c xfs_dfrag.c xfs_dir2_trace.c xfs_inode.c xfs_iomap.c xfs_trans.c xfs_vfsops.c xfs_vnodeops.c sys/gnu/fs/xfs/FreeBSD xfs_frw.c

cvs commit: src/sys/ia64/conf NOTES

2006-06-01 Thread Warner Losh
imp 2006-06-02 04:46:26 UTC FreeBSD src repository Modified files: sys/ia64/confNOTES Log: EISA bus ia64 systems don't exist in reality. I'm told they may exist in theory, but that it was OK to remove from NOTES. OK'd by: marcel Revision ChangesPath

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

2006-06-01 Thread Warner Losh
imp 2006-06-02 06:33:35 UTC FreeBSD src repository Modified files: sys/dev/pccbbpccbb.c Log: Zero out the devices when they are deleted. We can access the pointer after the bus detaches which can lead to core dumps. This is quite rare. Revision ChangesPa

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

2006-06-03 Thread Warner Losh
imp 2006-06-03 18:57:28 UTC FreeBSD src repository Modified files: sys/dev/pccbbpccbb.c Log: Succeed for writing bus value... nobody that calls must care :-( Revision ChangesPath 1.147 +1 -1 src/sys/dev/pccbb/pccbb.c _

cvs commit: src/sys/dev/pccbb pccbb_pci.c

2006-06-03 Thread Warner Losh
imp 2006-06-03 18:58:48 UTC FreeBSD src repository Modified files: sys/dev/pccbbpccbb_pci.c Log: Fix a couple printf's to be properly terminated. Use a better name for the cbb thread. Revision ChangesPath 1.19 +3 -3 src/sys/dev/pccbb/pccbb_pci.

cvs commit: src/sys/dev/pccbb pccbb.c pccbb_pci.c

2006-06-03 Thread Warner Losh
imp 2006-06-03 19:07:16 UTC FreeBSD src repository Modified files: sys/dev/pccbbpccbb.c pccbb_pci.c Log: The interrupt routine is pci specific. Move it into pccbb_pci.c. Revision ChangesPath 1.148 +0 -69 src/sys/dev/pccbb/pccbb.c 1.20 +71 -

cvs commit: src/sys/dev/pccbb pccbb.c pccbb_pci.c pccbbvar.h

2006-06-03 Thread Warner Losh
imp 2006-06-03 19:16:45 UTC FreeBSD src repository Modified files: sys/dev/pccbbpccbb.c pccbb_pci.c pccbbvar.h Log: Move shutdown, and pci specific methods into pccbb_pci.c. Many more are needed still. Revision ChangesPath 1.149 +1 -66 src/sys/d

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

2006-06-03 Thread Warner Losh
imp 2006-06-03 21:05:36 UTC FreeBSD src repository Modified files: sys/dev/pccbbpccbb.c Log: Since we turn off the interrupts, we don't need to disestablish our ISR. Revision ChangesPath 1.150 +0 -13 src/sys/dev/pccbb/pccbb.c

cvs commit: src/sys/dev/pccbb pccbb_isa.c

2006-06-03 Thread Warner Losh
imp 2006-06-03 21:10:50 UTC FreeBSD src repository Modified files: sys/dev/pccbbpccbb_isa.c Log: We don't have a ISA specific shutdown routine at this time, so remove it. We just moved it to be pci specific, so this was causing compile problems (linking problems,

cvs commit: src Makefile Makefile.inc1

2006-06-06 Thread Warner Losh
imp 2006-06-06 16:24:54 UTC FreeBSD src repository Modified files: .Makefile Makefile.inc1 Log: Create a new target 'buildenvvars'. This target reports the build environment for cross building (the same one you'd get interactively in make buildenv).

cvs commit: src Makefile.inc1

2006-06-06 Thread Warner Losh
imp 2006-06-06 18:07:58 UTC FreeBSD src repository Modified files: .Makefile.inc1 Log: Also need to quote values so they can be passed on correctly. Revision ChangesPath 1.549 +3 -2 src/Makefile.inc1 ___

cvs commit: src/sys/arm/at91 kb920x_machdep.c

2006-06-06 Thread Warner Losh
imp 2006-06-07 05:36:10 UTC FreeBSD src repository Modified files: sys/arm/at91 kb920x_machdep.c Log: Remove sa1_cache_clean_addr. It isn't needed. Submitted by: kevlo Revision ChangesPath 1.5 +0 -2 src/sys/arm/at91/kb920x_machdep.c __

cvs commit: CVSROOT access

2006-06-09 Thread Warner Losh
imp 2006-06-09 20:10:08 UTC FreeBSD src repository Modified files: .access Log: Put Archie Cobb's commit bit into safe keeping, per his request Approved by: core Revision ChangesPath 1.778 +0 -1 CVSROOT/access

cvs commit: src/sys/dev/iicbus if_ic.c iicbb.c

2006-08-21 Thread Warner Losh
imp 2006-08-21 17:32:50 UTC FreeBSD src repository Modified files: sys/dev/iicbus if_ic.c iicbb.c Log: Minor style(9) treatment to make things a little more consistant within iicbus code. Revision ChangesPath 1.26 +3 -3 src/sys/dev/iicbus/if_ic.c

cvs commit: src Makefile.inc1

2006-08-24 Thread Warner Losh
imp 2006-08-24 17:02:26 UTC FreeBSD src repository Modified files: .Makefile.inc1 Log: Always make obj when building the libraries. This never hurts, and helps some cross-architecture building tool installation patches that I'm developing. Revisi

cvs commit: src/share/mk bsd.lib.mk

2006-08-25 Thread Warner Losh
imp 2006-08-25 23:50:05 UTC FreeBSD src repository Modified files: share/mk bsd.lib.mk Log: Pass whatever the value of NM down to lorder. This allows one to override NM in Makefiles when, for example, cross compiling and have that value be used by lorder. NM

cvs commit: src/contrib/openbsm - Imported sources

2006-08-28 Thread Warner Losh
imp 2006-08-28 17:26:39 UTC FreeBSD src repository src/contrib/openbsm - Imported sources Update of /home/ncvs/src/contrib/openbsm In directory repoman.freebsd.org:/tmp/cvs-serv45632 Log Message: Import on vendor branch two files that have been tweaked to unbreak the buil

cvs commit: src/sys/dev/iicbus iic.c

2006-09-06 Thread Warner Losh
imp 2006-09-06 19:46:02 UTC FreeBSD src repository Modified files: sys/dev/iicbus iic.c Log: MFp4: check the return value of malloc and report an error when invalid. Revision ChangesPath 1.36 +16 -0 src/sys/dev/iicbus/iic.c _

cvs commit: src/sys/dev/iicbus iic.c

2006-09-06 Thread Warner Losh
imp 2006-09-06 20:22:43 UTC FreeBSD src repository Modified files: sys/dev/iicbus iic.c Log: jhb points out that these mallocs don't need to be checked because of M_WAITOK. Revision ChangesPath 1.37 +0 -16 src/sys/dev/iicbus/iic.c

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

2006-09-06 Thread Warner Losh
imp 2006-09-06 21:43:55 UTC FreeBSD src repository Modified files: share/man/man4 iic.4 Log: Mostly re-write man page to reflect current state of this interface. Warn of races. # Doc police: Please review Revision ChangesPath 1.12 +109 -7src/

cvs commit: src/sys/dev/usb ugen.c

2006-09-06 Thread Warner Losh
imp 2006-09-06 21:53:29 UTC FreeBSD src repository Modified files: sys/dev/usb ugen.c Log: Remove the portibility layer goo. Produces the same .o as before. md5 by: /sbin/md5 Revision ChangesPath 1.107 +71 -158 src/sys/dev/usb/ugen.c

cvs commit: src/sys/dev/usb ugen.c

2006-09-06 Thread Warner Losh
imp 2006-09-06 23:29:53 UTC FreeBSD src repository Modified files: sys/dev/usb ugen.c Log: More antideclarification. md5 still the same after all these years (and after -g was removed). Revision ChangesPath 1.108 +27 -31src/sys/dev/usb/ugen.c

cvs commit: src/sys/dev/usb ehci.c ehcivar.h hid.c if_aue.c if_axe.c if_cdce.c if_cue.c if_kue.c if_rue.c if_udav.c if_ural.c kue_fw.h ohci.c ohcivar.h ubsa.c ubser.c ucom.c udbp.c ufm.c uftdi.c uhci.

2006-09-06 Thread Warner Losh
imp 2006-09-06 23:44:25 UTC FreeBSD src repository Modified files: sys/dev/usb ehci.c ehcivar.h hid.c if_aue.c if_axe.c if_cdce.c if_cue.c if_kue.c if_rue.c if_udav.c if_ural.c kue_fw.h ohci.c o

cvs commit: src/sys/dev/usb usb_port.h

2006-09-06 Thread Warner Losh
imp 2006-09-06 23:49:37 UTC FreeBSD src repository Modified files: sys/dev/usb usb_port.h Log: Only include FreeBSD defines. This file is slated to go to the happy hunting ground in the sky. Also, remove the #defines OBE. Revision ChangesPath 1.81

cvs commit: src/sys/dev/usb ehci.c ehci_pci.c ehcivar.h if_aue.c if_axe.c if_cdce.c if_cue.c if_kue.c if_rue.c if_udav.c if_udavreg.h if_ural.c if_uralvar.h ohci.c ohcivar.h sl811hs.c sl811hsvar.h ubs

2006-09-06 Thread Warner Losh
imp 2006-09-07 00:06:43 UTC FreeBSD src repository Modified files: sys/dev/usb ehci.c ehci_pci.c ehcivar.h if_aue.c if_axe.c if_cdce.c if_cue.c if_kue.c if_rue.c if_udav.c if_udavreg.h if_ural.c

cvs commit: src Makefile.inc1

2006-09-07 Thread Warner Losh
imp 2006-09-07 07:37:16 UTC FreeBSD src repository Modified files: .Makefile.inc1 Log: make "make TARGET=foo" work correctly. Before, it would fail to set TARGET_ARCH correctly. Now it does, even for pc98. We should suggest TARGET=foo in preference

cvs commit: src/sys/arm/at91 if_atereg.h

2006-09-07 Thread Warner Losh
imp 2006-09-07 21:50:01 UTC FreeBSD src repository Modified files: sys/arm/at91 if_atereg.h Log: MFp4: berndt pointed me at an errata that shows that the stat register offsets were originally documented incorrectly. This fixes that. It shouldn't affect anything

cvs commit: src/sys/arm/at91 at91_twi.c

2006-09-07 Thread Warner Losh
imp 2006-09-07 21:53:28 UTC FreeBSD src repository Modified files: sys/arm/at91 at91_twi.c Log: MFp4: first cut at getting I2C transfers working (generically). I'm unsure if this driver correctly implements all the start/stop junk right (but it did or didn't befo

cvs commit: src/gnu/usr.bin/cc/cc_tools Makefile

2006-09-10 Thread Warner Losh
imp 2006-09-11 05:12:12 UTC FreeBSD src repository Modified files: gnu/usr.bin/cc/cc_tools Makefile Log: Fix three whitespace nits. I think these are from [EMAIL PROTECTED] Revision ChangesPath 1.83 +2 -3 src/gnu/usr.bin/cc/cc_tools/Makefile ___

cvs commit: src/share/mk bsd.lib.mk bsd.own.mk bsd.prog.mk

2006-09-10 Thread Warner Losh
imp 2006-09-11 05:35:57 UTC FreeBSD src repository Modified files: share/mk bsd.lib.mk bsd.own.mk bsd.prog.mk Log: Add a knob for compiling the tree -DNDEBUG. This turns off all the asserts and makes binaries smaller. The binaries also become repeatable agai

cvs commit: src/share/man/man9 device_add_child.9

2006-09-11 Thread Warner Losh
imp 2006-09-11 22:17:18 UTC FreeBSD src repository Modified files: share/man/man9 device_add_child.9 Log: Add note about identify routines needing to use BUS_ADD_CHILD rather than device_add_child. The latter is only for busses adding children, not children drivers

cvs commit: src/share/man/man9 device_add_child.9

2006-09-12 Thread Warner Losh
imp 2006-09-12 15:48:22 UTC FreeBSD src repository Modified files: share/man/man9 device_add_child.9 Log: Bump date, per ru@ Revision ChangesPath 1.25 +1 -1 src/share/man/man9/device_add_child.9 ___ cvs-a

cvs commit: src/sys/fs/udf osta.h

2006-09-12 Thread Warner Losh
imp 2006-09-12 19:02:34 UTC FreeBSD src repository Modified files: sys/fs/udf osta.h Log: Put the osta.c license on osta.h. The license is the same. Approved by: scottl@ Revision ChangesPath 1.3 +15 -0 src/sys/fs/udf/osta.h __

cvs commit: src/gnu/usr.bin/binutils/libiberty config.h

2006-09-13 Thread Warner Losh
imp 2006-09-14 06:36:13 UTC FreeBSD src repository Modified files: gnu/usr.bin/binutils/libiberty config.h Log: TARGET_BIG_ENDIAN isn't appropriate here. __ARMEB__ is sufficient and besides, TARGET_BIG_ENDIAN isn't defined anyway. Revision ChangesPath 1.8

cvs commit: src/gnu/usr.bin/binutils/as/arm-freebsd targ-cpu.h

2006-09-13 Thread Warner Losh
imp 2006-09-14 06:39:07 UTC FreeBSD src repository Added files: gnu/usr.bin/binutils/as/arm-freebsd targ-cpu.h Log: Config file for arm assembler Revision ChangesPath 1.1 +3 -0 src/gnu/usr.bin/binutils/as/arm-freebsd/targ-cpu.h (new) ___

cvs commit: src/gnu/usr.bin/gdb/arch/arm Makefile armfbsd-nat.c armfbsd-tdep.c config.h init.c nm-fbsd.h tm-fbsd.h xm-fbsd.h

2006-09-13 Thread Warner Losh
imp 2006-09-14 06:49:34 UTC FreeBSD src repository Added files: gnu/usr.bin/gdb/arch/arm Makefile armfbsd-nat.c armfbsd-tdep.c config.h init.c nm-fbsd.h tm-fbsd.h xm-fbsd.h Log: Architecture specific portions of gdb

cvs commit: src/gnu/usr.bin/binutils/libbfd Makefile.arm

2006-09-14 Thread Warner Losh
imp 2006-09-14 07:02:17 UTC FreeBSD src repository Modified files: gnu/usr.bin/binutils/libbfd Makefile.arm Log: .end -> .endif Revision ChangesPath 1.6 +1 -1 src/gnu/usr.bin/binutils/libbfd/Makefile.arm ___ c

cvs commit: src/gnu/usr.bin/binutils/ld Makefile.arm

2006-09-14 Thread Warner Losh
imp 2006-09-14 07:44:05 UTC FreeBSD src repository Modified files: gnu/usr.bin/binutils/ld Makefile.arm Log: Fix the build and minor cleanup. Revision ChangesPath 1.3 +4 -3 src/gnu/usr.bin/binutils/ld/Makefile.arm ___

cvs commit: src/gnu/usr.bin/binutils/ld armelf_fbsd.sh armelfb_fbsd.sh genscripts.sh

2006-09-14 Thread Warner Losh
imp 2006-09-14 07:46:32 UTC FreeBSD src repository Modified files: gnu/usr.bin/binutils/ld genscripts.sh Added files: gnu/usr.bin/binutils/ld armelf_fbsd.sh armelfb_fbsd.sh Log: scripts for the arm port. Submitted by: cognet@ Reviewed by: obrien and kan Rev

cvs commit: src/gnu/usr.bin/binutils/libbfd Makefile.arm

2006-09-14 Thread Warner Losh
imp 2006-09-14 07:48:16 UTC FreeBSD src repository Modified files: gnu/usr.bin/binutils/libbfd Makefile.arm Log: fix the build: add missing end of line cont character Revision ChangesPath 1.7 +5 -3 src/gnu/usr.bin/binutils/libbfd/Makefile.arm __

cvs commit: src/gnu/usr.bin/gdb/kgdb trgt_arm.c

2006-09-14 Thread Warner Losh
imp 2006-09-14 07:51:52 UTC FreeBSD src repository Modified files: gnu/usr.bin/gdb/kgdb trgt_arm.c Log: Add cross debug support to arm. Submitted by: cognet@ Revision ChangesPath 1.2 +37 -1 src/gnu/usr.bin/gdb/kgdb/trgt_arm.c ___

cvs commit: src/gnu/usr.bin/binutils/libbfd Makefile.arm

2006-09-14 Thread Warner Losh
imp 2006-09-14 08:21:20 UTC FreeBSD src repository Modified files: gnu/usr.bin/binutils/libbfd Makefile.arm Log: Remove redundant default vector Submitted by: ru@ Revision ChangesPath 1.8 +0 -2 src/gnu/usr.bin/binutils/libbfd/Makefile.arm _

cvs commit: src/gnu/usr.bin/cc Makefile.tgt

2006-09-14 Thread Warner Losh
imp 2006-09-15 05:21:06 UTC FreeBSD src repository Modified files: gnu/usr.bin/cc Makefile.tgt Log: A TARGET_CPU_DEFAULT of xscale for arm results in illegal instructions during buildworld. Comment it out for now. Revision ChangesPath 1.10 +1 -1

cvs commit: src/gnu/usr.bin/cc Makefile.inc src/gnu/usr.bin/cc/cc_int Makefile src/gnu/usr.bin/cc/cc_tools Makefile arm-freebsd.h.diff arm.md.diff

2006-09-18 Thread Warner Losh
imp 2006-09-18 17:08:32 UTC FreeBSD src repository Modified files: gnu/usr.bin/cc Makefile.inc gnu/usr.bin/cc/cc_int Makefile gnu/usr.bin/cc/cc_tools Makefile Added files: gnu/usr.bin/cc/cc_tools arm-freebsd.h.diff arm.md.diff Log: Add additional suppor

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

2006-09-23 Thread Warner Losh
imp 2006-09-24 00:26:34 UTC FreeBSD src repository Modified files: sys/dev/exca exca.c Log: Cleanup sloppy ifdef. Revision ChangesPath 1.25 +1 -5 src/sys/dev/exca/exca.c ___ cvs-all@freebsd.org mailing

cvs commit: src/sys/i386/i386 busdma_machdep.c

2006-09-24 Thread Warner Losh
imp 2006-09-24 19:24:26 UTC FreeBSD src repository Modified files: sys/i386/i386busdma_machdep.c Log: Add a newline to the printf. Revision ChangesPath 1.83 +1 -1 src/sys/i386/i386/busdma_machdep.c ___

cvs commit: src/share/man/man9 Makefile config_intrhook.9

2006-09-25 Thread Warner Losh
imp 2006-09-25 20:12:13 UTC FreeBSD src repository Modified files: share/man/man9 Makefile Added files: share/man/man9 config_intrhook.9 Log: Document config_intrhook. MFC After: 250 millifortnights Revision ChangesPath 1.278 +3 -0

cvs commit: src/gnu/usr.bin Makefile

2006-10-02 Thread Warner Losh
imp 2006-10-03 00:03:30 UTC FreeBSD src repository Modified files: gnu/usr.bin Makefile Log: Enable gdb on the arm. Some time ago I committed it, but had forgotten to enable it here. Noticed by: cognet Revision ChangesPath 1.91 +0 -4 src

cvs commit: src/sys/dev/aic aic_pccard.c

2006-10-02 Thread Warner Losh
imp 2006-10-03 04:51:18 UTC FreeBSD src repository Modified files: sys/dev/aic aic_pccard.c Log: aic_pccard_products can be static. Noticed by: cscope Revision ChangesPath 1.18 +1 -1 src/sys/dev/aic/aic_pccard.c

<    1   2   3   4   5   6   7   8   9   10   >