summaryrefslogtreecommitdiff
path: root/sys/dev/isa/mcd.c
AgeCommit message (Expand)Author
2007-06-20b_cylinder does not need to be set on the callpath down into drivers.Theo de Raadt
2007-06-18avoid modification race in DIOCRLDINFO; ok krw miodTheo de Raadt
2007-06-08all drivers should spoof version 1 labelsTheo de Raadt
2007-06-06now that all partition size/offsets are potentially 64-bit, change theTheo de Raadt
2007-06-05use six new macros to access & store the 48-bit disklabel fields relatedTheo de Raadt
2007-06-01Don't initialize d_partitions[RAW_DISK] just before callingKenneth R Westerback
2007-05-04move bcd tables to the only place that uses them (the unused mcd driver);Theo de Raadt
2007-04-29MCDUNIT/etc -> DISKUNIT/etc. No change to mcd.o.Kenneth R Westerback
2006-09-26Zap D_REMOVABLE flag from disklabel. If you didn't already know thatKenneth R Westerback
2006-08-13RAW_PART p_size on floppies and mcd's should be in sectors.Kenneth R Westerback
2006-03-15Nuke dk_establish(), no longer used.Miod Vallat
2006-03-10Silence mcd during probe, as in 1.13 but accidentally lost in 1.24.Miod Vallat
2006-03-09Do not include <lib/libkern/libkern.h> explicitely, get it via <sys/systm.h>.Miod Vallat
2006-03-09Zero-fill the fake softc during probe, and put a plausible dv_xname, so thatMiod Vallat
2006-01-02remove last traces of __BROKEN_INDIRECT_CONFIG.Brad Smith
2004-05-01Fix a disk_unbusy() that was missing the 3rd argument; Georg SchwarzTodd C. Miller
2004-02-15new arg to disk_unbusy, to record separate read/write statistics.Ted Unangst
2003-04-06Some easy strcpy elimination.Kenneth R Westerback
2002-05-24More splbio around biodone protection.Artur Grabowski
2002-03-14First round of __P removal in sysTodd C. Miller
2000-11-11new timeouts; compilesMichael Shalayeff
1999-08-10support DIOCRLDINFOTheo de Raadt
1998-10-05make DIOCGPDINFO equivalent to DIOCGDINFO for cd'sTodd C. Miller
1998-10-04Add DIOCGPDINFO supportTodd C. Miller
1998-10-03Add a "spoofonly" argument to readdisklabel() which will be used toTodd C. Miller
1998-04-26update audio from NetBSD, mostly by Lennart Augustsson <augustss@cs.chalmers.se>Niels Provos
1997-11-30use libkern's bcd convsMichael Shalayeff
1997-10-18avoid "no disklabel" error messagesTheo de Raadt
1997-09-29<sys/types.h> OR <sys/param.h>, BUT NOT bothMichael Shalayeff
1997-08-08Change the bounds_check_with_label API to also take a cpu_disklabelNiklas Hallqvist
1997-01-04readdisklabel() with correct dev_tTheo de Raadt
1996-12-05call readdisklabel() in the same fashion as sd.c doesTheo de Raadt
1996-09-20silent probe, silent attach; netbsd pr#2108, mike.long@analog.comTheo de Raadt
1996-06-10enqueue eject for mcdclose()Theo de Raadt
1996-06-09support MTIOCTOP's MTOFFL to mean "eject"Theo de Raadt
1996-06-01all ports have dk_establish()Theo de Raadt
1996-05-27silence getresult during probeTheo de Raadt
1996-05-26sync 0521Theo de Raadt
1996-05-07sync with 0504 -- prototypes and bus.hTheo de Raadt
1996-04-24Add OPTi 82C929 chipset support for sound(wss,sb)/cd(mcd,scd,pcd,atapi)Michael Shalayeff
1996-04-21partial sync with netbsd 960418, more to comeTheo de Raadt
1996-03-20Fix back wrong patches.Michael Shalayeff
1996-03-19Merging w/ NetBSD 021796.Michael Shalayeff
1996-03-08From NetBSD: merge of 960217Niklas Hallqvist
1996-02-20Pass device name to interrupt establish routines so it can be recorded inThorsten Lockert
1996-01-12from netbsd;Theo de Raadt
1996-01-12update to new cdio.hTheo de Raadt
1995-12-27from netbsd:Theo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt