summaryrefslogtreecommitdiffstats
path: root/sys/isa
Commit message (Expand)AuthorAgeFilesLines
* Add smc37c935 chipset support and clean up the code which tries todfr2000-07-183-33/+141
* Don't assume that any ISA device that fails to probe is a PnP device,jhb2000-07-121-9/+11
* Finally merge newmidi.tanimura2000-07-113-7/+49
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.phk2000-07-042-3/+3
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:phk2000-07-032-3/+3
* Add device_identify methods so that we do not need thepeter2000-06-282-36/+43
* Only print the diagnostic about extended I/O ports if bootverbose is true.dfr2000-06-251-2/+4
* Don't record an irq mask if its empty - it confuses the resource allocator.dfr2000-06-251-1/+3
* Replace the unknown driver with a nomatch method in the isa driver.dfr2000-06-251-71/+70
* Add PnP probe methods to some common AT hardware drivers. In each case,msmith2000-06-231-0/+48
* This is a temporary bandaid to get vidconsole working again withoutpeter2000-06-151-4/+5
* Add option ALT_BREAK_TO_DEBUGGER.ps2000-06-141-0/+29
* Add SWI_TQ_MASK to all interrupt masks except SWI_CLOCK_MASK. Use abde2000-05-311-1/+1
* 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
OpenPOWER on IntegriCloud