summaryrefslogtreecommitdiff
path: root/sys/dev/dkwedge
AgeCommit message (Expand)Author
2005-02-27nuke trailing whitespaceperry
2005-01-01Make this compile again.thorpej
2004-10-28move buffer queue related stuffs from buf.h to their own header, bufq.h.yamt
2004-10-26Implement the DIOCCACHESYNC ioctl; we just pass it along to the parent.thorpej
2004-10-23Check d_magic2 once, and not d_magic twice. Pointed out by tsarna.thorpej
2004-10-23MBR partition table support for wedges, enabled by the DKWEDGE_METHOD_MBRthorpej
2004-10-23- Adjust minor number usage for wedges; minor number directly maps tothorpej
2004-10-15Use config_attach_pseudo() to create device instances in the devicethorpej
2004-10-04Add a parsing module for 4.4BSD/NetBSD disklabels. This module supportsthorpej
2004-10-04Move wedge code to a subdirectory, as suggested by Christos.thorpej