]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/isa
Rip out the nastiness I cribbed from the EISA bus code and actually
[FreeBSD/FreeBSD.git] / sys / isa /
1999-05-14 obrienThis commit was generated by cvs2svn to compensate...
1999-05-14 obrienThis commit was generated by cvs2svn to compensate...
1999-05-14 obrienThis commit was generated by cvs2svn to compensate...
1999-05-14 obrienThis commit was generated by cvs2svn to compensate...
1999-05-14 obrienThis commit was generated by cvs2svn to compensate...
1999-05-14 obrienThis commit was generated by cvs2svn to compensate...
1999-05-14 obrienThis commit was generated by cvs2svn to compensate...
1999-05-11 bdeFixed reset handling for motor off resets. I first...
1999-05-10 dfrAdjust console stuff now that makedev is no longer...
1999-05-09 peterFor what it's worth, idelayed is declared as a volatile...
1999-05-09 peterRemove hackish foot protection.. If you ask for an...
1999-05-09 peterMake COM_ESP and COM_MULTIPORT compile for LINT. It...
1999-05-09 peterOptimize out a couple of places where com_addr() is...
1999-05-09 peterDelete the #if'ed out old isa bus probe/attach routines
1999-05-09 peterMove opt_sio.h options to conf/options and activate...
1999-05-09 phkUnconfuse DEV_MODULE() and DEV_DRIVER_MODULE() about...
1999-05-09 phkadd some amount of sanity to the way the gdb stuff...
1999-05-09 phksiocngetc & putc can be staticized.
1999-05-09 yokotaRevive APM hooking code for i386 arch now that the...
1999-05-08 dfrMove the declaration of the interrupt type from the...
1999-05-08 peterPrint the child IRQ on it's identification line.
1999-05-08 peterBrace initializers to avoid a warning.
1999-05-08 peterGC unused #define id_physid id_scsiid
1999-05-08 peterSlightly increase the visibility of the isa_wrap_old_dr...
1999-05-07 mckusickGet rid of extern declarations on gdb stuff so systems...
1999-05-07 mjacobfix it so it compiles on alpha again
1999-05-07 phkContinue where Julian left off in July 1998:
1999-05-07 phkIntroduce two functions: physread() and physwrite...
1999-05-07 mckusickGeneralize to allow any serial port to be used as the...
1999-05-06 phkremove b_proc from struct buf, it's (now) unused.
1999-05-06 peterFix up a few easy 'assignment used as truth value'...
1999-05-06 peterThe joypart() macro had a precedence bug. Add seatbelt...
1999-05-02 peterDisable FDC_YE - it's broken at present (breaking LINT...
1999-05-02 markmThis commit was generated by cvs2svn to compensate...
1999-05-02 dfrThis commit was generated by cvs2svn to compensate...
1999-05-02 obrienThis commit was generated by cvs2svn to compensate...
1999-04-28 dts/static foo_devsw_installed = 0;/static int foo_devsw_...
1999-04-27 phkSuser() simplification:
1999-04-25 phkMake the machdep.i8254_freq and machdep.tsc_freq sysctl...
1999-04-24 dtModify the non-i386 version of disable_intr() and enabl...
1999-04-24 peterRevert part of 1.9; we don't need to reset the port...
1999-04-22 peterReturn the port size from the probe.
1999-04-21 peteroops, SMP was missing includes for a typedef.
1999-04-21 peterStage 1 of a cleanup of the i386 interrupt registration...
1999-04-18 peterMake the bt isa driver work..
1999-04-18 peterImplement an EISA new-bus framework. The old driver...
1999-04-18 peterMerge revs 1.57 and 1.60 of i386/isa/psm.c
1999-04-18 peterMerge missing changes from i386/isa/sioreg.h (PC98...
1999-04-18 peterTidy up a few things left over from the conversion...
1999-04-18 dfrRegister sio interrupts as fast (fixing some silo overf...
1999-04-17 peterMerge up to rev 1.234 (nice revision number!) of i386...
1999-04-17 peterMerge up to rev 1.226 of i386/isa/sio.c
1999-04-16 peterCopy across some apparently missing cleanups from i386...
1999-04-16 peterAs a temporary anti-foot-shooting measure, don't let...
1999-04-16 peterBring the 'new-bus' to the i386. This extensively...
1999-04-07 msmithThis commit was generated by cvs2svn to compensate...
1999-04-06 phkfailled spell-check
1999-04-06 peterUse reference counted PHOLD/PRELE rather than the P_PHY...
1999-03-22 obrienThis commit was generated by cvs2svn to compensate...
1999-03-18 peterThis commit was generated by cvs2svn to compensate...
1999-03-15 obrienThis commit was generated by cvs2svn to compensate...
1999-03-14 markmThis commit was generated by cvs2svn to compensate...
1999-03-10 yokotaKeyboard driver update in preparation for the USB keybo...
1999-03-08 gibbsPull 'ISA style' probe where interrupt information...
1999-03-01 impThis commit was generated by cvs2svn to compensate...
1999-02-28 impThis commit was generated by cvs2svn to compensate...
1999-02-28 obrienThis commit was generated by cvs2svn to compensate...
1999-02-21 rnordierThis commit was generated by cvs2svn to compensate...
1999-02-14 nsouchMore appropriate fix to the id_irq read during probe
1999-02-14 nsouchThe way the interrupt id was calculated was wrong and...
1999-02-14 nsouchFix interrupt handling with DMA. Bit nFault was tested...
1999-02-11 obrienThis commit was generated by cvs2svn to compensate...
1999-02-10 obrienThis commit was generated by cvs2svn to compensate...
1999-02-10 obrienThis commit was generated by cvs2svn to compensate...
1999-02-10 kenAdd a prioritization field to the devstat_add_entry...
1999-02-07 peterThis commit was generated by cvs2svn to compensate...
1999-02-05 yokotaOops, the last commit contained a wrong patch. This...
1999-02-05 yokota- Don't assume the line length in the video memory...
1999-02-03 semenuThis commit was generated by cvs2svn to compensate...
1999-02-03 semenuThis commit was generated by cvs2svn to compensate...
1999-02-03 semenuThis commit was generated by cvs2svn to compensate...
1999-01-31 nsouchFix compile warnings about missing braces around static...
1999-01-30 nsouchDistinguish EPP address/data register. Add EPP address...
1999-01-30 phkUse suser() to check for super user rather than examini...
1999-01-24 peterThis commit was generated by cvs2svn to compensate...
1999-01-23 dfrUpdate the alpha port to use the new syscons.
1999-01-21 wollmanThis commit was generated by cvs2svn to compensate...
1999-01-21 wollmanThis commit was generated by cvs2svn to compensate...
1999-01-21 wollmanThis commit was generated by cvs2svn to compensate...
1999-01-21 wollmanThis commit was generated by cvs2svn to compensate...
1999-01-20 mjacobI guess this is now a legacy driver (for alpha only...
1999-01-20 fennerThis commit was generated by cvs2svn to compensate...
1999-01-20 fennerThis commit was generated by cvs2svn to compensate...
1999-01-19 peterUpdate the pccard hooks to use a module style declarati...
1999-01-18 simokawaThis commit was generated by cvs2svn to compensate...
1999-01-15 bdeFixed corruption of the fd buffer queue. Once upon...
1999-01-14 markmThis commit was generated by cvs2svn to compensate...
1999-01-13 obrienThis commit was generated by cvs2svn to compensate...
1999-01-12 peterThis commit was generated by cvs2svn to compensate...
1999-01-10 nsouchFix broken low level ppb_rxxx() return type: char becom...
next