Bug#348172: halt: please spin down SATA disks as well

2006-08-04 Thread Petter Reinholdtsen
I had a look at the patch, and it look mostly ok. But I am not too happy about this part: static int find_scsidisks(const char **dev, int maxdev, int *count) { if (*count < maxdev) dev[(*count)++] = DEV_BASE "/sda"; if (*count < maxdev) dev[(*count)++] = DEV_BASE "/sdb";

Bug#348172: halt: please spin down SATA disks as well

2006-01-15 Thread Sebastian Reichelt
Package: sysvinit Version: 2.86.ds1-6 Severity: wishlist File: /sbin/halt Currently, halt -h only spins down IDE disks. When turning off my laptop, which has an SATA disk, I could hear quite a loud clicking noise, similar to the noise described in bug #157355 followup 10. After I modified /sbin/ha