summaryrefslogtreecommitdiffstats
path: root/sys/isa
Commit message (Expand)AuthorAgeFilesLines
* For what it's worth, idelayed is declared as a volatile in the headers,peter1999-05-091-2/+2
* Remove hackish foot protection.. If you ask for an atkbd on an isa buspeter1999-05-091-17/+1
* Make COM_ESP and COM_MULTIPORT compile for LINT. It might even work..peter1999-05-091-6/+6
* Optimize out a couple of places where com_addr() is used twice in a row,peter1999-05-091-27/+9
* Delete the #if'ed out old isa bus probe/attach routinespeter1999-05-091-73/+1
* Move opt_sio.h options to conf/options and activate in isa/sio.cpeter1999-05-091-2/+2
* Unconfuse DEV_MODULE() and DEV_DRIVER_MODULE() about the difference betweenphk1999-05-092-4/+4
* add some amount of sanity to the way the gdb stuff finds its device.phk1999-05-091-9/+10
* siocngetc & putc can be staticized.phk1999-05-091-7/+3
* Revive APM hooking code for i386 arch now that the same source file isyokota1999-05-091-3/+8
* Move the declaration of the interrupt type from the driver structuredfr1999-05-088-25/+17
* Print the child IRQ on it's identification line.peter1999-05-081-1/+3
* Brace initializers to avoid a warning.peter1999-05-081-16/+16
* GC unused #define id_physid id_scsiidpeter1999-05-081-7/+1
* Slightly increase the visibility of the isa_wrap_old_drivers() stuff. Itpeter1999-05-081-1/+4
* Get rid of extern declarations on gdb stuff so systems compiled withoutmckusick1999-05-071-6/+9
* fix it so it compiles on alpha againmjacob1999-05-071-1/+5
* Continue where Julian left off in July 1998:phk1999-05-073-8/+8
* Introduce two functions: physread() and physwrite() and use these directlyphk1999-05-071-17/+2
* Generalize to allow any serial port to be used as the GDB port.mckusick1999-05-071-21/+65
* remove b_proc from struct buf, it's (now) unused.phk1999-05-061-2/+1
* Fix up a few easy 'assignment used as truth value' and 'suggest parenspeter1999-05-061-5/+5
* The joypart() macro had a precedence bug. Add seatbelts for UNIT() too.peter1999-05-061-2/+2
* Disable FDC_YE - it's broken at present (breaking LINT) and awaiting somepeter1999-05-021-17/+26
* s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.dt1999-04-281-1/+1
* Suser() simplification:phk1999-04-272-6/+6
* Make the machdep.i8254_freq and machdep.tsc_freq sysctls modify thephk1999-04-251-1/+3
* Modify the non-i386 version of disable_intr() and enable_intr() so that theydt1999-04-241-3/+3
* Revert part of 1.9; we don't need to reset the port after release now thatpeter1999-04-241-2/+1
* Return the port size from the probe.peter1999-04-221-2/+3
* oops, SMP was missing includes for a typedef.peter1999-04-211-2/+2
* Stage 1 of a cleanup of the i386 interrupt registration mechanism.peter1999-04-212-19/+15
* Make the bt isa driver work..peter1999-04-181-5/+11
* Implement an EISA new-bus framework. The old driver probe mechanismpeter1999-04-181-68/+127
* Merge revs 1.57 and 1.60 of i386/isa/psm.cpeter1999-04-181-53/+99
* Merge missing changes from i386/isa/sioreg.h (PC98 related)peter1999-04-181-1/+14
* Tidy up a few things left over from the conversion from i386/isa/sio.c.peter1999-04-181-4/+21
* Register sio interrupts as fast (fixing some silo overflow messages).dfr1999-04-181-2/+2
* Merge up to rev 1.234 (nice revision number!) of i386/isa/sio.c.peter1999-04-171-115/+206
* Merge up to rev 1.226 of i386/isa/sio.cpeter1999-04-171-210/+14
* Copy across some apparently missing cleanups from i386/isa/vga_isa.cpeter1999-04-161-1/+9
* As a temporary anti-foot-shooting measure, don't let the user attachpeter1999-04-161-1/+17
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-168-556/+693
* failled spell-checkphk1999-04-061-2/+2
* Use reference counted PHOLD/PRELE rather than the P_PHYSIO flag.peter1999-04-061-3/+3
* Keyboard driver update in preparation for the USB keyboard driver.yokota1999-03-101-9/+20
* Pull 'ISA style' probe where interrupt information is determined throughgibbs1999-03-081-43/+7
* More appropriate fix to the id_irq read during probensouch1999-02-141-3/+3
* The way the interrupt id was calculated was wrong and the lptnsouch1999-02-141-2/+2
* Fix interrupt handling with DMA. Bit nFault was tested in the control reg.nsouch1999-02-141-5/+10
OpenPOWER on IntegriCloud