diff options
author | nate <nate@FreeBSD.org> | 1993-10-26 21:27:07 +0000 |
---|---|---|
committer | nate <nate@FreeBSD.org> | 1993-10-26 21:27:07 +0000 |
commit | fbbc42a492bd98a81977b77a598a7083f3bb7329 (patch) | |
tree | 737f5c6f7c1f33ea110bf120e0203bd2faffe448 | |
parent | b2c114a92178643049830d6a28bc85130b87a84d (diff) | |
download | FreeBSD-src-fbbc42a492bd98a81977b77a598a7083f3bb7329.zip FreeBSD-src-fbbc42a492bd98a81977b77a598a7083f3bb7329.tar.gz |
Bad kludge to work around the alternative wd driver problems
-rw-r--r-- | sys/i386/conf/devices.i386 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/i386/conf/devices.i386 b/sys/i386/conf/devices.i386 index b69698c..b856630 100644 --- a/sys/i386/conf/devices.i386 +++ b/sys/i386/conf/devices.i386 @@ -1,8 +1,9 @@ # This file tells what major numbers the various possible swap devices have. # -# $Id: devices.i386,v 1.2 1993/08/21 22:20:50 rgrimes Exp $ +# $Id: devices.i386,v 1.3 1993/10/11 06:19:39 rgrimes Exp $ # wd 0 +wx 0 dk 1 fd 2 wt 3 |