summaryrefslogtreecommitdiffstats
path: root/sys/dev/matcd
Commit message (Collapse)AuthorAgeFilesLines
* Do the dreaded s/dev_t/struct cdev */phk2004-06-162-10/+10
| | | | Bump __FreeBSD_version accordingly.
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-2/+2
| | | | | Submitted by: Mark Santcroos <marks@ripe.net> Reviewed by: imp, dfr, bde
* Device megapatch 4/6:phk2004-02-211-1/+2
| | | | | | | | Introduce d_version field in struct cdevsw, this must always be initialized to D_VERSION. Flip sense of D_NOGIANT flag to D_NEEDGIANT, this involves removing four D_NOGIANT flags and adding 145 D_NEEDGIANT flags.
* Discontinue bio_blkno, use bio_offset instead.phk2003-10-181-11/+10
|
* Use __FBSDID().obrien2003-08-242-6/+6
| | | | Also some minor style cleanups.
* Re-introduction of the matcd CD driver.uhclem2003-06-176-0/+4127
This version of the driver code is compatible with near-release FreeBSD 5.1 kernel/driver interfaces. modules/Makefile, man page and other bindings to follow shortly, once I get this part of the check-in right. Approved by: markm(mentor)
OpenPOWER on IntegriCloud