summaryrefslogtreecommitdiff
path: root/sys/dev/ic/cy.c
AgeCommit message (Expand)Author
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-07bzero -> memsetthorpej
2001-05-02Add `l_poll' to `struct linesw' and provide an xxxpoll() entry pointscw
2001-01-21Untangle some spl-spaghetti in cy_modem_control().thorpej
2001-01-20Pack the minor numbers like the Cyclades-Z driver does, andthorpej
2001-01-20Only need to pass a cy_softc * to cy_attach().thorpej
2001-01-20ANSI'ify.thorpej
2001-01-20Clean up the PCI attachment a bit, and adjust the other piecesthorpej
2000-11-01Adapt to the new line discipline scheme.eeh
2000-07-08When receiving an rx interrupt on a closed or unconfigured port, readsommerfeld
2000-07-06Use device_lookup().thorpej
2000-05-29* Support (not so) new cards. (only Cyclom-8YsP+ is tested)tsubai
2000-03-23New callout mechanism with two major improvements over the oldthorpej
1999-09-09Add support for Cyclade boards with new Risc II serial controller.tron
1998-03-22Fix error in previous change.mycroft
1998-03-21Well, I don't have a Cyclades board, but I needed the alpha kernelsmjacob
1998-01-12Adjust for config changes.thorpej
1997-06-17fix several bugs pointed out by Jarkko Torppa <torppa@cute.fi> in PR 3753:cgd
1997-04-13clean up an autoconfiguration printf. Much more should be donecgd
1996-10-21New bus.h implementation/interface:thorpej
1996-10-13backout kprintf changeschristos
1996-10-10- printf -> kprintf, sprintf -> ksprintfchristos
1996-09-26Use "cy_port_num" rather than "cy_port" where appropriate.thorpej
1996-09-24New Cyclades driver from Timo Rossichristos