| Commit message (Expand) | Author | Age | Files | Lines |
* | As promised, cleanup the #if __FreeBSD_version mess. | joerg | 1998-12-21 | 1 | -41/+3 |
* | Include rdp(4). | joerg | 1998-12-21 | 5 | -5/+13 |
* | This commit was generated by cvs2svn to compensate for changes in r41980, | joerg | 1998-12-21 | 2 | -0/+1680 |
|\ |
|
| * | This is my first cut on a driver for the RealTek RTL 8002 pocket | joerg | 1998-12-21 | 2 | -0/+1680 |
* | Regrettably, you can't take setdef0.c out of order, or, surprise, | msmith | 1998-12-21 | 3 | -9/+9 |
* | Sync with sys/i386/conf/options.i386 revision 1.96. | kato | 1998-12-21 | 2 | -14/+4 |
* | Sync with sys/i386/conf/Makefile.i386 revision 1.131. | kato | 1998-12-21 | 2 | -6/+6 |
* | Check for DMA capbility is against unit,not controller. | msmith | 1998-12-21 | 1 | -2/+2 |
* | Add asleep() and await() support. Currently highly experimental. A | dillon | 1998-12-21 | 3 | -4/+206 |
* | Add two fields for the lower layers convenience. | phk | 1998-12-20 | 1 | -1/+5 |
* | Remove unused file. It seems to have been a vestige of when mfs did its | bde | 1998-12-20 | 1 | -43/+0 |
* | Backed out rev.1.46. It had no effect for aout, was incomplete for elf, | bde | 1998-12-20 | 1 | -10/+6 |
* | Fixed building elf kernels without a `make depend' step. The magic | bde | 1998-12-20 | 3 | -9/+9 |
* | Remove a vestige of the amd driver. | bde | 1998-12-20 | 1 | -667/+0 |
* | Add a workaround to avoid 'defined but not used' warnings for linker | dfr | 1998-12-20 | 1 | -8/+10 |
* | Add LDGP(pv) to suword, subyte, fuword, fubyte so that they can be called | dfr | 1998-12-20 | 1 | -1/+5 |
* | In ufs_setattr(), if only one of va_atime or va_mtime are != VNOVAL, then | dfr | 1998-12-20 | 1 | -3/+3 |
* | 1) Fix some serious bugs (1 botch on my part which caused a filemark to be | mjacob | 1998-12-19 | 1 | -40/+89 |
* | Move the "generic" SMP options from options.i386 to conf/options | msmith | 1998-12-19 | 2 | -14/+4 |
* | Move the "generic" SMP options from options.i386 to conf/options. | msmith | 1998-12-19 | 1 | -1/+5 |
* | Add MTIOCERRSTAT ioctl and structures that define (at least for | mjacob | 1998-12-19 | 1 | -2/+35 |
* | Make it compile again. | sos | 1998-12-19 | 2 | -10/+10 |
* | Wait for channel commands to complete after issuing the commands. | bde | 1998-12-19 | 3 | -45/+87 |
* | Add more non-Intel family ((new)) chipset, just like VIA technology MVP3 | foxfair | 1998-12-19 | 1 | -9/+37 |
* | Remove the bogus charracters "42" from the beginning of the first line. | julian | 1998-12-19 | 1 | -2/+2 |
* | Fix two bogons created by 'patch(1)' in my last commit. | julian | 1998-12-19 | 2 | -8/+11 |
* | Trim the ethernet CRC from received frames manually in wb_rxeof(). | wpaul | 1998-12-19 | 1 | -2/+11 |
* | Fix for bogus BIOS configuration of the 450NX PCI interface on some | msmith | 1998-12-19 | 1 | -2/+14 |
* | Reviewed by: Luoqi Chen, Jordan Hubbard | julian | 1998-12-19 | 23 | -42/+631 |
* | Support for Intel 450NX-based systems with more than one PCI bus (ie. | msmith | 1998-12-19 | 1 | -1/+54 |
* | Make <sys/dirent.h> and <dirent.h> self-sufficient, using new __intN_t types. | dt | 1998-12-19 | 1 | -5/+7 |
* | Little reorganization: | dt | 1998-12-19 | 6 | -66/+70 |
* | Correct the definition for PN_NETCFG_NO_RXCRC: it's 0x20000000, not | wpaul | 1998-12-18 | 1 | -2/+2 |
* | Removed unused (slightly wrong) stub functions. | bde | 1998-12-18 | 1 | -21/+5 |
* | Add in block position/block locate functions. | mjacob | 1998-12-18 | 1 | -21/+141 |
* | Add structures and function definitions pertinent for hardware locate support. | mjacob | 1998-12-18 | 1 | -1/+51 |
* | Move some compile flags from the kernel makefile to bsd.kern.mk so that | dfr | 1998-12-17 | 3 | -5/+13 |
* | Correct the definition of the changer device capabilities page. The | gibbs | 1998-12-17 | 1 | -1/+1 |
* | import logical/hardware block locate ioctls from NetBSD | mjacob | 1998-12-17 | 1 | -1/+11 |
* | Flush the tx fifo in cystop(). Now ttyflush() (and thus tcflush(3)) | bde | 1998-12-17 | 3 | -9/+12 |
* | Add some tape specific density codes- only enough of them here to recognize | mjacob | 1998-12-17 | 1 | -1/+17 |
* | Several changes having to do blocksize- mostly to force variable as the default. | mjacob | 1998-12-17 | 1 | -51/+268 |
* | Fixed handling of BREAK in input. BREAK was not being converted into an | bde | 1998-12-17 | 3 | -9/+21 |
* | Oops, this should have been in the previous commit (ensure atomic update | bde | 1998-12-17 | 3 | -3/+9 |
* | Implemented sending of BREAKs. This is quite complicated because the | bde | 1998-12-17 | 5 | -44/+507 |
* | Sync with sys/i386/isa/clock.c revision 1.129. | kato | 1998-12-17 | 3 | -66/+66 |
* | The fe driver has been merged into sys/i386/isa/if_fe.c. | kato | 1998-12-17 | 1 | -3826/+0 |
* | Sync with sys/i386/isa/wd.c revision 1.181. | kato | 1998-12-17 | 1 | -3/+3 |
* | Sync with sys/i386/isa/npx.c revision 1.64. | kato | 1998-12-17 | 1 | -2/+2 |
* | Sync with sys/i386/isa/fd.c revision 1.129. | kato | 1998-12-17 | 2 | -12/+12 |