CVS commit: src/sys/arch/i386/stand/lib

2013-11-24 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Nov 24 17:17:48 UTC 2013 Modified Files: src/sys/arch/i386/stand/lib: exec.c Log Message: use instead of so this can be compiled for amd64 To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/sys/arch/i386/s

CVS commit: src/sys/arch/i386/stand/lib

2013-11-24 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Nov 24 17:16:30 UTC 2013 Modified Files: src/sys/arch/i386/stand/lib: exec.c Log Message: cast from 32-bit integer to void * though uintptr_t to avoid warnings when compiling for x86_64. To generate a diff of this commit:

CVS commit: src/lib/libc/arch/x86_64/string

2013-11-23 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Nov 23 22:23:31 UTC 2013 Modified Files: src/lib/libc/arch/x86_64/string: Makefile.inc Log Message: Remove now-non-existant bzero.S from sources list. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/lib/lib

CVS commit: src/common/lib/libc/arch/x86_64/string

2013-11-23 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Nov 23 16:57:52 UTC 2013 Removed Files: src/common/lib/libc/arch/x86_64/string: bzero.S Log Message: Remove x86_64 bzero.S; which since 2009 has only contained instructions that it should be removed in 2010. To generate a

CVS commit: src/sys/arch/i386/stand/lib

2013-11-17 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Nov 18 03:52:45 UTC 2013 Modified Files: src/sys/arch/i386/stand/lib: bootinfo.h Log Message: Bring arch/i386/stand bootinfo structure in line with the kernel's fixed-layout understanding of it. To generate a diff of this

CVS commit: src/sys/dev/pci

2013-10-07 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Oct 7 19:53:05 UTC 2013 Modified Files: src/sys/dev/pci: toshide.c Log Message: Drop trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/dev/pci/toshide.c Please note that diffs are

CVS commit: src/sys

2013-10-07 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Oct 7 19:51:55 UTC 2013 Modified Files: src/sys/arch/i386/pci: gcscide.c src/sys/dev/pci: acardide.c aceride.c artsata.c cypide.c geodeide.c hptide.c iteide.c nside.c optiide.c pdcide.c pdcsata.c rccide.c

CVS commit: src/sys/dev/pci

2013-10-07 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Oct 7 19:37:24 UTC 2013 Modified Files: src/sys/dev/pci: nside.c Log Message: Remove unused structure. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/dev/pci/nside.c Please note that diffs are not pu

CVS commit: src/sys/arch/x86/acpi

2013-10-06 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Oct 6 16:34:49 UTC 2013 Modified Files: src/sys/arch/x86/acpi: acpi_machdep.c Log Message: Correct acpi_md_OsWritable() logic so that it can return TRUE. >From Masanori Kanaoka in PR 47571. To generate a diff of this comm

CVS commit: src/sys/arch/x86/pci

2013-09-16 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Tue Sep 17 01:16:45 UTC 2013 Modified Files: src/sys/arch/x86/pci: ichlpcib.c Log Message: Use '\n' at the end of all aprint_error_dev() format strings. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/sys/arc

CVS commit: src/usr.sbin/usbdevs

2013-09-14 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Sep 14 14:07:56 UTC 2013 Modified Files: src/usr.sbin/usbdevs: usbdevs.c Log Message: Try to dump device at address 0. Allows dumping of xhci(4) root hub. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/

CVS commit: src/sys/dev/usb

2013-09-14 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Sep 14 14:06:40 UTC 2013 Modified Files: src/sys/dev/usb: usb.c Log Message: Allow USB_DEVICEINFO on address 0. Needed for the xhci(4) root hub device. To generate a diff of this commit: cvs rdiff -u -r1.143 -r1.144 src/s

CVS commit: src/sys/arch/i386/conf

2013-09-13 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Sep 14 00:42:21 UTC 2013 Modified Files: src/sys/arch/i386/conf: ALL Log Message: Add xhci(4). To generate a diff of this commit: cvs rdiff -u -r1.362 -r1.363 src/sys/arch/i386/conf/ALL Please note that diffs are not publ

CVS commit: src/sys/dev/usb

2013-09-13 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Sep 13 23:42:12 UTC 2013 Modified Files: src/sys/dev/usb: usb.c Log Message: Establish host controller softint earlier, in usb_attach rather than usb_doattach. To generate a diff of this commit: cvs rdiff -u -r1.142 -r1.14

CVS commit: src/sys/dev/usb

2013-09-13 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Sep 13 23:30:47 UTC 2013 Modified Files: src/sys/dev/usb: usb.h Log Message: A few more USB 3.0 constants. To generate a diff of this commit: cvs rdiff -u -r1.104 -r1.105 src/sys/dev/usb/usb.h Please note that diffs are n

CVS commit: src/usr.sbin/altq/altqd

2013-09-08 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Sep 8 19:12:18 UTC 2013 Modified Files: src/usr.sbin/altq/altqd: altq.conf.5 Log Message: use IPv6 Documentation Prefix (2001:db8::/32) instead of unallocated d000:a::/32 prefix To generate a diff of this commit: cvs rdif

CVS commit: src/sys/dev/usb

2013-08-21 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Wed Aug 21 18:11:31 UTC 2013 Modified Files: src/sys/dev/usb: usb.c Log Message: Use usbd_errstr instead of printing non-errno(2) error code. To generate a diff of this commit: cvs rdiff -u -r1.141 -r1.142 src/sys/dev/usb/usb.

CVS commit: src/sys/dev/pci

2013-08-21 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Wed Aug 21 18:08:29 UTC 2013 Modified Files: src/sys/dev/pci: files.pci Log Message: We already have a config rule for the eventual core of xhci(4); may as well have the PCI attachment rule as well. To generate a diff of this

CVS commit: src/sys/dev/usb

2013-08-21 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Wed Aug 21 17:59:40 UTC 2013 Modified Files: src/sys/dev/usb: usb.c usb_subr.c Log Message: Use NULL instead of 0 as appropriate. To generate a diff of this commit: cvs rdiff -u -r1.140 -r1.141 src/sys/dev/usb/usb.c cvs rdiff

CVS commit: src/sys/dev/usb

2013-08-21 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Wed Aug 21 17:52:10 UTC 2013 Modified Files: src/sys/dev/usb: ehci.c Log Message: swap positions of ehci_root_ctrl_done and ehci_root_intr_done so that they are grouped with their respective transfer types To generate a diff o

CVS commit: src/sys/dev/usb

2013-08-21 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Wed Aug 21 17:25:58 UTC 2013 Modified Files: src/sys/dev/usb: usb.h Log Message: Add UDESC_SSHUB and UDPROTO_SSHUB constants from USB 3.0. To generate a diff of this commit: cvs rdiff -u -r1.103 -r1.104 src/sys/dev/usb/usb.h

CVS commit: src/sys/dev/pci

2013-08-17 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Aug 17 14:39:54 UTC 2013 Modified Files: src/sys/dev/pci: siisata_pci.c Log Message: Revert previous; the SiI3114 is not even BAR/register compatible with siisata(4). To generate a diff of this commit: cvs rdiff -u -r1.11

CVS commit: src/usr.sbin/usbdevs

2013-07-08 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Jul 8 14:47:18 UTC 2013 Modified Files: src/usr.sbin/usbdevs: usbdevs.c Log Message: Use symbolic constants EXIT_SUCCESS, EXIT_FAILURE, and NULL where appropriate. To generate a diff of this commit: cvs rdiff -u -r1.28 -r

CVS commit: src/sys/dev/usb

2013-07-06 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Jul 6 14:38:54 UTC 2013 Modified Files: src/sys/dev/usb: usbdi.c Log Message: Use NULL instead of 0 when returning a NULL pointer. Also, remedy minor whitespace issue. To generate a diff of this commit: cvs rdiff -u -r1.1

CVS commit: src/sys/arch/x86/x86

2013-06-28 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Jun 28 14:31:49 UTC 2013 Modified Files: src/sys/arch/x86/x86: ioapic.c Log Message: Print the ioapic version using unambiguous base. >From Felix Deichmann. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 sr

CVS commit: src/sys/dev/usb

2013-06-25 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Tue Jun 25 15:37:17 UTC 2013 Modified Files: src/sys/dev/usb: uhub.c Log Message: Spell "Windows 98" not-incorrectly in comment. To generate a diff of this commit: cvs rdiff -u -r1.122 -r1.123 src/sys/dev/usb/uhub.c Please no

CVS commit: src/sys/dev/usb

2013-06-25 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Tue Jun 25 15:32:23 UTC 2013 Modified Files: src/sys/dev/usb: ehci.c Log Message: Change "translater" to "translator" in comment. To generate a diff of this commit: cvs rdiff -u -r1.206 -r1.207 src/sys/dev/usb/ehci.c Please n

CVS commit: src/sys/conf

2013-06-24 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Jun 24 16:19:02 UTC 2013 Modified Files: src/sys/conf: files Log Message: Fix some comment formatting nits in the USB region. To generate a diff of this commit: cvs rdiff -u -r1.1074 -r1.1075 src/sys/conf/files Please not

CVS commit: src/sys/conf

2013-06-24 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Jun 24 16:19:43 UTC 2013 Modified Files: src/sys/conf: files Log Message: drop trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.1075 -r1.1076 src/sys/conf/files Please note that diffs are not public

CVS commit: src

2013-06-16 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Jun 16 13:47:43 UTC 2013 Modified Files: src/distrib/utils/embedded: mkimage src/etc/etc.evbarm: Makefile.inc Log Message: Use TOOL_GZIP in mkimage, and pass the TOOL_GZIP into it. To generate a diff of this commit

CVS commit: src/sys/dev/i2c

2013-05-06 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Tue May 7 01:16:26 UTC 2013 Modified Files: src/sys/dev/i2c: tps65217pmicreg.h Log Message: Add WLED register defines. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/i2c/tps65217pmicreg.h Please note

CVS commit: src/sys/dev/ic

2013-05-06 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon May 6 14:52:51 UTC 2013 Modified Files: src/sys/dev/ic: mvsata.c Log Message: Put back AT_POLL hack in mvsata_bio_ready(). Without it 1.5Gbps SATA WD800JD drives cause the kernel to stall during autoconf on Orion. To gen

CVS commit: src/sys/dev/ata

2013-05-03 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri May 3 20:02:09 UTC 2013 Modified Files: src/sys/dev/ata: satapmp_subr.c Log Message: Wait for DRDY after the PMP commands and don't wait before. Should fix the worst part of PR kern/47793. To generate a diff of this commi

CVS commit: src/sys/arch/evbarm/conf

2013-05-03 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri May 3 15:46:54 UTC 2013 Modified Files: src/sys/arch/evbarm/conf: BEAGLEBONE Log Message: Enable file-system EXT2FS. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/arch/evbarm/conf/BEAGLEBONE Pleas

CVS commit: src/sys/arch/amd64/conf

2013-05-03 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri May 3 15:45:24 UTC 2013 Modified Files: src/sys/arch/amd64/conf: GENERIC Log Message: Enable sdhc* at cardbus? in amd64 GENERIC. As it is already in i386 GENERIC. sdhc(4) has had working detach support for a while now too.

CVS commit: src/sys/arch/x86/pci

2013-05-03 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri May 3 15:42:31 UTC 2013 Modified Files: src/sys/arch/x86/pci: pci_machdep.c Log Message: use IO_VGA as symbolic constant for 0x3c0 in x86_genfb_set_mapreg() To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 sr

CVS commit: src/sys/dev/usb

2013-05-03 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri May 3 15:38:05 UTC 2013 Modified Files: src/sys/dev/usb: usbdevs.h usbdevs_data.h Log Message: regen. To generate a diff of this commit: cvs rdiff -u -r1.638 -r1.639 src/sys/dev/usb/usbdevs.h cvs rdiff -u -r1.639 -r1.640

CVS commit: src/sys/dev/i2c

2013-04-27 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Apr 28 00:47:21 UTC 2013 Modified Files: src/sys/dev/i2c: tps65217pmicreg.h Log Message: put the one out-of-order register info in its proper sequence To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/dev

CVS commit: src/sys/dev/i2c

2013-04-27 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Apr 28 00:41:22 UTC 2013 Modified Files: src/sys/dev/i2c: tps65217pmic.c tps65217pmicreg.h Log Message: remove trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/dev/i2c/tps65217pmic.c

CVS commit: src/external/gpl2/xcvs/dist/src

2013-04-21 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Apr 21 19:34:14 UTC 2013 Modified Files: src/external/gpl2/xcvs/dist/src: error.c Log Message: Use LOG_ERR instead of LOG_EMERG, as LOG_EMERG causes syslogd to tell all ttys. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/ata

2013-04-17 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Wed Apr 17 12:22:44 UTC 2013 Modified Files: src/sys/dev/ata: satapmp_subr.c Log Message: Also print port multiplier port number when register accesses fail. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sy

CVS commit: src/sys/dev/scsipi

2013-04-16 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Tue Apr 16 21:01:09 UTC 2013 Modified Files: src/sys/dev/scsipi: sd.c Log Message: Clamp sectors per unit in the default disklabel to the maximum value, instead of allowing it to wrap, as is already done in wd(4). To generate

CVS commit: src/sys/fs/msdosfs

2013-04-15 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Apr 15 14:11:00 UTC 2013 Modified Files: src/sys/fs/msdosfs: msdosfs_vfsops.c Log Message: Don't attempt to mount file system with clusters larger than MAXBSIZE. To generate a diff of this commit: cvs rdiff -u -r1.100 -r1.

CVS commit: src/sbin/fdisk

2013-04-14 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Apr 14 22:48:22 UTC 2013 Modified Files: src/sbin/fdisk: fdisk.c Log Message: Improve support for logical sector sizes greater than 512. To generate a diff of this commit: cvs rdiff -u -r1.144 -r1.145 src/sbin/fdisk/fdisk.

CVS commit: src/sbin/fsck

2013-04-13 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Apr 13 22:08:58 UTC 2013 Modified Files: src/sbin/fsck: partutil.c Log Message: Make getdiskinfo() always return correct dkwedge_info for the raw partition. A real disk's raw partition does not implement DIOCGWEDGEINFO, but

CVS commit: src/sbin/gpt

2013-04-13 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Apr 13 18:32:01 UTC 2013 Modified Files: src/sbin/gpt: add.c gpt.c migrate.c show.c Log Message: Make pre-initialized partition type uuid_t symbols 'static const'. This conserves a few hundred bytes of total program size by

CVS commit: src/sbin/gpt

2013-04-13 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Apr 13 18:25:57 UTC 2013 Modified Files: src/sbin/gpt: biosboot.c Log Message: drop trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sbin/gpt/biosboot.c Please note that diffs are not pu

CVS commit: src/sbin/gpt

2013-04-13 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Apr 13 18:04:33 UTC 2013 Modified Files: src/sbin/gpt: add.c create.c gpt.c gpt.h label.c migrate.c remove.c show.c Log Message: Clean up gpt(8) a bit more uuid_create_nil(3) and uuid_is_nil(3) take a uuid_t*, n

CVS commit: src/sbin/gpt

2013-04-13 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Apr 13 16:48:04 UTC 2013 Modified Files: src/sbin/gpt: label.c remove.c Log Message: Use correct spelling of "secondary" in comments. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sbin/gpt/label.c cvs rdi

CVS commit: src/sys

2013-02-10 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Feb 10 21:21:30 UTC 2013 Modified Files: src/sys/conf: files src/sys/dev/ic: mvsata.c Log Message: This change adds SATA port multiplier support to mvsata(4). To generate a diff of this commit: cvs rdiff -u -r1.106

CVS commit: src/sys/dev/ic

2013-02-10 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Feb 10 20:13:54 UTC 2013 Modified Files: src/sys/dev/ic: mvsata.c Log Message: Timeouts have priority over panicing. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/dev/ic/mvsata.c Please note that d

CVS commit: src/sys/dev/ic

2013-02-10 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Feb 10 19:22:23 UTC 2013 Modified Files: src/sys/dev/ic: mvsata.c Log Message: The device queue tag and the host queue tag are not the same thing. We don't support device queueing yet, so write that tag as zero. To generat

CVS commit: src/sys/dev/ic

2013-02-10 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Feb 10 19:20:20 UTC 2013 Modified Files: src/sys/dev/ic: mvsata.c Log Message: We can't (well, actually we can, but we still can't) assume that all ata_bios are LBA. To generate a diff of this commit: cvs rdiff -u -r1.25 -

CVS commit: src/usr.bin/hexdump

2013-02-08 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Feb 9 02:49:36 UTC 2013 Modified Files: src/usr.bin/hexdump: conv.c Log Message: "dcl" is not "dc1". Fixes PR#47547 To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/usr.bin/hexdump/conv.c Please note th

CVS commit: src/sbin/atactl

2013-02-07 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Feb 8 03:58:36 UTC 2013 Modified Files: src/sbin/atactl: atactl.c Log Message: Decode 6Gbps signaling SATA capability in IDENTIFY DEVICE data. To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 src/sbin/atactl/

CVS commit: src/sys/dev

2013-02-03 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Feb 3 20:13:28 UTC 2013 Modified Files: src/sys/dev/ata: ata_wdc.c src/sys/dev/ic: mvsata.c wdc.c wdcvar.h Log Message: Add argument to wdccommandext() to allow the entire contents of the device/head register to be

CVS commit: src/sys/dev/usb

2013-01-26 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Jan 27 01:36:34 UTC 2013 Modified Files: src/sys/dev/usb: usbdevs.h usbdevs_data.h Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.629 -r1.630 src/sys/dev/usb/usbdevs.h cvs rdiff -u -r1.630 -r1.631 s

CVS commit: src/sys/dev/usb

2013-01-26 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Jan 27 01:35:29 UTC 2013 Modified Files: src/sys/dev/usb: usbdevs Log Message: Remove duplicate Quanta product. Add Ralink RT5370. To generate a diff of this commit: cvs rdiff -u -r1.636 -r1.637 src/sys/dev/usb/usbdevs Pl

CVS commit: src/sys/arch/evbarm/rpi

2013-01-21 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Jan 21 20:42:22 UTC 2013 Modified Files: src/sys/arch/evbarm/rpi: rpi_machdep.c Log Message: Assume the first ld@sdmmc to attach is the booted device until possibily-otherwise specified during evbarm cpu_rootconf(). To gen

CVS commit: src/sys/arch/evbarm/evbarm

2013-01-21 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Jan 21 20:20:32 UTC 2013 Modified Files: src/sys/arch/evbarm/evbarm: autoconf.c Log Message: Correct off-by-one in validation of booted partition number. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sy

CVS commit: src/distrib/utils/embedded/conf

2013-01-21 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Jan 21 17:14:23 UTC 2013 Modified Files: src/distrib/utils/embedded/conf: rpi.conf Log Message: Specify the root device in cmdline.txt, also, it's 'Pi', not 'PI'. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.

CVS commit: src/sys/arch/evbarm/conf

2013-01-21 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Jan 21 16:25:09 UTC 2013 Modified Files: src/sys/arch/evbarm/conf: RPI Log Message: Change the root device to '?' instead of 'ld0a'. This was overriding the root=device passed in on the kernel command line. To generate a d

CVS commit: src/sys/arch/arm/omap

2013-01-20 Thread Jonathan A. Kollasch
:13:26 2013 +++ src/sys/arch/arm/omap/if_cpsw.c Sun Jan 20 22:32:59 2013 @@ -1,4 +1,4 @@ -/* $NetBSD: if_cpsw.c,v 1.1 2013/01/03 21:13:26 jakllsch Exp $ */ +/* $NetBSD: if_cpsw.c,v 1.2 2013/01/20 22:32:59 jakllsch Exp $ */ /* * Copyright (c) 2013 Jonathan A. Kollasch @@ -53,7 +53,7

CVS commit: src/sys/arch

2013-01-19 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Jan 19 16:19:56 UTC 2013 Modified Files: src/sys/arch/amd64/conf: XEN3_DOMU src/sys/arch/i386/conf: XEN3_DOMU Log Message: xbd has been able to cope with any value of MAXPHYS since src/sys/arch/xen/xen/xbd_xenbus.c 1

CVS commit: src/sbin/gpt

2013-01-18 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Jan 18 17:58:15 UTC 2013 Modified Files: src/sbin/gpt: gpt.c show.c Log Message: Now that GPT_ENT_TYPE_LINUX_DATA is diffrent from the Windows one, use it. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/

CVS commit: src/sys/sys

2013-01-18 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Jan 18 17:43:35 UTC 2013 Modified Files: src/sys/sys: disklabel_gpt.h Log Message: gdisk 0.7.2 finally introduced a Linux Basic Data partition GUID. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/sys/

CVS commit: src/sbin/fsck_msdos

2013-01-17 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu Jan 17 16:45:48 UTC 2013 Modified Files: src/sbin/fsck_msdos: fat.c Log Message: An uninitialized next-free-cluster value in the file system information block is valid; do not consider it for correction. To generate a diff

CVS commit: src/sys/dev

2013-01-12 Thread Jonathan A. Kollasch
--- /dev/null Sun Jan 13 01:15:03 2013 +++ src/sys/dev/ic/si470x_reg.h Sun Jan 13 01:15:02 2013 @@ -0,0 +1,112 @@ +/* $NetBSD: si470x_reg.h,v 1.1 2013/01/13 01:15:02 jakllsch Exp $ */ + +/* + * Copyright (c) 2012 Jonathan A. Kollasch + * All rights reserved. + * + * Redistribution and use in source and

CVS commit: src/sys/dev/mii

2013-01-12 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Jan 12 21:43:26 UTC 2013 Modified Files: src/sys/dev/mii: miidevs.h miidevs_data.h Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.113 -r1.114 src/sys/dev/mii/miidevs.h cvs rdiff -u -r1.101 -r1.102 s

CVS commit: src/sys/dev/mii

2013-01-12 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Jan 12 21:43:14 UTC 2013 Modified Files: src/sys/dev/mii: miidevs Log Message: Unlike usbdevs, miidevs needs the vendor name in the product id string. To generate a diff of this commit: cvs rdiff -u -r1.110 -r1.111 src/sys

CVS commit: src/sys/dev/usb

2013-01-12 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Jan 12 21:35:34 UTC 2013 Modified Files: src/sys/dev/usb: usbdevs.h usbdevs_data.h Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.626 -r1.627 src/sys/dev/usb/usbdevs.h cvs rdiff -u -r1.627 -r1.628 s

CVS commit: src/sys/dev/usb

2013-01-12 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Jan 12 21:34:48 UTC 2013 Modified Files: src/sys/dev/usb: usbdevs Log Message: Add SMSC9512 hub Id, and reorder SMSC products by Id number. To generate a diff of this commit: cvs rdiff -u -r1.633 -r1.634 src/sys/dev/usb/us

CVS commit: src/sys/dev/mii

2013-01-12 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Jan 12 21:26:24 UTC 2013 Modified Files: src/sys/dev/mii: miidevs.h miidevs_data.h Log Message: regen. To generate a diff of this commit: cvs rdiff -u -r1.112 -r1.113 src/sys/dev/mii/miidevs.h cvs rdiff -u -r1.100 -r1.101

CVS commit: src/sys/dev/mii

2013-01-12 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Jan 12 21:25:59 UTC 2013 Modified Files: src/sys/dev/mii: miidevs Log Message: Add SMSC OUI and LAN8700 and LAN8710/LAN8720 PHY IDs, at this point just for MIIVERBOSE. To generate a diff of this commit: cvs rdiff -u -r1.10

CVS commit: src/sys/dev/usb

2013-01-12 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Jan 12 20:06:48 UTC 2013 Modified Files: src/sys/dev/usb: if_smsc.c usbdevs.h usbdevs_data.h Log Message: Regen usbdevs and catch up to VENDOR_SMC2 to VENDOR_SMSC change. To generate a diff of this commit: cvs rdiff -u -r1

CVS commit: src/sys/dev/usb

2013-01-12 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Jan 12 20:04:02 UTC 2013 Modified Files: src/sys/dev/usb: usbdevs Log Message: Rename vendor SMC2 to SMSC to better match the reality that SMC Networks makes assembled networking products, where as SMSC designs silicon. To

CVS commit: src/sbin/scsictl

2013-01-11 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Jan 12 02:53:00 UTC 2013 Modified Files: src/sbin/scsictl: scsictl.c Log Message: We supply data with the FORMAT UNIT command, so tell the kernel which direction it is to go (write). To generate a diff of this commit: cvs

CVS commit: src/sbin/scsictl

2013-01-11 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Jan 12 02:50:09 UTC 2013 Modified Files: src/sbin/scsictl: scsictl.c Log Message: take sizeof actual symbol we are memsetting To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sbin/scsictl/scsictl.c Please

CVS commit: src/sys/dev/sdmmc

2013-01-08 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Tue Jan 8 19:36:39 UTC 2013 Modified Files: src/sys/dev/sdmmc: sdhc.c Log Message: If the command protocol calls for a trailing busy signal, wait (up to 10 seconds) for it to be released. To generate a diff of this commit: cv

CVS commit: src/sys/arch/evbarm/conf

2013-01-08 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Tue Jan 8 16:39:28 UTC 2013 Modified Files: src/sys/arch/evbarm/conf: RPI Log Message: Add bcmspi(4) and bsciic(4) and subordinate busses. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/arch/evbarm/conf

CVS commit: src/sys/dev/sdmmc

2013-01-06 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Jan 7 02:56:24 UTC 2013 Modified Files: src/sys/dev/sdmmc: sdhc.c Log Message: Find correct slot index in sdhc_cfprint(). To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/sys/dev/sdmmc/sdhc.c Please note

CVS commit: src

2013-01-06 Thread Jonathan A. Kollasch
/share/man/man4/man4.evbarm/cpsw.4:1.1 --- /dev/null Sun Jan 6 18:30:12 2013 +++ src/share/man/man4/man4.evbarm/cpsw.4 Sun Jan 6 18:30:11 2013 @@ -0,0 +1,52 @@ +.\" $NetBSD: cpsw.4,v 1.1 2013/01/06 18:30:11 jakllsch Exp $ +.\" +.\" Copyright (c) 2013 Jonathan A. Kol

CVS commit: src/sys/arch/arm/broadcom

2013-01-05 Thread Jonathan A. Kollasch
1:23 2013 @@ -0,0 +1,303 @@ +/* $NetBSD: bcm2835_spi.c,v 1.1 2013/01/05 20:31:23 jakllsch Exp $ */ + +/* + * Copyright (c) 2012 Jonathan A. Kollasch + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the

CVS commit: src/sys/arch/arm/broadcom

2013-01-05 Thread Jonathan A. Kollasch
oadcom/bcm2835_bsc.c Sat Jan 5 20:15:17 2013 @@ -0,0 +1,363 @@ +/* $NetBSD: bcm2835_bsc.c,v 1.1 2013/01/05 20:15:17 jakllsch Exp $ */ + +/* + * Copyright (c) 2012 Jonathan A. Kollasch + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are

CVS commit: src/sys/arch/arm/broadcom

2013-01-05 Thread Jonathan A. Kollasch
/arm/broadcom/bcm2835_gpio_subr.c Sat Jan 5 19:55:18 2013 @@ -0,0 +1,69 @@ +/* $NetBSD: bcm2835_gpio_subr.c,v 1.1 2013/01/05 19:55:18 jakllsch Exp $ */ + +/* + * Copyright (c) 2013 Jonathan A. Kollasch + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without

CVS commit: src/sys/arch/arm/broadcom

2013-01-05 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Jan 5 19:47:17 UTC 2013 Modified Files: src/sys/arch/arm/broadcom: bcm2835_obio.c Log Message: Whitespace style adjustments. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/broadcom/bcm2835_ob

CVS commit: src/sys/arch/arm/broadcom

2013-01-05 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Jan 5 19:44:44 UTC 2013 Modified Files: src/sys/arch/arm/broadcom: bcm2835reg.h Log Message: The BSC (I²C) interrupt is actually shared between (at least) the BSC0 and BSC1 units, so don't name it as belonging to only BSC0.

CVS commit: src/sys/dev/spi

2013-01-04 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Jan 4 22:23:06 UTC 2013 Modified Files: src/sys/dev/spi: spi.c Log Message: Don't leak condvars and mutexes, even if they are on the stack. Fixes LOCKDEBUG asserts when a mutex/condvar is initialized at the same stack addre

CVS commit: src/sys/arch/arm/broadcom

2013-01-04 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Jan 4 21:00:24 UTC 2013 Modified Files: src/sys/arch/arm/broadcom: bcm2835_obio.c Log Message: Use config_stdsubmatch() to enable (optional) use of locators on obio devices. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys

2013-01-03 Thread Jonathan A. Kollasch
-0,0 +1,1244 @@ +/* $NetBSD: if_cpsw.c,v 1.1 2013/01/03 21:13:26 jakllsch Exp $ */ + +/* + * Copyright (c) 2013 Jonathan A. Kollasch + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions +

CVS commit: src/sys/arch/arm/omap

2013-01-01 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Tue Jan 1 17:28:27 UTC 2013 Modified Files: src/sys/arch/arm/omap: omap_space.c Log Message: Hook up generic_bs_sr_4 for bus_space_set_region_4 in the OMAP bus space. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.

CVS commit: src/sys/dev/sdmmc

2012-12-23 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Dec 24 06:09:50 UTC 2012 Modified Files: src/sys/dev/sdmmc: sdhc.c Log Message: SDHC_VOLTAGE_SUPP_1_8V is only valid in the presence of SDHC_EMBEDDED_SLOT. Fixes probing of full-size 1GB Toshiba card made in 2008 that fails

CVS commit: src/sys/dev/sdmmc

2012-12-23 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Dec 24 05:43:34 UTC 2012 Modified Files: src/sys/dev/sdmmc: sdhcreg.h Log Message: Add a few more register bits from SDHCI 3.0. Also, add comment to denote an ESDHC bit. To generate a diff of this commit: cvs rdiff -u -r1.

CVS commit: src/sys/dev/sdmmc

2012-12-23 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Dec 23 22:33:09 UTC 2012 Modified Files: src/sys/dev/sdmmc: sdhc.c Log Message: SMC_CAPS_DMA without SMC_CAPS_MULTI_SEG_DMA means we as a host driver only can support one segment per operation. This is not the case with SDH

CVS commit: src/sys/arch/arm/omap

2012-12-23 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Dec 23 18:34:01 UTC 2012 Modified Files: src/sys/arch/arm/omap: omap3_sdhc.c Log Message: TI_AM335X SDHCI does not need SDHC_FLAG_SINGLE_ONLY. This was drastically hindering transfer rate performance. I suspect SDHC_FLAG_S

CVS commit: src/sys/arch/arm/broadcom

2012-12-23 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Dec 23 18:26:16 UTC 2012 Modified Files: src/sys/arch/arm/broadcom: bcm2835_emmc.c Log Message: The BCM2835 reference says the SDHC_HIGH_SPEED bit in SDHC_HOST_CTL is implemented, so add SDHC_HIGH_SPEED_SUPP to the software-

CVS commit: src/sys/dev/sdmmc

2012-12-22 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Dec 22 21:24:49 UTC 2012 Modified Files: src/sys/dev/sdmmc: sdmmc.c Log Message: We can't block our interrupt while sdmmc_detach_card is called, as it can issue commands, and some host drivers have interrupt-driven command c

CVS commit: src/sys/dev/sdmmc

2012-12-22 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Dec 22 20:21:09 UTC 2012 Modified Files: src/sys/dev/sdmmc: sdmmc.c Log Message: Revert sdmmc.c r1.18 (previous commit to this file). It seems to have caused regressions to detaching drivers from cards at the appropriate tim

CVS commit: src/sys/dev/sdmmc

2012-12-21 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Dec 22 03:56:58 UTC 2012 Modified Files: src/sys/dev/sdmmc: sdhc.c Log Message: Add support for SDHCI 3.0 bus clock generation, which unlike 1.0 and 2.0 has support for non-power-of-two divisors from 1 to 1023. Additionally

CVS commit: src/sys/dev/sdmmc

2012-12-20 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu Dec 20 22:56:38 UTC 2012 Modified Files: src/sys/dev/sdmmc: sdhc.c Log Message: If we get a SDMA boundary-crossing interrupt at the end of the final segment, the transfer is not implicitly complete; we still need to wait for

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