Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-08-12 | Removed unused vars. Added missing arg to bus_space_map. | Niklas Hallqvist | |
Reported by Berndt Josef Wulf <wulf@ping.net.au> | |||
1997-08-08 | typo | Niklas Hallqvist | |
1997-08-08 | Change the bounds_check_with_label API to also take a cpu_disklabel | Niklas Hallqvist | |
reference for making transferral of meta-information possible from readdisklabel to bounds_check_with_label. The first (and maybe only) thing that will use this is the multi-disklabel-format code on the alpha where the labelsector is passed via cpu_disklabel so the label write-protection can work correctly no matter what label was found. Also use a new macro DKBAD to get at the dkbad field of the cpu_disklabel implementations that contain it. This too is for multi-disklabel architectures where the "bad" field can be inside a union. Use this macro as a means for a driver to check if an architecture supports dkbad constructs. Remove proto of bounds_check_with_label from all MD disklabel.h as it is in sys/disklabel.h. I have not been able to test the changes everywhere, if I break anything I apologize, and promise to fix it as soon as I become aware of it. | |||
1997-08-08 | Stab at fixing the locators.h mess, test! | Niklas Hallqvist | |
1997-08-08 | Initialize hwreset. | Jason Downs | |
1997-08-08 | Initialize hwreset. | Jason Downs | |
1997-08-08 | Mostly sync to NetBSD-current 970804 + tags. | Jason Downs | |
1997-08-08 | Mostly sync to NetBSD-current 970804. | Jason Downs | |
Apologies if this breaks anyone else using the MI ESP driver... | |||
1997-08-08 | Add hwreset callback; drivers need to set this appropiately. | Jason Downs | |
1997-08-07 | pretty | Niklas Hallqvist | |
1997-08-07 | silence this thing again | Theo de Raadt | |
1997-08-05 | Make compile on alpha | Niklas Hallqvist | |
1997-08-04 | Change disable_intr()/enable_intr() to splhigh()/splx(). | dgregor | |
Fix bug of 'tp' not being initialized in cyopen - patch from Theo de Raadt. Thanks to Niklas Hallqvist and Theo de Raadt for finding this bug. | |||
1997-08-01 | squish into one line | Theo de Raadt | |
1997-07-31 | text video attributes, tested only on vga, send me E-mail if it breaks ↵ | kstailey | |
something, thx. | |||
1997-07-31 | off by one in clear screen code | kstailey | |
1997-07-31 | fix vi on console by not moving cursor when printing nulls | kstailey | |
1997-07-31 | bus_space_copy_2() is now overlap safe | kstailey | |
1997-07-31 | Support for newer cards with i82555 PHY. From FreeBSD. | Jason Downs | |
1997-07-30 | KNF and other style nits | Niklas Hallqvist | |
1997-07-30 | Sync to netbsd + use OpenBSD bus_space_*_raw_ API | Niklas Hallqvist | |
1997-07-30 | Sync to NetBSD. Adapt to use bus_space_multi_raw* interface of OpenBSD. | Niklas Hallqvist | |
Some KNF too. | |||
1997-07-29 | Support BSD/OS 2.1, add OpenBSD tags. | Jason Downs | |
1997-07-28 | pretty | Theo de Raadt | |
1997-07-28 | insert char (for real) | kstailey | |
1997-07-27 | arrgh! (sigh) (*sniffle*) | kstailey | |
Fix insert char to erase more than one char in the newly created empty space past the insertion point. | |||
1997-07-25 | damnit | Theo de Raadt | |
1997-07-25 | updated from eisadevs | Michael Shalayeff | |
1997-07-25 | more eisa codes (Jason Wright, netbsd-pr#3853) | Michael Shalayeff | |
1997-07-13 | Get rid of pause | Tobias Weingartner | |
1997-07-12 | Add PnP stuff. Should compile, doubt if it works 100%. Worked for | Tobias Weingartner | |
my SB at one point, but it's been a while... Thanks Theo for giving me this code. It still needs a lot of work, all my fault... ;-) | |||
1997-07-12 | Add missing sc->sc_dev.dv_xname arg to isa_intr_establish(). | Todd C. Miller | |
1997-07-10 | add insert char capability (and no bickering about it being ANSI 8c{)] | kstailey | |
1997-07-10 | sync with NETBSD 30/3/97 + adapating aria.c | Niels Provos | |
1997-07-10 | fix vga_copycols(9) | kstailey | |
1997-07-10 | fix backward scrolling | kstailey | |
1997-07-09 | Do not lose our ethernet address | Niklas Hallqvist | |
1997-07-09 | argh | Theo de Raadt | |
1997-07-09 | alpha/common/ insults my filec | Theo de Raadt | |
1997-07-08 | Add fix for another quirky behaviour: sending the command after a sync | mhitch | |
negotiation sometimes doesn't send all the command data for some reason. Transfer remaining fifo data, and if that's not enough, pad the command. This fixes a system reboot during SCSI device probes. From my NetBSD fix. Add missing code to start another device when a disconnect occurs. Also from NetBSD. For all other unknown interrupt conditions, print an explanitory message before rebooting the system. This will be useful in determining other reboots if they happen in the driver. From jonathan@netbsd.org. | |||
1997-07-07 | Get rid of the arch-dependent long type | Niklas Hallqvist | |
1997-07-07 | Busification errors needed for compilation on alpha | Niklas Hallqvist | |
1997-07-07 | Removed the unused arg of comprobe1 | Niklas Hallqvist | |
1997-07-07 | Sanity | Niklas Hallqvist | |
1997-07-07 | Removed the unused arg of comprobe1 | Niklas Hallqvist | |
1997-07-07 | Removed an unused arg | Niklas Hallqvist | |
1997-07-07 | Busified and KNFd | Niklas Hallqvist | |
1997-07-06 | get rid of long, and let alpha grok the bad sectoring | Niklas Hallqvist | |
1997-07-06 | OpenBSD tag | Niklas Hallqvist | |
1997-07-06 | Make compile (fxp now probes OK on alpha) | Niklas Hallqvist | |