summaryrefslogtreecommitdiff
path: root/sys/dev/isa/mcd.c
AgeCommit message (Expand)Author
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-09-02add missing initializerchristos
2006-04-13PR/29683: Sergey Svishchev: Make this compile again..christos
2005-12-11merge ktrace-lwp.christos
2005-10-15- change the way to specify a bufq strategy. (by string rather than by number)yamt
2005-03-12PR/29683: M. B. Buchanan: mcd driver has printf formatting compile issuechristos
2005-02-27nuke trailing whitespaceperry
2005-02-04de-__Pperry
2004-10-28move buffer queue related stuffs from buf.h to their own header, bufq.h.yamt
2004-09-14Separate the namespace for default (ie unspecified) locators useddrochner
2003-11-07Replace home-grown locks with lockmgr().mycroft
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-05-10Change bounds_check_with_label() to take a pointer to the disk structure,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-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-07-24Convert to new device buffer queue interface.hannken
2002-01-07Overhaul of the ISA autoconfiguration code to support directthorpej
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-13add RCSIDlukem
2001-07-18bzero -> memsetthorpej
2001-02-10Insert missing '#' for cpp(1). This should close PR/12167.taca
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-07-06Use device_lookup().thorpej
2000-03-23New callout mechanism with two major improvements over the oldthorpej
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-02-08Change DIOCEJECT to do what's needed to eject a device before the ejectbouyer
1998-06-23* Add defopt MCD_PROMISC for more conservative probes.jonathan
1998-06-09Nuke __BROKEN_INDIRECT_CONFIG.thorpej
1998-01-14make it compile without BROKEN_INDIRECT_CONFIGdrochner
1998-01-12Update for config changes.thorpej
1997-11-11Add missing ;fvdl
1997-10-20Don't panic if we fail to remap i/o or mem space in the attach function.thorpej
1997-10-19Make sure the i/o and/or mem addresses aren't wildcarded (i.e. -1) beforethorpej
1997-10-08Implement DIOCGDEFLABEL.thorpej
1997-06-14Make this compile again in light of recent changes to cdio.hthorpej
1997-04-04Busify the driver (from perry).christos
1996-11-05Eliminate unsolicited spewage; PR #2108.mikel
1996-10-13backout kprintf changeschristos
1996-10-10printf -> kprintf, sprintf -> ksprintfchristos
1996-05-12Use intr.h.mycroft
1996-04-29Fix gcc -Wall warnings.christos