Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-07-04 | ASUS/Triton support, based on manuel's code (different, busified, should | Jason Downs | |
still amount to the same thing, but I don't have such a board to test). Original log: date: 1997/06/16 13:43:57; author: bouyer; state: Exp; lines: +27 -11 Support pour la nouvelle Asustek TX97-E (avec le nouveau chip Triton). | |||
1997-07-04 | Support ATAPI devices without wd devices, based on manuel's code. | Jason Downs | |
1997-06-20 | typo | Michael Shalayeff | |
1997-04-18 | alpha is like amiga in the sense it doesn't support bad block lists. | Niklas Hallqvist | |
This ought to be done differently, but for now this will suffice. | |||
1997-04-16 | Missing init of a bus_space_tag | Niklas Hallqvist | |
1997-04-14 | Correct some bogus casts and change u_short -> u_int16_t | Todd C. Miller | |
1997-04-13 | no Debugger() w/ no DDB defined | Michael Shalayeff | |
1997-04-13 | Add support for PCI NE2000 clones. I finally got around to doing this :-) | Todd C. Miller | |
Tested on alpha, should work on i386 as well. Note that we treat a PCI NE2000 as a 16-bit card for now since the driver can not deal with > 16 bit cards. To fix this isa16bit in ed_softc needs to be changed to bus_width (in bytes). I plan to do this as part of the split ed driver. | |||
1997-04-07 | cf_flags & 0x20 forces device to be found even if it won't probe. | Jim Rees | |
1997-03-21 | 64-bit clean. if_ed.c now works on alpha. | Niklas Hallqvist | |
1997-03-01 | Corrected ISA memory mapping errors that caused PCMCIA to be broken. | Niklas Hallqvist | |
Thanks to Angelos who helped my debug this. | |||
1997-02-24 | We do NOT want interrupts when in polled mode. Fixes ATAPI boot | Niklas Hallqvist | |
failures. THanks go to Angelos D. Keromytis for debugging this and devising the final fix. Also correct some diagnostic printfs. Do some KNF and unmap registers on probe failure. add a delay(10) to a busy-wait loop solely depending on CPU speed earlier. | |||
1997-02-21 | We do not use the rsr field | Niklas Hallqvist | |
1997-02-13 | riscpc++ | Per Fogelstrom | |
1997-01-29 | Match com changes. | Jason Downs | |
1997-01-26 | Some more KNF | Niklas Hallqvist | |
1997-01-26 | Fixed a busification bug (some may well remain), as well as some KNF issues | Niklas Hallqvist | |
1997-01-24 | Sync with NetBSD 961207 | Niklas Hallqvist | |
1997-01-23 | changed aicprint() to scsiprint() | flipk | |
1997-01-22 | back out bounce buffer fixes until i get them working 100% | Theo de Raadt | |
1997-01-17 | add tag | kstailey | |
1997-01-16 | ahaprint() & btprint() -> scsiprint() | kstailey | |
1997-01-04 | Add XXX comment about the delay port | Niklas Hallqvist | |
1997-01-04 | readdisklabel() with correct dev_t | Theo de Raadt | |
1997-01-03 | make bounce buffer aware | Theo de Raadt | |
1997-01-03 | end of pesky log message, thanks to Go Watanabe <go@cclub.tutcc.tut.ac.jp> | kstailey | |
1997-01-01 | remove unneded space in printf (only cosmetic) | Thomas Graichen | |
1996-12-12 | note lpt chip | Michael Shalayeff | |
1996-12-12 | Revert to non-bus.h versions for the time being | Niklas Hallqvist | |
1996-12-11 | Slight optimizations | Niklas Hallqvist | |
1996-12-11 | isadma belongs in files.isa | Niklas Hallqvist | |
1996-12-11 | Do not allocate all of ports 0x80 - 0x8f for isadma (hint: delay) | Niklas Hallqvist | |
1996-12-09 | Import extent manager from NetBSD | Niklas Hallqvist | |
1996-12-05 | let us get this right finally... | Theo de Raadt | |
1996-12-05 | whoops, correct d_nsectors | Theo de Raadt | |
1996-12-05 | remove duplicate code; nice readdisklabel warning messages | Theo de Raadt | |
1996-12-05 | call readdisklabel() in the same fashion as sd.c does | Theo de Raadt | |
1996-12-05 | bring back partitions | Theo de Raadt | |
1996-12-05 | call readdisklabel() in the same fashion as sd.c does | Theo de Raadt | |
1996-12-03 | DOH, com moved to ic | Niklas Hallqvist | |
1996-12-03 | comreg/var moved, niklas | Theo de Raadt | |
1996-11-30 | Com driver moved, still somewhat ISA-dependent though, but it will | Niklas Hallqvist | |
improve. Pica and PCMCIA-dependent stuff factored out. | |||
1996-11-30 | sync | Jason Downs | |
1996-11-30 | Cleaned up. lpt is MI now. | Niklas Hallqvist | |
1996-11-29 | Missed in last bus.h commit | Niklas Hallqvist | |
1996-11-29 | Missing pieces of new bus.h that CVS lost behind my back | Niklas Hallqvist | |
1996-11-28 | Pull in laptop changes from cgd, a couple from me, and a few slight formatting | Jason Downs | |
nits. | |||
1996-11-25 | Make CONADDR and CONUNIT overrideable | Niklas Hallqvist | |
1996-11-23 | added const to second parameter of cfprint_t routines | kstailey | |
1996-11-12 | s/bus.h/bus.old.h/ to make the transit to the bus_space bus.h an easy road | Niklas Hallqvist | |
possibly taken in small steps |