summaryrefslogtreecommitdiff
path: root/sys/dev/isa/mcd.c
AgeCommit message (Expand)Author
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
1996-04-11update for addition of a machine-dependent cookie as the first argumentcgd
1996-03-17New device attachment scheme:thorpej
1996-01-30Accept DIOCEJECT as a synonym for CDIOCEJECT. Implement DIOCLOCKthorpej
1996-01-07New generic disk framework. Highlights:thorpej
1995-12-24The IST_* and IPL_* constants are not bus-specific; don't treat them as such.mycroft
1995-08-05Use an intermediate variable to shorten label initialization code.mycroft
1995-07-10fix from Onno van der Linden for large-file read timeouts on double-speedcgd
1995-07-05Make each disk and tape driver define its own read and write functions.mycroft
1995-06-26make dump stubs consistentcgd
1995-04-27Turn off some debugging code by default.mycroft
1995-04-17clean up several ISA device interfaces: autoconfiguration, headercgd
1995-04-15Don't boundary check I/O to the `raw' partition.mycroft
1995-04-01Insert a missing unlock.mycroft
1995-04-01Change the locking protocol to match other drivers.mycroft
1995-04-01Always load the TOC. Turn off the TOC bit in the mode register so the busymycroft
1995-03-27Remove unused variable.mycroft
1995-03-27Remove a tiny bit of redundant code.mycroft
1995-03-27It's not necessary to do a GETSTAT before each read.mycroft
1995-03-27Small garbage collection, and turn off debugging info by default.mycroft
1995-03-27Largely rewritten by me, with some input from Dave Burgess. Implement most ofmycroft
1995-01-29lip service to making ISA support machine-independent. This is the firstcgd
1995-01-03Add interrupt sharing types.mycroft
1994-12-14Remove dkbad.h.mycroft
1994-11-18Convert port, IRQ, and DRQ numbers to ints.mycroft
1994-11-03Use indirect config for subdevices, and add dkdrivers where missing.mycroft
1994-10-30be more careful with types, also pull in headers where necessary.cgd