cvs commit: src/sys/i386/conf PAE

2008-09-12 Thread John Baldwin
jhb 2008-09-12 20:28:13 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/i386/confPAE Log: SVN rev 182973 on 2008-09-12 20:28:13Z by jhb MFC: Don't disable USB in the PAE kernel config. Approved by:re (kib) Revision Changes

cvs commit: src/sys/i386/conf PAE

2008-09-12 Thread John Baldwin
jhb 2008-09-12 20:09:05 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/i386/confPAE Log: SVN rev 182972 on 2008-09-12 20:09:05Z by jhb MFC: Don't disable USB in the PAE kernel config. Approved by:re (kib) Revision Changes

Re: cvs commit: src/sys/i386/conf PAE

2008-06-07 Thread Adrian Chadd
2008/6/7 John Baldwin <[EMAIL PROTECTED]>: > > Actually, I think it is safe to enable USB in 7.x PAE. I was wondering if that were the case; this commit was just to fix the broken PAE kernel build. Adrian -- Adrian Chadd - [EMAIL PROTECTED] ___ cvs

Re: cvs commit: src/sys/i386/conf PAE

2008-06-07 Thread John Baldwin
On Saturday 07 June 2008 05:35:41 am Adrian Chadd wrote: > adrian 2008-06-07 09:35:41 UTC > > FreeBSD src repository > > Modified files:(Branch: RELENG_7) > sys/i386/confPAE > Log: > SVN rev 179635 on 2008-06-07 09:35:41Z by adrian > > USB is disabled in REL

cvs commit: src/sys/i386/conf PAE

2008-06-07 Thread Adrian Chadd
adrian 2008-06-07 09:35:41 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/i386/confPAE Log: SVN rev 179635 on 2008-06-07 09:35:41Z by adrian USB is disabled in RELENG_7 PAE; don't try to build USB related devices. PR: kern/123619

cvs commit: src/sys/i386/conf PAE

2008-06-07 Thread Adrian Chadd
adrian 2008-06-07 09:35:41 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/i386/confPAE Log: SVN rev 179635 on 2008-06-07 09:35:41Z by adrian USB is disabled in RELENG_7 PAE; don't try to build USB related devices. PR: kern/123619

cvs commit: src/sys/i386/conf PAE

2007-11-03 Thread Sam Leffler
sam 2007-11-03 19:26:49 UTC FreeBSD src repository Modified files: sys/i386/confPAE Log: fix build: when usb was enabled wireless drivers were brought in so remove the nodevice lines that elided wlan support Revision ChangesPath 1.28 +0 -8 src/

cvs commit: src/sys/i386/conf PAE

2007-11-02 Thread Andrew Thompson
thompsa 2007-11-03 07:11:07 UTC FreeBSD src repository Modified files: sys/i386/confPAE Log: Remove zyd as wireless is not supported on PAE. Revision ChangesPath 1.27 +1 -0 src/sys/i386/conf/PAE ___ cvs-all

cvs commit: src/sys/i386/conf PAE

2007-10-23 Thread John Baldwin
jhb 2007-10-24 03:53:10 UTC FreeBSD src repository Modified files: sys/i386/confPAE Log: Stop disabling USB in the PAE kernel config. The USB code has been using bus_dma(9) for quite a while now and has been used on 64-bit archs as well. MFC after: 1 mo

cvs commit: src/sys/i386/conf PAE

2007-06-11 Thread Andrew Thompson
thompsa 2007-06-11 19:29:42 UTC FreeBSD src repository Modified files: sys/i386/confPAE Log: Exclude wlan_scan_* from PAE like the rest of wlan. Revision ChangesPath 1.25 +2 -0 src/sys/i386/conf/PAE ___ cvs

cvs commit: src/sys/i386/conf PAE

2007-05-06 Thread Kevin Lo
kevlo 2007-05-07 02:06:03 UTC FreeBSD src repository Modified files: sys/i386/confPAE Log: Add rum(4) Revision ChangesPath 1.24 +2 -0 src/sys/i386/conf/PAE ___ cvs-all@freebsd.org mailing list http://list

cvs commit: src/sys/i386/conf PAE

2006-07-16 Thread Sam Leffler
sam 2006-07-17 02:18:56 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/i386/confPAE Log: MFC 1.21: whiteout addition of ath & co to GENERIC Submitted by: dhw@ Revision ChangesPath 1.16.2.4 +6 -0 src/sys/i386/conf/PAE

cvs commit: src/sys/i386/conf PAE

2006-07-09 Thread Matt Jacob
mjacob 2006-07-09 16:38:58 UTC FreeBSD src repository Modified files: sys/i386/confPAE Log: If PAE is built w/o modules, make sure that isp(4) has its firmware resident as well. Revision ChangesPath 1.23 +3 -0 src/sys/i386/conf/PAE ___

cvs commit: src/sys/i386/conf PAE

2006-05-09 Thread Sam Leffler
sam 2006-05-10 05:19:21 UTC FreeBSD src repository Modified files: sys/i386/confPAE Log: make tinderbox happy: GENERIC got ath and wlan added so we need to now mark these "nodevice" or we'll get undefined references Revision ChangesPath 1.21 +6 -0

cvs commit: src/sys/i386/conf PAE

2006-03-12 Thread Scott Long
scottl 2006-03-12 16:39:40 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/i386/confPAE Log: MFC: iir works on PAE now. Approved by: re Revision ChangesPath 1.16.2.3 +0 -1 src/sys/i386/conf/PAE _

cvs commit: src/sys/i386/conf PAE

2006-03-02 Thread Scott Long
scottl 2006-03-03 04:30:19 UTC FreeBSD src repository Modified files: sys/i386/confPAE Log: iir works on PAE now. Revision ChangesPath 1.20 +0 -1 src/sys/i386/conf/PAE ___ cvs-all@freebsd.org mailing list

Re: cvs commit: src/sys/i386/conf PAE

2005-11-08 Thread Erik Trulsson
On Tue, Nov 08, 2005 at 10:12:26PM +, Scott Long wrote: > scottl 2005-11-08 22:12:26 UTC > > FreeBSD src repository > > Modified files: > sys/i386/confPAE > Log: > The hptmv inherently believes that a 'long' can hold a physical address. > This hasn't been true on i

cvs commit: src/sys/i386/conf PAE

2005-11-08 Thread Scott Long
scottl 2005-11-08 22:28:38 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/i386/confPAE Log: MFC: hptmv is not compatible with PAE. Noticed by: alc Revision ChangesPath 1.16.2.2 +1 -0 src/sys/i386/conf/PAE _

cvs commit: src/sys/i386/conf PAE

2005-11-08 Thread Scott Long
scottl 2005-11-08 22:12:26 UTC FreeBSD src repository Modified files: sys/i386/confPAE Log: The hptmv inherently believes that a 'long' can hold a physical address. This hasn't been true on i386 for at least a decade, probably longer, but I'm too lazy to look up the