svn commit: r189611 - head/sys/dev/pci

2009-03-09 Thread Marcel Moolenaar
Author: marcel Date: Tue Mar 10 06:21:52 2009 New Revision: 189611 URL: http://svn.freebsd.org/changeset/base/189611 Log: Fix a buglet in revision 189401: when restoring a 64-bit BAR, write the upper 32-bits in the adjacent bar. The consequences of the buglet were severe enough though: a mac

Re: svn commit: r189594 - head

2009-03-09 Thread Mark Linimon
On Mon, Mar 09, 2009 at 07:19:26PM -0700, Steve Kargl wrote: > Ed gave a month or more headsup that a new TTY layer was coming. He > enumerated the drivers that were broken and actively solicited people > with the affected hardware for help. He furthermore helped those > people fix as many driver

Re: svn commit: r189594 - head

2009-03-09 Thread Steve Kargl
On Mon, Mar 09, 2009 at 08:38:10PM -0500, Mark Linimon wrote: > > As mlaier has pointed out, -current has sharp edges. It's one of > 3 choices open to you, the other two being -stable (which will still > have ports regressions from time to time -- see xorg -- and sometimes > even src regressions)

svn commit: r189610 - head/sys/amd64/amd64

2009-03-09 Thread Alan Cox
Author: alc Date: Tue Mar 10 02:12:03 2009 New Revision: 189610 URL: http://svn.freebsd.org/changeset/base/189610 Log: Eliminate the last use of the recursive mapping to access user-space page table pages. Now, all accesses to user-space page table pages are performed through the direct map

Re: svn commit: r189594 - head

2009-03-09 Thread Mark Linimon
On Mon, Mar 09, 2009 at 03:27:05PM -0700, Steve Kargl wrote: > When Mark Linimon, a member of portmgr, posts on Feb 26th > > (http://lists.freebsd.org/pipermail/freebsd-ports/2009-February/053282.html > > There appears to be a disconnect with USB2 development and the > rest of FreeBSD. Within 2

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

2009-03-09 Thread Sam Leffler
Author: sam Date: Mon Mar 9 23:25:34 2009 New Revision: 189609 URL: http://svn.freebsd.org/changeset/base/189609 Log: add cfid and geom_redboot Modified: head/sys/arm/conf/AVILA head/sys/arm/conf/CAMBRIA Modified: head/sys/arm/conf/AVILA ===

Re: svn commit: r189594 - head

2009-03-09 Thread Max Laier
g solutions. All this nay-saying isn't helping at all. > to gauge the damager? When Mark Linimon, a member of portmngr, posts > on Feb 26th > > (http://lists.freebsd.org/pipermail/freebsd-ports/2009-February/053282.html > > There appears to be a disconnect with USB2

svn commit: r189608 - in head/sys: conf geom

2009-03-09 Thread Sam Leffler
Author: sam Date: Mon Mar 9 23:18:36 2009 New Revision: 189608 URL: http://svn.freebsd.org/changeset/base/189608 Log: add geom_redboot, a geom module that exports RedBoot FIS partitions as named slices in dev/redboot/* Added: head/sys/geom/geom_redboot.c (contents, props changed) Modifie

svn commit: r189607 - head

2009-03-09 Thread Andrew Thompson
Author: thompsa Date: Mon Mar 9 23:18:07 2009 New Revision: 189607 URL: http://svn.freebsd.org/changeset/base/189607 Log: Fix up the entries for libusb, it seems it existed back in 2002 so it was getting removed again. Reported by: Steve Kargl Modified: head/ObsoleteFiles.inc Modifi

svn commit: r189606 - in head/sys: conf dev/cfi

2009-03-09 Thread Sam Leffler
Author: sam Date: Mon Mar 9 23:16:02 2009 New Revision: 189606 URL: http://svn.freebsd.org/changeset/base/189606 Log: Add cfid, a disk interface to CFI flash devices; this enables construction of flash-based filesystems. Note this is not interlocked against the raw CFI device. Added:

svn commit: r189605 - head/sys/dev/ath

2009-03-09 Thread Sam Leffler
Author: sam Date: Mon Mar 9 23:10:19 2009 New Revision: 189605 URL: http://svn.freebsd.org/changeset/base/189605 Log: replace if_watchdog w/ private callout; probably can merge this with the calibration work sometime in the future Modified: head/sys/dev/ath/if_ath.c head/sys/dev/ath/if_a

svn commit: r189604 - head/sys/dev/ath/ath_hal/ar5416

2009-03-09 Thread Sam Leffler
Author: sam Date: Mon Mar 9 23:04:06 2009 New Revision: 189604 URL: http://svn.freebsd.org/changeset/base/189604 Log: remove ar9160Detach; it does nothing Modified: head/sys/dev/ath/ath_hal/ar5416/ar9160_attach.c Modified: head/sys/dev/ath/ath_hal/ar5416/ar9160_attach.c

Re: svn commit: r189594 - head

2009-03-09 Thread Stanislav Sedov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 9 Mar 2009 15:27:05 -0700 Steve Kargl mentioned: > Don't the 20090223, 20090227, and 20090309 entries suggest to you > that USB2 is going to get very limited testing by the actual user > community? Asking users to rebuild wor

svn commit: r189603 - head/sys/netinet

2009-03-09 Thread Bruce M Simpson
Author: bms Date: Mon Mar 9 22:54:17 2009 New Revision: 189603 URL: http://svn.freebsd.org/changeset/base/189603 Log: Fix uninitialized use of ifp for ii. Found by: Peter Holm Modified: head/sys/netinet/in.c Modified: head/sys/netinet/in.c ==

svn commit: r189602 - head

2009-03-09 Thread Andrew Thompson
Author: thompsa Date: Mon Mar 9 22:43:00 2009 New Revision: 189602 URL: http://svn.freebsd.org/changeset/base/189602 Log: Fix spelling. Modified: head/UPDATING Modified: head/UPDATING == --- head/UPDATING Mon

svn commit: r189601 - head

2009-03-09 Thread Andrew Thompson
Author: thompsa Date: Mon Mar 9 22:42:01 2009 New Revision: 189601 URL: http://svn.freebsd.org/changeset/base/189601 Log: Update 20090309 to say that libmap.conf entries for libusb are no longer needed. Modified: head/UPDATING Modified: head/UPDATING

Re: svn commit: r189594 - head

2009-03-09 Thread Steve Kargl
rs to be a disconnect with USB2 development and the rest of FreeBSD. Don't the 20090223, 20090227, and 20090309 entries suggest to you that USB2 is going to get very limited testing by the actual user community? Asking users to rebuild world/kernel 2 or 3 times in a span of 20 days, and all t

svn commit: r189600 - head/sys/dev/ata

2009-03-09 Thread Alexander Motin
Author: mav Date: Mon Mar 9 20:48:57 2009 New Revision: 189600 URL: http://svn.freebsd.org/changeset/base/189600 Log: Add type specific suspend/resume ata channel functions. Add checks to avoid crash on detached channel resume. Add placeholder for possible type-specific suspend/resume routi

svn commit: r189599 - head/sys/dev/usb

2009-03-09 Thread Andrew Thompson
Author: thompsa Date: Mon Mar 9 20:08:08 2009 New Revision: 189599 URL: http://svn.freebsd.org/changeset/base/189599 Log: MFp4 //depot/projects/usb 158942,158948 Allow USB to be compiled without ugen support. Submitted by: Hans Petter Selasky Modified: head/sys/dev/usb/usb_core.h

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

2009-03-09 Thread Andrew Thompson
Author: thompsa Date: Mon Mar 9 20:05:46 2009 New Revision: 189598 URL: http://svn.freebsd.org/changeset/base/189598 Log: Fix musb_otg.h include filename. Submitted by: Hans Petter Selasky Modified: head/sys/dev/usb/controller/musb_otg_atmelarm.c Modified: head/sys/dev/usb/controller/m

Re: svn commit: r189594 - head

2009-03-09 Thread Andrew Thompson
On Mon, Mar 09, 2009 at 12:43:38PM -0700, Steve Kargl wrote: > On Mon, Mar 09, 2009 at 07:22:45PM +, Stanislav Sedov wrote: > > Author: stas > > Date: Mon Mar 9 19:22:45 2009 > > New Revision: 189594 > > URL: http://svn.freebsd.org/changeset/base/189594 > > > > Log: > > - Point libusb users

svn commit: r189597 - head

2009-03-09 Thread Stanislav Sedov
Author: stas Date: Mon Mar 9 19:56:37 2009 New Revision: 189597 URL: http://svn.freebsd.org/changeset/base/189597 Log: - Fix a typo. Spotted by: Steve Kargl Modified: head/UPDATING Modified: head/UPDATING ==

Re: svn commit: r189595 - in head/sys: kern sys ufs/ffs vm

2009-03-09 Thread John Baldwin
On Monday 09 March 2009 3:35:20 pm John Baldwin wrote: > Author: jhb > Date: Mon Mar 9 19:35:20 2009 > New Revision: 189595 > URL: http://svn.freebsd.org/changeset/base/189595 > > Log: > Adjust some variables (mostly related to the buffer cache) that hold > address space sizes to be longs ins

Re: svn commit: r189594 - head

2009-03-09 Thread Stanislav Sedov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 9 Mar 2009 12:43:38 -0700 Steve Kargl mentioned: > On Mon, Mar 09, 2009 at 07:22:45PM +, Stanislav Sedov wrote: > > Author: stas > > Date: Mon Mar 9 19:22:45 2009 > > New Revision: 189594 > > URL: http://svn.freebsd.org/changeset/base/18

svn commit: r189596 - head/sys/dev/syscons

2009-03-09 Thread Ed Schouten
Author: ed Date: Mon Mar 9 19:46:19 2009 New Revision: 189596 URL: http://svn.freebsd.org/changeset/base/189596 Log: Don't call into the TTY layer when inside kdb. We should just leave the underlying TTY objects alone when scrolling around in KDB. It should be handled by Syscons exclusiv

Re: svn commit: r189594 - head

2009-03-09 Thread Steve Kargl
On Mon, Mar 09, 2009 at 07:22:45PM +, Stanislav Sedov wrote: > Author: stas > Date: Mon Mar 9 19:22:45 2009 > New Revision: 189594 > URL: http://svn.freebsd.org/changeset/base/189594 > > Log: > - Point libusb users to the ports collection UPDATING file. > > Modified: > head/UPDATING > >

svn commit: r189595 - in head/sys: kern sys ufs/ffs vm

2009-03-09 Thread John Baldwin
Author: jhb Date: Mon Mar 9 19:35:20 2009 New Revision: 189595 URL: http://svn.freebsd.org/changeset/base/189595 Log: Adjust some variables (mostly related to the buffer cache) that hold address space sizes to be longs instead of ints. Specifically, the follow values are now longs: running

svn commit: r189594 - head

2009-03-09 Thread Stanislav Sedov
Author: stas Date: Mon Mar 9 19:22:45 2009 New Revision: 189594 URL: http://svn.freebsd.org/changeset/base/189594 Log: - Point libusb users to the ports collection UPDATING file. Modified: head/UPDATING Modified: head/UPDATING

svn commit: r189593 - head/sys/kern

2009-03-09 Thread John Baldwin
Author: jhb Date: Mon Mar 9 19:04:53 2009 New Revision: 189593 URL: http://svn.freebsd.org/changeset/base/189593 Log: Move the debug.hashstat sysctl tree under DIAGNOSTIC. I measured the debug.hashstat.rawnchash sysctl in particular as taking 7 milliseconds on a 3GHz Intel Xeon (4x2) runni

svn commit: r189592 - in head: . share/man/man4 sys/netinet sys/sys usr.bin/netstat usr.sbin/ifmcstat

2009-03-09 Thread Bruce M Simpson
== --- head/UPDATING Mon Mar 9 17:42:34 2009(r189591) +++ head/UPDATING Mon Mar 9 17:53:05 2009(r189592) @@ -23,6 +23,45 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8. ln -s aj /etc/malloc.conf.) 20090309: + IGMPv3 and Source

svn commit: r189591 - in stable/7/sys: . contrib/pf dev/ata dev/ath/ath_hal dev/cxgb

2009-03-09 Thread Robert Noland
Author: rnoland Date: Mon Mar 9 17:42:34 2009 New Revision: 189591 URL: http://svn.freebsd.org/changeset/base/189591 Log: Manual merge of r189368 due to different ata layout in stable. Remove the local management of INTx as this is now taken care of by pci. Modified: stable/7/sys/ (pr

svn commit: r189590 - head/sys/security/mac_bsdextended

2009-03-09 Thread Christian S.J. Peron
Author: csjp Date: Mon Mar 9 17:42:18 2009 New Revision: 189590 URL: http://svn.freebsd.org/changeset/base/189590 Log: Mark the bsdextended rules sysctl as being mpsafe. Discussed with: rwatson Modified: head/sys/security/mac_bsdextended/mac_bsdextended.c Modified: head/sys/secur

svn commit: r189589 - head/lib

2009-03-09 Thread Andrew Thompson
Author: thompsa Date: Mon Mar 9 17:38:14 2009 New Revision: 189589 URL: http://svn.freebsd.org/changeset/base/189589 Log: Commit missed file in r189587, update directory name for libusb. Spotted by: rdivacky Modified: head/lib/Makefile Modified: head/lib/Makefile

svn commit: r189588 - in head/sys/boot/i386: libi386 loader

2009-03-09 Thread John Baldwin
Author: jhb Date: Mon Mar 9 17:16:29 2009 New Revision: 189588 URL: http://svn.freebsd.org/changeset/base/189588 Log: - Make it possible to disable GPT support by setting LOADER_NO_GPT_SUPPORT in make.conf or src.conf. - When GPT is enabled (which it is by default), use memory above 1 MB

svn commit: r189587 - in head/lib: libusb libusb20

2009-03-09 Thread Andrew Thompson
Author: thompsa Date: Mon Mar 9 17:09:46 2009 New Revision: 189587 URL: http://svn.freebsd.org/changeset/base/189587 Log: libusb20 is now installed as libusb, remove the version number from the directory name. Added: head/lib/libusb/ (props changed) - copied from r189586, head/lib/l

svn commit: r189586 - stable/7/share/misc

2009-03-09 Thread Ruslan Ermilov
Author: ru Date: Mon Mar 9 17:07:27 2009 New Revision: 189586 URL: http://svn.freebsd.org/changeset/base/189586 Log: MFC: Spell 'Yugoslav' correctly. Modified: stable/7/share/misc/ (props changed) stable/7/share/misc/iso3166 Modified: stable/7/share/misc/iso3166

svn commit: r189585 - in head: . lib/libusb20 release/amd64 release/i386 release/ia64 release/powerpc release/sparc64 release/sun4v sys/sys usr.sbin/usbconfig

2009-03-09 Thread Andrew Thompson
(r189585) @@ -22,6 +22,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8. to maximize performance. (To disable malloc debugging, run ln -s aj /etc/malloc.conf.) +20090309: + libusb20.so.1 is now installed as libusb.so.1 and the ports system + updated to use it. This requires a

svn commit: r189584 - head/share/man/man4

2009-03-09 Thread Bruce M Simpson
Author: bms Date: Mon Mar 9 16:51:40 2009 New Revision: 189584 URL: http://svn.freebsd.org/changeset/base/189584 Log: Add igmp(4) man page, do not connect to build yet. Added: head/share/man/man4/igmp.4 (contents, props changed) Added: head/share/man/man4/igmp.4 ==

svn commit: r189583 - head/sys/dev/usb/input

2009-03-09 Thread Andrew Thompson
Author: thompsa Date: Mon Mar 9 15:25:46 2009 New Revision: 189583 URL: http://svn.freebsd.org/changeset/base/189583 Log: MFp4 //depot/projects/u...@158916 USB mouse patch to address complicated data reporting descriptors. Reported by: Boris Kotzev Submitted by: Hans Petter Selasky

svn commit: r189582 - stable/7/share/man/man4

2009-03-09 Thread Christian Brueffer
Author: brueffer Date: Mon Mar 9 14:04:18 2009 New Revision: 189582 URL: http://svn.freebsd.org/changeset/base/189582 Log: MFC: r189298 Xref glxsb(4). Modified: stable/7/share/man/man4/ (props changed) stable/7/share/man/man4/crypto.4 stable/7/share/man/man4/igb.4 (props changed

svn commit: r189581 - head/sys/ddb

2009-03-09 Thread Warner Losh
Author: imp Date: Mon Mar 9 13:32:19 2009 New Revision: 189581 URL: http://svn.freebsd.org/changeset/base/189581 Log: Prefer prototypes to k&r definitions. Modified: head/sys/ddb/db_expr.c Modified: head/sys/ddb/db_expr.c =

svn commit: r189580 - head/sys/dev/smbus

2009-03-09 Thread Warner Losh
Author: imp Date: Mon Mar 9 13:30:00 2009 New Revision: 189580 URL: http://svn.freebsd.org/changeset/base/189580 Log: Make generic_intr routines match prototype. Modified: head/sys/dev/smbus/smbus.c head/sys/dev/smbus/smbus.h Modified: head/sys/dev/smbus/smbus.c ==

svn commit: r189579 - head/sys/dev/exca

2009-03-09 Thread Warner Losh
Author: imp Date: Mon Mar 9 13:29:13 2009 New Revision: 189579 URL: http://svn.freebsd.org/changeset/base/189579 Log: __LP64__ is what's defined, not _LP64_, according to the manual (and also experience). Modified: head/sys/dev/exca/exca.c Modified: head/sys/dev/exca/exca.c ==

svn commit: r189578 - head/sys/dev/agp

2009-03-09 Thread Warner Losh
Author: imp Date: Mon Mar 9 13:27:33 2009 New Revision: 189578 URL: http://svn.freebsd.org/changeset/base/189578 Log: Fix prototypes to be consistent. Modified: head/sys/dev/agp/agp.c head/sys/dev/agp/agp_amd64.c head/sys/dev/agp/agp_i810.c head/sys/dev/agp/agp_intel.c head/sys/dev/a

svn commit: r189577 - head/sys/sys

2009-03-09 Thread Warner Losh
Author: imp Date: Mon Mar 9 13:26:55 2009 New Revision: 189577 URL: http://svn.freebsd.org/changeset/base/189577 Log: o Add declarations for a few more nodes widely used. o Minor formatting nit. Modified: head/sys/sys/sysctl.h Modified: head/sys/sys/sysctl.h ==

svn commit: r189576 - in head/sys: dev/puc dev/re legacy/dev/usb

2009-03-09 Thread Warner Losh
Author: imp Date: Mon Mar 9 13:25:34 2009 New Revision: 189576 URL: http://svn.freebsd.org/changeset/base/189576 Log: remove now-redunant cardbus attachment lines. Modified: head/sys/dev/puc/puc_pci.c head/sys/dev/re/if_re.c head/sys/legacy/dev/usb/ehci_pci.c head/sys/legacy/dev/usb/oh

svn commit: r189575 - in head/sys/dev: aic7xxx ath dc firewire fxp if_ndis ipw malo ral sio sound/pci uart usb/controller vge xl

2009-03-09 Thread Warner Losh
Author: imp Date: Mon Mar 9 13:23:54 2009 New Revision: 189575 URL: http://svn.freebsd.org/changeset/base/189575 Log: remove now-redunant cardbus attachment. Modified: head/sys/dev/aic7xxx/ahc_pci.c head/sys/dev/aic7xxx/ahd_pci.c head/sys/dev/ath/if_ath_pci.c head/sys/dev/dc/if_dc.c

svn commit: r189574 - head/sys/kern

2009-03-09 Thread Warner Losh
Author: imp Date: Mon Mar 9 13:20:23 2009 New Revision: 189574 URL: http://svn.freebsd.org/changeset/base/189574 Log: Fix a long-standing bug in newbus. It was introduced when subclassing was introduced. If you have a bus, say cardbus, that is derived from a base-bus (say PCI), then ordin

svn commit: r189573 - head/sys/sys

2009-03-09 Thread Robert Watson
Author: rwatson Date: Mon Mar 9 13:12:48 2009 New Revision: 189573 URL: http://svn.freebsd.org/changeset/base/189573 Log: Use a u_int for p_lock instead of a char: this avoids a (somewhat unlikely but not impossible given modern thread counts) wrap-around, and the compiler was padding it ou

svn commit: r189572 - in head/sys: amd64/amd64 i386/i386

2009-03-09 Thread Robert Watson
Author: rwatson Date: Mon Mar 9 13:11:16 2009 New Revision: 189572 URL: http://svn.freebsd.org/changeset/base/189572 Log: Trim comments about the MP-safety of various bits of the amd64/i386 system call entry path and i386 IP checksum generation: we now assume all code is MPSAFE unless expli

svn commit: r189571 - head/sys/sys

2009-03-09 Thread Robert Watson
Author: rwatson Date: Mon Mar 9 11:18:41 2009 New Revision: 189571 URL: http://svn.freebsd.org/changeset/base/189571 Log: Remove two now-defunct KSE fields from struct thread: td_uuticks and td_usticks. Modified: head/sys/sys/proc.h Modified: head/sys/sys/proc.h ==

svn commit: r189570 - in head/sys: security/audit sys

2009-03-09 Thread Robert Watson
Author: rwatson Date: Mon Mar 9 10:45:58 2009 New Revision: 189570 URL: http://svn.freebsd.org/changeset/base/189570 Log: Add a new thread-private flag, TDP_AUDITREC, to indicate whether or not there is an audit record hung off of td_ar on the current thread. Test this flag instead of td_ar

svn commit: r189569 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/cxgb dev/pci

2009-03-09 Thread Robert Noland
Author: rnoland Date: Mon Mar 9 08:25:05 2009 New Revision: 189569 URL: http://svn.freebsd.org/changeset/base/189569 Log: Merge r189367,189447 Extend the management of PCIM_CMD_INTxDIS. We now explicitly enable INTx during bus_setup_intr() if it is needed. Several of the ata d

svn commit: r189568 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/cxgb dev/pci

2009-03-09 Thread Robert Noland
Author: rnoland Date: Mon Mar 9 08:18:40 2009 New Revision: 189568 URL: http://svn.freebsd.org/changeset/base/189568 Log: Merge r189285 Disable INTx when enabling MSI/MSIX This addresses interrupt storms that were noticed after enabling MSI in drm. I think this is due to a loose in

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

2009-03-09 Thread Pyun YongHyeon
Author: yongari Date: Mon Mar 9 08:17:46 2009 New Revision: 189567 URL: http://svn.freebsd.org/changeset/base/189567 Log: For IP1001 PHYs, read auto-negotiation advertisement register to get default next page configuration. While I'm here explicitly set IP1000PHY_ANAR_CSMA bit. This bit is

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

2009-03-09 Thread Pyun YongHyeon
Author: yongari Date: Mon Mar 9 08:09:06 2009 New Revision: 189566 URL: http://svn.freebsd.org/changeset/base/189566 Log: Use mii_phy_add_media() and remove setting each media type. While I'm here, don't set mii_anegticks as it's set by mii_phy_add_media(). Modified: head/sys/dev/mii/ip1

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

2009-03-09 Thread Pyun YongHyeon
Author: yongari Date: Mon Mar 9 08:01:40 2009 New Revision: 189565 URL: http://svn.freebsd.org/changeset/base/189565 Log: For unknown speed, explicitly set IFM_NONE. Modified: head/sys/dev/mii/ip1000phy.c Modified: head/sys/dev/mii/ip1000phy.c ===

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

2009-03-09 Thread Pyun YongHyeon
Author: yongari Date: Mon Mar 9 07:56:40 2009 New Revision: 189564 URL: http://svn.freebsd.org/changeset/base/189564 Log: Report current link state while auto-negotiation is in progress. Modified: head/sys/dev/mii/ip1000phy.c Modified: head/sys/dev/mii/ip1000phy.c ==

svn commit: r189563 - head/sys/dev/drm

2009-03-09 Thread Robert Noland
Author: rnoland Date: Mon Mar 9 07:55:18 2009 New Revision: 189563 URL: http://svn.freebsd.org/changeset/base/189563 Log: Consistently use kdev for the kernel device. Submitted by: vehemens MFC after:3 days Modified: head/sys/dev/drm/drmP.h head/sys/dev/drm/drm_drv.c head/sys

svn commit: r189562 - head/sys/dev/drm

2009-03-09 Thread Robert Noland
Author: rnoland Date: Mon Mar 9 07:50:27 2009 New Revision: 189562 URL: http://svn.freebsd.org/changeset/base/189562 Log: Clean up the printing on amd64. Should also be consistent on i386. MFC after:3 days Modified: head/sys/dev/drm/drm_sysctl.c Modified: head/sys/dev/drm/drm_sysc

svn commit: r189561 - head/sys/dev/drm

2009-03-09 Thread Robert Noland
Author: rnoland Date: Mon Mar 9 07:49:13 2009 New Revision: 189561 URL: http://svn.freebsd.org/changeset/base/189561 Log: There is no need to sync these buffers to swap. MFC after:3 days Modified: head/sys/dev/drm/drm_bufs.c Modified: head/sys/dev/drm/drm_bufs.c ===

svn commit: r189560 - head/sys/dev/drm

2009-03-09 Thread Robert Noland
Author: rnoland Date: Mon Mar 9 07:47:03 2009 New Revision: 189560 URL: http://svn.freebsd.org/changeset/base/189560 Log: Change the flags to bus_dmamem around to allow it to sleep waiting for resources during allocation, but not during map load. Also, zero the buffers here. MFC after

svn commit: r189559 - head/sys/dev/drm

2009-03-09 Thread Robert Noland
Author: rnoland Date: Mon Mar 9 07:38:22 2009 New Revision: 189559 URL: http://svn.freebsd.org/changeset/base/189559 Log: Fix the flags to bus_dmamem_* to allow the allocation to sleep while waiting for resources. It is really the load that we can't defer. BUS_DMA_NOCACHE belongs on bus_dm

svn commit: r189558 - head/sys/dev/drm

2009-03-09 Thread Robert Noland
Author: rnoland Date: Mon Mar 9 07:33:35 2009 New Revision: 189558 URL: http://svn.freebsd.org/changeset/base/189558 Log: -Make the PCI(E)/AGP calculations consistent -Calculate the scratch address correctly MFC after:10 days Modified: head/sys/dev/drm/r600_cp.c Modif

svn commit: r189557 - head/sys/dev/drm

2009-03-09 Thread Robert Noland
Author: rnoland Date: Mon Mar 9 07:24:32 2009 New Revision: 189557 URL: http://svn.freebsd.org/changeset/base/189557 Log: Call the right function for the right chipset. MFC after:10 days Modified: head/sys/dev/drm/radeon_cp.c Modified: head/sys/dev/drm/radeon_cp.c =