summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/wcd.c
Commit message (Expand)AuthorAgeFilesLines
* Pre 3.0 branch cleanup sos#1: wcdsos1998-12-271-1400/+0
* Don't leave the CDROM tray locked if an attempt to mount it is made andmsmith1998-12-231-1/+2
* wcd_read_toc returns zero on success and EIO on failure, so change thesteve1998-12-131-2/+2
* Use "KB" instead of "Kb" for KiloBytes, consistently with otherluigi1998-10-301-3/+3
* Update system to new device statistics code.gibbs1998-09-151-1/+19
* Add new atapi-cd driver that supports atapi CD-R/RW drives.sos1998-09-081-3/+3
* There is no such thing any more as "struct bdevsw".julian1998-07-041-9/+18
* Add D_DISK flag.phk1998-06-261-2/+2
* Remove bdevsw_add(), change the only two users to use bdevsw_add_generic().phk1998-06-251-53/+27
* Fixed pedantic semantics errors (bitfields not of type int, signed intbde1998-06-081-39/+39
* This commit fixes various 64bit portability problems required fordfr1998-06-071-2/+2
* Support compiling with `gcc -ansi'.bde1998-04-151-2/+2
* Staticize.eivind1998-02-091-4/+4
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-241-1/+2
* In all such uses of struct buf: 's/b_un.b_addr/b_data/g'phk1997-12-021-2/+2
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-071-2/+2
* Oops, forgot to count non-changer drives..sos1997-11-051-1/+3
* First cut at supporting multi-CD CDROM drives (changers).sos1997-10-291-74/+221
* Add a missing bufq_init call. The original code never initialized it'sgibbs1997-09-221-0/+1
* aha1542.c aic6360.c cy.c fd.c ft.cgibbs1997-09-211-3/+3
* Removed unused #includes.bde1997-07-201-2/+0
* This mega-commit brings the following:joerg1997-05-041-0/+35
* Make MOD_* macros almost consistent:dufault1997-04-061-2/+4
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-241-1/+0
* Fixed another little both in the devconf removal.sos1996-09-081-1/+1
* Bannish ATAPI and ATAPI_STATIC #defines to opt_atapi.h.pst1996-09-061-0/+2
* Remove devconf, it never grew up to be of any use.phk1996-09-061-40/+2
* Revert my bdevsw change for wcd.c, Bruce pointed out thatphk1996-07-241-2/+12
* Make a "DWIM" function for adding [bc]devsw entries for bdev drivers.phk1996-07-231-12/+2
* Implement CDIOCCLOSEache1996-06-091-4/+16
* Fixed group and permissions for devfs devices (group operator was games;bde1996-06-081-10/+12
* Replace usage of buf->b_actf with queue.3 and buf->b_act.phk1996-04-081-7/+5
* Changed #includes of <i386/include/foo.h> to #includes of <machine/foo.h>.bde1996-04-071-1/+3
* Switched from using devfs_add_sw() to using devfs_add_swf()scrappy1996-03-281-20/+12
* Exchange addr_type<->controlache1996-02-021-3/+3
* addr_type field was ever not assigned, control field was assigned incorrectlyache1996-02-011-2/+3
* Oops, I pick wrong size field for leadout entryache1996-02-011-8/+9
* Bugfix: don't convert LBA to host order, they must stay in network order.ache1996-01-301-10/+8
* Calculate leadout entry instead of honor ATAPI requestache1996-01-301-8/+8
* READTOCENTRYS: protect against stack overflow when incorrect dataache1996-01-301-3/+4
* Don't generate EINVAL for data_len too big in READTOCENTRYS, itache1996-01-301-2/+1
* Fix READTOCENTRYS partialy based on kientzle@netcom.com patch partialy onache1996-01-301-15/+24
* Fixed a bug with the ATAPI_STATIC option, so it compiles again.sos1995-12-291-3/+8
* Replaced nxdump by nodump (if the dump function gets called, then thebde1995-12-101-1/+1
* Staticize and cleanup.phk1995-12-101-2/+2
* Julian forgot to make the *devsw structures static.phk1995-12-081-2/+2
* Pass 3 of the great devsw changesjulian1995-12-081-47/+61
* If you're going to mechanically replicate something in 50 filesjulian1995-11-291-1/+1
* OK, that's it..julian1995-11-291-13/+28
* the second set of changes in a move towards getting devices to bejulian1995-11-281-0/+38
OpenPOWER on IntegriCloud