Kaynağa Gözat

Will be replaced with a block-device implementation.

tags/v0.9.3
Michael Brown 18 yıl önce
ebeveyn
işleme
52125e158c
1 değiştirilmiş dosya ile 5 ekleme ve 0 silme
  1. 5
    0
      src/arch/i386/drivers/bus/bios_disks.c

+ 5
- 0
src/arch/i386/drivers/bus/bios_disks.c Dosyayı Görüntüle

@@ -3,6 +3,9 @@
3 3
 #include "disk.h"
4 4
 #include "bios_disks.h"
5 5
 
6
+#warning "This file is obsolete"
7
+#if 0
8
+
6 9
 #define CF ( 1 << 0 )
7 10
 #define BIOS_DISK_NONE 0
8 11
 
@@ -197,3 +200,5 @@ void bios_disk_fill_disk ( struct disk *disk __unused,
197 200
 			   struct bios_disk_device *bios_disk __unused ) {
198 201
 
199 202
 }
203
+
204
+#endif

Loading…
İptal
Kaydet