summaryrefslogtreecommitdiff
path: root/sys/dev/md.c
AgeCommit message (Expand)Author
2000-01-21Update for sys/buf.h/disksort_*() changes.thorpej
2000-01-21 - use the raw partition for ioctl; `control device' is gone.tsutsui
1999-03-24completely remove Mach VM support. all that is left is the all themrg
1999-02-07defopt MEMORY_DISK_{HOOKS,SERVER,IS_ROOT}.jonathan
1998-09-01Make this file compile again by removing no longer used `structenami
1998-08-13Merge paddr_t changes into the main branch.eeh
1998-02-10- add defopt's for UVM, UVMHIST and PMAP_NEW.mrg
1998-02-05initial import of the new virtual memory system, UVM, into -current.mrg
1997-08-01Use DISKUNIT macro to encode md's unit in the minor number.leo
1997-05-23Comment reference to ramdisk.h -> md.hjeremy
1997-01-11It's not safe to sleep in mdattach(), so don't pass WAITOK to malloc().thorpej
1996-12-28Rename this driver `md'.pk
1996-10-13backout kprintf changeschristos
1996-10-10printf -> kprintf, sprintf -> ksprintfchristos
1996-04-12Add some prototypes.leo
1996-03-22The ramdisk is now a pseudo-device.gwr
1996-03-17New device attachment scheme:thorpej
1996-03-07Allow for a machine dependent match function - rd_match_hook()leo
1996-01-07New generic disk framework. Highlights:thorpej
1995-11-17get size of softc rightgwr
1995-10-26Fix a commentgwr
1995-10-08Machine-independent RAM-disk driver.gwr