diff options
author | mjacob <mjacob@FreeBSD.org> | 2004-09-23 05:26:19 +0000 |
---|---|---|
committer | mjacob <mjacob@FreeBSD.org> | 2004-09-23 05:26:19 +0000 |
commit | f2f4dbb53f87631693a81105a7d5678e279f0f8a (patch) | |
tree | 68591d9a720243b0a6ed18cf31aad256083cab8a /sys | |
parent | 8f8ab6be7bc236b8761264d8f24796b347db3baa (diff) | |
download | FreeBSD-src-f2f4dbb53f87631693a81105a7d5678e279f0f8a.zip FreeBSD-src-f2f4dbb53f87631693a81105a7d5678e279f0f8a.tar.gz |
PAE seems to work for isp- at least under mimimal testing.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/i386/conf/PAE | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/i386/conf/PAE b/sys/i386/conf/PAE index 5bec628..6098019 100644 --- a/sys/i386/conf/PAE +++ b/sys/i386/conf/PAE @@ -26,7 +26,8 @@ makeoptions NO_MODULES=yes nodevice ahb nodevice amd -nodevice isp +#nodevice isp +device ispfw nodevice sym nodevice trm |