Device counts are gone.

This commit is contained in:
Stefan Farfeleder 2005-03-09 12:29:07 +00:00
parent 628b83cd08
commit ca6c5ccd4b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=143320

View File

@ -31,7 +31,7 @@ grep -v GENERIC < GENERIC >>${UPPER}
cat >>${UPPER} <<DONE
# trust me, you'll need this
options DDB
device ${1} 4 # might as well allow 4 of them
device ${1}
DONE
cat >../../dev/${1}.c <<DONE