Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-09-16 | tighten up probe printfs a bit and prepend with device name | flipk | |
1997-09-15 | AHADEBUG cleanliness | flipk | |
1997-09-15 | sync | Theo de Raadt | |
1997-09-15 | graphics chip; drochner | Theo de Raadt | |
1997-09-13 | move int error out of ifdef DKBAD, it was used elsewhere | Niklas Hallqvist | |
1997-09-13 | From NetBSD: MI stuff for DS2404 RTC | Niklas Hallqvist | |
1997-09-11 | Driver for ISA EtherExpress Pro/10 ethernet card. | gene | |
This is ported from the FreeBSD driver, and all porting work (and testing) was done by Don Schmidt (yensid@imsa.edu). | |||
1997-09-11 | cd_play/acd_play() were replaced a while back | Theo de Raadt | |
1997-09-11 | add sc_no_disconnect | kstailey | |
1997-09-11 | sync with netbsd | kstailey | |
1997-09-09 | Code imported from NetBSD. -moj | Mats O Jansson | |
1997-09-07 | From NetBSD: | Todd C. Miller | |
Add QUIRK_NOTAGS quirk type and quirk for HP C372. Print quirks (other than QUIRK_NOMSG) for a device when it is config'd. | |||
1997-09-03 | fix cua/tty locking | Theo de Raadt | |
1997-09-02 | macro fix; mason@primenet.com.au | Theo de Raadt | |
1997-08-25 | better mmap support, what fun | Theo de Raadt | |
1997-08-22 | wscons -> vga_xxx -> vga mmap() support. first cut | Theo de Raadt | |
1997-08-22 | do not check for sc_ioctl in mmap call | Theo de Raadt | |
1997-08-22 | nbits should probably actually be initialized. | Jason Downs | |
1997-08-20 | Wavelan code rolled out. It works, but there are copyleft problems. | Angelos D. Keromytis | |
1997-08-20 | Fix for some stupid ne2000 clones that get into a weird state and | Todd C. Miller | |
are probed as WD instead. From Martin Husemann <martin@rumolt.teuto.de> | |||
1997-08-19 | - add wavelan files in files.pcmcia | Angelos D. Keromytis | |
- accept version 5.0 from the card as legal - fix the mapping (pcmcia.c, pcmcia_read_cis()) | |||
1997-08-19 | SANYO CRD-254P has AQUIRK_NOCAPACITY | Theo de Raadt | |
1997-08-17 | Add quirk for MATSHITA CR-574, from Berndt Josef Wulf <wulf@ping.net.au> | Todd C. Miller | |
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 | |