summaryrefslogtreecommitdiffstats
path: root/sys/isa
Commit message (Expand)AuthorAgeFilesLines
* Add Boca K56Flex PnP modem.sheldonh2000-09-041-0/+1
* Avoid the modules madness I inadvertently introduced by making thephk2000-09-021-19/+5
* * Completely rewrite the alpha busspace to hide the implementation fromdfr2000-08-281-0/+1
* Call destroy_dev() when sio devices go away.phk2000-08-271-6/+12
* Add spltty()/splx() in the watchdog timer routine.yokota2000-08-241-0/+3
* Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)phk2000-08-201-12/+76
* Add another USR modem.peter2000-08-151-0/+1
* Avoid a '"fd" is usurping ...' message.n_hibma2000-08-091-1/+5
* Allow use of TSC even if APM is compiled in but disabled.phk2000-07-301-1/+6
* Fix a warning re: a potentially unused pccard helper functionpeter2000-07-281-0/+2
* Fix GENERIC_MOUSE_ENTRY.yokota2000-07-281-1/+1
* This is yet another attempt to fix "psmintr out of sync.." problems.yokota2000-07-221-13/+9
* Add support for the PC87303 chipset (found on Miata alphas) and adddfr2000-07-202-6/+47
* 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
OpenPOWER on IntegriCloud