aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/isa/wcd.c
Commit message (Expand)AuthorAgeFilesLines
* Pre 3.0 branch cleanup sos#1: wcdSøren Schmidt1998-12-271-1400/+0
* Don't leave the CDROM tray locked if an attempt to mount it is made andMike Smith1998-12-231-1/+2
* wcd_read_toc returns zero on success and EIO on failure, so change theSteve Price1998-12-131-2/+2
* Use "KB" instead of "Kb" for KiloBytes, consistently with otherLuigi Rizzo1998-10-301-3/+3
* Update system to new device statistics code.Justin T. Gibbs1998-09-151-1/+19
* Add new atapi-cd driver that supports atapi CD-R/RW drives.Søren Schmidt1998-09-081-3/+3
* There is no such thing any more as "struct bdevsw".Julian Elischer1998-07-041-9/+18
* Add D_DISK flag.Poul-Henning Kamp1998-06-261-2/+2
* Remove bdevsw_add(), change the only two users to use bdevsw_add_generic().Poul-Henning Kamp1998-06-251-53/+27
* Fixed pedantic semantics errors (bitfields not of type int, signed intBruce Evans1998-06-081-39/+39
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-2/+2
* Support compiling with `gcc -ansi'.Bruce Evans1998-04-151-2/+2
* Staticize.Eivind Eklund1998-02-091-4/+4
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.Eivind Eklund1998-01-241-1/+2
* In all such uses of struct buf: 's/b_un.b_addr/b_data/g'Poul-Henning Kamp1997-12-021-2/+2
* Remove a bunch of variables which were unused both in GENERIC and LINT.Poul-Henning Kamp1997-11-071-2/+2
* Oops, forgot to count non-changer drives..Søren Schmidt1997-11-051-1/+3
* First cut at supporting multi-CD CDROM drives (changers).Søren Schmidt1997-10-291-74/+221
* Add a missing bufq_init call. The original code never initialized it'sJustin T. Gibbs1997-09-221-0/+1
* aha1542.c aic6360.c cy.c fd.c ft.cJustin T. Gibbs1997-09-211-3/+3
* Removed unused #includes.Bruce Evans1997-07-201-2/+0
* This mega-commit brings the following:Joerg Wunsch1997-05-041-0/+35
* Make MOD_* macros almost consistent:Peter Dufault1997-04-061-2/+4
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includeBruce Evans1997-03-241-1/+0
* Fixed another little both in the devconf removal.Søren Schmidt1996-09-081-1/+1
* Bannish ATAPI and ATAPI_STATIC #defines to opt_atapi.h.Paul Traina1996-09-061-0/+2
* Remove devconf, it never grew up to be of any use.Poul-Henning Kamp1996-09-061-40/+2
* Revert my bdevsw change for wcd.c, Bruce pointed out thatPoul-Henning Kamp1996-07-241-2/+12
* Make a "DWIM" function for adding [bc]devsw entries for bdev drivers.Poul-Henning Kamp1996-07-231-12/+2
* Implement CDIOCCLOSEAndrey A. Chernov1996-06-091-4/+16
* Fixed group and permissions for devfs devices (group operator was games;Bruce Evans1996-06-081-10/+12
* Replace usage of buf->b_actf with queue.3 and buf->b_act.Poul-Henning Kamp1996-04-081-7/+5
* Changed #includes of <i386/include/foo.h> to #includes of <machine/foo.h>.Bruce Evans1996-04-071-1/+3
* Switched from using devfs_add_sw() to using devfs_add_swf()Marc G. Fournier1996-03-281-20/+12
* Exchange addr_type<->controlAndrey A. Chernov1996-02-021-3/+3
* addr_type field was ever not assigned, control field was assigned incorrectlyAndrey A. Chernov1996-02-011-2/+3
* Oops, I pick wrong size field for leadout entryAndrey A. Chernov1996-02-011-8/+9
* Bugfix: don't convert LBA to host order, they must stay in network order.Andrey A. Chernov1996-01-301-10/+8
* Calculate leadout entry instead of honor ATAPI requestAndrey A. Chernov1996-01-301-8/+8
* READTOCENTRYS: protect against stack overflow when incorrect dataAndrey A. Chernov1996-01-301-3/+4
* Don't generate EINVAL for data_len too big in READTOCENTRYS, itAndrey A. Chernov1996-01-301-2/+1
* Fix READTOCENTRYS partialy based on kientzle@netcom.com patch partialy onAndrey A. Chernov1996-01-301-15/+24
* Fixed a bug with the ATAPI_STATIC option, so it compiles again.Søren Schmidt1995-12-291-3/+8
* Replaced nxdump by nodump (if the dump function gets called, then theBruce Evans1995-12-101-1/+1
* Staticize and cleanup.Poul-Henning Kamp1995-12-101-2/+2
* Julian forgot to make the *devsw structures static.Poul-Henning Kamp1995-12-081-2/+2
* Pass 3 of the great devsw changesJulian Elischer1995-12-081-47/+61
* If you're going to mechanically replicate something in 50 filesJulian Elischer1995-11-291-1/+1
* OK, that's it..Julian Elischer1995-11-291-13/+28
* the second set of changes in a move towards getting devices to beJulian Elischer1995-11-281-0/+38