DEVFS - Fix unprintables in serial numbers reported by the device
authorMatthew Dillon <dillon@apollo.backplane.com>
Sun, 13 Sep 2009 17:57:37 +0000 (10:57 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Sun, 13 Sep 2009 17:57:37 +0000 (10:57 -0700)
commitfbbbca9991c43cf433db407914d97e2a1980cfd4
tree7b68e87f8a277cb9caa11e497945b58ef419fb02
parent1eeae16fa4fe10db4973746cb35f9683eb2fe9cd
DEVFS - Fix unprintables in serial numbers reported by the device

* Some device serial numbers contain weird punctuation and unprintable
  characters.  Replace unprintables and other weird characters with
  underscores.

Testing-by: Sascha Wildner <swildner@crater.dragonflybsd.org>
sys/kern/subr_disk.c