1.\" $OpenBSD: pckbc.4,v 1.4 2001/06/23 07:03:57 pjanzen Exp $ 2.\" $NetBSD: pckbc.4,v 1.2 2000/06/16 06:42:31 augustss Exp $ 3.\" 4.Dd April 21, 1999 5.Dt PCKBC 4 6.Os 7.Sh NAME 8.Nm pckbc 9.Nd PC (ISA) keyboard controller driver 10.Sh SYNOPSIS 11.Cd "pckbc* at isa?" 12.Cd "pckbc* at pnpbios? index ?" 13.Cd "pckbd* at pckbc? slot ?" 14.Cd "pms* at pckbc? slot ?" 15.Cd "pmsi* at pckbc? slot ?" 16.Cd "opms* at pckbc? slot ?" 17.Sh DESCRIPTION 18The 19.Nm 20driver handles resource allocation and device attachment for the 21traditional PC/AT keyboard controller. 22It provides two logical connections for child devices, the 23.Dq keyboard 24slot for a keyboard and the 25.Dq auxiliary 26slot for mice (the latter might be missing in older keyboard controllers). 27.Pp 28The optional 29.Dq slot 30locator argument can be used to force unusual connections of devices to 31logical slots. 32This feature is for experimentation only, it will not be 33useful in normal operation. 34.Sh SEE ALSO 35.Xr isa 4 , 36.Xr pckbd 4 37.\" .Xr pms 4 , 38.\" .Xr pmsi 4 , 39.\" .Xr pnpbios 4 , 40.\" .Xr opms 4 . 41