History log of /freebsd/sys/i386/conf/PAE (Results 51 – 75 of 112)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# a3393da7 03-Nov-2007 Sam Leffler <sam@FreeBSD.org>

fix build: when usb was enabled wireless drivers were brought in so
remove the nodevice lines that elided wlan support


# c596337f 03-Nov-2007 Andrew Thompson <thompsa@FreeBSD.org>

Remove zyd as wireless is not supported on PAE.


# 7e68ed12 24-Oct-2007 John Baldwin <jhb@FreeBSD.org>

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 month


# 7302aa80 11-Jun-2007 Andrew Thompson <thompsa@FreeBSD.org>

Exclude wlan_scan_* from PAE like the rest of wlan.


# dd5ee92c 07-May-2007 Kevin Lo <kevlo@FreeBSD.org>

Add rum(4)


Revision tags: release/6.2.0_cvs, release/6.2.0
# 1b530437 09-Jul-2006 Matt Jacob <mjacob@FreeBSD.org>

If PAE is built w/o modules, make sure that isp(4)
has its firmware resident as well.


Revision tags: release/5.5.0_cvs, release/5.5.0
# 055abe9a 14-May-2006 Marius Strobl <marius@FreeBSD.org>

Remove some remnants of lnc(4).


# 145ebf44 10-May-2006 Sam Leffler <sam@FreeBSD.org>

make tinderbox happy: GENERIC got ath and wlan added so we need to
now mark these "nodevice" or we'll get undefined references


Revision tags: release/6.1.0_cvs, release/6.1.0
# a7f12baa 03-Mar-2006 Scott Long <scottl@FreeBSD.org>

iir works on PAE now.


# f6f8bc7a 08-Nov-2005 Scott Long <scottl@FreeBSD.org>

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 exact year that PAE supp

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 exact year that PAE support was introduced.
Thus, this driver doesn't work on PAE.

X-MFC After: now

show more ...


Revision tags: release/6.0.0_cvs, release/6.0.0
# 59f3cbd7 04-Sep-2005 David E. O'Brien <obrien@FreeBSD.org>

de(4) is now properly busdma'ed.

Reviewed by: jhb


# 0a78d39a 29-Jul-2005 R. Imura <imura@FreeBSD.org>

Don't compile ral and ural in the PAE kernel, because
they have dependency on wlan and usb.

Reported by: make universe


Revision tags: release/5.4.0_cvs, release/5.4.0
# 97c1144e 29-Apr-2005 David E. O'Brien <obrien@FreeBSD.org>

Enable dc(4) and rl(4) in the PAE kernel.
Both have been busdma'ed for use and tested in the Sparc64 kenrel.


# a8e6f0b6 29-Apr-2005 Scott Long <scottl@FreeBSD.org>

For whatever reason, we don't allow USB on PAE. Since it's a dependency
for EHCI, exclude that driver also.


# 6bcf0032 22-Mar-2005 Maxim Sobolev <sobomax@FreeBSD.org>

Add USB Communication Device Class Ethernet driver. Originally written for
FreeBSD based on aue(4) it was picked by OpenBSD, then from OpenBSD ported
to NetBSD and finally NetBSD version merged with

Add USB Communication Device Class Ethernet driver. Originally written for
FreeBSD based on aue(4) it was picked by OpenBSD, then from OpenBSD ported
to NetBSD and finally NetBSD version merged with original one goes into
FreeBSD.

Obtained from: http://www.gank.org/freebsd/cdce/
NetBSD
OpenBSD

show more ...


# a07cb0d8 13-Mar-2005 Scott Long <scottl@FreeBSD.org>

The NVE driver doesn't cleanly compile on PAE.


# 176a8c17 04-Feb-2005 Scott Long <scottl@FreeBSD.org>

Remove the entries for isp and ispfw instead of leaving them in an inconsistent
state.


Revision tags: release/4.11.0_cvs, release/4.11.0
# d512059d 06-Dec-2004 David E. O'Brien <obrien@FreeBSD.org>

Enable amr(4) - scottl fixed when used with >4GB RAM.


Revision tags: release/5.3.0_cvs, release/5.3.0
# 1db03259 23-Sep-2004 Matt Jacob <mjacob@FreeBSD.org>

PAE seems to work for isp- at least under mimimal testing.


Revision tags: release/4.10.0_cvs, release/4.10.0
# 9c4b841b 10-May-2004 David E. O'Brien <obrien@FreeBSD.org>

We don't support USB devices in PAE mode, so catch up with GENERIC rev 1.402.


Revision tags: release/5.2.1_cvs, release/5.2.1, release/5.2.0_cvs, release/5.2.0
# d1f5dae9 03-Nov-2003 John Baldwin <jhb@FreeBSD.org>

Remove references to SMP and APIC_IO since GENERIC (which this file
includes) already has those enabled by default.


Revision tags: release/4.9.0_cvs, release/4.9.0
# f487e0e2 12-Aug-2003 Paul Saab <ps@FreeBSD.org>

Fix the busdma support in twe to support EINPROGRESS and enable it for
use with PAE kernels.


# 132ba32a 12-Jun-2003 Matt Jacob <mjacob@FreeBSD.org>

Remove mpt from the nodevice list. This was tested by the submitter.

Submitted by: Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp>


Revision tags: release/5.1.0_cvs, release/5.1.0
# 3284b9ee 21-May-2003 Paul Saab <ps@FreeBSD.org>

Make ciss usable under PAE

Approved by: re (scottl)


# 487a8c7e 21-May-2003 Paul Saab <ps@FreeBSD.org>

- Make this work with PAE.
- atomically load and clear the status block so we dont miss an
update.
Submitted by: jdp

Approved by: re (scottl)


12345