summaryrefslogtreecommitdiff
path: root/sys/dev/ic/clmpcc.c
AgeCommit message (Expand)Author
2002-10-23merge kqueue branch into -currentjdolecek
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-03-17Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY foratatat
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-13add/cleanup RCSIDlukem
2001-07-12Call clmpcc_init() when setting up the console to get the chip intoscw
2001-05-02Add `l_poll' to `struct linesw' and provide an xxxpoll() entry pointscw
2001-01-14Rename __GENERIC_SOFT_INTERRUPTS to __HAVE_GENERIC_SOFT_INTERRUPTS,thorpej
2000-11-01Adapt to the new line discipline scheme.eeh
2000-07-20Take advantage of generic soft interrupts, if available.scw
2000-07-15Fix a typo in the `device_lookup()' changes.scw
2000-07-06Use device_lookup().thorpej
2000-03-19The soft-interrupt handler now returns void.scw
1999-11-28Don't bother spinning in the console 'putc' routine for the transmitterscw
1999-11-11Zero is a valid value for ch_tcor and ch_rcor, so be a bit more conservativescw
1999-09-18Minor optimisation.scw
1999-08-01Re-work the Tx side to avoid calling into the tty layer atscw
1999-04-03Fix a problem where no Tx Empty interrupt ever happened if CTSscw
1999-02-21Don't update the CORx registers unless they really have changed.scw
1999-02-20That #define splserial() really didn't want to be there...scw
1999-02-20Delay serial port parameter changes until the Tx FIFO has emptied.scw
1999-02-13New MI front-end for the Cirrus Logic CD240[01] Multi-protocolscw