root/Whitix/trunk/devices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @2046 [2046] 3 years mwhitworth Fix various compiler warnings.
(edit) @2045 [2045] 3 years mwhitworth Remove unused ASCII description of classes, scan bridges.
(edit) @2044 [2044] 3 years mwhitworth Fix result check warnings (IrqAdd).
(edit) @2022 [2022] 3 years mwhitworth Add (start of) Nvidia driver header.
(edit) @2021 [2021] 3 years mwhitworth Register PCI as a bus type, add attributes, fix PCI resource detection …
(edit) @2020 [2020] 3 years mwhitworth Add PciDisableDevice function, rework PCI resource code.
(edit) @2019 [2019] 3 years mwhitworth Attempt to rework PCI BIOS, add note.
(edit) @2018 [2018] 3 years mwhitworth Rearrange to fix linking error in Makefile.
(edit) @2017 [2017] 3 years mwhitworth Fix Linux PCI resource code.
(edit) @1991 [1991] 3 years mwhitworth Update Makefile.
(edit) @1990 [1990] 3 years mwhitworth Fix object type.
(edit) @1989 [1989] 3 years mwhitworth Generalize partition code, now supports all block devices.
(edit) @1988 [1988] 3 years mwhitworth Add code to support registering buses, bus entries, and signalling to code …
(edit) @1987 [1987] 3 years mwhitworth Add stubs for device locking.
(edit) @1986 [1986] 3 years mwhitworth Add first version of USB stack, supports EHCI, UHCI as HCDs, hubs, …
(edit) @1985 [1985] 3 years mwhitworth Fix control flow in request function and KE_OBJECT_TYPE.
(edit) @1984 [1984] 3 years mwhitworth Generalize partition code, remove AtaPartition structure.
(edit) @1983 [1983] 3 years mwhitworth Fix warning about unused variable.
(edit) @1982 [1982] 3 years mwhitworth Generalize partition code (in devices/kedev), use async scanning of ata …
(edit) @1981 [1981] 3 years mwhitworth Add to Nvidia driver.
(edit) @1944 [1944] 3 years mwhitworth Fix Makefile on 64-bit hosts.
(edit) @1942 [1942] 3 years mwhitworth Add .deps folder.
(edit) @1925 [1925] 3 years mwhitworth Add ->driver field, add documentation and remove magic numbers.
(edit) @1924 [1924] 3 years mwhitworth Fix warning.
(edit) @1923 [1923] 3 years mwhitworth Add to Makefile.
(edit) @1922 [1922] 3 years mwhitworth Add framework for Nvidia kernel driver.
(edit) @1918 [1918] 3 years mwhitworth Fix warnings.
(edit) @1917 [1917] 3 years mwhitworth Add prefix.
(edit) @1916 [1916] 3 years mwhitworth Move ind/inw reading code to AtaDataRead function, let ATA disk code use …
(edit) @1888 [1888] 3 years mwhitworth Add basic Linux driver layer; PCI functions have been started.
(edit) @1886 [1886] 3 years mwhitworth Add read and write functions for config dwords, add PciSetMaster function.
(edit) @1885 [1885] 3 years mwhitworth Fix function parameters to address #64.
(edit) @1872 [1872] 3 years mwhitworth Add totalSectors field for ATA drives, calculate capacity based on …
(edit) @1871 [1871] 3 years mwhitworth Add DWORD I/O support (only for ATAPI atm).
(edit) @1811 [1811] 3 years mwhitworth Update device Makefile, plus minor formatting changes.
(edit) @1810 [1810] 3 years mwhitworth Add (basic) write-only serial support.
(edit) @1809 [1809] 3 years mwhitworth Add extra checks, uncomment timer code.
(edit) @1808 [1808] 3 years mwhitworth Rearrange poll function.
(edit) @1789 [1789] 3 years mwhitworth Remove spurious TimerRemove calls.
(edit) @1777 [1777] 3 years mwhitworth Fix, add KePrints.
(edit) @1712 [1712] 3 years mwhitworth Optimize Makefile.
(edit) @1668 [1668] 3 years mwhitworth Merge in changes from keobject.
(edit) @943 [943] 4 years mwhitworth Fix various Makefiles, revert to a revision of trunk that works
(edit) @940 [940] 4 years mwhitworth Revert (or try to revert) to a working revision.
(edit) @903 [903] 4 years mwhitworth Update build process, change malloc calls to MemAlloc.
(edit) @816 [816] 4 years mwhitworth Add patch from Max Might <maxmight@…> to handle shift and caps …
(edit) @729 [729] 4 years mwhitworth Update misc Makefile and build.
(edit) @716 [716] 4 years mwhitworth Add .deps.
(edit) @715 [715] 4 years mwhitworth Add .deps.
(edit) @714 [714] 4 years mwhitworth Add .deps.
(edit) @713 [713] 4 years mwhitworth Add .deps.
(edit) @712 [712] 4 years mwhitworth Add .deps.
(edit) @708 [708] 4 years mwhitworth Add misc Makefile.
(edit) @678 [678] 4 years mwhitworth Move misc devices to seperate directory.
(edit) @661 [661] 4 years mwhitworth Update Makefiles in devices/
(edit) @660 [660] 4 years mwhitworth Remove print warning, add updated Makefile.
(edit) @659 [659] 4 years mwhitworth Fix warnings, add insw instruction to replace for loop in read-in.
(edit) @658 [658] 4 years mwhitworth Fix warnings, formatting.
(edit) @657 [657] 4 years mwhitworth Update Makefile.
(edit) @656 [656] 4 years mwhitworth Remove KePrint warning.
(edit) @653 [653] 4 years mwhitworth Update Makefile to reflect new build system.
(edit) @624 [624] 4 years mwhitworth Fix some build errors.
(edit) @618 [618] 4 years mwhitworth Remove references to printf in the PCI code.
(edit) @617 [617] 4 years mwhitworth Fix various build warnings.
(edit) @611 [611] 4 years mwhitworth Add more make clean and 64-bit build fixes.
(edit) @608 [608] 4 years mwhitworth (Hopefully) convert all source and header files to UNIX line endings.
(edit) @577 [577] 4 years mwhitworth Fix build problems with pci.sys.
(edit) @569 [569] 4 years khorben Fixes compilation with non-native make
(edit) @566 [566] 4 years khorben Fixes compilation with non-native make
(edit) @559 [559] 4 years mwhitworth Merge hybrid/modular branch (to date) with trunk.
(edit) @370 [370] 4 years mwhitworth Comment out PCI BIOS code, was causing crashes.
(edit) @343 [343] 4 years mwhitworth Fix waitqueue code.
(edit) @333 [333] 4 years mwhitworth Fix sort call to kernel.txt
(edit) @330 [330] 4 years mwhitworth Add mmap function for Zero.
(edit) @323 [323] 4 years mwhitworth Remove debug printf.
(edit) @254 [254] 4 years mwhitworth Alter wait time for status register.
(edit) @253 [253] 4 years mwhitworth Fix scancode translation when enabling mouse.
(edit) @252 [252] 4 years mwhitworth Move keycode send, minor fixes.
(edit) @246 [246] 4 years mwhitworth Add (start of) ne2k driver.
(edit) @235 [235] 4 years mwhitworth Fix up ata code, minor formatting fixes.
(edit) @234 [234] 4 years mwhitworth Add to PCI: add basic PCI library.
(edit) @233 [233] 4 years mwhitworth Add (quick hack) for non-blocking read on mouse.
(edit) @232 [232] 4 years mwhitworth Add 'send key code' option.
(edit) @230 [230] 4 years mwhitworth Rework mmap and shared memory. Add correct return code to …
(edit) @228 [228] 4 years mwhitworth Document ps/2 code, move pci to a different directory.
(edit) @180 [180] 4 years mwhitworth Add PS/2 mouse driver and add input device directory.
(edit) @169 [169] 4 years mwhitworth Add memory device, so userspace video drivers can map physical memory.
(edit) @159 [159] 4 years mwhitworth Add various fixes to floppy.c. Zero out structure, remove comments on CMOS …
(edit) @158 [158] 4 years mwhitworth Add check for DUMPREGS, to ensure floppy drive controller actually exists. …
(edit) @70 [70] 4 years mwhitworth devices/keyboard.c: Change special characters that are not echoed.
(edit) @68 [68] 4 years mwhitworth Fix ATA bugs: virtualbox was not booting Whitix.
(edit) @61 [61] 4 years mwhitworth devices: update paths to reflect new devfs directory capabilities.
(edit) @27 [27] 4 years mwhitworth devices/storage/ata: Cleanup.
(add) @1 [1] 4 years mtw07 Initial import of projects.
Note: See TracRevisionLog for help on using the revision log.