summaryrefslogtreecommitdiffstats
path: root/sys/isa
Commit message (Expand)AuthorAgeFilesLines
* Revert rev 1.149. Bruce convinced me that the problem already disappearedjoerg1999-07-291-5/+1
* Fix a typo.mdodd1999-07-291-5/+5
* Remove XXX from the headers (broke the build, I'm betting.)green1999-07-291-2/+1
* Alter the behavior of sys/kern/subr_bus.c:device_print_child()mdodd1999-07-293-19/+31
* We're called too early to have any idea whether APM is going to bemsmith1999-07-281-11/+7
* Do not print resource values which are not set.yokota1999-07-241-7/+7
* Hack to work around a NULL pointer dereferencation that can be triggeredjoerg1999-07-211-1/+5
* Updated acquire_timer2()'s state machine to work when the i8254 isbde1999-07-181-23/+10
* Don't let the machdep.tsc_freq sysctl proceed if the TSC is presentbde1999-07-181-6/+6
* Improve Logitech MouseMan+ protocol support.yokota1999-07-121-19/+101
* Implement a kludge for some wheeled mice for which infamous "psmintr:yokota1999-07-121-2/+16
* Remove cmaj and bmaj args from DEV_DRIVER_MODULE.phk1999-07-043-9/+6
* Allocate the port resource when attaching the keyboard controller,yokota1999-06-291-7/+10
* Skip the device if it is disabled, when searching for a serial portyokota1999-06-291-0/+5
* Don't #include i386/isa/isa_dma.h - it's in isa/isavar.h now. Thispeter1999-06-281-2/+1
* Shut up gcc.peter1999-06-271-1/+3
* Convert buffer locking from using the B_BUSY and B_WANTED flags to usingmckusick1999-06-261-2/+6
* Declare the correct size of softc and fix sc_get_softc().yokota1999-06-241-4/+4
* This commit gives support for the Rise mP6 CPU. It has two changes:green1999-06-241-5/+7
* The second phase of syscons reorganization.yokota1999-06-223-2061/+253
* Use the proper interfaces to find if a device is enabled, don't dig intopeter1999-06-201-3/+2
* sioprobe: Don't try to initialize disabled ports. In particular,grog1999-06-191-2/+4
* COM_LLCONSOLE should over-ride COM_DEBUGGER request.mckusick1999-06-151-2/+2
* Quieten the bt_isa_probe() messages since they get a bit much whenpeter1999-06-031-3/+4
* Fix PS/2 MouseMan+ protocol. We have been looking at a wrong placeyokota1999-06-031-2/+2
* * Change include file locations.dfr1999-05-312-13/+18
* Remove fd driver from its old home and change files which include rtc.hdfr1999-05-311-2/+2
* Simplify cdevsw registration.phk1999-05-311-16/+4
* The PPSAPI group defines the polarity in draft 3, we guessed it wrong.phk1999-05-311-2/+2
* This commit should be a extensive NO-OP:phk1999-05-305-30/+107
* Simplistic pnp support. Needs more ids to be added.dfr1999-05-301-1/+8
* No support for pnp yet.dfr1999-05-304-5/+20
* No support for pnp devices yet.dfr1999-05-301-1/+5
* * Add ivars for ISA pnp.dfr1999-05-306-12/+408
* Stop the TSC from being used as timecounter on K5/step0 machines.phk1999-05-291-2/+3
* Fixed glitches (jumps) of about 1/HZ seconds for the i8254 timecounter.bde1999-05-281-20/+21
* Allow a sio port with its flags set to DEBUGGER+LLCONSOLE to be used fordfr1999-05-281-2/+2
* * Change device_add_child_after() to device_add_child_ordered() which isdfr1999-05-283-13/+21
* Use the resource apis to manipulate resources.dfr1999-05-222-10/+39
* Don't use BUS_WRITE_IVAR to manipulate resources.dfr1999-05-221-9/+10
* * Factor out the common code between the isa bus drivers for i386 and alpha.dfr1999-05-225-18/+540
* Slight reorganization of internal interface in the keyboard controlleryokota1999-05-181-24/+25
* * Define a new static method DEVICE_IDENTIFY which is called to add devicedfr1999-05-142-2/+133
* Fixed reset handling for motor off resets. I first fixed this togetherbde1999-05-111-2/+3
* Adjust console stuff now that makedev is no longer a macro.dfr1999-05-101-2/+3
* For what it's worth, idelayed is declared as a volatile in the headers,peter1999-05-091-2/+2
* Remove hackish foot protection.. If you ask for an atkbd on an isa buspeter1999-05-091-17/+1
* Make COM_ESP and COM_MULTIPORT compile for LINT. It might even work..peter1999-05-091-6/+6
* Optimize out a couple of places where com_addr() is used twice in a row,peter1999-05-091-27/+9
* Delete the #if'ed out old isa bus probe/attach routinespeter1999-05-091-73/+1
OpenPOWER on IntegriCloud