]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/i386/isa
This commit was generated by cvs2svn to compensate for changes in r57419,
[FreeBSD/FreeBSD.git] / sys / i386 / isa /
2000-02-24 markmThis commit was generated by cvs2svn to compensate...
2000-02-24 markmThis commit was generated by cvs2svn to compensate...
2000-02-23 dfrAdd a workaround to allow us to detect the second pci...
2000-02-17 bdeDon't include <machine/ipl.h> in <sys/systm.h> in the...
2000-02-14 peterFix is_splxxx() warnings when not compiled with INVARIA...
2000-02-13 dfrFix an uninitialised variable which affected probing...
2000-02-09 guidoThis commit was generated by cvs2svn to compensate...
2000-02-09 gallatinAllow allows peer pci buses which are directly connecte...
2000-02-07 n_hibmaAdd PCI Id's for i810 chipsets.
2000-02-02 wpaulAdd support for WEP (encryption) for silver and gold...
2000-02-02 obrienThis commit was generated by cvs2svn to compensate...
2000-01-31 ruThis commit was generated by cvs2svn to compensate...
2000-01-30 bdeFixed longstanding brokenness of wddump() in LBA mode...
2000-01-30 fennerThis commit was generated by cvs2svn to compensate...
2000-01-30 fennerThis commit was generated by cvs2svn to compensate...
2000-01-29 peterZap isa_device -> id_conflicts. The sole user of it...
2000-01-29 peterRemove a bunch of unused (NO-OP) #if NFOO > 0 type...
2000-01-29 peterRemove #if NFOO > 0 (it's not required in most cases...
2000-01-29 peterPut a FYI in the compatability shims so that people...
2000-01-29 peterUse config's conditional compilation rather than using...
2000-01-28 robertoThis commit was generated by cvs2svn to compensate...
2000-01-28 bdeDon't permit generation of non-physical disk addresses.
2000-01-26 peterThis commit was generated by cvs2svn to compensate...
2000-01-25 dfrThe ppc driver has moved to sys/isa.
2000-01-25 dfrConvert pca driver to newbus and add PnP ids.
2000-01-25 dfrUse device_printf() instead of device_print_prettyname().
2000-01-25 bdeRemove i8042.h. This file is an improvement on its...
2000-01-24 markmThis commit was generated by cvs2svn to compensate...
2000-01-24 peterCopy i386/isa/atapi-cd.[ch] to a new name so that it...
2000-01-24 peterRemove old specialix pre-newbus specialix driver. ...
2000-01-24 bdeRemoved assignment to an "unused" variable that was...
2000-01-24 peterRemove isa compat shims for si.
2000-01-23 peterClean up some more loose ends..
2000-01-23 peterGC isa_device->id_reconfig - it's not referenced anywhe...
2000-01-22 obrienThis commit was generated by cvs2svn to compensate...
2000-01-21 archieRemove definition of the unimplemented "control" hook.
2000-01-20 archieFix an #ifdef that should have been and #ifndef.
2000-01-18 ruThis commit was generated by cvs2svn to compensate...
2000-01-17 obrienThis commit was generated by cvs2svn to compensate...
2000-01-17 ruThis commit was generated by cvs2svn to compensate...
2000-01-16 obrienThis commit was generated by cvs2svn to compensate...
2000-01-16 krisThis commit was generated by cvs2svn to compensate...
2000-01-16 jmb Add SPLASSERT() macro. SPLASSERT() compiles...
2000-01-15 markmThis commit was generated by cvs2svn to compensate...
2000-01-14 luoqiRemove pre-CAM aic driver. Support for apm, pccard...
2000-01-14 peterPre 4.0 tidy up.
2000-01-14 peterDon't do device_set_desc() until after checking for...
2000-01-14 nsouchPort of ppbus standalone framework to the newbus system.
2000-01-13 guidoThis commit was generated by cvs2svn to compensate...
2000-01-13 mdoddRemove old copy of if_ed.c; it is no longer used.
2000-01-13 mdoddCorrectly test CF.
2000-01-13 mdoddCosmetic cleanups.
2000-01-13 mdoddImplement a DEVICE_IDENTIFY method. I want to revisit...
2000-01-13 mdoddWhen I converted this driver to newbus I also cleaned...
2000-01-12 asmodaiThis commit was generated by cvs2svn to compensate...
2000-01-12 wpaulCorrectly set the data length when transmitting 802...
2000-01-11 yokotaAdd a new mechanism, cndbctl(), to tell the console...
2000-01-10 krisThis commit was generated by cvs2svn to compensate...
2000-01-09 markmThis commit was generated by cvs2svn to compensate...
2000-01-09 markmThis commit was generated by cvs2svn to compensate...
2000-01-08 peterClean up the cfgmech/pci_mechanism debris. The reason...
2000-01-04 teggeISA device drivers use the ISA source interrupt number...
2000-01-03 obrienThis commit was generated by cvs2svn to compensate...
2000-01-03 obrienThis commit was generated by cvs2svn to compensate...
2000-01-01 bdeThis commit was generated by cvs2svn to compensate...
1999-12-30 hmImplement scrollback for pcvt based on code submitted by
1999-12-29 peterChange #ifdef KERNEL to #ifdef _KERNEL in the public...
1999-12-27 tanimuraAdd support of SB for PC98 into VoxWare 3.5, and more...
1999-12-26 bdeDon't include <isa/isavar.h> or compile code depending...
1999-12-26 bdeReplaced the INTRMASK and INTRUNMASK macros by "|"...
1999-12-25 krisThis commit was generated by cvs2svn to compensate...
1999-12-25 bdeFixed races accessing the RTC. The races apparently...
1999-12-22 impsn driver is no longer using isa_compat layer
1999-12-21 eivindUse the correct return value for MCA NMIs.
1999-12-21 eivindLose explict initialization of mouse to {0}; this gave...
1999-12-20 eivindGC unreferenced code (to avoid warnings)
1999-12-20 eivindEliminate unused variable
1999-12-20 peterRemove references to register_intr() etc in comments.
1999-12-20 peterZap the old isa_device specific register_intr() and...
1999-12-19 peterThis commit was generated by cvs2svn to compensate...
1999-12-19 peterThis commit was generated by cvs2svn to compensate...
1999-12-18 impDriver for the smc91xx series of ethernet chips. Porte...
1999-12-16 obrienThis commit was generated by cvs2svn to compensate...
1999-12-15 hmupdate to isdn4bsd beta release 0.90: since the isic...
1999-12-14 tanimuraFix the command to launch DMA for 16bit samples.
1999-12-11 peterThis commit was generated by cvs2svn to compensate...
1999-12-10 phkRemove the if_ze and if_zp drivers.
1999-12-10 phkRemove the B_BAD buffer flag, it is no longer used.
1999-12-09 robertoThis commit was generated by cvs2svn to compensate...
1999-12-08 phkRemove BAD144 support, it has already been disabled...
1999-12-08 kenRevamp the devstat priority system. All disks now...
1999-12-08 wpaulFix invocation of bus_teardown_intr(). The last arg...
1999-12-07 yokotaFix the ioctl CONS_FINDMODE and its underlying subroutine
1999-12-06 phkRemove DSO_BAD144 from wd driver(s) so people with...
1999-12-06 nyanSupported i8251 (internal COM1) FIFO mode.
1999-12-05 wpaulRemove references to old joystick driver from this...
1999-12-05 peterSwitch over to using the generic joy driver
1999-12-05 dfrDon't use a bogus bus number for Ross host-pci bridges.
1999-12-03 nyanpc98/pc98/atapi.c
1999-12-03 nyanChange splbio() to splcam(). bs is cam driver.
next