| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged from sys/isa/fd.c revisions from 1.229 to 1.232. | nyan | 2002-05-14 | 1 | -18/+65 |
* | Don't export timecounter structures under debug. with sysctl, they | phk | 2002-04-30 | 2 | -12/+0 |
* | Tidy up some loose ends. | peter | 2002-04-29 | 1 | -2/+2 |
* | Simplify the RFC2783 and PPS_SYNC timestamp collection API. | phk | 2002-04-26 | 1 | -7/+2 |
* | Remove the tc_update() function. Any frequency change to the | phk | 2002-04-26 | 2 | -4/+0 |
* | Merged from sys/isa/fd.c revision 1.228. | nyan | 2002-04-06 | 1 | -1/+1 |
* | Merged from sys/dev/sio/sio.c revisions 1.370 and 1.371. | nyan | 2002-04-06 | 1 | -10/+54 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | jhb | 2002-04-04 | 1 | -1/+2 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 2 | -8/+8 |
* | Compromise for critical*()/cpu_critical*() recommit. Cleanup the interrupt | dillon | 2002-03-27 | 2 | -0/+22 |
* | Push BIO_FORMAT into a local hack inside the floppy drivers where | phk | 2002-03-26 | 1 | -0/+1 |
* | Merged from sys/dev/sio/sio.c revisions 1.366 and 1.369. | nyan | 2002-03-25 | 1 | -2/+10 |
* | Fix style. | nyan | 2002-03-25 | 1 | -2/+2 |
* | Remove __P. | kato | 2002-03-20 | 6 | -79/+79 |
* | Free allocated buffer at siodetach(). | nyan | 2002-03-10 | 1 | -0/+4 |
* | - The pc98_ttspeedtab() function returns an error status instead of a divisor, | nyan | 2002-03-08 | 1 | -16/+16 |
* | Disksort will not "munge" requests, BIO_ORDERED or not, so remove | phk | 2002-02-22 | 1 | -4/+2 |
* | Cosmetic changes. | nyan | 2002-02-10 | 1 | -93/+95 |
* | - Refine the iskanji1 function. | nyan | 2002-02-10 | 1 | -52/+61 |
* | Fixed mouse cursor on a console. | nyan | 2002-02-10 | 1 | -6/+17 |
* | Changed iskanji[12] to inline functions. | nyan | 2002-01-31 | 1 | -175/+172 |
* | Merged from sys/dev/sio/{sio.c,sio_isa.c} revisions 1.363 and 1.5, | nyan | 2002-01-31 | 2 | -156/+125 |
* | MFi386: revision 1.180 | nyan | 2002-01-31 | 2 | -0/+10 |
* | Merged from sys/dev/sio/sio.c revisions from 1.360 to 1.362. | nyan | 2002-01-18 | 1 | -2/+6 |
* | Merged from sys/dev/sio/sio.c revisions 1.354 and 1.358. | nyan | 2002-01-06 | 1 | -3/+12 |
* | Change the preemption code for software interrupt thread schedules and | jhb | 2002-01-05 | 1 | -4/+4 |
* | MFi386: revision 1.178 | nyan | 2001-12-22 | 2 | -14/+8 |
* | cosmetic changes. | nyan | 2001-12-22 | 1 | -22/+20 |
* | MFi386: revision 1.179 | nyan | 2001-12-22 | 2 | -0/+20 |
* | Merged from sys/isa/{fd.c,fdreg.h} revisions 1.222 and 1.15, respectively. | nyan | 2001-12-16 | 2 | -371/+591 |
* | Fixed to draw mouse cursor. The syscons driver for PC98 uses different | nyan | 2001-12-14 | 2 | -9/+5 |
* | Update to C99, s/__FUNCTION__/__func__/, | obrien | 2001-12-10 | 1 | -11/+11 |
* | Split the sio driver for pc98 into bus front end and back end. | nyan | 2001-11-26 | 3 | -276/+162 |
* | Removed pmc_isa_identify function. It is not needed. | nyan | 2001-10-28 | 1 | -13/+0 |
* | cn_tab no longer exists, use cnadd() to add a console device. Note that | jlemon | 2001-10-24 | 1 | -1/+1 |
* | Added the pmc driver which supports power management controller of | nyan | 2001-10-24 | 1 | -0/+257 |
* | Fix compile error of the case using `LINE30' option. | amorita | 2001-10-23 | 1 | -0/+3 |
* | First commit after a repo copy of isa/sio* -> dev/sio: | imp | 2001-10-22 | 1 | -1/+1 |
* | Changed IO_NPXSIZE to 8 | nyan | 2001-10-19 | 1 | -1/+1 |
* | MFi386: sys/i386/isa/clock.c revision 1.177 | nyan | 2001-10-19 | 2 | -8/+0 |
* | Merged from sys/isa/sio.c revisions from 1.344 to 1.347 | nyan | 2001-10-19 | 1 | -3/+10 |
* | - Added #include <sys/systm.h> | nyan | 2001-09-24 | 1 | -1/+2 |
* | MFi386: sys/isa/fd.c revision from 1.205 to 1.219. | nyan | 2001-09-16 | 1 | -441/+522 |
* | Allocate i/o and memory resources using gdc driver. | nyan | 2001-09-16 | 1 | -24/+189 |
* | MFi386: sys/isa/sio.c revision 1.301, 1.336, 1.337, 1.338, 1.339 and 1.342. | nyan | 2001-09-16 | 1 | -69/+61 |
* | MFi386: sys/i386/isa/clock.c revision 1.175 and 1.176. | nyan | 2001-09-16 | 2 | -10/+72 |
* | Added (commented out) ACPI attachment. | nyan | 2001-09-16 | 3 | -0/+9 |
* | Merge sys/isa/sio.c 1.343 | imp | 2001-09-14 | 1 | -11/+11 |
* | Merge KSE changes from sys/dev/syscons/scterm-sc.c 1.17 | imp | 2001-09-14 | 1 | -1/+1 |
* | KSE changes for olpt driver | imp | 2001-09-14 | 1 | -3/+3 |