summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/atapi-cd.c
Commit message (Expand)AuthorAgeFilesLines
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* Use devstat_end_transaction_buf() rather than Use devstat_end_transaction()phk1999-09-181-3/+1
* Changes to centralise the default blocksize behaviour.julian1999-09-091-3/+1
* Set si_bsize_phys and si_bsize_max in all legacy CD drivers.phk1999-09-011-0/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-231-23/+9
* Simplify cdevsw registration.phk1999-05-311-7/+2
* This commit should be a extensive NO-OP:phk1999-05-301-6/+20
* Make the driver work on HP8100 and the newer Philips that does notsos1999-05-111-24/+3
* Introduce two functions: physread() and physwrite() and use these directlyphk1999-05-071-16/+2
* s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.dt1999-04-281-2/+2
* Suser() simplification:phk1999-04-271-2/+2
* Shoot the LKM support in the old wd/wdc/atapi driver set in the head andpeter1999-04-131-84/+3
* The DEVFS case was screwed by my last commit here..sos1999-03-311-4/+4
* Rewert the atapi CDROM driver's name to wcd.sos1999-03-161-36/+36
* Add a prioritization field to the devstat_add_entry() call so thatken1999-02-101-3/+5
* Bzero the devstat structure before use.sos1999-01-311-1/+2
* Add device stats for the acd device.sos1999-01-311-13/+43
* Use suser() to determine super-user-ness, don't examine cr_uid directly.phk1999-01-301-3/+4
* Extraneous space.hoek1999-01-021-2/+2
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-9/+1
* Eliminate compiler warning.archie1998-11-211-2/+2
* Use "KB" instead of "Kb" for KiloBytes, consistently with otherluigi1998-10-301-3/+3
* Make the next_writeable address specific for each drive, there mightsos1998-10-151-6/+5
* Remove debug output on disk change.sos1998-10-081-2/+2
* Add new atapi-cd driver that supports atapi CD-R/RW drives.sos1998-09-081-0/+1588
OpenPOWER on IntegriCloud