cvs commit: src/sys/dev/pci pci_pci.c

2006-10-11 Thread Warner Losh
imp 2006-10-12 03:05:46 UTC FreeBSD src repository Modified files: sys/dev/pci pci_pci.c Log: Remove redundant casts. The casts inside the macros should be sufficient (or fixed if not). Revision ChangesPath 1.41 +4 -4 src/sys/dev/pci/pci_pci.

cvs commit: src/sys/conf files

2006-10-17 Thread Warner Losh
imp 2006-10-17 18:08:04 UTC FreeBSD src repository Modified files: sys/conf files Log: Collapse the two identical emu10k1-alsa%diked.h creation rules for snd_emu10k1 and snd_emu10kx into one line. The 'pci' dependency here adds no value, so I eliminted it (we

cvs commit: src/usr.sbin Makefile

2006-10-18 Thread Warner Losh
imp 2006-10-18 19:56:41 UTC FreeBSD src repository Modified files: usr.sbin Makefile Log: Always build pccardc. # I should remove the oldcard vestages from it... Revision ChangesPath 1.363 +1 -2 src/usr.sbin/Makefile _

cvs commit: src/usr.sbin/pccard/pccardd Makefile cardd.c cardd.h file.c pccard.conf.5 pccardd.8 pccardd.c server.c util.c

2006-10-18 Thread Warner Losh
imp 2006-10-18 20:48:06 UTC FreeBSD src repository Removed files: usr.sbin/pccard/pccardd Makefile cardd.c cardd.h file.c pccard.conf.5 pccardd.8 pccardd.c server.c util.c Log: Delete now-unused portion of pccardd. OL

cvs commit: src/usr.sbin/pccard Makefile src/usr.sbin/pccard/dumpcis Makefile dumpcis.8 main.c

2006-10-18 Thread Warner Losh
imp 2006-10-18 21:09:43 UTC FreeBSD src repository Modified files: usr.sbin/pccard Makefile Added files: usr.sbin/pccard/dumpcis Makefile dumpcis.8 main.c Log: Package the dumpcisfile functionality into a new dumpcis command. Also, don't build pccardc now. I've

cvs commit: src/sys/i386/conf NOTES src/sys/pc98/conf NOTES src/sys/amd64/conf NOTES

2006-10-18 Thread Warner Losh
imp 2006-10-19 05:17:55 UTC FreeBSD src repository Modified files: sys/i386/confNOTES sys/pc98/confNOTES sys/amd64/conf NOTES Log: Remove references to pccard.conf Revision ChangesPath 1.60 +2 -2 src/sys/amd64/conf/NOTES

cvs commit: src/share/examples/etc README.examples

2006-10-18 Thread Warner Losh
imp 2006-10-19 05:19:00 UTC FreeBSD src repository Modified files: share/examples/etc README.examples Log: Remove references to pccard.conf, it is no longer used. Revision ChangesPath 1.17 +0 -2 src/share/examples/etc/README.examples __

cvs commit: src/sys/dev/awi if_awi_pccard.c

2006-10-18 Thread Warner Losh
imp 2006-10-19 05:25:29 UTC FreeBSD src repository Modified files: sys/dev/awi if_awi_pccard.c Log: tweak comment Revision ChangesPath 1.24 +2 -1 src/sys/dev/awi/if_awi_pccard.c ___ cvs-all@freebsd.org

cvs commit: src/sys/dev/ray if_ray.c

2006-10-18 Thread Warner Losh
imp 2006-10-19 05:25:53 UTC FreeBSD src repository Modified files: sys/dev/ray if_ray.c Log: tweak comments about OLDCARD workarounds Revision ChangesPath 1.85 +1 -2 src/sys/dev/ray/if_ray.c ___ cvs-al

cvs commit: src/sys/conf files src/sys/dev/mmc bridge.h mmc.c mmcbr_if.m mmcbrvar.h mmcbus_if.m mmcreg.h mmcsd.c mmcvar.h

2006-10-19 Thread Warner Losh
imp 2006-10-20 06:39:59 UTC FreeBSD src repository Modified files: sys/conf files Added files: sys/dev/mmc bridge.h mmc.c mmcbr_if.m mmcbrvar.h mmcbus_if.m mmcreg.h mmcsd.c mmcvar.h Log: Preliminary MMC stack. This stack

cvs commit: src/sys/arm/at91 at91_mci.c at91_mcireg.h

2006-10-19 Thread Warner Losh
imp 2006-10-20 06:44:04 UTC FreeBSD src repository Added files: sys/arm/at91 at91_mci.c at91_mcireg.h Log: MMC/SD bridge driver (host adapter) for AT91RM9200's MCI interface. This interface also appears in the AT91SAM9260 and '61 as well as the AVR32 based micros

cvs commit: src/sys/modules/mmc Makefile src/sys/modules/mmcsd Makefile

2006-10-19 Thread Warner Losh
imp 2006-10-20 06:52:59 UTC FreeBSD src repository Added files: sys/modules/mmc Makefile sys/modules/mmcsdMakefile Log: Loadable modules for mmc (the bus) amd mmcsd (the MMC and SD support code). A little green, so not yet connected to the build. Revisio

cvs commit: src/sys/conf kmod.mk

2006-10-19 Thread Warner Losh
imp 2006-10-20 06:55:49 UTC FreeBSD src repository Modified files: sys/conf kmod.mk Log: Add mmcbr_if.m and mmcbus_if.m to the mix. Revision ChangesPath 1.212 +2 -1 src/sys/conf/kmod.mk ___ cvs-all@f

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

2006-10-20 Thread Warner Losh
imp 2006-10-20 07:03:57 UTC FreeBSD src repository Modified files: sys/arm/at91 kb920x_machdep.c Log: Add configuration of the SSC lines for second SSC. Revision ChangesPath 1.17 +2 -0 src/sys/arm/at91/kb920x_machdep.c ___

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

2006-10-20 Thread Warner Losh
imp 2006-10-20 07:04:56 UTC FreeBSD src repository Modified files: sys/arm/at91 if_ate.c Log: Add sysctl to export current state of rmii vs mii configuraiton. Fix a typo in resource allocation. Revision ChangesPath 1.11 +12 -2 src/sys/arm/at91/i

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

2006-10-20 Thread Warner Losh
imp 2006-10-20 07:06:39 UTC FreeBSD src repository Modified files: sys/arm/at91 at91_twi.c Log: Progress commit for getting TWI working Revision ChangesPath 1.5 +23 -17src/sys/arm/at91/at91_twi.c ___ cv

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

2006-10-20 Thread Warner Losh
imp 2006-10-20 07:08:15 UTC FreeBSD src repository Modified files: sys/arm/at91 at91_sscreg.h Log: More register definitions. Revision ChangesPath 1.2 +105 -0src/sys/arm/at91/at91_sscreg.h ___ cvs-all@f

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

2006-10-20 Thread Warner Losh
imp 2006-10-20 07:08:59 UTC FreeBSD src repository Modified files: sys/arm/at91 at91_ssc.c Log: Commit WIP SSC driver, more work is needed here, but it configures things OK. Revision ChangesPath 1.3 +26 -6 src/sys/arm/at91/at91_ssc.c __

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

2006-10-20 Thread Warner Losh
imp 2006-10-20 07:10:13 UTC FreeBSD src repository Modified files: sys/arm/at91 at91_spi.c Log: MFp4: Working SPI driver. Revision ChangesPath 1.3 +66 -53src/sys/arm/at91/at91_spi.c ___ cvs-all@freebsd.

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

2006-10-20 Thread Warner Losh
imp 2006-10-20 07:11:52 UTC FreeBSD src repository Modified files: sys/dev/spibus spibus.c Log: MFp4: when passing the transfer up the foodchain, make sure we go up the food chain. devi == NULL is the error condition. Treat it as such. Revision ChangesPath

cvs commit: src/sys/conf kmod.mk

2006-10-20 Thread Warner Losh
imp 2006-10-20 07:31:16 UTC FreeBSD src repository Modified files: sys/conf kmod.mk Log: Sort MFILES list Noticed by: ru@ Revision ChangesPath 1.213 +2 -2 src/sys/conf/kmod.mk ___ cvs-all@freebs

cvs commit: src/sys/boot/arm/at91/boot2 Makefile boot2.c kb920x_board.c src/sys/boot/arm/at91/libat91 Makefile at91rm9200.h at91rm9200_lowlevel.c emac.c emac.h emac_init.c lib.h lib_AT91RM9200.h mci_d

2006-10-20 Thread Warner Losh
imp 2006-10-20 09:12:05 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/libat91 Makefile at91rm9200.h at91rm9200_lowlevel.c emac.c emac.h emac_init.c lib.h lib_AT91RM9200.h mc

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

2006-10-20 Thread Warner Losh
imp 2006-10-20 16:57:30 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/libat91 Makefile Log: There's no fpga.c, so omit it. Revision ChangesPath 1.6 +1 -1 src/sys/boot/arm/at91/libat91/Makefile _

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

2006-10-21 Thread Warner Losh
imp 2006-10-21 22:43:07 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/boot0spi main.c Log: MFp4: Move to smaller code. This was somehow forgotten before. Revision ChangesPath 1.3 +5 -5 src/sys/boot/arm/at91/boot0spi/main.c __

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

2006-10-21 Thread Warner Losh
imp 2006-10-21 22:43:39 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/bootiic env_vars.c loader_prompt.c Log: MFp4: Move to smaller code footprint. Revision ChangesPath 1.2 +1 -1 src/sys/boot/arm/at91/bootiic/env_vars.c 1.3 +19 -1

cvs commit: src/sys/boot/arm/at91/bootspi Makefile arm_init.S env_vars.c loader_prompt.c main.c

2006-10-21 Thread Warner Losh
imp 2006-10-21 22:44:26 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/bootspi Makefile arm_init.S env_vars.c loader_prompt.c main.c Log: MFp4: Update to smaller code footprint. Revision ChangesPath 1.3 +1 -1

cvs commit: src/sys/boot/arm/at91 Makefile.inc src/sys/boot/arm/at91/bootspi Makefile ee.c ee.h loader_prompt.c

2006-10-21 Thread Warner Losh
imp 2006-10-21 22:51:21 UTC FreeBSD src repository Modified files: sys/boot/arm/at91Makefile.inc sys/boot/arm/at91/bootspi Makefile loader_prompt.c Added files: sys/boot/arm/at91/bootspi ee.c ee.h Log: MFp4: default to not loading the fpga Revision Chang

cvs commit: src/sys/boot/arm Makefile

2006-10-22 Thread Warner Losh
imp 2006-10-23 00:05:28 UTC FreeBSD src repository Modified files: sys/boot/arm Makefile Log: Don't descend into at91 until we sort out the boot loader issues more generally Revision ChangesPath 1.3 +1 -1 src/sys/boot/arm/Makefile _

cvs commit: src/usr.sbin/config config.y

2006-10-23 Thread Warner Losh
imp 2006-10-24 00:02:23 UTC FreeBSD src repository Modified files: usr.sbin/config config.y Log: Since multiple hints lines do not work, make doing that a fatal error. Revision ChangesPath 1.74 +3 -0 src/usr.sbin/config/config.y

cvs commit: src/usr.sbin/config config.y

2006-10-23 Thread Warner Losh
imp 2006-10-24 00:07:39 UTC FreeBSD src repository Modified files: usr.sbin/config config.y Log: style(9) pedantry Revision ChangesPath 1.75 +7 -7 src/usr.sbin/config/config.y ___ cvs-all@freebsd.org maili

cvs commit: src/usr.sbin/config config.h config.y main.c mkmakefile.c

2006-10-23 Thread Warner Losh
imp 2006-10-24 00:31:59 UTC FreeBSD src repository Modified files: usr.sbin/config config.h config.y main.c mkmakefile.c Log: End my resistance to jmg's multiple hints files and bring in support for having multiple hints files generate a correct hints.c (eg, with all

cvs commit: src/usr.sbin/config config.5

2006-10-23 Thread Warner Losh
imp 2006-10-24 00:44:40 UTC FreeBSD src repository Modified files: usr.sbin/config config.5 Log: Document multiple hints lines. Tweak machine description to more accurately reflect second argument being the cpu architecture. Note correspondence with MACHINE and MACH

cvs commit: src/usr.sbin/config mkmakefile.c

2006-10-24 Thread Warner Losh
imp 2006-10-24 07:12:31 UTC FreeBSD src repository Modified files: usr.sbin/config mkmakefile.c Log: Don't leak files. This also eliminates the need for ifp init. Submitted by: ru@ Revision ChangesPath 1.91 +2 -3 src/usr.sbin/config/mkmakefil

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

2006-10-25 Thread Warner Losh
imp 2006-10-25 07:58:18 UTC FreeBSD src repository Modified files: sys/arm/at91 at91_sscreg.h Log: MFp4: Status register bits Revision ChangesPath 1.3 +14 -0 src/sys/arm/at91/at91_sscreg.h ___ cvs-all@f

cvs commit: src/sys/arm/at91 std.at91 std.kb920x

2006-10-25 Thread Warner Losh
imp 2006-10-25 08:00:11 UTC FreeBSD src repository Modified files: sys/arm/at91 std.at91 std.kb920x Log: MFp4: Move the parameters that are basically dictated by the AT91 organization to that file. Revision ChangesPath 1.3 +5 -0 src/sys/arm/at

cvs commit: src/usr.sbin/fwcontrol Makefile fwcontrol.8 fwcontrol.c fwdv.c fwmethods.h fwmpegts.c

2006-10-26 Thread Warner Losh
imp 2006-10-26 22:33:38 UTC FreeBSD src repository Modified files: usr.sbin/fwcontrol Makefile fwcontrol.8 fwcontrol.c fwdv.c Added files: usr.sbin/fwcontrol fwmethods.h fwmpegts.c Log: Add MPEG2-TS/HDV support to fwcontrol. Submitted by: Petr Holub" <[EMAIL P

cvs commit: src/sys/sys param.h

2006-10-29 Thread Warner Losh
imp 2006-10-29 20:03:55 UTC FreeBSD src repository Modified files: sys/sys param.h Log: Retire the failed OBSOLETE_IN_6 experiment code. Revision ChangesPath 1.278 +0 -6 src/sys/sys/param.h ___ cvs-

cvs commit: src/sys/dev/pci pci.c pci_pci.c pcivar.h

2006-10-30 Thread Warner Losh
imp 2006-10-30 19:18:46 UTC FreeBSD src repository Modified files: sys/dev/pci pci.c pci_pci.c pcivar.h Log: More fully support 64-bit bars. Prior to this commit, we supported only those bars that had addresses assigned by the BIOS and where the bridges were pro

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

2006-10-30 Thread Warner Losh
imp 2006-10-30 22:46:33 UTC FreeBSD src repository Modified files: sys/dev/pci pci.c Log: Assign start to the value we were able to allocate and use that to write out the BAR. Otherwise, we were trying to shift a 32-bit quantity on 32-bit platforms. Also, 'star

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

2006-06-11 Thread Warner Losh
imp 2006-06-12 03:17:25 UTC FreeBSD src repository Modified files: sys/dev/cardbus cardbus.c Log: When we can't parse the CIS, note with a warning that the bogus CIS was ignored, rather than freaking out. In the past, it wasn't possible to not parse the CIS, so this

cvs commit: src/sys/dev/cardbus cardbus_cis.c

2006-06-11 Thread Warner Losh
imp 2006-06-12 03:20:45 UTC FreeBSD src repository Modified files: sys/dev/cardbus cardbus_cis.c Log: Better error message when the CIS is a non-standards conforming '0'. Revision ChangesPath 1.59 +3 -1 src/sys/dev/cardbus/cardbus_cis.c

cvs commit: src/sys/dev/cardbus cardbus_cis.c

2006-06-11 Thread Warner Losh
imp 2006-06-12 03:28:42 UTC FreeBSD src repository Modified files: sys/dev/cardbus cardbus_cis.c Log: Minor cleanup of CIS parsing. Revision ChangesPath 1.60 +1 -5 src/sys/dev/cardbus/cardbus_cis.c ___ cvs

cvs commit: src/sys/dev/firewire fwohci_pci.c

2006-06-11 Thread Warner Losh
imp 2006-06-12 04:00:33 UTC FreeBSD src repository Modified files: sys/dev/firewire fwohci_pci.c Log: Better printf Revision ChangesPath 1.54 +1 -1 src/sys/dev/firewire/fwohci_pci.c ___ cvs-all@freebsd.org

cvs commit: src/sys/sys rman.h src/sys/kern subr_rman.c

2006-06-11 Thread Warner Losh
imp 2006-06-12 04:06:21 UTC FreeBSD src repository Modified files: sys/sys rman.h sys/kern subr_rman.c Log: Add a convenience function rman_init_from_resource for initializing a rman from a resource. Also, include _bus.h since the implemen

cvs commit: src/sys/conf files src/sys/amd64/conf DEFAULTS src/sys/i386/conf DEFAULTS src/sys/ia64/conf DEFAULTS src/sys/pc98/conf DEFAULTS src/sys/powerpc/conf DEFAULTS src/sys/sparc64/conf DEFAULTS

2006-06-11 Thread Warner Losh
imp 2006-06-12 04:21:50 UTC FreeBSD src repository Modified files: sys/conf files sys/amd64/conf DEFAULTS sys/i386/confDEFAULTS sys/ia64/confDEFAULTS sys/pc98/confDEFAULTS sys/powerpc/conf DEFAULTS sys/spa

cvs commit: src/sys/dev/ed if_ed.c if_ed_novell.c if_edvar.h

2006-06-11 Thread Warner Losh
imp 2006-06-12 04:30:42 UTC FreeBSD src repository Modified files: sys/dev/ed if_ed.c if_ed_novell.c if_edvar.h Log: MFp4: o Implement a bunch of sysctl's to report the information that's now always reported. Mvoe reporting of that info

cvs commit: src/sys/dev/atkbdc atkbdc_isa.c

2006-06-12 Thread Warner Losh
imp 2006-06-12 14:46:44 UTC FreeBSD src repository Modified files: sys/dev/atkbdc atkbdc_isa.c Log: MFp4: need machine/bus.h here since we use bus space macros. It used to be brought in by name-space polluted sys/rman.h. Pointy hat to: imp Revision

cvs commit: src/sys/dev/puc pucdata.c

2006-06-12 Thread Warner Losh
imp 2006-06-12 19:22:44 UTC FreeBSD src repository Modified files: sys/dev/puc pucdata.c Log: Need machine/bus.h here too Revision ChangesPath 1.56 +1 -0 src/sys/dev/puc/pucdata.c ___ cvs-all@freebsd.o

Re: HISTORICAL_MAKE_WORLD

2006-06-13 Thread Warner Losh
From: John Baldwin <[EMAIL PROTECTED]> Subject: Re: HISTORICAL_MAKE_WORLD (was: cvs commit: src Makefile README) Date: Tue, 13 Jun 2006 08:48:21 -0400 > That was the _intentional_ nature of the compromise agreed to at least > a year or so ago. Go archive-diving if you don't believe that. At > th

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

2006-06-17 Thread Warner Losh
imp 2006-06-17 23:22:10 UTC FreeBSD src repository Modified files: sys/arm/at91 at91_pmc.c Log: improve reporting of clocks Revision ChangesPath 1.2 +2 -3 src/sys/arm/at91/at91_pmc.c ___ cvs-all@freebs

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

2006-06-17 Thread Warner Losh
imp 2006-06-17 23:24:35 UTC FreeBSD src repository Modified files: sys/arm/at91 if_ate.c Log: Carefully note the RMII bit in the config register at attach time. The boot loader is supposed to leave this bit set to the right value for the board. If this bit was se

cvs commit: src/sys/arm/conf KB920X

2006-06-17 Thread Warner Losh
imp 2006-06-17 23:34:59 UTC FreeBSD src repository Modified files: sys/arm/conf KB920X Log: comment out twi for now: no iicbus in KB920X: it breaks booting Revision ChangesPath 1.7 +1 -1 src/sys/arm/conf/KB920X __

cvs commit: src/sys/boot Makefile

2006-06-18 Thread Warner Losh
imp 2006-06-18 17:44:40 UTC FreeBSD src repository Modified files: sys/boot Makefile Log: Don't descend into ${MACHINE} on the arm platforms. Revision ChangesPath 1.29 +2 -0 src/sys/boot/Makefile __

cvs commit: src/sys/conf kern.post.mk

2006-06-18 Thread Warner Losh
imp 2006-06-18 17:48:45 UTC FreeBSD src repository Modified files: sys/conf kern.post.mk Log: Remove the insistance on having a device.hints. This was a seat belt for those upgrading from 4.x -> 5.x. It is therefore no longer necessary because it is installe

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

2006-06-20 Thread Warner Losh
imp 2006-06-20 20:13:40 UTC FreeBSD src repository Modified files: sys/arm/at91 at91rm92reg.h kb920x_machdep.c Log: Probe the memory size of the board better. Look at the bus width, number of banks, rows and columns the SDRAMC is programmed to access to determine

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

2006-06-20 Thread Warner Losh
imp 2006-06-20 23:40:05 UTC FreeBSD src repository Modified files: sys/arm/at91 kb920x_machdep.c Log: Compute physmem so we can print it correctly on boot. Slightly optimize while I'm here. Revision ChangesPath 1.8 +5 -5 src/sys/arm/at91/kb920

cvs commit: src/sys/arm/arm locore.S

2006-06-21 Thread Warner Losh
imp 2006-06-21 23:47:25 UTC FreeBSD src repository Modified files: sys/arm/arm locore.S Log: Nitsville: the routine is called initarm, not init_arm, correct it in a comment. Revision ChangesPath 1.14 +1 -1 src/sys/arm/arm/locore.S

cvs commit: src Makefile

2006-06-22 Thread Warner Losh
imp 2006-06-22 16:52:53 UTC FreeBSD src repository Modified files: .Makefile Log: Per weak consensus on this topic, remove suggestion to set HISTORICAL_MAKE_WORLD from the text that's output. This was committed against the previous consensus. Leave t

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

2006-06-29 Thread Warner Losh
From: John Baldwin <[EMAIL PROTECTED]> Subject: Re: cvs commit: src/sys/kern kern_module.c Date: Tue, 27 Jun 2006 08:48:28 -0400 > On Monday 26 June 2006 19:41, Sam Leffler wrote: > > John Baldwin wrote: > > > jhb 2006-06-26 18:34:45 UTC > > > > > > FreeBSD src repository > > > > > >

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

2006-06-29 Thread Warner Losh
imp 2006-06-30 06:27:24 UTC FreeBSD src repository Modified files: sys/dev/sio sio.c Log: Have sio return BIS_PROBE_DEFAULT like all the other drivers in the tree... John Baldwin noted that sio might pass values between probe and attach via softc. It appears th

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

2006-07-01 Thread Warner Losh
imp 2006-07-02 03:45:33 UTC FreeBSD src repository Modified files: sys/arm/at91 uart_dev_at91usart.c Log: MFp4: Make serial ports more robust and reliable. Make non-console ports work. This might have broken skyeye stuff. o Introduce ping-pong receive bu

cvs commit: src/sys/arm/at91 at91_pio.c at91_pio_rm9200.h at91_piovar.h

2006-07-01 Thread Warner Losh
imp 2006-07-02 03:50:44 UTC FreeBSD src repository Modified files: sys/arm/at91 at91_pio.c Added files: sys/arm/at91 at91_pio_rm9200.h at91_piovar.h Log: Add support for configuring pins to be one of {GPIO, PERIPHERAL A or PERIPHERAL B}, as well as di

cvs commit: src/sys/sys bus.h

2006-07-07 Thread Warner Losh
imp 2006-07-07 23:30:14 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/sys bus.h Log: MFC: phk's bus_{read,write}_* macros. These are slightly different than -current because rman is opaque in RELENG_6, but are 100% API compatible.

cvs commit: src/sys/isa isahint.c

2006-07-08 Thread Warner Losh
imp 2006-07-08 15:51:55 UTC FreeBSD src repository Modified files: sys/isa isahint.c Log: Remove old GENERIC kludge. We no longer need to skip devices named atkbd. Version 1.162 of GENERIC fixed this problem in April of 1999. Subsequent to that, the hints d

cvs commit: src/sys/isa isahint.c

2006-07-08 Thread Warner Losh
imp 2006-07-08 16:50:10 UTC FreeBSD src repository Modified files: sys/isa isahint.c Log: (apply '(lambda (reformat-region 'style-9-parens)) (read-file isahint.c)) remove redundant parens, per style(9) to reduce that limp, lispy feeling. Revision Chang

cvs commit: src/sys/kern bus_if.m subr_bus.c src/sys/sys bus.h

2006-07-08 Thread Warner Losh
imp 2006-07-08 17:06:15 UTC FreeBSD src repository Modified files: sys/kern subr_bus.c bus_if.m sys/sys bus.h Log: Create bus_enumerate_hinted_children. This routine will allow drivers to use the hinted child system. Bus drivers that use this

cvs commit: src/sys/kern bus_if.m subr_bus.c src/sys/sys bus.h

2006-07-12 Thread Warner Losh
imp 2006-07-12 22:57:57 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/kern subr_bus.c bus_if.m sys/sys bus.h Log: MFC:subr_bus.c 1.194, bus_if.m 1.30, bus.h 1.75: Create bus_enumerate_hinted_children.

cvs commit: src/sys/dev/stg tmc18c30_subr.c

2006-07-13 Thread Warner Losh
imp 2006-07-14 04:35:59 UTC FreeBSD src repository Modified files: sys/dev/stg tmc18c30_subr.c Log: no need to print unload anymore. Revision ChangesPath 1.6 +0 -1 src/sys/dev/stg/tmc18c30_subr.c ___

cvs commit: src/sys/dev/ncv ncr53c500_pccard.c

2006-07-13 Thread Warner Losh
imp 2006-07-14 04:36:57 UTC FreeBSD src repository Modified files: sys/dev/ncv ncr53c500_pccard.c Log: no need to print unload anymore Revision ChangesPath 1.28 +0 -1 src/sys/dev/ncv/ncr53c500_pccard.c ___

cvs commit: src/sys/dev/pccard pccarddevs

2006-07-13 Thread Warner Losh
imp 2006-07-14 04:39:29 UTC FreeBSD src repository Modified files: sys/dev/pccard pccarddevs Log: Fix a few cis entries that were separated with spaces, not with commas. This caused drivers for the cards they matched to not probe. Revision ChangesPath 1.12

cvs commit: src/sys/arm/conf KB920X src/sys/arm/at91 std.at91 std.kb920x

2006-07-14 Thread Warner Losh
imp 2006-07-14 15:20:31 UTC FreeBSD src repository Modified files: sys/arm/conf KB920X sys/arm/at91 std.at91 std.kb920x Log: Move some of the common parameters into the std. files for this platform. Also migrate from MD disk to NFS boot. Revision

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

2006-07-14 Thread Warner Losh
imp 2006-07-14 21:33:04 UTC FreeBSD src repository Modified files: sys/arm/at91 uart_dev_at91usart.c Log: Be sure to flush the cache after a partial read on timeout. Expand comments about timeouts. Fix a style nit. Sometimes small messages were getting corrupte

cvs commit: src/sys/arm/at91 at91_spi.c at91_spiio.h at91_spireg.h

2006-07-14 Thread Warner Losh
imp 2006-07-14 21:35:59 UTC FreeBSD src repository Modified files: sys/arm/at91 at91_spi.c at91_spireg.h Removed files: sys/arm/at91 at91_spiio.h Log: MF p4: Adapt to forthcoming spi framework. The ioctls for SPI commands and such belong in the

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

2006-07-14 Thread Warner Losh
imp 2006-07-14 21:37:19 UTC FreeBSD src repository Modified files: sys/arm/at91 at91_rtc.c Log: Implement the set_time function. Rather pointless with this RTC, as it resets when the core resets, but there may be some use for it... Revision ChangesPath

cvs commit: src/sys/conf options.arm

2006-07-14 Thread Warner Losh
imp 2006-07-14 21:59:54 UTC FreeBSD src repository Modified files: sys/conf options.arm Log: For the moment, make board configuration a compile time option. This saves space in the final kernel, but at the expense of flexibility to boot the same kernel accros

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

2006-07-14 Thread Warner Losh
imp 2006-07-14 22:01:52 UTC FreeBSD src repository Modified files: sys/arm/at91 at91_pmc.c Log: The TSC board uses a 16MHz base clock for the AT91RM9200, while the Kwikbyte board uses a 10MHz base clock. Cope with this difference. Revision ChangesPath 1

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

2006-07-14 Thread Warner Losh
imp 2006-07-14 22:06:01 UTC FreeBSD src repository Modified files: sys/arm/at91 at91_rtcreg.h Log: MFp4: Fix typo in RTC_CALR_MK. Revision ChangesPath 1.2 +1 -1 src/sys/arm/at91/at91_rtcreg.h ___

cvs commit: src/sys/arm/at91 at91_pio.c at91_piovar.h kb920x_machdep.c

2006-07-14 Thread Warner Losh
imp 2006-07-14 22:22:57 UTC FreeBSD src repository Modified files: sys/arm/at91 at91_pio.c at91_piovar.h kb920x_machdep.c Log: MFp4: Introduce framework to configure the multiplexed pins on boot. Since the USART supprots RS-485 multidrop mode, i

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

2006-07-14 Thread Warner Losh
imp 2006-07-14 22:30:44 UTC FreeBSD src repository Modified files: sys/arm/at91 at91_ssc.c Log: MFp4: paren police Revision ChangesPath 1.2 +4 -6 src/sys/arm/at91/at91_ssc.c ___ cvs-all@freebsd.org mai

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

2006-07-14 Thread Warner Losh
imp 2006-07-14 22:31:12 UTC FreeBSD src repository Modified files: sys/arm/at91 at91_st.c Log: MFp4: elevate quality of slow clock a little Revision ChangesPath 1.4 +1 -1 src/sys/arm/at91/at91_st.c ___

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

2006-07-14 Thread Warner Losh
imp 2006-07-14 22:40:24 UTC FreeBSD src repository Modified files: sys/arm/at91 at91_twi.c Log: MFp4: tweaks Revision ChangesPath 1.3 +8 -7 src/sys/arm/at91/at91_twi.c ___ cvs-all@freebsd.org mailing l

cvs commit: src/sys/arm/at91 files.at91

2006-07-14 Thread Warner Losh
imp 2006-07-14 22:41:54 UTC FreeBSD src repository Modified files: sys/arm/at91 files.at91 Log: MFp4: this now depends on new spi bus stuff Revision ChangesPath 1.6 +3 -1 src/sys/arm/at91/files.at91 __

cvs commit: src/sys/dev/spibus spi.h spibus.c spibus_if.m spibusvar.h

2006-07-14 Thread Warner Losh
imp 2006-07-14 22:47:07 UTC FreeBSD src repository Added files: sys/dev/spibus spi.h spibus.c spibus_if.m spibusvar.h Log: MFp4: Initial spibus support. Seems to be OK, but needs some polish. # someone should write a bit-bang spi parallel port in

cvs commit: src/sys/conf files

2006-07-14 Thread Warner Losh
imp 2006-07-14 22:50:46 UTC FreeBSD src repository Modified files: sys/conf files Log: MFp4: spibus glue Revision ChangesPath 1.1129+4 -0 src/sys/conf/files ___ cvs-all@freebsd.org mailing list http:

cvs commit: src/sys/dev/iicbus iic.c iic.h iicbus.c iicbus.h iicbus_if.m iiconf.c iiconf.h

2006-07-14 Thread Warner Losh
imp 2006-07-14 23:15:07 UTC FreeBSD src repository Modified files: sys/dev/iicbus iic.c iic.h iicbus.c iicbus.h iicbus_if.m iiconf.c iiconf.h Log: Allow iic bridges to support a generalized transfer, rather than forcing all transfers to do th

cvs commit: src/lib/libutil humanize_number.3

2006-07-15 Thread Warner Losh
imp 2006-07-15 20:53:36 UTC FreeBSD src repository Modified files: lib/libutil humanize_number.3 Log: Note the convention that humanize_number follows. Add 'engineering' numbers to table. Revision ChangesPath 1.9 +11 -8 src/lib/libutil/humaniz

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

2006-07-16 Thread Warner Losh
imp 2006-07-17 03:47:18 UTC FreeBSD src repository Modified files: sys/dev/sio sio.c Log: Restore the status quo before my last commit. Prior to it, sio took precedence uart. With my last change, it became a tie, and uart seems to always win on my amd64. This

cvs commit: src/sys/conf options src/sys/sys sysctl.h

2006-07-18 Thread Warner Losh
imp 2006-07-18 17:00:51 UTC FreeBSD src repository Modified files: sys/conf options sys/sys sysctl.h Log: Add new kernel config option. NO_SYSCTL_DESCR to omit the descriptions for the sysctls. This saves a lot of space in the resulting kerne

cvs commit: src/sys/arm/arm in_cksum.c in_cksum_arm.S

2006-07-18 Thread Warner Losh
imp 2006-07-18 20:08:24 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/arm/arm in_cksum.c in_cksum_arm.S Log: MFC:in_cksum_arm.S 1.6 in_cksum.c 1.5, 1.6, 1.7 Use REDUCE32 to compute correct checksum. Revision

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

2006-07-18 Thread Warner Losh
imp 2006-07-18 20:23:18 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/arm/at91 at91_pmc.c Log: MFC: use bus_read/write_4 now that's been MFC'd. use the correct frequency to initialize the clocks. Revision Changes

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

2006-07-18 Thread Warner Losh
imp 2006-07-18 20:26:31 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/arm/at91 at91_rtc.c Log: MFC: Actually set the RTC. Use bus_read/write_4 now the've been MFC'd. Revision ChangesPath 1.1.2.2 +10 -8 src/sys/arm/at91/at9

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

2006-07-18 Thread Warner Losh
imp 2006-07-18 20:28:10 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/arm/at91 at91_pio.c Log: MFC: Spell RTC_CALR_CEN_S correctly. Revision ChangesPath 1.1.2.2 +102 -6src/sys/arm/at91/at91_pio.c ___

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

2006-07-18 Thread Warner Losh
imp 2006-07-18 20:28:38 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/arm/at91 at91_rtcreg.h Log: MFC: Spell RTC_CALR_CEN_S correctly. Revision ChangesPath 1.1.2.2 +1 -1 src/sys/arm/at91/at91_rtcreg.h _

cvs commit: src/sys/arm/at91 at91_spi.c at91_spireg.h

2006-07-18 Thread Warner Losh
imp 2006-07-18 20:30:37 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/arm/at91 at91_spi.c at91_spireg.h Log: MFC: changes for generalized spibus Revision ChangesPath 1.1.2.2 +100 -263 src/sys/arm/at91/at91_spi.c 1.1.2.2 +3

cvs commit: src/sys/arm/at91 at91_pio.c at91_pio_rm9200.h at91_pioreg.h at91_piovar.h

2006-07-18 Thread Warner Losh
imp 2006-07-18 21:00:58 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/arm/at91 at91_pio.c at91_pioreg.h Added files: (Branch: RELENG_6) sys/arm/at91 at91_pio_rm9200.h at91_piovar.h Log: MFC: Add the ability

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

2006-07-18 Thread Warner Losh
imp 2006-07-18 21:55:36 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/arm/at91 at91_st.c Log: MFC: The SCK is a little better than 0 Revision ChangesPath 1.3.2.2 +1 -1 src/sys/arm/at91/at91_st.c ___

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

2006-07-18 Thread Warner Losh
imp 2006-07-18 21:56:02 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/arm/at91 at91_ssc.c Log: MFC: Minor polishing Revision ChangesPath 1.1.2.2 +4 -6 src/sys/arm/at91/at91_ssc.c ___

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

2006-07-18 Thread Warner Losh
imp 2006-07-18 21:57:35 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/arm/at91 if_ate.c Log: MFC: use bus_read/write_4. requeue mbufs that don't defrag Revision ChangesPath 1.8.2.2 +3 -6 src/sys/arm/at91/if_ate.c

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

2006-07-18 Thread Warner Losh
imp 2006-07-18 21:58:50 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/arm/at91 uart_dev_at91usart.c Log: MFC: Fixes to make serial ports work reliably Revision ChangesPath 1.6.2.2 +218 -61 src/sys/arm/at91/uart_dev_at91usart.

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

2006-07-18 Thread Warner Losh
imp 2006-07-18 22:00:35 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/arm/at91 at91_twi.c Log: MFC: refinements in start/stop handling Revision ChangesPath 1.2.2.2 +10 -12src/sys/arm/at91/at91_twi.c

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