summaryrefslogtreecommitdiffstats
path: root/sys/isa
Commit message (Expand)AuthorAgeFilesLines
* Add SUP1670 - Supra 336i V+ Intl. Since we update the PnP IDstanimura2000-05-261-0/+1
* Back out the previous change to the queue(3) interface.jake2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-2/+2
* Add RSS0262 - 5614Jx3[G] V90+K56Flex Modem.tanimura2000-05-191-0/+1
* Add ACH2012 - 5634BTS 56K Video Ready Modem.tanimura2000-05-191-0/+1
* Add a couple of new PnP IDs.tanimura2000-05-181-0/+2
* Port ppc driver to alpha.dfr2000-05-143-4/+36
* Use bus_space stuff except where it needs high performance.nyan2000-05-121-79/+82
* Supported PC-98.nyan2000-05-111-2/+1
* Step down a level and issue format requests with a struct bio insteadphk2000-05-061-20/+20
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-0/+1
* Add the logical ID of FUJITSU Modem 33600 PNP/I2.tanimura2000-05-021-0/+1
* Fixed the type of some ivar access functions. Ivars have type uintptr_t,bde2000-04-302-5/+5
* Remove unneeded #include <sys/kernel.h>phk2000-04-291-1/+0
* Enable PnP attachment for parallel port controllers.wollman2000-04-221-6/+11
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
* 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
OpenPOWER on IntegriCloud