summaryrefslogtreecommitdiff
path: root/sys/dev/isa
AgeCommit message (Collapse)Author
1996-09-26Fix alignment for mips & other strict architectures, mostly used lance stuff.Niklas Hallqvist
1996-09-23adjust number of types, since we've got 16 partitions in disklabel now.Michael Shalayeff
1996-09-23propagte FD{UNIT,PART} definitions.Michael Shalayeff
1996-09-22Get some things ready for later.Jason Downs
1996-09-22add a slight delayJason Downs
1996-09-20silent probe, silent attach; netbsd pr#2108, mike.long@analog.comTheo de Raadt
1996-09-17support boot.Michael Shalayeff
1996-09-16fix a typo.Michael Shalayeff
from netbsd-pr port-i386/2587 <rvb@cs.cmu.edu>
1996-09-16theo the pendatJason Downs
1996-09-16pretty pretty pointless supportJason Downs
1996-09-12foomTheo de Raadt
1996-09-11Rearrange much of the polling code so really, really *busted* NEC hardwareJason Downs
mostly works, along with various other bits of cleanup. Please, people, if you have any choice in the matter at all, avoid NEC IDE CD-ROM drives like the plague upon mankind they are. Especially DO NOT connect a NEC and another brand ATAPI drive to the same controller!
1996-09-09Remove duplicated defines.Jason Downs
1996-09-09iresolve constatnt to name combination, itsn't it more clear?Michael Shalayeff
1996-09-04Pull in pieces of Manuel's patch6:Jason Downs
- At Milton Ngan's request, wdc now probes for atapi devices first, and then wd drives, because some old atapi devices were detected as ide drives. - Integration of Milton Ngan's fix for some 'wdc_atapi_intr: unknown phase 1' due to a timing problem. Some additional changes (like ADEV_* -> AQUIRK_*) for the sake of compatibility. Manuel's additional quirk type was added as well. I'm not sure I like the retry change to wdc.c; please let me know if anyone has any problems with their drives.
1996-09-01initial commit of split fdc/fd driversJason Downs
1996-09-01untimeout & density handling; from rcjvdb@urc.tue.nl... this patch is from ↵Theo de Raadt
january 2 1995
1996-08-30-Wall fixTheo de Raadt
1996-08-29Add `flags' specification to floppy devices.Jason Downs
1996-08-29sunos-like cua behaviour; inspired by budd@cs.bu.edu in his scn.cTheo de Raadt
1996-08-24probe-time fix provided by jfw@jfwhome.funhouse.comTheo de Raadt
1996-08-23silence probe moreTheo de Raadt
1996-08-17Don't increment sc_errors right after calling wdcunwedge().Jason Downs
1996-08-16: 0 devicesTheo de Raadt
1996-08-15compatible, not compatiAbleshawn
1996-08-15make use of compatiable device id; delete redundant argumentshawn
1996-08-15whoops, i made a fatal typoTheo de Raadt
1996-08-15pass in sc_delayioh tooTheo de Raadt
1996-08-15perfect attach messages, use bcopy/bzeroTheo de Raadt
1996-08-15do not attempt to isamatch pnp devicesTheo de Raadt
1996-08-15repair protoTheo de Raadt
1996-08-15warn about 0x666 thingy; use correct isa_attach_args for extent mapsTheo de Raadt
1996-08-15oops, forgot to exclude those unused extents before adding to mapshawn
1996-08-14rudimentary plug-and-play support, see pnp(4)shawn
1996-08-12fixed typoNiklas Hallqvist
1996-08-07correct b_resid handling; pointed out by banshee@gabriella.abattoir.comTheo de Raadt
1996-08-07bus.h using wd/wdc drivers, by niklas. IDE now works on both i386 and amiga.Jason Downs
1996-08-03two bugs pointed out by thorpeTheo de Raadt
1996-08-02DOH! transmit got broken in the last commit.Niklas Hallqvist
1996-08-01doc where driver comes fromTheo de Raadt
1996-07-31Drop the ed_ring structure in favour of a byte-array and offset constants.Niklas Hallqvist
Makes the code much more robust agains MD paddings. Use new bus.h.
1996-07-27split cy driver upTheo de Raadt
1996-07-04fix recording; from jabaker@grail.cba.csuohio.eduTheo de Raadt
1996-07-02support FSTATE_STAR by repetitionTheo de Raadt
1996-07-02better FIFO enabling code; netbsd pr#2574, cliff@wport.comJason Downs
1996-07-02documentTheo de Raadt
1996-06-30Put small delay in lptintr, as suggested by banshee@gabriella.resort.comdm
on port-i386@netbsd.org.
1996-06-27backout spl changeTheo de Raadt
1996-06-27new 2940 driver merged from freebsd sources 960623shawn
1996-06-26lpr attaches with lpt_isa_cadm