summaryrefslogtreecommitdiffstats
path: root/sys/pc98/cbus
Commit message (Expand)AuthorAgeFilesLines
* Fix comment.phk2004-12-221-1/+1
* Add FL_MFM flag to the fd_native_types structure.nyan2004-11-091-2/+2
* Use bioq_takefirst()phk2004-10-221-4/+2
* Merged from sys/dev/sio/sio.c (Use generic tty code).nyan2004-10-151-90/+45
* Remove unused variable.njl2004-10-151-1/+0
* Remove local hacks to set flags now that the device probe does this for us.njl2004-10-141-2/+0
* Use generic tty code instead of local stuff.phk2004-10-131-523/+107
* Add more PnP serial cards support.nyan2004-10-011-11/+19
* Merged from sys/dev/sio/sio.c: more tty related changes.nyan2004-09-201-9/+10
* Use tty->t_sc, ttyalloc() and lock/init termios from struct tty.phk2004-09-171-71/+57
* Include <sys/malloc.h> to satisfy new isa_dma stuff.phk2004-09-171-0/+1
* Add new a function isa_dma_init() which returns an errno when it failsphk2004-09-151-14/+12
* Merged from sys/dev/fdc/fdc.c revision 1.283.nyan2004-08-221-4/+0
* Merged from sys/dev/sio/sio.c revision 1.450.nyan2004-07-241-1/+2
* Merged from the following changes.nyan2004-07-173-30/+44
* Preparation commit for the tty cleanups that will follow in the nearphk2004-07-151-2/+2
* Move the fdc_alloc_resources function into the bus front end.nyan2004-07-152-206/+83
* Merged from recent fdc driver changes.nyan2004-07-133-97/+147
* MFi386: revision 1.213.nyan2004-07-132-32/+40
* Introduce ttygone() which indicates that the hardware is detached.phk2004-07-111-38/+5
* MFi386: revision 1.212.nyan2004-07-112-26/+22
* Update for the KDB framework. Sanitize the alpha console code now thatmarcel2004-07-101-208/+75
* - Merged from sys/dev/fdc/fdc.c revision 1.275.nyan2004-07-083-374/+346
* MFi386: revision 1.16.nyan2004-07-081-1/+15
* Remove obsolete defines.nyan2004-07-081-63/+0
* Merged from sys/dev/sio/sio.c revision 1.446.nyan2004-07-011-3/+2
* - Shorten the names for the TTY related swi interrupt handlers as thejhb2004-06-281-2/+2
* Merged from sys/dev/sio/sio.c revision 1.444.nyan2004-06-281-1/+2
* Pick the hotchar out of the tty structure instead of caching privatephk2004-06-261-6/+5
* Merged from sys/dev/sio/sio.c revision 1.442.nyan2004-06-261-163/+125
* Remove the TIOCDCDTIMESTAMP option.phk2004-06-221-16/+0
* Merged from sys/dev/sio/sio.c revisions 1.439 and 1.440.nyan2004-06-221-51/+115
* Do the dreaded s/dev_t/struct cdev */phk2004-06-164-30/+30
* Include vm/vm_param.h to pull in KERNBASE now. This should fix theimp2004-06-131-0/+1
* Deorbit COMPAT_SUNOS.phk2004-06-111-2/+2
* Add missing <sys/module.h> includes.phk2004-06-075-0/+5
* Centralize the line discipline optimization determination in a functionphk2004-06-041-24/+4
* Manual edits to change linesw[]-frobbing to ttyld_*() calls.phk2004-06-041-2/+2
* Machine generated patch which changes linedisc calls from accessingphk2004-06-041-11/+11
* Add missing <sys/module.h> #includesphk2004-06-042-0/+2
* Make the remaining serial drivers call ttyioctl() rather than callingphk2004-06-041-8/+3
* Add missing <sys/module.h> includes currently relying on nested includephk2004-06-031-0/+1
* There is no need to explicitly call the stop function. In all likelyhoodphk2004-06-011-1/+0
* There is no need to explicitly call ttwakeup() and ttwwakeup() afterphk2004-06-011-2/+0
* ttyclose() increments t_gen. Remove redundant increments in drivers.phk2004-06-011-1/+0
* Merged from sys/dev/fdc/fdc.c revision 1.272.nyan2004-05-301-1/+1
* Mereged from sys/dev/sio/sio.c revision 1.429.nyan2004-05-061-76/+49
* - Remove obsolete examples.nyan2004-05-011-32/+25
* Merged from sys/dev/sio/sio.c revision 1.428.nyan2004-05-011-49/+76
* Merged from sys/isa/fd.c revision 1.270.nyan2004-04-251-2/+9
OpenPOWER on IntegriCloud