mirror of
https://git.freebsd.org/ports.git
synced 2025-05-18 18:13:12 -04:00
Thanks for all contributors to this port: Alberto Villa <avilla@> Andriy Gapon <avg@> Dima Panov <fluffy@> Ganael Laplanche <ganael.laplanche at martymac.com> Jason E. Hale <bsdkaffee at gmail.com> Juergen Lock <nox@>
14 lines
423 B
C
14 lines
423 B
C
--- libk3bdevice/k3bdevice.h.orig 2010-07-30 06:33:55.000000000 +0200
|
|
+++ libk3bdevice/k3bdevice.h 2010-07-30 06:35:35.000000000 +0200
|
|
@@ -222,6 +222,11 @@
|
|
*/
|
|
QString blockDeviceName() const;
|
|
|
|
+ /**
|
|
+ * SCSI device path (bus_id:target_id:lun_id)
|
|
+ */
|
|
+ QString genericDeviceName() const;
|
|
+
|
|
int maxWriteSpeed() const;
|
|
|
|
/**
|