simplify ide queuing
nits in comments
This commit is contained in:
parent
2bc72bdd29
commit
902b13f5d6
8 changed files with 79 additions and 89 deletions
2
defs.h
2
defs.h
|
|
@ -55,7 +55,7 @@ int writei(struct inode*, char*, uint, uint);
|
|||
// ide.c
|
||||
void ide_init(void);
|
||||
void ide_intr(void);
|
||||
void ide_rw(int, uint, void*, uint, int);
|
||||
void ide_rw(struct buf *);
|
||||
|
||||
// ioapic.c
|
||||
void ioapic_enable(int irq, int cpu);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue