Age | Commit message (Expand) | Author |
1997-09-16 | tighten up probe printfs a bit and prepend with device name | flipk |
1997-09-13 | From NetBSD: MI stuff for DS2404 RTC | Niklas Hallqvist |
1997-09-11 | add sc_no_disconnect | kstailey |
1997-09-11 | sync with netbsd | kstailey |
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-08 | Mostly sync to NetBSD-current 970804. | Jason Downs |
1997-08-08 | Add hwreset callback; drivers need to set this appropiately. | Jason Downs |
1997-08-04 | Change disable_intr()/enable_intr() to splhigh()/splx(). | dgregor |
1997-07-31 | text video attributes, tested only on vga, send me E-mail if it breaks someth... | kstailey |
1997-07-31 | bus_space_copy_2() is now overlap safe | kstailey |
1997-07-30 | Sync to NetBSD. Adapt to use bus_space_multi_raw* interface of OpenBSD. | Niklas Hallqvist |
1997-07-29 | Support BSD/OS 2.1, add OpenBSD tags. | Jason Downs |
1997-07-10 | fix vga_copycols(9) | kstailey |
1997-07-10 | fix backward scrolling | kstailey |
1997-07-09 | argh | Theo de Raadt |
1997-07-09 | alpha/common/ insults my filec | Theo de Raadt |
1997-07-07 | Removed an unused arg | Niklas Hallqvist |
1997-07-03 | do not whine about failed negotiations | Theo de Raadt |
1997-06-18 | csapuntz@lcs.mit.edu: Port of NetBSD tulip driver. Works with new (21140-AC-... | dm |
1997-06-11 | Make this compile with debugging turned on. | Jason Downs |
1997-04-17 | hide C decls when _LOCORE defined | Michael Shalayeff |
1997-04-14 | Document flag to set 32-bit word mode. Call it ED_DCR_QTS for | Todd C. Miller |
1997-04-13 | make it compile again | Michael Shalayeff |
1997-04-10 | queue handling hacks for chips like aic7860 which have small numbers of SCB's. | Theo de Raadt |
1997-04-10 | Need to separate i/o and mem on mips | Per Fogelstrom |
1997-04-10 | Zilog z8536 defs | Per Fogelstrom |
1997-03-20 | MAJOR CHANGES: [contributed by Chuck Cranor <chuck@ccrc.wustl.edu> and | chuck |
1997-03-17 | Serial console trouble again... | Per Fogelstrom |
1997-03-12 | The stupid "use console before configured" scheeme strikes again :-) | Per Fogelstrom |
1997-03-12 | Add a define for another compatible chip. | Per Fogelstrom |
1997-03-06 | Initial implementation of support for calling hardpps() on carrier enable | Thorsten Lockert |
1997-03-06 | Add control flag to call hardpps() on carrier change | Thorsten Lockert |
1997-02-27 | M.I. NCR53c9x/ESP driver, derived from sparc/alpha esp.c. From Jason Thorpe | briggs |
1997-02-19 | NS DP875x series clock chip definition file. | Per Fogelstrom |
1997-01-29 | Export comdefaultrate | Niklas Hallqvist |
1997-01-24 | bug fix: | chuck |
1997-01-15 | sc_link.adapter_buswidth, set to 16 if wide scsi. if 0 it gets converted | Theo de Raadt |
1997-01-15 | more missing prototypes and other warnings fixed | kstailey |
1997-01-15 | added prototypes | kstailey |
1997-01-05 | absent pcmcia cards do not interrupt | Theo de Raadt |
1996-12-16 | add "return (0)" to end of zsstop() since it's not a void function anymore | kstailey |
1996-12-10 | the real changes by niklas... I did not merge correctly | Theo de Raadt |
1996-12-10 | clr TS_WOPEN if bailing on cua opens | Theo de Raadt |
1996-12-03 | clr TS_WOPEN if bailing on cua opens | Theo de Raadt |
1996-12-03 | void cystop() -> int cystop() | kstailey |
1996-12-03 | void zsstop() -> int zsstop() | kstailey |
1996-11-30 | Cleaned up. lpt is MI now. | Niklas Hallqvist |