]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/i386
This commit was generated by cvs2svn to compensate for changes in r56067,
[FreeBSD/FreeBSD.git] / sys / i386 /
2000-01-15 markmThis commit was generated by cvs2svn to compensate...
2000-01-15 hosokawaAdded "sn" and "pcic" entries to UserConfig.
2000-01-15 newtonPre-freeze cleanups: Conditionalize debugging writes...
2000-01-15 newtonInclude #warning about unconditionalizing VM86, which...
2000-01-15 mjacobAdd reference to SES device (it won't be in GENERIC...
2000-01-15 tanimuraA processor with the CPUID of 0x?8? is Pentium III.
2000-01-15 hosokawaRemoved PCCARD config file again.
2000-01-14 wpaulAdd driver support for the Aironet 4500/4800 series...
2000-01-14 luoqiRemove pre-CAM aic driver. Support for apm, pccard...
2000-01-14 sheldonhProtect the i386 machine-dependant type definitions...
2000-01-14 peterAdd back the 'at ppbus?' for the lpt etc drivers. ...
2000-01-14 peterPre 4.0 tidy up.
2000-01-14 peterDon't do device_set_desc() until after checking for...
2000-01-14 wpaulAdd device driver support for USB ethernet adapters...
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 mdoddAllow SMP systems with an MCA bus to work properly.
2000-01-13 mdoddCorrectly test CF.
2000-01-13 mdoddRemove the 'at isa? ...' bits for ex0.
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 obrienSort.
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 marcelUpdate syscalls to Linux kernel 2.3.38. These syscalls are
2000-01-10 marcelUpdate the syscalls to Linux kernel 2.3.38.
2000-01-10 marcelReturn Linux kernel version 2.2.12 by default. This...
2000-01-10 phkRemove controller miibus, there already were a device...
2000-01-10 krisThis commit was generated by cvs2svn to compensate...
2000-01-10 impUncomment pcic device and put pccard in GENERIC. PCCAR...
2000-01-09 obrien* Add `sym' SCSI driver options.
2000-01-09 markmThis commit was generated by cvs2svn to compensate...
2000-01-09 bdeFixed style bugs related to the access functions for...
2000-01-09 peterPut on my asbestos suit and move $mach/conf/*.$mach...
2000-01-09 bdeRemoved defunct options EXTRA_SIO and KEY_DEBUG.
2000-01-09 katoChanged MACHINE -> MACHINE_ARCH to make the i386-kernel...
2000-01-09 bdePut COMPAT_SVR4 in opt_dontuse.h for the same reasons...
2000-01-09 bdeFixed a missing forward declaration. I don't know...
2000-01-09 markmThis commit was generated by cvs2svn to compensate...
2000-01-09 bdeCompile *_genassym.c with ordinary ${CFLAGS}. The...
2000-01-09 bdeQuick fix for LINT breakage. KERNFORMAT went away...
2000-01-09 peterBump configversion. The controller/device changes...
2000-01-08 marcelConvert the filesystem type returned in struct statfs...
2000-01-08 bdeInclude <stddef.h> here so that <sys/assym.h> can be...
2000-01-08 bdeInclude <stddef.h> here so that <sys/assym.h> can be...
2000-01-08 peterconfig(8) doesn't know anything about scsi devices...
2000-01-08 peterFurther sync Alpha and i386 Makefiles. Remove KERNFORM...
2000-01-08 petergenassym is ELF-only, therefore the kernel is now ELF...
2000-01-08 peterSync the sym0 description while here. It doesn't confl...
2000-01-08 peters/controller/device/ as per config(8) changes
2000-01-08 peters/controller/device/ as per config(8)
2000-01-08 peters/controller/device/ as per config(8) changes
2000-01-08 bdeCompile genassym.c with ordinary ${CFLAGS}. The (small...
2000-01-08 peterClean up the cfgmech/pci_mechanism debris. The reason...
2000-01-07 wpaulAdd the vendor and device IDs for a whole bunch of...
2000-01-07 newtonChanges as suggested by bde
2000-01-07 marcelUse genassym(1). The definitions of NKPDE and NKPT...
2000-01-07 luoqiAllow SMP && NCPU == 1 to work. From now on, there...
2000-01-07 peterBring the Alpha and x86 Makefiles closer together.
2000-01-06 impFDC_YE has been removed as a valid option.
2000-01-05 newtonAdd documentation for SVR4 options in LINT.
2000-01-05 newtonUnbreak LINT -- typedefs from signal.h are needed to...
2000-01-05 wpaulAdd device driver support for USB ethernet adapters...
2000-01-04 dillon Update some of the network driver documentation...
2000-01-04 teggeISA device drivers use the ISA source interrupt number...
2000-01-04 mjacobadd wx0 driver
2000-01-04 mjacobAdd in ISP_TARGET_MODE description.
2000-01-03 obrienThis commit was generated by cvs2svn to compensate...
2000-01-03 obrienThis commit was generated by cvs2svn to compensate...
2000-01-03 newtonAdd options for COMPAT_SVR4 and DEBUG_SVR4 for complete...
2000-01-03 marcelMake offsetof equivalent with <stddef.h>. This paves...
2000-01-02 phkMove the "sti" instruction to right before the "hlt...
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-28 wpaulThis commit adds device driver support for the ADMtek...
1999-12-27 bdeChanged the type used to represent the user stack point...
1999-12-27 peterZap kvm_kernel.db stuff now that libkvm gets it directl...
1999-12-27 tanimuraAdd support of SB for PC98 into VoxWare 3.5, and more...
1999-12-26 bdeFixed stripping of aout debugging kernels.
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-26 bdeFixed breakage of read-only opening of /dev/*mem at...
1999-12-25 krisThis commit was generated by cvs2svn to compensate...
1999-12-25 bdeFixed races accessing the RTC. The races apparently...
1999-12-23 marcelUpdate config rules for making {linux|svr4}_assym.h
1999-12-23 marcelUse genassym(1) and <sys/assym.h> to generate assembler...
1999-12-23 marcelUse genassym(1) and <sys/assym.h> to generate assembler...
1999-12-23 bdeRemoved vestiges of BAD144 support.
1999-12-23 bdeRemoved vestiges of BAD144 support.
1999-12-23 wpaulFix minor typo in comments about WaveLAN/IEEE driver...
1999-12-22 shinIPSEC support in the kernel.
1999-12-22 impsn driver is no longer using isa_compat layer
1999-12-22 obrienTurn on the `sym' driver by default. It lives well...
1999-12-21 eivindUse the correct return value for MCA NMIs.
1999-12-21 tanimuraCorrect the spelling and description of sbc.
1999-12-21 peterOnly compile gusc for isa (the #if NISA inside gusc...
next