aboutsummaryrefslogtreecommitdiff
path: root/sys/isa
Commit message (Expand)AuthorAgeFilesLines
* Use the new resource_list_print_type() function.Thomas Moestl2001-12-212-41/+6
* Introduce a standard name for the lock protecting an interrupt controllerJohn Baldwin2001-12-201-0/+10
* Add another PS2 PNP id.Sheldon Hearn2001-12-191-0/+1
* Change the test for _MACHINE_ARCH == i386 into #ifdef __i386__ since itJoerg Wunsch2001-12-181-2/+8
* Remove PC98 code. This file is not used by PC98.Yoshihiro Takahashi2001-12-161-17/+0
* Long promised major enhancement set for the floppy disk driver:Joerg Wunsch2001-12-152-282/+496
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-101-11/+11
* Moved to dev/joyWarner Losh2001-12-051-275/+0
* Some fix for the recent apm module changes.Mitsuru IWASAKI2001-11-011-7/+4
* Break out the bus front ends into their own files. RewriteWarner Losh2001-10-231-1/+0
* First commit after a repo copy of isa/sio* -> dev/sio:Warner Losh2001-10-222-3526/+0
* - Make the sio_inited handling more properly MP safe.John Baldwin2001-10-201-2/+6
* Hack for the "out-of-sync" error.Kazutaka YOKOTA2001-10-131-109/+152
* Remove an unneeded variable declaration and statement.Robert Drehmel2001-10-091-2/+0
* Add PnP ID 'IBM3781' for TP240 mouse.Takanori Watanabe2001-10-031-0/+1
* Add support for 28800 baud to sio.Jonathan Lemon2001-09-291-0/+1
* Gate low level console output on mtx_lock_spin(&sio_lock), if theJonathan Lemon2001-09-271-0/+4
* Yet another turn of workaround for psm/ACPI/PnP BIOSKazutaka YOKOTA2001-09-252-39/+84
* Reinitialize the keyboard after the ACPI resume event.Kazutaka YOKOTA2001-09-231-1/+10
* Tweak so I can use a serial console on ia64.Doug Rabson2001-09-221-1/+1
* Recognize two cheap PCI 16550 devices :Murray Stokely2001-09-161-2/+4
* Handle "identifier strings" right. Each ISA PnP card must have aKazutaka YOKOTA2001-09-151-2/+12
* Refine ACPI/PnP BIOS probe/attach routines a bit.Kazutaka YOKOTA2001-09-152-14/+37
* KSE Milestone 2Julian Elischer2001-09-125-29/+29
* Add a missing newline to an error message.Dima Dorfman2001-09-091-1/+1
* Update the atkbdc, atkbd, and psm drivers to probe/attachKazutaka YOKOTA2001-09-063-125/+279
* Rework the ISA PnP driver pnp and the PnP resource parser to fixKazutaka YOKOTA2001-09-056-350/+659
* Reenable RTC interrupts after wakeup. Some laptops have a problemMitsuru IWASAKI2001-09-041-1/+22
* Add a new field, id_config_attr to the struct isa_device.Kazutaka YOKOTA2001-09-033-1/+14
* Add ID for the Best Data Smart One 56SPS Voice modem.Murray Stokely2001-08-311-0/+1
* Correct the ID for the ALS0120 PnP Joystick. It is different from theMurray Stokely2001-08-311-1/+1
* Add OMRON ME5614ISA PnP modem.Murray Stokely2001-08-311-0/+1
* Add PCI device IDs for Kuotech dual port serial cards.Murray Stokely2001-08-311-0/+2
* Add ACPI attachments.Mike Smith2001-08-306-0/+6
* Safety-check against empty PnP ID lists.Mike Smith2001-08-301-1/+1
* Fix the so-called "half-baked-probe" code that I wrote a long time agoWarner Losh2001-08-161-0/+2
* DO NOT ALLOCATE 2+K OBJECTS ON THE KERNEL STACK!!!!Julian Elischer2001-08-101-12/+25
* Return consistent key action codes at key press and releaseKazutaka YOKOTA2001-07-201-0/+1
* Hrmpf. nyan's rev 1.25 commit to fdc.h crossed with my removal of it.Joerg Wunsch2001-07-141-0/+17
* Yet another large non-function change.Joerg Wunsch2001-07-142-292/+271
* - Refine pc98 supports.Yoshihiro Takahashi2001-07-141-0/+17
* Log when the user is turning debugging on/off.Joerg Wunsch2001-07-091-5/+9
* Hmpf, remove two variables that got unused by rev 1.214.Joerg Wunsch2001-07-091-2/+1
* Ouch, calculate correctly. With 300 rpm and 25 retries, it's 5 secondsJoerg Wunsch2001-07-091-1/+1
* Remove parts of rev 1.211 again: do not delete our children iff theyJoerg Wunsch2001-07-091-7/+0
* As des' example shows us, DMA overruns could happen in a situationJoerg Wunsch2001-07-092-9/+38
* Another large patchset from Bruce.Joerg Wunsch2001-07-081-158/+113
* More cleanup when detaching. Clone device entries will now beJoerg Wunsch2001-07-041-17/+41
* Remove the resume method. It is not necessary any more, becauseKazutaka YOKOTA2001-06-301-7/+0
* Add the device resume method to keyboard drivers.Kazutaka YOKOTA2001-06-301-0/+14