summaryrefslogtreecommitdiffstats
path: root/sys/isa
Commit message (Expand)AuthorAgeFilesLines
* Complete the bio/buf divorce for all code below devfs::strategyphk2000-04-152-72/+71
* * Factor out the object system from new-bus so that it can be used bydfr2000-04-081-2/+1
* Allow MAXDEP dependants, not MAXDEP-1.dfr2000-04-041-1/+1
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-021-7/+7
* - Add temporary workaround to fool some "clever" KVM switch productsyokota2000-04-021-5/+22
* Add support for pci modems. ONLY CONTROLLER BASED MODEMS. Thisimp2000-04-011-14/+122
* Don't use too-large stack buffers.dfr2000-03-311-3/+16
* - Fix SC_ALT_MOUSE_IMAGE; don't blink the mouse cursor.yokota2000-03-311-0/+1
* Fixes to parse more complex ISA PnP configurations.dfr2000-03-311-44/+74
* Recognize USR3050 "U.S. Robotics 56K FAX INT" fax modem.peter2000-03-311-0/+1
* Fix PnP memory range calculations.dfr2000-03-311-5/+6
* Fix floppy driver after my isadma changes.phk2000-03-251-7/+12
* Isolate the Timecounter internals in their own two files.phk2000-03-202-6/+8
* Rename the existing BUF_STRATEGY() to DEV_STRATEGY()phk2000-03-201-1/+1
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-201-6/+6
* Missing pieces of the last commit ;-(yokota2000-03-191-11/+32
* - Properly keep track of I/O port resources.yokota2000-03-192-40/+75
* Make the Y-E Data PCMCIA floppy of the Toshiba Libretto work underjoerg2000-03-182-245/+246
* - Add Support for the following PS/2 mice:yokota2000-03-181-87/+395
* Stop isadma from abusing the B_READ, B_RAW and B_WRITE flags.phk2000-03-131-0/+3
* Fix crashes on card eject for pccard modems. We check for NULL whenimp2000-03-111-12/+17
* Recognize another modem, "PMC2430 - Pace 56 Voice Internal Modem"peter2000-03-051-0/+1
* Fix two more problems with freeing the softc data manually. subr_bus.cpeter2000-03-021-2/+0
* Don't free(sc) before returning an error from probe, it does not "belong"peter2000-03-011-1/+0
* Do not add children (atkbd and psm) if they are disabled.yokota2000-02-251-0/+3
* Newbus-ify the USR Sportster TA Intern driver.gj2000-02-211-1/+1
* Fixed regressions in rev.1.274:bde2000-02-151-11/+15
* When allocating resources in the following cases:msmith2000-02-111-5/+5
* Use config's conditional compilation rather than using #ifdefs that makepeter2000-01-295-30/+3
* Remove #include "ppc.h" and #if NPPC > 0 - this is always true as it ispeter2000-01-291-4/+0
* "Completed" the previous fix. Return ENOMEM on memory allocation failurebde2000-01-291-1/+8
* * Don't use ivars to access resources, bus_set/get_resource is much better.dfr2000-01-251-10/+26
* Return ENXIO on error, not 0. Seems to have been skipped when convertingn_hibma2000-01-231-1/+1
* Add another four device ID's for isa pnp modems. The USR's seem to usepeter2000-01-181-0/+7
* Add ADS7182 as a known Joystick.peter2000-01-181-0/+1
* Don't mark unallocated resources as active; the goal is to reserve them,msmith2000-01-181-1/+1
* Don't do device_set_desc() until after checking for PnP probes. Otherwisepeter2000-01-141-3/+4
* Port of ppbus standalone framework to the newbus system.nsouch2000-01-142-318/+529
* Make this compile on alphagallatin2000-01-131-1/+1
* Make the mouse cursor char code configurable via the CONS_MOUSECTLyokota2000-01-121-9/+9
* Add a new mechanism, cndbctl(), to tell the console driver thatyokota2000-01-111-2/+2
* Removed some more vestiges of ft.bde2000-01-091-5/+2
* Futher cleanup.. "device_print_prettyname(); printf()" -> device_printf()peter2000-01-082-55/+47
* Merge most of FDC_YE into the mainline driver.imp2000-01-063-78/+32
* Make the evil broken pnpbios compensation slightly less evil.peter2000-01-051-15/+20
* Patch up some of the evilness left over from the early newbus porting.peter2000-01-052-83/+154
* ISA device drivers use the ISA source interrupt number in locations wheretegge2000-01-041-9/+27
* Recognize the CSC0101 ID for the Thinkpad series.peter1999-12-301-0/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-293-5/+5
* Added following modes:kato1999-12-281-8/+21
OpenPOWER on IntegriCloud