diff options
author | dteske <dteske@FreeBSD.org> | 2014-03-14 02:39:42 +0000 |
---|---|---|
committer | dteske <dteske@FreeBSD.org> | 2014-03-14 02:39:42 +0000 |
commit | 6dc3e47f1836bfe5fb9cb60e9fea7f8b19fde6fc (patch) | |
tree | 6cfb9648fcfa1cca004b81e9ec9fa3abb7ff7ce6 /usr.sbin | |
parent | b13d8a2b6393f2b5e0f9c16e9310ca28c6830275 (diff) | |
download | FreeBSD-src-6dc3e47f1836bfe5fb9cb60e9fea7f8b19fde6fc.zip FreeBSD-src-6dc3e47f1836bfe5fb9cb60e9fea7f8b19fde6fc.tar.gz |
Comments.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/bsdconfig/share/device.subr | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/usr.sbin/bsdconfig/share/device.subr b/usr.sbin/bsdconfig/share/device.subr index e42751e..335024d 100644 --- a/usr.sbin/bsdconfig/share/device.subr +++ b/usr.sbin/bsdconfig/share/device.subr @@ -170,11 +170,10 @@ f_device_reset() for dev in $DEVICES; do f_device_shutdown $dev - # - # XXX this potentially leaks $dev->private if it's being + # XXX This potentially leaks $dev->private if it's being # used to point to something dynamic, but you're not supposed # to call this routine at such times that some open instance - # has its private member pointing somewhere anyway. XXX + # has its private member pointing somewhere anyway. # f_struct_free device_$dev done @@ -325,8 +324,7 @@ f_device_get_all() case "$diskname" in cd*) - # XXX - # Due to unknown reasons, kern.disks returns SCSI + # XXX Due to unknown reasons, kern.disks returns SCSI # CDROM as a valid disk. This will prevent bsdconfig # from presenting SCSI CDROMs as available disks in # various menus. Why GEOM treats SCSI CDROM as a disk |