aboutsummaryrefslogtreecommitdiff
path: root/sys/isa
Commit message (Expand)AuthorAgeFilesLines
* Add SWI_TQ_MASK to all interrupt masks except SWI_CLOCK_MASK. Use aBruce Evans2000-05-311-1/+1
* Add SUP1670 - Supra 336i V+ Intl. Since we update the PnP IDsSeigo Tanimura2000-05-261-0/+1
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-2/+2
* Add RSS0262 - 5614Jx3[G] V90+K56Flex Modem.Seigo Tanimura2000-05-191-0/+1
* Add ACH2012 - 5634BTS 56K Video Ready Modem.Seigo Tanimura2000-05-191-0/+1
* Add a couple of new PnP IDs.Seigo Tanimura2000-05-181-0/+2
* Port ppc driver to alpha.Doug Rabson2000-05-143-4/+36
* Use bus_space stuff except where it needs high performance.Yoshihiro Takahashi2000-05-121-79/+82
* Supported PC-98.Yoshihiro Takahashi2000-05-111-2/+1
* Step down a level and issue format requests with a struct bio insteadPoul-Henning Kamp2000-05-061-20/+20
* Separate the struct bio related stuff out of <sys/buf.h> intoPoul-Henning Kamp2000-05-051-0/+1
* Add the logical ID of FUJITSU Modem 33600 PNP/I2.Seigo Tanimura2000-05-021-0/+1
* Fixed the type of some ivar access functions. Ivars have type uintptr_t,Bruce Evans2000-04-302-5/+5
* Remove unneeded #include <sys/kernel.h>Poul-Henning Kamp2000-04-291-1/+0
* Enable PnP attachment for parallel port controllers.Garrett Wollman2000-04-221-6/+11
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-191-1/+0
* Complete the bio/buf divorce for all code below devfs::strategyPoul-Henning Kamp2000-04-152-72/+71
* * Factor out the object system from new-bus so that it can be used byDoug Rabson2000-04-081-2/+1
* Allow MAXDEP dependants, not MAXDEP-1.Doug Rabson2000-04-041-1/+1
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.Poul-Henning Kamp2000-04-021-7/+7
* - Add temporary workaround to fool some "clever" KVM switch productsKazutaka YOKOTA2000-04-021-5/+22
* Add support for pci modems. ONLY CONTROLLER BASED MODEMS. ThisWarner Losh2000-04-011-14/+122
* Don't use too-large stack buffers.Doug Rabson2000-03-311-3/+16
* - Fix SC_ALT_MOUSE_IMAGE; don't blink the mouse cursor.Kazutaka YOKOTA2000-03-311-0/+1
* Fixes to parse more complex ISA PnP configurations.Doug Rabson2000-03-311-44/+74
* Recognize USR3050 "U.S. Robotics 56K FAX INT" fax modem.Peter Wemm2000-03-311-0/+1
* Fix PnP memory range calculations.Doug Rabson2000-03-311-5/+6
* Fix floppy driver after my isadma changes.Poul-Henning Kamp2000-03-251-7/+12
* Isolate the Timecounter internals in their own two files.Poul-Henning Kamp2000-03-202-6/+8
* Rename the existing BUF_STRATEGY() to DEV_STRATEGY()Poul-Henning Kamp2000-03-201-1/+1
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newPoul-Henning Kamp2000-03-201-6/+6
* Missing pieces of the last commit ;-(Kazutaka YOKOTA2000-03-191-11/+32
* - Properly keep track of I/O port resources.Kazutaka YOKOTA2000-03-192-40/+75
* Make the Y-E Data PCMCIA floppy of the Toshiba Libretto work underJoerg Wunsch2000-03-182-245/+246
* - Add Support for the following PS/2 mice:Kazutaka YOKOTA2000-03-181-87/+395
* Stop isadma from abusing the B_READ, B_RAW and B_WRITE flags.Poul-Henning Kamp2000-03-131-0/+3
* Fix crashes on card eject for pccard modems. We check for NULL whenWarner Losh2000-03-111-12/+17
* Recognize another modem, "PMC2430 - Pace 56 Voice Internal Modem"Peter Wemm2000-03-051-0/+1
* Fix two more problems with freeing the softc data manually. subr_bus.cPeter Wemm2000-03-021-2/+0
* Don't free(sc) before returning an error from probe, it does not "belong"Peter Wemm2000-03-011-1/+0
* Do not add children (atkbd and psm) if they are disabled.Kazutaka YOKOTA2000-02-251-0/+3
* Newbus-ify the USR Sportster TA Intern driver.Gary Jennejohn2000-02-211-1/+1
* Fixed regressions in rev.1.274:Bruce Evans2000-02-151-11/+15
* When allocating resources in the following cases:Mike Smith2000-02-111-5/+5
* Use config's conditional compilation rather than using #ifdefs that makePeter Wemm2000-01-295-30/+3
* Remove #include "ppc.h" and #if NPPC > 0 - this is always true as it isPeter Wemm2000-01-291-4/+0
* "Completed" the previous fix. Return ENOMEM on memory allocation failureBruce Evans2000-01-291-1/+8
* * Don't use ivars to access resources, bus_set/get_resource is much better.Doug Rabson2000-01-251-10/+26
* Return ENXIO on error, not 0. Seems to have been skipped when convertingNick Hibma2000-01-231-1/+1