summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
1994-05-05Remove now-bogus cast.mycroft
1994-05-05lots of changes: prototype migration, move lots of variables, definitions,cgd
1994-05-03Fix argument to aic_sched_msgout() is several places, and condense some code.mycroft
1994-04-29change timeout/untimeout/wakeup/sleep/tsleep args to void *cgd
1994-04-26Style nits.mycroft
1994-04-26Add Adaptec 6360 driver from Jarle Greipsland, with some changes by me.mycroft
1994-04-22Don't need isa.h.mycroft
1994-04-10allow MDMBUF flags to be set (oops)cgd
1994-04-07Implement dynamic IRQ configuration and IRQ sharing. Inline spl*() calls.mycroft
1994-03-29Updates for new autoconfig.mycroft
1994-03-25Fix off-by-one error in comopen() unit number sanity check. From Brian demycroft
1994-03-23Some stylistic cleanup, and a very minor speedup.mycroft
1994-03-23add AST-style serial multiport support, from Roland McGrathcgd
1994-03-18add reasonable support for MDMBUF output flow control. input to be done latercgd
1994-03-12copy appropriate hardware config bits from config's flagscgd
1994-03-12fix some of the last; thanks to charles for looking it over...cgd
1994-03-12support new ioctls. fix the way CRTSCTS is used, etc. Seperate 'hardware'cgd
1994-03-10Cleanup to fit standard coding conventions, and *many* bugs fixed.mycroft
1994-03-08Major cleanup and many bugs fixed; based in part on Brad Huntting's versionmycroft
1994-03-06DELAY() --> delay(). This is not a macro.mycroft
1994-03-02Fix prototype of wdintr().mycroft
1994-03-02Add mouse gunk.mycroft
1994-03-02Set the keyboard to scancode table 1 rather than having the 8042 convert.mycroft
1994-03-01New constants for setting and clearing masks.mycroft
1994-02-19Speed it up a little...mycroft
1994-02-19Minor tweak of no importance.mycroft
1994-02-18Combined version from magnum branch. Somewhat faster and less buggy.mycroft
1994-02-11Add proc arg to wdioctl() proto.mycroft
1994-02-09All ioctl routines take a struct proc * now.mycroft
1994-02-01oopscgd
1994-02-01new cons.h location, etc.cgd
1994-01-30Traditional behaviour is to reset all modes if device isn't open alreadyws
1994-01-13Junk comselect(); it's the same at ttselect().mycroft
1993-12-20Canonicalize all #includes, and add pio.h where appropriate.mycroft
1993-11-08A slightly unfinished i82586 driver, based on Garrett Wollman's.mycroft
1993-10-06Goes with the new cy driver.andrew
1993-09-29ifdef out the ttyfree()'s, so that fill_eproc doesn't panic whencgd
1993-09-28get rid of stray printfs (turn them into "lprintf"s)cgd
1993-08-29tty XXstart() routines return voidderaadt
1993-07-17Make these files GCC 2 happy.mycroft
1993-07-12Change tty code to use clist interface, but with ring buffer implementation.mycroft
1993-07-07pccons.c now dynamically allocates it's "struct tty"deraadt
1993-06-30Added com_scratch entry.andrew
1993-06-15Move definitions of TIMER_FREQ to timerreg.h, and fix value of CF for DELAY().mycroft
1993-06-15Ignore interrupts if the device isn't open. This prevents stray interruptsmycroft
1993-06-06make getc() and ungetc() be rb{un,}getc(), so getc() and ungetc()cgd
1993-06-05patch from rgrimes to add delay to let data port stabilize, alsocgd
1993-05-26tty dynamic allocationderaadt
1993-05-22add include of select.h if necessary for protos, or delete if extraneouscgd
1993-05-22add rcsids to everything and clean up headerscgd