Remove the SMART ioctls, they are not in the official sources yet..

This should restore world...
This commit is contained in:
Søren Schmidt 2001-03-16 07:23:59 +00:00
parent 84f1cbbe73
commit 8fb0d5e891
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=74326

View File

@ -201,7 +201,5 @@ struct ata_param {
#define ATADETACH _IOW('a', 6, int)
#define ATAACOUSTIC _IOWR('a', 7, int);
#define ATASLEEP _IOWR('a', 8, struct ata_sleep)
#define ATAGSMART _IOWR('a', 9, struct ata_smart)
#define ATASSMART _IOWR('a', 10, struct ata_smart)
#endif /* _SYS_ATA_H_ */