Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-09-26 | Fix alignment for mips & other strict architectures, mostly used lance stuff. | Niklas Hallqvist | |
1996-09-23 | adjust number of types, since we've got 16 partitions in disklabel now. | Michael Shalayeff | |
1996-09-23 | propagte FD{UNIT,PART} definitions. | Michael Shalayeff | |
1996-09-22 | Get some things ready for later. | Jason Downs | |
1996-09-22 | add a slight delay | Jason Downs | |
1996-09-20 | silent probe, silent attach; netbsd pr#2108, mike.long@analog.com | Theo de Raadt | |
1996-09-17 | support boot. | Michael Shalayeff | |
1996-09-16 | fix a typo. | Michael Shalayeff | |
from netbsd-pr port-i386/2587 <rvb@cs.cmu.edu> | |||
1996-09-16 | theo the pendat | Jason Downs | |
1996-09-16 | pretty pretty pointless support | Jason Downs | |
1996-09-12 | foom | Theo de Raadt | |
1996-09-11 | Rearrange much of the polling code so really, really *busted* NEC hardware | Jason 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-09 | Remove duplicated defines. | Jason Downs | |
1996-09-09 | iresolve constatnt to name combination, itsn't it more clear? | Michael Shalayeff | |
1996-09-04 | Pull 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-01 | initial commit of split fdc/fd drivers | Jason Downs | |
1996-09-01 | untimeout & density handling; from rcjvdb@urc.tue.nl... this patch is from ↵ | Theo de Raadt | |
january 2 1995 | |||
1996-08-30 | -Wall fix | Theo de Raadt | |
1996-08-29 | Add `flags' specification to floppy devices. | Jason Downs | |
1996-08-29 | sunos-like cua behaviour; inspired by budd@cs.bu.edu in his scn.c | Theo de Raadt | |
1996-08-24 | probe-time fix provided by jfw@jfwhome.funhouse.com | Theo de Raadt | |
1996-08-23 | silence probe more | Theo de Raadt | |
1996-08-17 | Don't increment sc_errors right after calling wdcunwedge(). | Jason Downs | |
1996-08-16 | : 0 devices | Theo de Raadt | |
1996-08-15 | compatible, not compatiAble | shawn | |
1996-08-15 | make use of compatiable device id; delete redundant argument | shawn | |
1996-08-15 | whoops, i made a fatal typo | Theo de Raadt | |
1996-08-15 | pass in sc_delayioh too | Theo de Raadt | |
1996-08-15 | perfect attach messages, use bcopy/bzero | Theo de Raadt | |
1996-08-15 | do not attempt to isamatch pnp devices | Theo de Raadt | |
1996-08-15 | repair proto | Theo de Raadt | |
1996-08-15 | warn about 0x666 thingy; use correct isa_attach_args for extent maps | Theo de Raadt | |
1996-08-15 | oops, forgot to exclude those unused extents before adding to map | shawn | |
1996-08-14 | rudimentary plug-and-play support, see pnp(4) | shawn | |
1996-08-12 | fixed typo | Niklas Hallqvist | |
1996-08-07 | correct b_resid handling; pointed out by banshee@gabriella.abattoir.com | Theo de Raadt | |
1996-08-07 | bus.h using wd/wdc drivers, by niklas. IDE now works on both i386 and amiga. | Jason Downs | |
1996-08-03 | two bugs pointed out by thorpe | Theo de Raadt | |
1996-08-02 | DOH! transmit got broken in the last commit. | Niklas Hallqvist | |
1996-08-01 | doc where driver comes from | Theo de Raadt | |
1996-07-31 | Drop 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-27 | split cy driver up | Theo de Raadt | |
1996-07-04 | fix recording; from jabaker@grail.cba.csuohio.edu | Theo de Raadt | |
1996-07-02 | support FSTATE_STAR by repetition | Theo de Raadt | |
1996-07-02 | better FIFO enabling code; netbsd pr#2574, cliff@wport.com | Jason Downs | |
1996-07-02 | document | Theo de Raadt | |
1996-06-30 | Put small delay in lptintr, as suggested by banshee@gabriella.resort.com | dm | |
on port-i386@netbsd.org. | |||
1996-06-27 | backout spl change | Theo de Raadt | |
1996-06-27 | new 2940 driver merged from freebsd sources 960623 | shawn | |
1996-06-26 | lpr attaches with lpt_isa_ca | dm | |