pseudo-device -> device in kernel config lines. Removed whitespace at EOL.

Reviewed by:	joerg, dd
This commit is contained in:
Jens Schweikhardt
2001-05-01 09:15:30 +00:00
parent 3858e5e797
commit ec09ef4ff8
28 changed files with 361 additions and 361 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ grep -v GENERIC < GENERIC >>${UPPER}
cat >>${UPPER} <<DONE
# trust me, you'll need this
options DDB
pseudo-device ${1} 4 # might as well allow 4 of them
device ${1} 4 # might as well allow 4 of them
DONE
cat >../../dev/${1}.c <<DONE