summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2010-03-27 06:53:11 +0000
committermarcel <marcel@FreeBSD.org>2010-03-27 06:53:11 +0000
commit35f33c0a98437a396b859cba0c8478a55dccb5e6 (patch)
treefb1ddf0e8e3cfa35784b868df1e0f4d6b79550c1 /sys/modules
parentbf41341894ce69d389be4a581078418dc737d17f (diff)
downloadFreeBSD-src-35f33c0a98437a396b859cba0c8478a55dccb5e6.zip
FreeBSD-src-35f33c0a98437a396b859cba0c8478a55dccb5e6.tar.gz
Bring up-to-date:
o Switch to ITANIUM2 has the cpu. This has absolutely no effect on the code, but makes for a better example. o Drop COMPAT_FREEBSD6. We're tier 2, so you're supposed to run 8-stable or newer. o Add PREEMPTION. It works now. o Remove HWPMC_HOOKS. We don't have support for hwpmc yet. o Add a bunch of new devices: atapist, hptiop, amr, ips, twa, igb, ixgbe, ae, age, alc, ale, bce, bfe, et, jme, msk, nge, sk, ste, stge, tx, vge, axe, rue, udav, fwip, and all USB serial. o Remove "legacy" devices: le, vx, dc, pcn, rl, sis. Make sure to the module list is a superset of what goes into GENERIC.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 72c126a..47800c3 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -565,10 +565,7 @@ _zfs= zfs
.endif
.if ${MACHINE_ARCH} == "ia64"
-# Modules not enabled on ia64 (as compared to i386) include:
-# aac acpi aout apm atspeaker drm ibcs2 linprocfs linux ncv
-# nsp s3 sbni stg vesa
-# acpi is not enabled because it is broken as a module on ia64
+_aac= aac
_aic= aic
_an= an
_arcnet= arcnet
@@ -581,12 +578,17 @@ _cm= cm
_cmx= cmx
_coff= coff
_cpufreq= cpufreq
+_dpt= dpt
_em= em
_ep= ep
+_et= et
_exca= exca
_fe= fe
+_hptiop= hptiop
+_ida= ida
_igb= igb
_iir= iir
+_ips= ips
_mly= mly
_pccard= pccard
_scsi_low= scsi_low
@@ -595,6 +597,7 @@ _sound= sound
_splash= splash
_sppp= sppp
_streams= streams
+_twa= twa
_wi= wi
_xe= xe
.endif
OpenPOWER on IntegriCloud