summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/wcd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Mega commit for sysctl.phk1995-11-201-4/+3
* Changed the first (name) arg of MOD_DEV(), MOD_EXEC() and MOD_MISC()bde1995-11-141-4/+2
* Nuked some more bogus devswitch macros. The wcd lkm was broken.bde1995-11-091-11/+3
* Made wcdattach() non-static again. It is called from atapi.c. Thebde1995-10-291-1/+4
* Repair the wcd and atapi code a little, so that it compiles and loadspeter1995-10-281-1/+6
* Remove unused functions and variables, make things static, and other cleanups.phk1995-10-281-2/+4
* Latest fixes from Serge:dg1995-10-141-128/+307
* Bring IDE CDROM support up to latest version (1.8a?) from Serge.jkh1995-09-301-34/+94
* Correct the calculation of the unit number. it is not minor(x) & 3. It needats1995-09-151-1/+1
* Patch to the atapi driver, by Serge V.Vakulenko, minor changessos1995-09-091-5/+9
* Actually, 97 out of 304 devsw functions had benignly mismatched types.bde1995-09-081-8/+7
* Make files get the NWDC definition from "wdc.h" instead of "wd.h".swallace1995-09-071-1/+1
* Bring in Serge Vakulenko's IDE CDROM (ATAPI) driver. A number ofjkh1995-08-181-0/+921
OpenPOWER on IntegriCloud