Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | initialize pp->p_sc so it can be referenced later. | ticso | 2005-03-17 | 1 | -20/+32 |
| | | | | | | dynamicaly allocate the per port array. allow up to 32 serials per USB device. ask the device for correct pipe sizes. | ||||
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 1 | -2/+2 |
| | |||||
* | Use generic tty code instead of local copies. | phk | 2004-10-12 | 1 | -269/+98 |
| | | | | | | | | New devicename is ttyy{unit}{port} No callout devices created as there is no modemcontrol on these ports. Add data structure to represent each port to avoid excessive array use. | ||||
* | Use ttyalloc() instead of ttymalloc(NULL) | phk | 2004-09-17 | 1 | -1/+1 |
| | |||||
* | Tweak the compatibility macros a little so that the device printing is | imp | 2004-08-15 | 1 | -1/+0 |
| | | | | moved into them. | ||||
* | Preparation commit for the tty cleanups that will follow in the near | phk | 2004-07-15 | 1 | -3/+3 |
| | | | | | | | | | future: rename ttyopen() -> tty_open() and ttyclose() -> tty_close(). We need the ttyopen() and ttyclose() for the new generic cdevsw functions for tty devices in order to have consistent naming. | ||||
* | MFp4: First batch of dev/usb/usbdevs.h -> usbdevs.h changes. | imp | 2004-06-27 | 1 | -1/+1 |
| | |||||
* | Catch up with usbd_get_string_desc() change. | le | 2004-06-26 | 1 | -2/+3 |
| | |||||
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 1 | -6/+6 |
| | | | | Bump __FreeBSD_version accordingly. | ||||
* | Manual edits to change linesw[]-frobbing to ttyld_*() calls. | phk | 2004-06-04 | 1 | -3/+1 |
| | |||||
* | Machine generated patch which changes linedisc calls from accessing | phk | 2004-06-04 | 1 | -7/+7 |
| | | | | | | linesw[] directly to using the ttyld...() functions The ttyld...() functions ar inline so there is no performance hit. | ||||
* | Make the remaining serial drivers call ttyioctl() rather than calling | phk | 2004-06-04 | 1 | -8/+2 |
| | | | | the linedisc directly. | ||||
* | There is no need to explicitly call ttwakeup() and ttwwakeup() after | phk | 2004-06-01 | 1 | -4/+0 |
| | | | | | ttyclose() has been called. It's already been done once by ttyclose, and probably once by the line-discipline too. | ||||
* | ttyclose() increments t_gen. Remove redundant increments in drivers. | phk | 2004-06-01 | 1 | -2/+0 |
| | |||||
* | Add missing <sys/module.h> includes | phk | 2004-05-30 | 1 | -0/+1 |
| | |||||
* | add driver for BWCT console management serials | ticso | 2004-03-01 | 1 | -0/+1057 |