summaryrefslogtreecommitdiff
path: root/sys/arch/amiga/dev/fd.c
AgeCommit message (Expand)Author
2003-07-14get rid of printf() warnings in the FDDEBUG case by using the right formataymeric
2003-05-10Change bounds_check_with_label() to take a pointer to the disk structure,thorpej
2003-05-03DMA, not dma nor Dma.wiz
2003-04-01Use PAGE_SIZE rather than NBPG.thorpej
2003-01-06synchronous, not syncronous.wiz
2003-01-01Use aprint_normal() for cfprint routines.thorpej
2002-11-01implement separate read/write disk statistics:mrg
2002-10-23merge kqueue branch into -currentjdolecek
2002-10-02Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-08-07Convert to new device buffer queue interface.hannken
2002-01-28add __KERNEL_RCSID as suggested by Luke Mewburnaymeric
2002-01-26- ANSIfyaymeric
2001-09-16Spell 'occurred' with two 'r's.wiz
2001-01-13make this compile againaymeric
2000-11-20rationalize the use of b_flags for geteblk() buffers.chs
2000-03-23New callout mechanism with two major improvements over the oldthorpej
2000-03-16Kill more broken cf_unit bogons.kleink
2000-02-07Fix a bug in disksort_*() which caused non-optimal ordering when multiplethorpej
2000-01-21Update for sys/buf.h/disksort_*() changes.thorpej
1999-12-04CL* discarding.ragge
1998-01-12Adjust for changes to config.thorpej
1997-10-11Fix typo from DIOCGDEFLABEL implementation.mhitch
1997-10-08Implement DIOCGDEFLABEL.thorpej
1997-07-17use locator defines in "locators.h" to index cf_loc[]jtk
1996-12-23Get rid of __BROKEN_INDIRECT_CONFIG.veego
1996-10-13backout previous kprintf changechristos
1996-10-10printf -> kprintf, sprintf -> ksprintfchristos
1996-08-27change cfprint_t type definition to take a const char *, rather thancgd
1996-05-04Floppy driver now supports MSDOS track format. Minor device 1 (/dev/fd?b)mhitch
1996-04-30Remove include of sys/cpu.h.mhitch
1996-04-29Add floppy index interrupt routine for future MSDOS floppy support.mhitch
1996-04-21- Cleanup for -Wall and -Wstrict-prototypesveego
1996-04-05Pass reserved blocks in label so adosfs computes root blockmhitch
1996-03-17Clean up typos and other errors from new device attachment changes.mhitch
1996-03-17New device attachment scheme:thorpej
1996-01-28make sure master enable is set #1920chopps
1996-01-15Call disk_busy() a bit earlier in case an exceptional condition causesthorpej
1996-01-14Fixed typo (that I probably introduced with the disk changes). Fromthorpej
1996-01-07New generic disk framework. Highlights:thorpej
1995-08-12minphys() functions really should return void.mycroft
1995-07-26fix typochopps
1995-07-24bound xfer properly in minphys, panic if can't.cgd
1995-07-05remove indirect use of strategy which brok with recent changeschopps
1995-04-13couple small changes from Michael.chopps
1995-04-10Fdclose --> fdclosemycroft
1995-04-06say something more for unconfigured deviceschopps
1994-12-13fdclose -> Fdclosemycroft
1994-12-01bring up to current. change sun to sunos. handle changes in devicechopps