diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2005-04-29 18:12:22 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2005-04-29 18:12:22 +0000 |
commit | 97c1144eb21fa86df211d9f95cc07b8807fcc65b (patch) | |
tree | 03f86cb00ab5c71e4acc40c5559f1ccddc09f7dd | |
parent | 86726f325beb710e68a85e8d41aad3b11cc5baee (diff) | |
download | src-97c1144eb21fa86df211d9f95cc07b8807fcc65b.tar.gz src-97c1144eb21fa86df211d9f95cc07b8807fcc65b.zip |
Enable dc(4) and rl(4) in the PAE kernel.
Both have been busdma'ed for use and tested in the Sparc64 kenrel.
Notes
Notes:
svn path=/head/; revision=145685
-rw-r--r-- | sys/i386/conf/PAE | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/i386/conf/PAE b/sys/i386/conf/PAE index 2272e88b7fd1..9de2e9dbb158 100644 --- a/sys/i386/conf/PAE +++ b/sys/i386/conf/PAE @@ -54,10 +54,8 @@ nodevice de nodevice txp nodevice vx -nodevice dc nodevice nve nodevice pcn -nodevice rl nodevice sf nodevice sis nodevice ste |