summaryrefslogtreecommitdiff
path: root/sys/dev/isa/mcd.c
AgeCommit message (Expand)Author
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
1994-10-28Various:mycroft
1994-10-27new RCS ID format.cgd
1994-10-14move arch dependence to archs. clean up a bit. deal with weird MAXPARTITONS.cgd
1994-08-05Fix spelling of `STEREO'.mycroft
1994-08-03Add a missing splx() and increase the reset delay during probe, as suggestedmycroft
1994-06-16b_un.b_addr -> b_datamycroft
1994-05-11Add dummy *dump() routines.mycroft
1994-05-05Retool the state machine is a sane way.mycroft
1994-05-05lots of changes: prototype migration, move lots of variables, definitions,cgd
1994-04-22Don't need isa.h.mycroft
1994-04-08Small fix to attach message.mycroft
1994-04-08Fix return values from some interrupt routines.mycroft
1994-04-07Implement dynamic IRQ configuration and IRQ sharing. Inline spl*() calls.mycroft
1994-03-29Updates for new autoconfig.mycroft
1994-03-06DELAY() --> delay(). This is not a macro.mycroft
1994-02-21Fixed probe routine from Holger Veit; lots of other cleanup by me.mycroft
1994-02-09All ioctl routines take a struct proc * now.mycroft
1994-02-06Use b_actf, not av_forw.mycroft
1993-12-20Canonicalize all #includes, and add pio.h where appropriate.mycroft
1993-11-17added two copyright strings at the request of Gary Clark IIcgd
1993-11-04add mcd: Mitsumi CD driver by Holger Veit and Brian Moorecgd