summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
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
1993-05-18make kernel select interface be one-stop shopping & clean it all up.cgd
1993-05-07fix lpt driver and add lpa driver. from 386bsd pk patch 133cgd
1993-04-10fixed to be compliant, subservient, and to take advantage of the newlyglass
1993-04-09have probe return size of io space on successful return, rathercgd
1993-04-08dmesg output at boottime now tries to print out information asderaadt
1993-03-27moved closing #endif to include comselectcgd
1993-03-23added support for microtime routines by Steve McCanne (mccanne@ee.lbl.gov)cgd
1993-03-21after 0.2.2 "stable" patches appliedcgd
1993-03-21initial import of 386bsd-0.1 sourcescgd