index
:
kogata.git
master
retrowave
Hobby OS ; intended to be small and perfect (^_^)
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
kernel
/
dev
/
pciide.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Integration of scan-build and splint
Alex Auvolat
2016-07-14
1
-1
/
+3
*
Add mutex to pciide driver (fixes some stuff)
Alex Auvolat
2015-03-10
1
-6
/
+23
*
Pass more information to FS driver on some ops (TODO bugcheck).
Alex Auvolat
2015-03-10
1
-9
/
+9
*
VESA mode setting ; displays kogata logo!
Alex Auvolat
2015-03-09
1
-3
/
+3
*
Partial implement VFS pager (enough for ISO9660!)
Alex Auvolat
2015-03-09
1
-20
/
+20
*
Nullfs now uses pager.
Alex Auvolat
2015-03-09
1
-1
/
+1
*
Require all fs_handle_t objects to point to a node.
Alex Auvolat
2015-03-09
1
-2
/
+2
*
Implement select ; add two tests for channels.
Alex Auvolat
2015-03-08
1
-0
/
+1
*
Change prototypes for read, write, readdir, close ; implement blocking IPC.
Alex Auvolat
2015-03-08
1
-8
/
+8
*
Process exiting & thread termination. IMPORTANT NOTE FOLLOWS.
Alex Auvolat
2015-03-04
1
-11
/
+22
*
Change VFS interface : handles no longer visible to underlying FS.
Alex Auvolat
2015-03-02
1
-20
/
+11
*
Setup critical section management for parts that must not be interrupted.
Alex Auvolat
2015-03-02
1
-5
/
+7
*
IRQ handlers must be written with caution!
Alex Auvolat
2015-02-28
1
-3
/
+6
*
Complete ISO9660 impl ; some strange wtf is going on.
Alex Auvolat
2015-02-24
1
-1
/
+0
*
Fix a bug (dispose in pciide should not exist)
Alex Auvolat
2015-02-24
1
-9
/
+7
*
More preparation for iso9660
Alex Auvolat
2015-02-24
1
-3
/
+8
*
Add PCI IDE driver (only PIO mode, no DMA yet.)
Alex Auvolat
2015-02-24
1
-0
/
+762