aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/matcd
Commit message (Collapse)AuthorAgeFilesLines
* Remove matcd. It isn't in the build, has issues and can be retired.Warner Losh2005-01-106-4133/+0
| | | | | | | | Submitted by: trhodes (the real one) Approved by: core, mdodd, uhclem Notes: svn path=/head/; revision=139961
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-066-6/+12
| | | | Notes: svn path=/head/; revision=139749
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-162-10/+10
| | | | | | | Bump __FreeBSD_version accordingly. Notes: svn path=/head/; revision=130585
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-2/+2
| | | | | | | | Submitted by: Mark Santcroos <marks@ripe.net> Reviewed by: imp, dfr, bde Notes: svn path=/head/; revision=127135
* Device megapatch 4/6:Poul-Henning Kamp2004-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. Notes: svn path=/head/; revision=126080
* Discontinue bio_blkno, use bio_offset instead.Poul-Henning Kamp2003-10-181-11/+10
| | | | Notes: svn path=/head/; revision=121212
* Use __FBSDID().David E. O'Brien2003-08-242-6/+6
| | | | | | | Also some minor style cleanups. Notes: svn path=/head/; revision=119418
* Re-introduction of the matcd CD driver.Frank Durda IV2003-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) Notes: svn path=/head/; revision=116454