summaryrefslogtreecommitdiffstats
path: root/sys/isa
Commit message (Expand)AuthorAgeFilesLines
* revert last commit temporarily due to whining on the lists.dillon2002-02-261-13/+0
* STAGE-1 of 3 commit - allow (but do not require) interrupts to remaindillon2002-02-261-0/+13
* Fix style bugs:alfred2002-02-241-2/+3
* Give a little more information as to why pnp configuration of a devicealfred2002-02-241-1/+7
* Disksort will not "munge" requests, BIO_ORDERED or not, so removephk2002-02-221-4/+2
* - Do not hang if the resource allocation fails.tanimura2002-02-051-0/+2
* Don't include <isa/isavar.h> or compile code depending on it when isabde2002-01-301-0/+5
* Use the new resource_list_print_type() function.tmm2001-12-212-41/+6
* Introduce a standard name for the lock protecting an interrupt controllerjhb2001-12-201-0/+10
* Add another PS2 PNP id.sheldonh2001-12-191-0/+1
* Change the test for _MACHINE_ARCH == i386 into #ifdef __i386__ since itjoerg2001-12-181-2/+8
* Remove PC98 code. This file is not used by PC98.nyan2001-12-161-17/+0
* Long promised major enhancement set for the floppy disk driver:joerg2001-12-152-282/+496
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-11/+11
* Moved to dev/joyimp2001-12-051-275/+0
* Some fix for the recent apm module changes.iwasaki2001-11-011-7/+4
* Break out the bus front ends into their own files. Rewriteimp2001-10-231-1/+0
* First commit after a repo copy of isa/sio* -> dev/sio:imp2001-10-222-3526/+0
* - Make the sio_inited handling more properly MP safe.jhb2001-10-201-2/+6
* Hack for the "out-of-sync" error.yokota2001-10-131-109/+152
* Remove an unneeded variable declaration and statement.robert2001-10-091-2/+0
* Add PnP ID 'IBM3781' for TP240 mouse.takawata2001-10-031-0/+1
* Add support for 28800 baud to sio.jlemon2001-09-291-0/+1
* Gate low level console output on mtx_lock_spin(&sio_lock), if thejlemon2001-09-271-0/+4
* Yet another turn of workaround for psm/ACPI/PnP BIOSyokota2001-09-252-39/+84
* Reinitialize the keyboard after the ACPI resume event.yokota2001-09-231-1/+10
* Tweak so I can use a serial console on ia64.dfr2001-09-221-1/+1
* Recognize two cheap PCI 16550 devices :murray2001-09-161-2/+4
* Handle "identifier strings" right. Each ISA PnP card must have ayokota2001-09-151-2/+12
* Refine ACPI/PnP BIOS probe/attach routines a bit.yokota2001-09-152-14/+37
* KSE Milestone 2julian2001-09-125-29/+29
* Add a missing newline to an error message.dd2001-09-091-1/+1
* Update the atkbdc, atkbd, and psm drivers to probe/attachyokota2001-09-063-125/+279
* Rework the ISA PnP driver pnp and the PnP resource parser to fixyokota2001-09-056-350/+659
* Reenable RTC interrupts after wakeup. Some laptops have a problemiwasaki2001-09-041-1/+22
* Add a new field, id_config_attr to the struct isa_device.yokota2001-09-033-1/+14
* Add ID for the Best Data Smart One 56SPS Voice modem.murray2001-08-311-0/+1
* Correct the ID for the ALS0120 PnP Joystick. It is different from themurray2001-08-311-1/+1
* Add OMRON ME5614ISA PnP modem.murray2001-08-311-0/+1
* Add PCI device IDs for Kuotech dual port serial cards.murray2001-08-311-0/+2
* Add ACPI attachments.msmith2001-08-306-0/+6
* Safety-check against empty PnP ID lists.msmith2001-08-301-1/+1
* Fix the so-called "half-baked-probe" code that I wrote a long time agoimp2001-08-161-0/+2
* DO NOT ALLOCATE 2+K OBJECTS ON THE KERNEL STACK!!!!julian2001-08-101-12/+25
* Return consistent key action codes at key press and releaseyokota2001-07-201-0/+1
* Hrmpf. nyan's rev 1.25 commit to fdc.h crossed with my removal of it.joerg2001-07-141-0/+17
* Yet another large non-function change.joerg2001-07-142-292/+271
* - Refine pc98 supports.nyan2001-07-141-0/+17
* Log when the user is turning debugging on/off.joerg2001-07-091-5/+9
* Hmpf, remove two variables that got unused by rev 1.214.joerg2001-07-091-2/+1
OpenPOWER on IntegriCloud