summaryrefslogtreecommitdiffstats
path: root/sys/isa
Commit message (Expand)AuthorAgeFilesLines
* Convert all users of fldoff() to offsetof(). fldoff() is badphk2000-10-271-1/+1
* - Overhaul the software interrupt code to use interrupt threads for eachjhb2000-10-252-16/+16
* Moved prototypes of isa_alloc_resourcev() and isa_load_resourcev() tonyan2000-10-221-0/+13
* - machine/mutex.h -> sys/mutex.hjhb2000-10-201-3/+3
* Remove unneeded #include <machine/clock.h>phk2000-10-152-2/+0
* Repeat after me: I will test *before* commit, not after.... *blush*peter2000-10-151-1/+1
* Untangle some resource matching loops that were getting on my nervespeter2000-10-153-17/+15
* Add MAE0021 - Jetstream Int V.90 56k Voice Series 2.tanimura2000-10-101-0/+1
* Initiate deorbit burn sequence for <machine/mouse.h>.phk2000-10-091-1/+1
* Resolve the inconsistency between "the number of resources of a particularmsmith2000-10-092-7/+38
* Initiate deorbit burn sequence for <machine/console.h>.phk2000-10-081-1/+2
* Use schedsofttty() again so that siopoll() gets scheduled as designedbde2000-10-081-5/+0
* - Change fast interrupts on x86 to push a full interrupt frame and tojhb2000-10-061-106/+51
* - Heavyweight interrupt threads on the alpha for device I/O interrupts.jhb2000-10-052-7/+1
* - Wrap functions and variables that aren't used in the alpha console probejhb2000-09-221-7/+26
* Fix several 64-bit-ism warnings due to sizeof(int) != sizeof(void *) onjhb2000-09-221-6/+6
* - Remove the inthand2_t type and use the equivalent driver_intr_t type fromjhb2000-09-132-7/+8
* Add a nasty hack to get remote kernel gdb working from ddb. ddb wouldjhb2000-09-111-0/+9
* Back out my previous commit as well as some SMPng changes to revert thejhb2000-09-081-17/+28
* siointr1: Schedule soft interrupt when needed. This fixes the "nogrog2000-09-081-0/+2
* Fix a problem where we would recursively try to get the com lock withinjhb2000-09-081-6/+9
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-072-92/+218
* Add ZTIA001 - Zoom Internal V90 Faxmodem.sheldonh2000-09-051-0/+1
* 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
OpenPOWER on IntegriCloud