summaryrefslogtreecommitdiffstats
path: root/sys/isa
Commit message (Expand)AuthorAgeFilesLines
...
* - 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
* Ouch, calculate correctly. With 300 rpm and 25 retries, it's 5 secondsjoerg2001-07-091-1/+1
* Remove parts of rev 1.211 again: do not delete our children iff theyjoerg2001-07-091-7/+0
* As des' example shows us, DMA overruns could happen in a situationjoerg2001-07-092-9/+38
* Another large patchset from Bruce.joerg2001-07-081-158/+113
* More cleanup when detaching. Clone device entries will now bejoerg2001-07-041-17/+41
* Remove the resume method. It is not necessary any more, becauseyokota2001-06-301-7/+0
* Add the device resume method to keyboard drivers.yokota2001-06-301-0/+14
* Use the new-born BIO_CMD1 instead of fudging a bio_flag value for readingjoerg2001-06-291-116/+72
* This change slipped through hidden in a CVS conflict. Logically belongsjoerg2001-06-291-3/+3
* First stab at fixing resource deallocation, and implementing fdc(4) asjoerg2001-06-291-10/+24
* Merge in parts of a larger patchset i received from Bruce. Untestedjoerg2001-06-281-41/+38
* Implement a new ioctl command for floppies: FD_READIDjoerg2001-06-261-8/+92
* Some more cosmetics: kill another couple of K&R function definitionsjoerg2001-06-261-28/+4
* Convert inb/outb to bus_space.nsouch2001-06-232-25/+34
* Cosmetics:joerg2001-06-201-33/+3
* The serial console break-to-debugger support only functioned whileiedowse2001-06-201-1/+21
* Fix warning:peter2001-06-151-1/+1
* Hints overhaul:peter2001-06-123-28/+23
OpenPOWER on IntegriCloud