]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/i386
Sync with sys/i386/isa/sio.c revision up to 1.223.
[FreeBSD/FreeBSD.git] / sys / i386 /
1999-01-16 bdeDon't let bugs in ide_pci.c break wdprobe(), at least...
1999-01-15 msmithFetch an overide for NMBCLUSTERS from the kernel enviro...
1999-01-15 bdeUse a fast interrupt handler for the PCI version of...
1999-01-15 bdeFixed corruption of the fd buffer queue. Once upon...
1999-01-14 bdeBacked out previous commit. MALLOC_DEFINE() needs...
1999-01-14 markmThis commit was generated by cvs2svn to compensate...
1999-01-14 jdpReplace includes of <sys/kernel.h> with includes of
1999-01-14 msmithdftp -> dtfp Get it right...
1999-01-14 yokotaFix various breakage after the recent keyboard driver...
1999-01-13 obrienThis commit was generated by cvs2svn to compensate...
1999-01-13 yokotaMove notes on some flags for AT keyboard. They used...
1999-01-13 msmithAssign cdev major 84 to 'dftp' for "Louis A. Mamakos...
1999-01-13 yokotaOops, I accidentaly left the debug option on by default.
1999-01-12 peterThis commit was generated by cvs2svn to compensate...
1999-01-12 eivindSwitch type of vxintr instead of using the previous...
1999-01-12 n_hibmaTake cdev major # 114 for ugen
1999-01-12 eivindMove a couple of functions to make __inline work. ...
1999-01-12 eivindAdd a prototype to silence warnings.
1999-01-12 eivindRemove/comment out unused functions.
1999-01-12 eivindSilence warnings by cleaning up xxxintr types
1999-01-12 eivindSilence warnings.
1999-01-12 eivindClean up warnings; a couple of these came because of...
1999-01-12 eivindSilence warnings.
1999-01-12 eivindSilence warnings by removing unused convenience functio...
1999-01-11 julianAdd support for the Cyrix Cx5530 PCI/ISA bridge which...
1999-01-11 eivindSLOW_VGA -> VGA_SLOW_IOACCESS here, too.
1999-01-11 msmithFix linux sendmsg() emulation
1999-01-11 yokotaDon't refer to i386/isa/kbdio.h anymore. Use dev/kbd...
1999-01-11 yokotaThe first stage of console driver reorganization: activ...
1999-01-11 n_hibmaAdded file handling to ulpt (USB printer) driver
1999-01-10 eivindUse truncate() instead of otruncate() - step on the...
1999-01-10 nsouchForgotten options needed to build last ppbus commit.
1999-01-10 nsouchFix broken low level ppb_rxxx() return type: char becom...
1999-01-10 nsouchMajor ppbus commit with:
1999-01-10 peterThis commit was generated by cvs2svn to compensate...
1999-01-10 phkBack out last change to sysctl.
1999-01-10 desAdd kernel support for sysctl descriptions. The NO_SYSC...
1999-01-09 jdpSwitch to using ".So" as the extension for PIC object...
1999-01-09 dtOops --<, replace 1.216 with a version that actually...
1999-01-09 wpaulAdd driver support (and man page) for PCI fast ethernet...
1999-01-09 nsouchChange /dev/smb and /dev/iic interface to allow user...
1999-01-09 bdeRemoved a stray label that broke compiling in the ...
1999-01-09 bdeFixed switching between consoles (sc0, vt0 or sioN...
1999-01-09 bdeFixed pedantic syntax errors caused by a trailing semic...
1999-01-09 bdeRemoved the asm version of translate_bytes(). When...
1999-01-09 bdeRemoved buggy, `#if 0'ed asm version of translate_bytes...
1999-01-09 bdeDon't put operands in clobber lists, since this is...
1999-01-09 bdeDon't put operands in clobber lists, since this is...
1999-01-09 bdeDon't put operands in clobber lists, since this is...
1999-01-09 yokotaAdd the new keyboard driver and video card driver....
1999-01-08 abialFix faulty logic in handling userconfig_script, INTRO_U...
1999-01-08 bdeFixed some style bugs. Clarified a comment.
1999-01-08 bdeUnspammed includes in <machine/cpufunc.h> in the !SMP...
1999-01-08 eivindSplit DIAGNOSTIC -> DIAGNOSTIC, INVARIANTS, and INVARIA...
1999-01-08 bdeMoved declarations related to copying and zeroing to...
1999-01-08 eivindInstead of providing bad instructions here, point peopl...
1999-01-08 luoqiAllocate kernel page table object (kptobj) before any...
1999-01-08 yokotaUpdate #ifdef directive.
1999-01-07 dtMake pmap_ts_referenced check more than 1 pv_entry...
1999-01-07 yokotaRemove a hard-coded table of kernel console I/O functio...
1999-01-07 abialWhen compiled with INTRO_USERCONFIG, skip the intro...
1999-01-07 peterFlip the kernel default to ELF.. Add a test to try...
1999-01-07 peterOBJFORMAT_DEFAULT = elf now. (this is where /usr/bin...
1999-01-06 julianAdd (but don't activate) code for a special VM option...
1999-01-06 abialAdd new sysctl machdep.uc_devlist. It allows to cleanly...
1999-01-06 jkhDon't build biosboot by default - there's no point...
1999-01-06 yokotaMove IO_PSMSIZE from kbdio.h to isa.h. I thought I...
1999-01-06 yokotaAssign CDEV 112 to the keyboard driver.
1999-01-04 luigiFix YMF719 detection (report by jose@we.lc.ehu.es).
1999-01-04 luigiBring in ad1816 patches from German Tischler.
1999-01-03 n_hibmaCorrected the major number for usb and added ums as...
1999-01-03 kato- Remove bus-dependent addresses from `ic' file.
1999-01-03 jkhRevert r1.4 - I was confused as to its real meaning.
1999-01-03 katoSupport following devices:
1999-01-03 jkhClean up some more residual /usr/mdec references. ...
1999-01-02 hoekExtraneous space.
1999-01-01 luigiunbreak devfs support after wrong cut&paste...
1999-01-01 desCorrect typo in macro name.
1999-01-01 bdeMinor English and spelling fixes.
1999-01-01 bdeThe previous commit was bogus. malloc(..., M_WAITOK...
1999-01-01 peterPart 3 of the pcvt/voxware revival.
1999-01-01 peterPart 2 of pcvt/voxware revival. I hope I have not...
1999-01-01 peterPart 1 of pcvt/voxware revival. I hope I have not...
1999-01-01 peterOops, forgot to commit entry in LINT for statically...
1998-12-31 luigiEnable the ES1370 driver. You don't need any options...
1998-12-31 luigiEnable entries for DUMMYNET, BRIDGE and device pcm...
1998-12-31 luigiExtend the callback mechanism and add hooks to support...
1998-12-31 luigiUpdate documentation on cards and config
1998-12-31 katoAnother(better) way to support Access/NOTE N98(PC-98...
1998-12-30 sosCommit patch in
1998-12-30 sosCommit #2 of
1998-12-30 sosCommit #1 of:
1998-12-30 yokotaMake the VESA KLD module work!
1998-12-30 bdeEnforce building with -aout, since building with OBJFOR...
1998-12-30 bdeRely on ../Makefile.inc to set the object format in...
1998-12-30 bdeEnforce building with -aout, since building with OBJFOR...
1998-12-30 bdeEnforce building with -aout, since building with OBJFOR...
1998-12-30 bdeRely on ../Makefile.inc to set the default for BINDIR.
1998-12-30 bdeRely on ../Makefile.inc to set the object format in...
1998-12-30 bdeAdd -aout to CFLAGS centrally.
next