svn commit: r238398 - head/sys/arm/at91

2012-07-12 Thread Warner Losh
Author: imp Date: Thu Jul 12 13:54:24 2012 New Revision: 238398 URL: http://svn.freebsd.org/changeset/base/238398 Log: Fix whitespace divot. Modified: head/sys/arm/at91/at91.c Modified: head/sys/arm/at91/at91.c ==

svn commit: r238403 - head/sys/arm/at91

2012-07-12 Thread Warner Losh
Author: imp Date: Thu Jul 12 19:11:37 2012 New Revision: 238403 URL: http://svn.freebsd.org/changeset/base/238403 Log: Remember where we found the DBGU and use that for our console. Modified: head/sys/arm/at91/at91_machdep.c head/sys/arm/at91/at91var.h

svn commit: r238404 - head/sys/arm/at91

2012-07-12 Thread Warner Losh
Author: imp Date: Thu Jul 12 19:15:38 2012 New Revision: 238404 URL: http://svn.freebsd.org/changeset/base/238404 Log: This file is no longer AT91RM9200 specific, but now is generic to all Atmel AT91 SoC's we support. Rename to reflect that. Added: head/sys/arm/at91/uart_cpu_at91usart.c

svn commit: r238415 - head/sys/arm/at91

2012-07-12 Thread Warner Losh
+1,62 @@ +/*- + * Copyright (c) 2012 M. Warner Losh. 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 code must retain the above

svn commit: r238439 - head/sys/arm/at91

2012-07-13 Thread Warner Losh
Author: imp Date: Sat Jul 14 05:46:52 2012 New Revision: 238439 URL: http://svn.freebsd.org/changeset/base/238439 Log: Create common routines for configuring the serial ports and use them on all the at91rm9200 boards. Modified: head/sys/arm/at91/at91rm9200_devices.c

svn commit: r238442 - head/sys/arm/at91

2012-07-14 Thread Warner Losh
Author: imp Date: Sat Jul 14 06:00:37 2012 New Revision: 238442 URL: http://svn.freebsd.org/changeset/base/238442 Log: uboot should be telling us it is an ETHERNUT5 for this board. Tag it as such. Modified: head/sys/arm/at91/board_ethernut5.c Modified: head/sys/arm/at91/board_ethernut5.c

svn commit: r238443 - in head/sys/arm: at91 conf

2012-07-14 Thread Warner Losh
Author: imp Date: Sat Jul 14 06:13:23 2012 New Revision: 238443 URL: http://svn.freebsd.org/changeset/base/238443 Log: Add preliminary support for Atmel SAM9260-EK evaluation kit. Initially identical to the Ethernut5, but will diverge shortly before I refactor... Added:

svn commit: r238463 - in head/sys/boot/arm/at91: bootspi libat91

2012-07-14 Thread Warner Losh
Author: imp Date: Sun Jul 15 05:35:14 2012 New Revision: 238463 URL: http://svn.freebsd.org/changeset/base/238463 Log: Use the pin number rather than the hybrid pin number + name. Modified: head/sys/boot/arm/at91/bootspi/ee.c head/sys/boot/arm/at91/libat91/at91rm9200.h

svn commit: r238464 - head/sys/conf

2012-07-14 Thread Warner Losh
Author: imp Date: Sun Jul 15 05:38:43 2012 New Revision: 238464 URL: http://svn.freebsd.org/changeset/base/238464 Log: Force overwrite of gz file, to make NO_CLEAN builds work. Modified: head/sys/conf/Makefile.arm Modified: head/sys/conf/Makefile.arm

svn commit: r238465 - head/sys/arm/at91

2012-07-14 Thread Warner Losh
Author: imp Date: Sun Jul 15 05:41:43 2012 New Revision: 238465 URL: http://svn.freebsd.org/changeset/base/238465 Log: Configure the peripheral pins for MCI devices. Eliminate the now-unused at91_pio_rm9200.h. Deleted: head/sys/arm/at91/at91_pio_rm9200.h Modified:

svn commit: r238467 - head/sys/arm/at91

2012-07-15 Thread Warner Losh
Author: imp Date: Sun Jul 15 06:08:11 2012 New Revision: 238467 URL: http://svn.freebsd.org/changeset/base/238467 Log: These were never used, remove them. Deleted: head/sys/arm/at91/hints.at91rm9200 head/sys/arm/at91/hints.at91sam9261 ___

Re: svn commit: r238672 - head/sys/dev/sdhci

2012-07-23 Thread Warner Losh
On Jul 23, 2012, at 1:28 AM, Garrett Cooper wrote: On Mon, Jul 23, 2012 at 12:12 AM, Gleb Smirnoff gleb...@freebsd.org wrote: On Sat, Jul 21, 2012 at 03:30:26PM +, Alexey Dokuchaev wrote: A On Sat, Jul 21, 2012 at 02:07:43PM +, Gleb Smirnoff wrote: A Author: glebius A Date: Sat

svn commit: r238742 - in head: contrib/dtc contrib/dtc/Documentation contrib/dtc/libfdt sys/contrib/libfdt

2012-07-24 Thread Warner Losh
Author: imp Date: Tue Jul 24 16:29:33 2012 New Revision: 238742 URL: http://svn.freebsd.org/changeset/base/238742 Log: Update to latest git version of dtc to get new dtsv2 support, including the include directive. Fix minor build issue corrected by converting yypush_buffer_state and

svn commit: r238763 - head/contrib/dtc

2012-07-25 Thread Warner Losh
Author: imp Date: Wed Jul 25 06:04:38 2012 New Revision: 238763 URL: http://svn.freebsd.org/changeset/base/238763 Log: Preen unused Makefiles, programs and ftdump.c which has been renamed to fdtdump.c in the upstream repo. This escaped my attention in the import. Deleted:

svn commit: r238785 - head/sys/arm/conf

2012-07-25 Thread Warner Losh
Author: imp Date: Thu Jul 26 05:35:10 2012 New Revision: 238785 URL: http://svn.freebsd.org/changeset/base/238785 Log: Update partitions to reflect sam9 demo defaults. Update i2c devices to just include the eeprom. Update dataflash chip select to be CS 1 (this doesn't work yet and

svn commit: r238786 - head/sys/arm/conf

2012-07-25 Thread Warner Losh
Author: imp Date: Thu Jul 26 05:37:36 2012 New Revision: 238786 URL: http://svn.freebsd.org/changeset/base/238786 Log: Fix typo in comment. spibus uses cs= rather than addr=, so fix hints to use that (nop since spibus cs defaults to 0, and at91_spi assumes 0). Modified:

svn commit: r238787 - head/sys/arm/at91

2012-07-25 Thread Warner Losh
Author: imp Date: Thu Jul 26 05:46:56 2012 New Revision: 238787 URL: http://svn.freebsd.org/changeset/base/238787 Log: Some models have 6 USARTS + DBGU. Set a consistent name. Modified: head/sys/arm/at91/uart_bus_at91usart.c Modified: head/sys/arm/at91/uart_bus_at91usart.c

svn commit: r238811 - head/sys/arm/conf

2012-07-26 Thread Warner Losh
Author: imp Date: Thu Jul 26 16:34:21 2012 New Revision: 238811 URL: http://svn.freebsd.org/changeset/base/238811 Log: Trim read/write sizes to 128 bytes. Pages are only 128 bytes in size. Writes larger than this will wrap to the same page. Reads larger than this are permitted, but why

svn commit: r238819 - head/sys/dev/usb/controller

2012-07-26 Thread Warner Losh
Author: imp Date: Fri Jul 27 05:24:09 2012 New Revision: 238819 URL: http://svn.freebsd.org/changeset/base/238819 Log: Minor style(9) nit. Modified: head/sys/dev/usb/controller/ohci_atmelarm.c Modified: head/sys/dev/usb/controller/ohci_atmelarm.c

svn commit: r238820 - head/sys/arm/at91

2012-07-26 Thread Warner Losh
Author: imp Date: Fri Jul 27 05:28:02 2012 New Revision: 238820 URL: http://svn.freebsd.org/changeset/base/238820 Log: Add (back?) ohci atmel attachment. Modified: head/sys/arm/at91/files.at91 Modified: head/sys/arm/at91/files.at91

svn commit: r238821 - head/sys/arm/at91

2012-07-26 Thread Warner Losh
Author: imp Date: Fri Jul 27 05:33:55 2012 New Revision: 238821 URL: http://svn.freebsd.org/changeset/base/238821 Log: Turns out the ETHERNUT5 isn't anything like the SAM9260-EK. Make this board init match better: UART1 instead of UART2, No RMMI, no SPI0, SPI1 comments. Modified:

svn commit: r238823 - head/sys/arm/conf

2012-07-26 Thread Warner Losh
Author: imp Date: Fri Jul 27 05:37:01 2012 New Revision: 238823 URL: http://svn.freebsd.org/changeset/base/238823 Log: Document the dataflash/mmc-sd issue. Add umass driver and usb. Boot off da0s1a instead of ate0. Note that MMC/SD is slot B. Until I switch over to NAND boot, dataflash

svn commit: r238846 - in head/sys/arm: at91 conf

2012-07-27 Thread Warner Losh
Author: imp Date: Fri Jul 27 16:38:02 2012 New Revision: 238846 URL: http://svn.freebsd.org/changeset/base/238846 Log: Add new at91sam9g45 support and sn9g45 board to the ATMEL kernel. Adapt SN9G45 board support to cope with multi-board. Modified: head/sys/arm/at91/board_sn9g45.c

svn commit: r238847 - head/sys/arm/conf

2012-07-27 Thread Warner Losh
Author: imp Date: Fri Jul 27 17:07:54 2012 New Revision: 238847 URL: http://svn.freebsd.org/changeset/base/238847 Log: Neither of these systems has PCI, but they do have ohci interface, so fix comments. Modified: head/sys/arm/conf/ATMEL head/sys/arm/conf/ETHERNUT5 Modified:

svn commit: r238848 - head/sys/dev/usb/controller

2012-07-27 Thread Warner Losh
Author: imp Date: Fri Jul 27 17:28:11 2012 New Revision: 238848 URL: http://svn.freebsd.org/changeset/base/238848 Log: Make this compile again. Also note that it is AT91RM9200+KB9202B specific still and needs some love to make it work on anything else. Modified:

svn commit: r238849 - head/sys/arm/at91

2012-07-27 Thread Warner Losh
Author: imp Date: Fri Jul 27 17:31:19 2012 New Revision: 238849 URL: http://svn.freebsd.org/changeset/base/238849 Log: Add the usb device (gadget) side of things. Also add ehci bindings while I'm here in anticipation of usb2 support for newer SoCs. Requested by: Hans Petter Selasky

svn commit: r238850 - head/sys/arm/conf

2012-07-27 Thread Warner Losh
Author: imp Date: Fri Jul 27 17:32:01 2012 New Revision: 238850 URL: http://svn.freebsd.org/changeset/base/238850 Log: Add gadget devices. Not yet added to the child lists, but here to keep things from bit-rotting. Modified: head/sys/arm/conf/ATMEL Modified: head/sys/arm/conf/ATMEL

svn commit: r238880 - head/sys/arm/conf

2012-07-28 Thread Warner Losh
Author: imp Date: Sun Jul 29 04:26:24 2012 New Revision: 238880 URL: http://svn.freebsd.org/changeset/base/238880 Log: Add usb_template for the gadget support. Even though this isn't a bootable kernel, its config will likely be copied to places that are. Submitted by: Hans Petter

svn commit: r238881 - head/sys/arm/conf

2012-07-28 Thread Warner Losh
Author: imp Date: Sun Jul 29 04:28:29 2012 New Revision: 238881 URL: http://svn.freebsd.org/changeset/base/238881 Log: Commit the dci (gadget) support to the one ATMEL kernel config where it might actually work. Modified: head/sys/arm/conf/KB920X Modified: head/sys/arm/conf/KB920X

svn commit: r238895 - head/sys/arm/at91

2012-07-30 Thread Warner Losh
Author: imp Date: Mon Jul 30 06:00:31 2012 New Revision: 238895 URL: http://svn.freebsd.org/changeset/base/238895 Log: Fix a couple of comments about the rm9200, and fix a couple of indentation issues. Add note that we need to implement at91sam9260 erratum workaround. Modified:

svn commit: r238921 - head/sys/arm/at91

2012-07-30 Thread Warner Losh
Author: imp Date: Mon Jul 30 21:19:19 2012 New Revision: 238921 URL: http://svn.freebsd.org/changeset/base/238921 Log: List the members of the AT91SAM9G45 family. Modified: head/sys/arm/at91/std.at91sam9g45 Modified: head/sys/arm/at91/std.at91sam9g45

svn commit: r238922 - head/sys/arm/at91

2012-07-30 Thread Warner Losh
Author: imp Date: Mon Jul 30 21:30:43 2012 New Revision: 238922 URL: http://svn.freebsd.org/changeset/base/238922 Log: These files will support the whole at91sam9x5 family when done, so rename them now before they get copied further afield... Added: head/sys/arm/at91/at91sam9x5.c -

Re: svn commit: r237742 - in head/sys/arm: at91 conf

2012-07-30 Thread Warner Losh
, On Friday 29 June 2012 06:18:52 Warner Losh wrote: Author: imp Date: Fri Jun 29 04:18:52 2012 New Revision: 237742 URL: http://svn.freebsd.org/changeset/base/237742 Log: Initital support for AT91SAM9X25 SoC and the SAM9X25-EK evaluation board. Much work remains. ... Added: head/sys/arm

svn commit: r238932 - head/sys/arm/conf

2012-07-30 Thread Warner Losh
Author: imp Date: Tue Jul 31 04:09:27 2012 New Revision: 238932 URL: http://svn.freebsd.org/changeset/base/238932 Log: macb doesn't work, switch to ate. Modified: head/sys/arm/conf/SAM9X25EK Modified: head/sys/arm/conf/SAM9X25EK

svn commit: r238955 - head/sys/arm/at91

2012-07-31 Thread Warner Losh
Author: imp Date: Tue Jul 31 19:14:22 2012 New Revision: 238955 URL: http://svn.freebsd.org/changeset/base/238955 Log: Allow chip selects other than 0. The SAM9260EK board has its dataflash on CS1. Modified: head/sys/arm/at91/at91_spi.c Modified: head/sys/arm/at91/at91_spi.c

svn commit: r238956 - head/sys/arm/conf

2012-07-31 Thread Warner Losh
Author: imp Date: Tue Jul 31 19:39:21 2012 New Revision: 238956 URL: http://svn.freebsd.org/changeset/base/238956 Log: Note about where we can boot this. Modified: head/sys/arm/conf/ATMEL Modified: head/sys/arm/conf/ATMEL

svn commit: r238957 - head/sys/arm/conf

2012-07-31 Thread Warner Losh
Author: imp Date: Tue Jul 31 19:41:12 2012 New Revision: 238957 URL: http://svn.freebsd.org/changeset/base/238957 Log: Prefer ate over macb. macb doesn't work anymore, and ate has more errata workarounds in it. Modified: head/sys/arm/conf/HL201 head/sys/arm/conf/QILA9G20

svn commit: r238965 - head/sys/dev/spibus

2012-07-31 Thread Warner Losh
Author: imp Date: Wed Aug 1 01:18:36 2012 New Revision: 238965 URL: http://svn.freebsd.org/changeset/base/238965 Log: Add the chip select glue. Modified: head/sys/dev/spibus/spi.h head/sys/dev/spibus/spibus.c Modified: head/sys/dev/spibus/spi.h

svn commit: r239126 - head/sys/mips/mips

2012-08-07 Thread Warner Losh
Author: imp Date: Tue Aug 7 08:37:35 2012 New Revision: 239126 URL: http://svn.freebsd.org/changeset/base/239126 Log: Fix obvious problem with emulate_fp sysctl. Submitted by: Paul Ambrose ambrose...@gmail.com Modified: head/sys/mips/mips/trap.c Modified: head/sys/mips/mips/trap.c

svn commit: r239167 - head/sys/arm/at91

2012-08-09 Thread Warner Losh
Author: imp Date: Fri Aug 10 04:47:20 2012 New Revision: 239167 URL: http://svn.freebsd.org/changeset/base/239167 Log: Add charge pump current register. Modified: head/sys/arm/at91/at91_pmcreg.h Modified: head/sys/arm/at91/at91_pmcreg.h

svn commit: r239168 - head/sys/arm/at91

2012-08-09 Thread Warner Losh
Author: imp Date: Fri Aug 10 04:48:06 2012 New Revision: 239168 URL: http://svn.freebsd.org/changeset/base/239168 Log: More comments about setting PLLA, or rather that we never do. Modified: head/sys/arm/at91/at91_pmc.c Modified: head/sys/arm/at91/at91_pmc.c

svn commit: r239188 - head/sys/arm/at91

2012-08-10 Thread Warner Losh
Author: imp Date: Sat Aug 11 05:03:30 2012 New Revision: 239188 URL: http://svn.freebsd.org/changeset/base/239188 Log: Don't use C++ comments. Modified: head/sys/arm/at91/at91_pmc.c Modified: head/sys/arm/at91/at91_pmc.c

svn commit: r239189 - head/sys/arm/at91

2012-08-10 Thread Warner Losh
Author: imp Date: Sat Aug 11 05:12:46 2012 New Revision: 239189 URL: http://svn.freebsd.org/changeset/base/239189 Log: Update comments about setting PLLA and refernce the tables in the datasheet that express the limits. Modified: head/sys/arm/at91/at91sam9260.c Modified:

svn commit: r239190 - head/sys/arm/at91

2012-08-10 Thread Warner Losh
Author: imp Date: Sat Aug 11 05:45:19 2012 New Revision: 239190 URL: http://svn.freebsd.org/changeset/base/239190 Log: Correct the PLLA setting functions and centralize. Modified: head/sys/arm/at91/at91_pmc.c head/sys/arm/at91/at91_pmcvar.h head/sys/arm/at91/at91sam9g20.c

svn commit: r239320 - head/sys/kern

2012-08-15 Thread Warner Losh
Author: imp Date: Thu Aug 16 02:35:44 2012 New Revision: 239320 URL: http://svn.freebsd.org/changeset/base/239320 Log: Limit popcorn limit to something sane (either 2ns or 2 ticks if that's longer). PR: 156481 Submitted by: Ian Lepore Modified: head/sys/kern/kern_ntptime.c

svn commit: r239322 - head/sys/arm/conf

2012-08-15 Thread Warner Losh
Author: imp Date: Thu Aug 16 04:49:23 2012 New Revision: 239322 URL: http://svn.freebsd.org/changeset/base/239322 Log: Remove unused hints. Deleted: head/sys/arm/conf/HL201.hints ___ svn-src-head@freebsd.org mailing list

svn commit: r239323 - head/sys/arm/conf

2012-08-15 Thread Warner Losh
Author: imp Date: Thu Aug 16 04:53:30 2012 New Revision: 239323 URL: http://svn.freebsd.org/changeset/base/239323 Log: Hmmm, somehow this file was completely deleted, rather than just having the bogus lines being removed. Added: head/sys/arm/conf/HL201.hints (contents, props changed)

svn commit: r239324 - in head/sys/arm: at91 conf

2012-08-15 Thread Warner Losh
Author: imp Date: Thu Aug 16 05:03:59 2012 New Revision: 239324 URL: http://svn.freebsd.org/changeset/base/239324 Log: Preliminary Embest ATEB9200 support. Added: head/sys/arm/at91/board_eb9200.c - copied, changed from r239191, head/sys/arm/at91/board_kb920x.c

svn commit: r227589 - head/usr.bin/comm

2011-11-16 Thread Warner Losh
Author: imp Date: Wed Nov 16 22:02:59 2011 New Revision: 227589 URL: http://svn.freebsd.org/changeset/base/227589 Log: Add helpful clarification text. While not strictly necessary, these few words make this man page much easier to understand without re-reading prior parts of the man page.

Re: svn commit: r227749 - head/sys/kern

2011-11-20 Thread Warner Losh
Is this right? Passing 0 to timo causes a panic? That can't be good. Wanrer On Nov 20, 2011, at 1:36 AM, Hans Petter Selasky wrote: Author: hselasky Date: Sun Nov 20 08:36:18 2011 New Revision: 227749 URL: http://svn.freebsd.org/changeset/base/227749 Log: Given that the typical

Re: svn commit: r228143 - in head: . share/mk tools/build/options

2011-12-19 Thread Warner Losh
[[ I know it is a bit late here ]] On Nov 29, 2011, at 1:50 PM, Doug Barton wrote: On 11/29/2011 12:47, Gábor Kövesdán wrote: On 2011.11.29. 20:46, Max Khon wrote: Log: Turn off profiled libs build by default. Can be enabled back using WITH_PROFILE=yes in /etc/src.conf I think it was

Re: svn commit: r228143 - in head: . share/mk tools/build/options

2011-12-19 Thread Warner Losh
On Nov 29, 2011, at 1:53 PM, Garrett Cooper wrote: 2011/11/29 Doug Barton do...@freebsd.org: On 11/29/2011 12:47, Gábor Kövesdán wrote: On 2011.11.29. 20:46, Max Khon wrote: Log: Turn off profiled libs build by default. Can be enabled back using WITH_PROFILE=yes in /etc/src.conf I

Re: svn commit: r228143 - in head: . share/mk tools/build/options

2011-12-20 Thread Warner Losh
On Dec 20, 2011, at 2:21 AM, Garrett Cooper wrote: The assumption (that isn't clearly stated) is that I am building things on suped up x86 hardware, not arm CPUs, Intel Atoms, etc. On those platforms building superfluous things still do matter (in particular because cross-building some

Re: svn commit: r228143 - in head: . share/mk tools/build/options

2011-12-20 Thread Warner Losh
On Dec 20, 2011, at 12:21 PM, Garrett Cooper wrote: On Tue, Dec 20, 2011 at 9:40 AM, Warner Losh i...@bsdimp.com wrote: On Dec 20, 2011, at 2:21 AM, Garrett Cooper wrote: The assumption (that isn't clearly stated) is that I am building things on suped up x86 hardware, not arm CPUs

Re: svn commit: r223151 - head/lib/libstand

2011-06-16 Thread Warner Losh
On Jun 16, 2011, at 9:35 AM, Tai-hwa Liang wrote: Author: avatar Date: Thu Jun 16 15:35:12 2011 New Revision: 223151 URL: http://svn.freebsd.org/changeset/base/223151 Log: Using the correct format string(%zu) for size_t type. This should fix 64 bits builds. Submitted by:

svn commit: r223156 - head/lib/libstand

2011-06-16 Thread Warner Losh
Author: imp Date: Thu Jun 16 18:00:27 2011 New Revision: 223156 URL: http://svn.freebsd.org/changeset/base/223156 Log: Setting warnings without make universe considered harmful. Revert to WARNS=0 until such time that the warnings at =2 are fixed for all platforms. Modified:

Re: svn commit: r223151 - head/lib/libstand

2011-06-16 Thread Warner Losh
On Jun 16, 2011, at 11:40 AM, Garrett Cooper wrote: On Thu, Jun 16, 2011 at 8:53 AM, Warner Losh i...@bsdimp.com wrote: On Jun 16, 2011, at 9:35 AM, Tai-hwa Liang wrote: Author: avatar Date: Thu Jun 16 15:35:12 2011 New Revision: 223151 URL: http://svn.freebsd.org/changeset/base/223151

svn commit: r223218 - head/sys/dev/pccbb

2011-06-17 Thread Warner Losh
Author: imp Date: Sat Jun 18 02:25:08 2011 New Revision: 223218 URL: http://svn.freebsd.org/changeset/base/223218 Log: After we get a good power signal, always wait about 10ms before proceeding. On boot, some laptops with certain cards in them sometimes fail on boot, but if the card is

svn commit: r223219 - head/sys/dev/pccbb

2011-06-17 Thread Warner Losh
Author: imp Date: Sat Jun 18 03:16:51 2011 New Revision: 223219 URL: http://svn.freebsd.org/changeset/base/223219 Log: More expeirmentation suggests that 10ms isn't as reliable as previously thought, but 100ms seems to be. Likely there's a good middle ground, but for now be conservative.

svn commit: r223352 - head/sys/dev/pccbb

2011-06-20 Thread Warner Losh
Author: imp Date: Tue Jun 21 03:05:17 2011 New Revision: 223352 URL: http://svn.freebsd.org/changeset/base/223352 Log: Mark the card as bad on shutdown. This means that bus_child_present will return false on shutdown and massive spewage from usb disappears for usb cardbus adapters.

svn commit: r223353 - head/sys/dev/firewire

2011-06-20 Thread Warner Losh
Author: imp Date: Tue Jun 21 03:07:59 2011 New Revision: 223353 URL: http://svn.freebsd.org/changeset/base/223353 Log: When we see an interrupt status of 0x, check to see if the child is still present. If not, return 'handled' and don't print anything (this is expected behavior).

svn commit: r223380 - head/sys/dev/xl

2011-06-21 Thread Warner Losh
Author: imp Date: Tue Jun 21 20:51:09 2011 New Revision: 223380 URL: http://svn.freebsd.org/changeset/base/223380 Log: Supress warning that command didn't complete when the parent bus thinks the card is gone. Modified: head/sys/dev/xl/if_xl.c Modified: head/sys/dev/xl/if_xl.c

svn commit: r223381 - head/sys/dev/dc

2011-06-21 Thread Warner Losh
Author: imp Date: Tue Jun 21 20:52:55 2011 New Revision: 223381 URL: http://svn.freebsd.org/changeset/base/223381 Log: Supress command completion failure warning when the card isn't present. Only call the bus to check if we actually do timeout so we don't affect the normal case (since this

svn commit: r223384 - head/sys/dev/xl

2011-06-21 Thread Warner Losh
Author: imp Date: Tue Jun 21 22:16:04 2011 New Revision: 223384 URL: http://svn.freebsd.org/changeset/base/223384 Log: My broken 'u' key scks! Modified: head/sys/dev/xl/if_xl.c Modified: head/sys/dev/xl/if_xl.c ==

svn commit: r223385 - head/sys/dev/xl

2011-06-21 Thread Warner Losh
Author: imp Date: Tue Jun 21 22:17:28 2011 New Revision: 223385 URL: http://svn.freebsd.org/changeset/base/223385 Log: Really spell suppress the right way Modified: head/sys/dev/xl/if_xl.c Modified: head/sys/dev/xl/if_xl.c

Re: svn commit: r223307 - head/sys/vm

2011-06-21 Thread Warner Losh
On Jun 21, 2011, at 2:30 PM, Bjoern A. Zeeb wrote: On Jun 19, 2011, at 7:13 PM, Alan Cox wrote: Hi Alan, Author: alc Date: Sun Jun 19 19:13:24 2011 New Revision: 223307 URL: http://svn.freebsd.org/changeset/base/223307 Log: Precisely document the synchronization rules for the

svn commit: r223386 - head/sys/dev/cardbus

2011-06-21 Thread Warner Losh
Author: imp Date: Tue Jun 21 22:45:31 2011 New Revision: 223386 URL: http://svn.freebsd.org/changeset/base/223386 Log: Minor cleanup: o Consider No CIS a normal event and stop whining about it so much (too many cards are like this, espeically usb/firewire cards). o Add comments to the

Re: svn commit: r223307 - head/sys/vm

2011-06-21 Thread Warner Losh
On Jun 21, 2011, at 5:27 PM, Alan Cox wrote: On 06/21/2011 16:09, Attilio Rao wrote: 2011/6/21 Bruce Evansb...@optusnet.com.au: On Tue, 21 Jun 2011, Bjoern A. Zeeb wrote: On Jun 19, 2011, at 7:13 PM, Alan Cox wrote: Hi Alan, Author: alc Date: Sun Jun 19 19:13:24 2011 New Revision:

Re: svn commit: r223307 - head/sys/vm

2011-06-21 Thread Warner Losh
On Jun 21, 2011, at 5:27 PM, Alan Cox wrote: On 06/21/2011 16:09, Attilio Rao wrote: 2011/6/21 Bruce Evansb...@optusnet.com.au: On Tue, 21 Jun 2011, Bjoern A. Zeeb wrote: On Jun 19, 2011, at 7:13 PM, Alan Cox wrote: Hi Alan, Author: alc Date: Sun Jun 19 19:13:24 2011 New Revision:

Re: svn commit: r223307 - head/sys/vm

2011-06-21 Thread Warner Losh
On Jun 21, 2011, at 9:27 PM, Julian Elischer wrote: On 6/21/11 7:27 PM, Warner Losh wrote: On Jun 21, 2011, at 5:27 PM, Alan Cox wrote: On 06/21/2011 16:09, Attilio Rao wrote: 2011/6/21 Bruce Evansb...@optusnet.com.au: On Tue, 21 Jun 2011, Bjoern A. Zeeb wrote: On Jun 19, 2011

Re: svn commit: r223307 - head/sys/vm

2011-06-22 Thread Warner Losh
On Jun 22, 2011, at 3:26 AM, Attilio Rao wrote: 2011/6/22 Warner Losh i...@bsdimp.com: On Jun 21, 2011, at 5:27 PM, Alan Cox wrote: On 06/21/2011 16:09, Attilio Rao wrote: 2011/6/21 Bruce Evansb...@optusnet.com.au: On Tue, 21 Jun 2011, Bjoern A. Zeeb wrote: On Jun 19, 2011, at 7

Re: svn commit: r223464 - head/sys/vm

2011-06-23 Thread Warner Losh
On Jun 23, 2011, at 2:17 AM, Bjoern A. Zeeb wrote: On Jun 23, 2011, at 5:24 AM, Alan Cox wrote: Author: alc Date: Thu Jun 23 05:23:59 2011 New Revision: 223464 URL: http://svn.freebsd.org/changeset/base/223464 Log: Revert to using the page queues lock in vm_page_clear_dirty_mask()

Re: svn commit: r223519 - head/etc/devd

2011-06-26 Thread Warner Losh
On Jun 26, 2011, at 3:33 AM, Ronald Klop wrote: Is this part of the auto-detect hardware discussion I read on one of the mailinglists lately? About having less drivers in GENERIC and more auto-loaded? If it is... Looks like a nice feature. Not in GENERIC. 9.0 is getting ready to feature

Re: svn commit: r223519 - head/etc/devd

2011-06-28 Thread Warner Losh
On Jun 28, 2011, at 2:45 AM, Alexey Dokuchaev wrote: On Sun, Jun 26, 2011 at 10:14:13PM -0600, Warner Losh wrote: Not in GENERIC. 9.0 is getting ready to feature freeze any minute, so there's no time to do the testing that a radical change like that would require. Fair enough. Right now

svn commit: r223688 - head/sys/dev/mii

2011-06-29 Thread Warner Losh
Author: imp Date: Thu Jun 30 05:20:02 2011 New Revision: 223688 URL: http://svn.freebsd.org/changeset/base/223688 Log: Add detection for the Marvel 88E1149R and treat it just like the 88E1149. Modified: head/sys/dev/mii/e1000phy.c head/sys/dev/mii/miidevs Modified:

Re: svn commit: r223519 - head/etc/devd

2011-07-06 Thread Warner Losh
On Jul 3, 2011, at 7:15 AM, Ronald Klop wrote: On Tue, 28 Jun 2011 18:01:37 +0200, Warner Losh i...@bsdimp.com wrote: On Jun 28, 2011, at 2:45 AM, Alexey Dokuchaev wrote: On Sun, Jun 26, 2011 at 10:14:13PM -0600, Warner Losh wrote: Not in GENERIC. 9.0 is getting ready to feature

Re: svn commit: r223854 - head/lib/libstand

2011-07-08 Thread Warner Losh
On Jul 8, 2011, at 2:25 AM, Craig Rodrigues wrote: Hi, While not ideal, would it be possible consider setting WARNS to set different levels depending on what the value of ${MACHINE_ARCH} is? Something like: .if ${MACHINE_ARCH} != sparc64 (or whatever the correct value is) WARNS ?=

Re: svn commit: r223854 - head/lib/libstand

2011-07-09 Thread Warner Losh
On Jul 9, 2011, at 11:01 PM, Doug Barton wrote: On 07/08/2011 15:29, Warner Losh wrote: On Jul 8, 2011, at 2:25 AM, Craig Rodrigues wrote: Hi, While not ideal, would it be possible consider setting WARNS to set different levels depending on what the value of ${MACHINE_ARCH

Re: svn commit: r223854 - head/lib/libstand

2011-07-10 Thread Warner Losh
On Jul 9, 2011, at 11:50 PM, Doug Barton wrote: On 07/09/2011 22:25, Warner Losh wrote: Having the low WARNS= today motivates people to fix stuff... I see absolutely no evidence of that, but it's clear that your opinion is not likely to change, so I'll leave it alone. As someone who

Re: svn commit: r223604 - head/etc/devd

2011-07-12 Thread Warner Losh
On Jul 12, 2011, at 2:16 AM, Hans Petter Selasky wrote: On Monday 27 June 2011 22:32:19 Hans Petter Selasky wrote: Author: hselasky Date: Mon Jun 27 20:32:19 2011 New Revision: 223604 URL: http://svn.freebsd.org/changeset/base/223604 Log: Regenerate usb.conf after r223566. Modified:

Re: svn commit: r217213 - head/lib/bind

2011-01-10 Thread Warner Losh
On 01/10/2011 12:33, John Baldwin wrote: On Sunday, January 09, 2011 6:47:11 pm Doug Barton wrote: Author: dougb Date: Sun Jan 9 23:47:11 2011 New Revision: 217213 URL: http://svn.freebsd.org/changeset/base/217213 Log: Revert part of r217071 so that us mere mortals can clearly see what

svn commit: r217294 - head

2011-01-11 Thread Warner Losh
Author: imp Date: Tue Jan 11 22:57:41 2011 New Revision: 217294 URL: http://svn.freebsd.org/changeset/base/217294 Log: Proving once again, I can't typo: fix a type. Modified: head/Makefile Modified: head/Makefile ==

Re: svn commit: r217213 - head/lib/bind

2011-01-11 Thread Warner Losh
On 01/10/2011 22:04, Doug Barton wrote: On 01/10/2011 11:33, John Baldwin wrote: On Sunday, January 09, 2011 6:47:11 pm Doug Barton wrote: # Use the right version of the atomic.h file from lib/isc -ISC_ATOMIC_ARCH=${MACHINE_CPUARCH:S/i386/x86_32/:S/amd64/x86_32/} +.if ${MACHINE_ARCH} ==

Re: svn commit: r217213 - head/lib/bind

2011-01-11 Thread Warner Losh
On 01/11/2011 06:47, John Baldwin wrote: On Tuesday, January 11, 2011 12:04:56 am Doug Barton wrote: I have no objection to putting it back to the state that it was in at r209886, although frankly less diffs to RELENG_[78] without good reason make my life easier. 209886 did not use

svn commit: r217297 - head

2011-01-11 Thread Warner Losh
Author: imp Date: Wed Jan 12 04:59:29 2011 New Revision: 217297 URL: http://svn.freebsd.org/changeset/base/217297 Log: Provide up-to-date estimates that are pessimal today... Modified: head/Makefile Modified: head/Makefile

Re: svn commit: r217330 - head/sys/x86/x86

2011-01-12 Thread Warner Losh
On 01/12/2011 14:27, m...@freebsd.org wrote: On Wed, Jan 12, 2011 at 1:21 PM, John Baldwinj...@freebsd.org wrote: On Wednesday, January 12, 2011 4:08:50 pm Matthew D Fleming wrote: Author: mdf Date: Wed Jan 12 21:08:49 2011 New Revision: 217330 URL:

Re: svn commit: r217330 - head/sys/x86/x86

2011-01-13 Thread Warner Losh
On 01/12/2011 17:06, Bruce Evans wrote: On Wed, 12 Jan 2011, John Baldwin wrote: Log: Fix a brain fart. Since this file is shared between i386 and amd64, a bus_size_t may be 32 or 64 bits. Change the bounce_zone alignment field to explicitly be 32 bits, as I can't really imagine a

svn commit: r217516 - head/sys/mips/mips

2011-01-17 Thread Warner Losh
Author: imp Date: Mon Jan 17 22:58:41 2011 New Revision: 217516 URL: http://svn.freebsd.org/changeset/base/217516 Log: Make cpu_model public (otherwise there's no way to set it) and bump it to 80 characters. Add hw.board to export board information, if known, from the mips kernel.

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

2011-01-17 Thread Warner Losh
Author: imp Date: Mon Jan 17 23:00:23 2011 New Revision: 217517 URL: http://svn.freebsd.org/changeset/base/217517 Log: Kill redundant cpu line Modified: head/sys/mips/conf/OCTEON1 Modified: head/sys/mips/conf/OCTEON1

svn commit: r217518 - head/sys/mips/cavium

2011-01-17 Thread Warner Losh
Author: imp Date: Mon Jan 17 23:03:09 2011 New Revision: 217518 URL: http://svn.freebsd.org/changeset/base/217518 Log: Save the CPU model, the board and the CPU clock rate so they are reported by the approrpiate sysctl. Modified: head/sys/mips/cavium/octeon_machdep.c Modified:

Re: svn commit: r217538 - in head/sys/dev: buslogic cs

2011-01-19 Thread Warner Losh
On 01/18/2011 22:56, Peter Jeremy wrote: On 2011-Jan-18 15:23:16 +, John Baldwinj...@freebsd.org wrote: Log: Remove some always-true comparisons. ... --- head/sys/dev/cs/if_cs.c Tue Jan 18 14:58:44 2011(r217537) +++ head/sys/dev/cs/if_cs.c Tue Jan 18 15:23:16 2011

Re: svn commit: r217587 - head/sys/i386/i386

2011-01-19 Thread Warner Losh
On 01/19/2011 13:55, Kostik Belousov wrote: Simply put, we cannot trust BIOS. Given all the issues we've had with BIOS over the years, I think it is better to be proactively paranoid where possible, unless there is a significant performance improvement for the overall system.. Warner

svn commit: r217652 - head/sys/conf

2011-01-20 Thread Warner Losh
Author: imp Date: Thu Jan 20 19:16:29 2011 New Revision: 217652 URL: http://svn.freebsd.org/changeset/base/217652 Log: We don't need 2 versions here. One will do since binutils outputs the right stuff now. Deleted: head/sys/conf/ldscript.mips.64.cfe Modified:

svn commit: r217655 - head/sys/conf

2011-01-20 Thread Warner Losh
Author: imp Date: Thu Jan 20 19:20:23 2011 New Revision: 217655 URL: http://svn.freebsd.org/changeset/base/217655 Log: Remove commented out _DYNAMIC sections. Modified: head/sys/conf/ldscript.mips.cfe head/sys/conf/ldscript.mips.mips64 Modified: head/sys/conf/ldscript.mips.cfe

svn commit: r217663 - in head/sys/boot/arm/at91: . boot0

2011-01-20 Thread Warner Losh
Author: imp Date: Thu Jan 20 22:58:10 2011 New Revision: 217663 URL: http://svn.freebsd.org/changeset/base/217663 Log: No need to list an obsolete arm compiler here. Modified: head/sys/boot/arm/at91/boot0/linker.cfg head/sys/boot/arm/at91/linker.cfg Modified:

Re: svn commit: r217734 - head

2011-01-23 Thread Warner Losh
On 01/22/2011 16:10, Bjoern A. Zeeb wrote: Author: bz Date: Sat Jan 22 23:10:58 2011 New Revision: 217734 URL: http://svn.freebsd.org/changeset/base/217734 Log: In `make targets` print the make variable TARGETS as we expect it rather than the grammatically better sounding variant without

Re: svn commit: r217714 - head/sbin/fdisk

2011-01-23 Thread Warner Losh
Maxim, In case it wasn't clear from Bruce's long explaination, parts of this are technically wrong and need to be reverted or fixed. Warner On 01/22/2011 00:47, Bruce Evans wrote: On Sat, 22 Jan 2011, Maxim Sobolev wrote: Log: Warn user when value entered is greated than the amount

svn commit: r218130 - head

2011-01-31 Thread Warner Losh
Author: imp Date: Mon Jan 31 15:17:47 2011 New Revision: 218130 URL: http://svn.freebsd.org/changeset/base/218130 Log: Move the architecture guessing from Makefile.inc1 to Makefile. We need to do this because variables specified on the command line override those specified in the Makefile.

svn commit: r218179 - head/lib/csu/mips

2011-02-01 Thread Warner Losh
Author: imp Date: Tue Feb 1 22:50:23 2011 New Revision: 218179 URL: http://svn.freebsd.org/changeset/base/218179 Log: Whitespace nit Modified: head/lib/csu/mips/crt1.c Modified: head/lib/csu/mips/crt1.c == ---

svn commit: r218181 - head/gnu/lib/libgcc

2011-02-01 Thread Warner Losh
Author: imp Date: Wed Feb 2 03:24:52 2011 New Revision: 218181 URL: http://svn.freebsd.org/changeset/base/218181 Log: Revert last change now that the reason for it is no more... MACHINE_ARCH is now always mipsel when building mips/mips. Modified: head/gnu/lib/libgcc/Makefile Modified:

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