File history
Tracking elks/arch/i86/drivers/block/ata-cf.c
| Commit | Author | Date | Message |
|---|---|---|---|
39b715559c595e55b96089df7185ea40327dca3 | Greg Haerr | 2025-07-26 | Remove duplicate I/O errmsg in ata-cf.c |
fe695086801992ad65de8814993df82f046a551 | Greg Haerr | 2025-07-26 | Cleanup fdtype value -1 and make BIOSHD and ATA CF drivers more similar w/partitions |
f465e5234e1d550d1f758ac60d566ef6c8a260d | Greg Haerr | 2025-07-21 | Reread partition after MBR modified; fix major ATA CF bug on writes |
3656cf23c6e34dd34655d99804b0aa9b0c5bada | Greg Haerr | 2025-07-21 | [kernel] Change partition code to GENPROC, ATA CF driver to ATPROC (fartext) |
09a9c3a28d44b2b6ab06e6cd357e180b60ced19 | Greg Haerr | 2025-07-20 | [kernel] Add disable= /bootopts option to disable ATA CF, BIOS FD/HD or DF drivers |
41354bfd64deba488d073d4f6942d48b27d9917 | Greg Haerr | 2025-07-17 | Cleanup |
8f9ace579007373f1e7913ecb4775a5950c39a0 | Greg Haerr | 2025-07-17 | Share ioctl code between ATA CF and BIOSHD drivers |
00007b9fa13dc40e0aac5be6bb8ee01266bb919 | Greg Haerr | 2025-07-17 | Standardize cf, hd, and fd block device CHS and size reporting |
592181a7e3d41ac30ccabbb0d8a786cee3e0a07 | Greg Haerr | 2025-07-16 | Move struct hd_geometry to genhd.h, remove requirement for arch/hdreg.h header |
4909360fb97e2fad3a8f2901d16bceba7b71fa2 | Greg Haerr | 2025-07-16 | Add fdisk support, rename /dev/cf[01] -> /dev/cfa[1-7], /dev/cfb[1-7], root=cfa1 |
a0903c8d94edd207f669c5bd60eceb722c464d4 | Greg Haerr | 2025-07-16 | Fix open bugs in non-existent partitions for bioshd and ata-cf |
f14b3f81173efa3e18f603b91cf0b1e44591f38 | Greg Haerr | 2025-07-16 | Don't create accessible partition from mbr extended partition pointer entry |
d0370a8de7151234fbe6f8fc34d50e0310ea288 | Greg Haerr | 2025-07-15 | Add partition handling to ATA CF driver |
63f74202f318350043f4c2e22c26ba7b349112a | Greg Haerr | 2025-07-14 | Cleanup |
a2e96c8ed7a653153f3b0de487e4c6ae992d688 | Greg Haerr | 2025-07-14 | Track down compiler bug with unsigned char function argument in OUTB |
f673c27103d3177ca29e01c47fdb134fa557728 | Greg Haerr | 2025-07-13 | Cleanup busy wait and header files |
0aa44082ed6fd65c1bfe4c9a00e974baa81d3db | Greg Haerr | 2025-07-12 | Cleanup |
230d252b6ff4c8ecc900dec054af270988595b2 | Greg Haerr | 2025-07-12 | Cleanup unused async portions of driver |
b3fa69d09f222454c28a2628c5d5d693932622a | Greg Haerr | 2025-07-12 | Add XMS support |
1bd50b3299f55658f81b9e4d5d0088c228624c9 | Ferry Hendrikx | 2025-07-07 | Various ATA changes |
3eb385f4e8a0fe05dea9b1858d2d501ef6a1957 | Greg Haerr | 2025-07-05 | Add /dev/cf0 to FAT /dev table, temp remove /dev/hdd4 |
cfd9ffde03468277b7389ddeee183ce54395eac | Greg Haerr | 2025-07-04 | [kernel] Introduce block device driver overlays, move ATA CF to /dev/cf0 |
9f0ab412f7bd46d308e697f5502b9a04b6af086 | Ferry Hendrikx | 2025-06-30 | Further changes to make ATA-CF more robust |
8753edcb410e4a0bec8c55209b1c2f4a3d26685 | Ferry Hendrikx | 2025-06-28 | ATA updates after testing |
288a7d0d15583830a8dc6ae9aef5af6fabb9259 | Ferry Hendrikx | 2025-06-28 | corrections to in-port |
e128cffe622308c565dc0325e51b0769c624009 | Ferry Hendrikx | 2025-06-27 | minor fixes |
b1e8bf1abec285cab86ff0bbaf410ae71c11097 | Ferry Hendrikx | 2025-06-27 | ATA fix: swap bytes the right way |
59ac9190be9c1336096df563d8af47058b02a6d | Ferry Hendrikx | 2025-06-27 | Checkpoint; ATA reading is working |