Scott Long
b063a42270
Add the 'hptrr' driver for supporting the following Highpoint RocketRAID
...
cards:
o RocketRAID 172x series
o RocketRAID 174x series
o RocketRAID 2210
o RocketRAID 222x series
o RocketRAID 2240
o RocketRAID 230x series
o RocketRAID 231x series
o RocketRAID 232x series
o RocketRAID 2340
o RocketRAID 2522
Many thanks to Highpoint for their continued support of FreeBSD.
Submitted by: Highpoint
2007-12-15 00:56:17 +00:00
Sam Leffler
a3393da7bf
fix build: when usb was enabled wireless drivers were brought in so
...
remove the nodevice lines that elided wlan support
2007-11-03 19:26:49 +00:00
Andrew Thompson
c596337ff8
Remove zyd as wireless is not supported on PAE.
2007-11-03 07:11:07 +00:00
John Baldwin
7e68ed1218
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
2007-10-24 03:53:10 +00:00
Andrew Thompson
7302aa80a9
Exclude wlan_scan_* from PAE like the rest of wlan.
2007-06-11 19:29:42 +00:00
Kevin Lo
dd5ee92cb5
Add rum(4)
2007-05-07 02:06:03 +00:00
Matt Jacob
1b530437b6
If PAE is built w/o modules, make sure that isp(4)
...
has its firmware resident as well.
2006-07-09 16:38:58 +00:00
Marius Strobl
055abe9af2
Remove some remnants of lnc(4).
2006-05-14 18:49:25 +00:00
Sam Leffler
145ebf44d2
make tinderbox happy: GENERIC got ath and wlan added so we need to
...
now mark these "nodevice" or we'll get undefined references
2006-05-10 05:19:21 +00:00
Scott Long
a7f12baaca
iir works on PAE now.
2006-03-03 04:30:18 +00:00
Scott Long
f6f8bc7ad5
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
2005-11-08 22:12:26 +00:00
David E. O'Brien
59f3cbd7f1
de(4) is now properly busdma'ed.
...
Reviewed by: jhb
2005-09-04 05:37:55 +00:00
R. Imura
0a78d39a55
Don't compile ral and ural in the PAE kernel, because
...
they have dependency on wlan and usb.
Reported by: make universe
2005-07-28 22:25:07 +00:00
David E. O'Brien
97c1144eb2
Enable dc(4) and rl(4) in the PAE kernel.
...
Both have been busdma'ed for use and tested in the Sparc64 kenrel.
2005-04-29 18:12:22 +00:00
Scott Long
a8e6f0b6fa
For whatever reason, we don't allow USB on PAE. Since it's a dependency
...
for EHCI, exclude that driver also.
2005-04-29 02:59:19 +00:00
Maxim Sobolev
6bcf003260
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
2005-03-22 14:52:40 +00:00
Scott Long
a07cb0d8a2
The NVE driver doesn't cleanly compile on PAE.
2005-03-13 17:39:19 +00:00
Scott Long
176a8c17c6
Remove the entries for isp and ispfw instead of leaving them in an inconsistent
...
state.
2005-02-03 23:10:17 +00:00
David E. O'Brien
d512059d0c
Enable amr(4) - scottl fixed when used with >4GB RAM.
2004-12-06 02:50:31 +00:00
Matt Jacob
1db03259c9
PAE seems to work for isp- at least under mimimal testing.
2004-09-23 05:26:19 +00:00
David E. O'Brien
9c4b841b67
We don't support USB devices in PAE mode, so catch up with GENERIC rev 1.402.
2004-05-10 14:23:36 +00:00
John Baldwin
d1f5dae92b
Remove references to SMP and APIC_IO since GENERIC (which this file
...
includes) already has those enabled by default.
2003-11-03 22:49:19 +00:00
Paul Saab
f487e0e2df
Fix the busdma support in twe to support EINPROGRESS and enable it for
...
use with PAE kernels.
2003-08-12 06:38:55 +00:00
Matt Jacob
132ba32ac2
Remove mpt from the nodevice list. This was tested by the submitter.
...
Submitted by: Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp>
2003-06-12 17:11:01 +00:00
Paul Saab
3284b9ee87
Make ciss usable under PAE
...
Approved by: re (scottl)
2003-05-21 07:17:06 +00:00
Paul Saab
487a8c7e61
- 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)
2003-05-21 07:00:49 +00:00
Johan Karlsson
00ffb51ea5
Add nodevice axe, since usb isn't supported by PAE.
...
Submitted by: harti@
Approved by: jake@
2003-04-25 21:49:35 +00:00
Jake Burkholder
87b91b10ef
Add ahd.
2003-04-09 14:58:28 +00:00
Jake Burkholder
a3b3689ff3
Add a PAE kernel config. This includes GENERIC through the config include
...
mechanism, and then excludes device drivers which have not been tested or
are known to not work with more than 4G of ram.
Sponsored by: DARPA, Network Associates Laboratories
2003-04-07 16:23:14 +00:00