Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.
Current directory: [DragonFly] / src / sys / dev / disk / ata
| File | Rev. | Age | Author | Last log entry | |
|---|---|---|---|---|---|
| 1.38 | 6 years | dillon | ata_boot_attach() is no longer used, #if 0 it out. | ||
| 1.8 | 6 years | y0netan1 | Implement suspend method and wait for channels to be idle before going to suspen... | ||
| 1.7 | 5 years | sephe | Update cardbus/pccard support. The original patch was done by joerg@; I seemed ... | ||
| 1.36 | 6 years | dillon | Implement raw extensions for WHOLE_DISK_SLICE device accesses for acd0. Disallow... | ||
| 1.8 | 6 years | dillon | The normal ATA driver is capable of handling 48 bit block addressing, but the bl... | ||
| 1.31 | 6 years | dillon | Add another ICH PCI ID. Submitted-by: "Vlad Galu" <dudu@dudu.ro> | ||
| 1.10 | 6 years | dillon | Do a major clean-up of the BUSDMA architecture. A large number of essentially m... | ||
| 1.29 | 6 years | dillon | Implement kern.do_async_attach. default disabled. To enable add kern.do_async_a... | ||
| 1.26 | 6 years | dillon | Continue untangling the disklabel. Have most disk device drivers fill out and i... | ||
| 1.6 | 6 years | dillon | Change the kernel dev_t, representing a pointer to a specinfo structure, to cdev... | ||
| 1.20 | 6 years | swildner | Rename printf -> kprintf in sys/ and add some defines where necessary (files whi... | ||
| 1.6 | 7 years | sephe | add forward declaration to shut up dev/usbmisc/umass/umass.c compile time gcc wa... | ||
| 1.15 | 5 years | pavalos | Sync CAM with FreeBSD using lockmgr locks instead of mutexes. Note: This is mos... | ||
| 1.37 | 5 years | swildner | Remove bogus checks after kmalloc(M_WAITOK) which never returns NULL. Reviewed-... | ||
| 1.5 | 6 years | dillon | Remove the roll-your-own disklabel from the ATA CD driver. Use the disk managem... | ||
| 1.22 | 5 years | swildner | Remove bogus checks after kmalloc(M_WAITOK) which never returns NULL. Reviewed-... | ||
| 1.4 | 6 years | dillon | Change the kernel dev_t, representing a pointer to a specinfo structure, to cdev... | ||
| 1.22 | 5 years | swildner | Remove bogus checks after kmalloc(M_WAITOK) which never returns NULL. Reviewed-... | ||
| 1.4 | 7 years | dillon | Make the entire BUF/BIO system BIO-centric instead of BUF-centric. Vnode and de... | ||