summaryrefslogtreecommitdiff
path: root/sys/dev/isa/fd.c
AgeCommit message (Expand)Author
2003-12-04netbsd.org -> NetBSD.orgkeihan
2003-09-27Fix a non-fatal race condition.mycroft
2003-09-25Modify the fdcattach() interface again, splitting it into two parts, so thatmycroft
2003-09-25Do fd probing after interrupts are enabled, and use tsleep() for delays.mycroft
2003-09-23Small changes -- if your controller clears DRV_BUSY when recalibrate completes,mycroft
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-06-12nuke unnecessary #include <sys/dkstat.h>drochner
2003-05-09A few ISA sound drivers like to share dma channels, and hence deferredfvdl
2003-02-26Make this work as fdisa again on the Atari/Milan.leo
2003-02-25Add missing splbio() protecting of bufpool access. Add a clarifyingthorpej
2003-02-25Add a new BUF_INIT() macro which initializes b_dep and b_interlock, andthorpej
2003-02-05Remove unused variable.pk
2003-02-05Make the buffer cache code MP-safe.pk
2003-01-25Fix further printf format warnings for DEBUG, in the wake of daddr_tkleink
2003-01-25Use PRId64 instead of hard coding "%lld" to fix build problems undertron
2003-01-25Fix printf() format strings problems caused by "daddr_t" change.tron
2003-01-08Support for 'plug and play' of floppy drives, to be used soon by thejmcneill
2003-01-01Use aprint_normal() in cfprint routines.thorpej
2002-11-01implement separate read/write disk statistics:mrg
2002-10-23merge kqueue branch into -currentjdolecek
2002-10-02Fix sizeof and whitespace bug from the script I'm using to do thethorpej
2002-10-02Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-11Fix signed/unsigned comparison warnings from gcc 3.3.thorpej
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-07-24Convert to new device buffer queue interface.hannken
2002-06-26Add evbmips to the list of platforms supported by this driver.simonb
2002-03-10use TAILQ_FIRST()/TAILQ_NEXT()/TAILQ_EMPTY macros rather than dereferencingjdolecek
2002-01-12Call malloc(9) with M_ZERO flag instead of memset() after malloc().tsutsui
2001-12-29Add a case for x86_64.thorpej
2001-11-13add RCSIDlukem
2001-07-08Correct various misspellings of 'transfer' and inflected forms.wiz
2001-06-07Compile on sandpoint.briggs
2001-05-27Add support for the Algorithmics ISA floppy controller.thorpej
2001-05-19space/TAB cosmeticstsutsui
2001-03-16Some minor, atari only, changes to make this work on the Milan:leo
2001-01-18constifyjdolecek
2001-01-08Return error in the case of using ODIOCGDINFO or ODIOCGDEFLABEL whenfvdl
2001-01-07Adapt all disk devices in MI directories to handle ODIOC* callsfvdl
2000-12-17In fdcattach() reset the controller before moving on as some probes (ala pnpb...jmc
2000-11-27Add prep support. change all __foo__ to foo. We don't __foo__ in the kernelmatt
2000-08-24In fdioctl(), allocate fd_formb dynamically when needed, rather than onnathanw
2000-07-06Use device_lookup().thorpej
2000-06-28remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>mrg
2000-05-11MI part of MicroChannel Architecture bus supportjdolecek
2000-05-02Nuke some dead code.thorpej
2000-04-23Carve off the ISA configuration bits from the floppy driver. Driver isthorpej
2000-04-07Use separate callouts for motor-on and motor-off. Fixes a conditionthorpej