Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-12 | Add some spaces. | Jason Downs | |
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-11 | Remove unneeded quirk, and only print drive capabilities if it appears the | Jason Downs | |
device actually filled in the information. | |||
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-06 | add my cd-rom to quirk table.... no other changes. | Michael Shalayeff | |
hmmm, how BSDi do handle all this quirks w/o 'em ? | |||
1996-09-06 | cleanup and sync w/ latest Linux source. | Michael Shalayeff | |
remove keyboard randomness entry point. make Free ppl happy, remove suspicious piece. missed: SHA neede in libkern, why not to put aRC4 there too? | |||
1996-09-05 | se@freebsd.org: fix sync transfer negotiation. | dm | |
1996-09-05 | se@freebsd.org: some changes for the 53c860 and the 53c875 | dm | |
1996-09-04 | make GCC 'appier and remove unused vars. Also fix retval | Niklas Hallqvist | |
and a debug printout | |||
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-31 | clean for kernel and userland | Theo de Raadt | |
1996-08-31 | Support for c720. Now requires "ARCH xxx" statement. No default (error prone). | Per Fogelstrom | |
1996-08-31 | Cleanup exec | Per Fogelstrom | |
1996-08-30 | -Wall fix | Theo de Raadt | |
1996-08-29 | Add `flags' specification to floppy devices. | Jason Downs | |
1996-08-29 | Newer, better, register/device defines from FreeBSD. | Jason Downs | |
1996-08-29 | sunos-like cua behaviour; inspired by budd@cs.bu.edu in his scn.c | Theo de Raadt | |
1996-08-29 | rnd -> random | Theo de Raadt | |
1996-08-24 | probe-time fix provided by jfw@jfwhome.funhouse.com | Theo de Raadt | |
1996-08-23 | Make more MI, closer to compile on amiga, still some problems though. | Niklas Hallqvist | |
Also removed unnecessary static specifiers that maess up DDB | |||
1996-08-23 | silence probe more | Theo de Raadt | |
1996-08-23 | __OpenBSD__ messup fixed | Niklas Hallqvist | |
1996-08-21 | check for __OpenBSD__, prep for tossing __NetBSD__? | 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 | clean up. we no longer need these. | 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-11 | Increased entropy through decreased typos. | dm | |
1996-08-11 | Added arc4random and /dev/arnd. | dm | |
1996-08-10 | indent nicely | Theo de Raadt | |
1996-08-10 | ncr53cxxx assembler by osymh@msu.oscs.montana.edu; with a touch more | Theo de Raadt | |
work a bunch of ports will be able to use this for their drivers. | |||
1996-08-09 | Pedant mode: avoid mixed signedness comparisons. | Niklas Hallqvist | |