| Commit message (Expand) | Author | Age | Files | Lines |
* | Stop calling everthing an XP1000. | gallatin | 1999-12-14 | 1 | -1/+1 |
* | Improve the mapping between the hardware PCI bus numbering on multi-hose | gallatin | 1999-12-14 | 2 | -17/+81 |
* | Use SEQ_* macros for comparing sequence space numbers. | jlemon | 1999-12-14 | 2 | -4/+4 |
* | Have another go at the VIA support, this time use the PCI ID form the | sos | 1999-12-14 | 8 | -17/+48 |
* | Fix the command to launch DMA for 16bit samples. | tanimura | 1999-12-14 | 1 | -2/+8 |
* | Bug fix: | green | 1999-12-14 | 2 | -42/+38 |
* | Fix some problems reported by Mike Pritchard: | wpaul | 1999-12-13 | 6 | -20/+74 |
* | minor comment update | mjacob | 1999-12-13 | 1 | -0/+1 |
* | Add a readahead heuristic to the NFS server side code. While the server | dillon | 1999-12-13 | 2 | -2/+154 |
* | PR: kern/15222 | dillon | 1999-12-13 | 2 | -0/+32 |
* | Add module for if_ef driver and make it compile. | bp | 1999-12-13 | 3 | -2/+157 |
* | Bring up an if_ef driver which allows support for four ethernet | bp | 1999-12-13 | 2 | -1/+612 |
* | Allow ifunit() routine to understand names like ed0f2. Also | bp | 1999-12-13 | 1 | -31/+26 |
* | Merge from sys/i386/conf/files.i386 rev 1.289. | kato | 1999-12-13 | 2 | -0/+2 |
* | Merge from sys/dev/kbd/kbd.c rev 1.13. | kato | 1999-12-13 | 2 | -0/+28 |
* | Merge from sys/dev/syscons/syscons.c rev 1.330. | kato | 1999-12-13 | 1 | -0/+1 |
* | Merge from sys/i386/conf/Makefile.i386 rev 1.166. | kato | 1999-12-13 | 2 | -8/+14 |
* | - Pull in kbd.c when sc or vt is included in the kernel, even if | yokota | 1999-12-13 | 4 | -0/+6 |
* | - Add a module event function to the ukbd driver and make the ukbd KLD | yokota | 1999-12-13 | 3 | -6/+69 |
* | Add DMA support for the SiS 5591 and old PIIX chipsets. | sos | 1999-12-13 | 8 | -72/+134 |
* | - Remember the keyboard repeat delay and rate. | yokota | 1999-12-13 | 5 | -21/+72 |
* | Add a run of Linux ldconfig. | cracauer | 1999-12-13 | 1 | -1/+10 |
* | Fix a timeout deadlock that can occur when the process holding the | dillon | 1999-12-13 | 3 | -12/+72 |
* | more dma underrun fixes, using a per-channel 2nd buffer | cg | 1999-12-13 | 4 | -87/+257 |
* | Fix two problems with pipe_write(): | tegge | 1999-12-13 | 1 | -23/+64 |
* | explain that ioflags can be used to give read-ahead hints to the underlying | alfred | 1999-12-13 | 1 | -1/+1 |
* | The current code incorrectly assumes that all vlans | jkh | 1999-12-13 | 2 | -5/+4 |
* | sys/net/if_vlan.c fails to maintain the IFF_RUNNING flag on the | jkh | 1999-12-13 | 1 | -2/+3 |
* | Always set INP_IPV4 flag for IPv4 pcb entries, because netstat needs it | shin | 1999-12-13 | 2 | -5/+0 |
* | Argh, fix a stupid typo. :-( | peter | 1999-12-12 | 2 | -2/+2 |
* | Move mlx, ncp and nwfs to the common area, they build on the Alpha and | peter | 1999-12-12 | 1 | -3/+4 |
* | Zap unused CFLAGS += -DNCP | peter | 1999-12-12 | 1 | -1/+0 |
* | Fix pointer problem for the Alpha | peter | 1999-12-12 | 2 | -4/+4 |
* | Move mlx from x86-only to generic. It builds on the Alpha and is in the | peter | 1999-12-12 | 1 | -4/+0 |
* | time_t is an int on the Alpha, not long. | peter | 1999-12-12 | 1 | -1/+1 |
* | Move amr from x86-specific to generic. (it's in the generic conf/files | peter | 1999-12-12 | 1 | -2/+2 |
* | Don't waste time creating amr.h since it (and NAMR) aren't used. | peter | 1999-12-12 | 1 | -4/+0 |
* | Fix a printf format problem on the Alpha, where size_t == unsigned long, | peter | 1999-12-12 | 1 | -1/+1 |
* | Fix joy and put it back in the MI section. (yes, it works on Alpha) | peter | 1999-12-12 | 2 | -6/+4 |
* | Make this kld'able (#include "joy.h" no longer required as there are no | peter | 1999-12-12 | 2 | -6/+0 |
* | Change "atapi" (the old one) from "present but broken" to "not present". | peter | 1999-12-12 | 1 | -33/+0 |
* | Remove a whole bunch of "CFLAGS+= -DFSNAME" cruft. It hasn't been | peter | 1999-12-12 | 15 | -24/+3 |
* | Look for disk devices rather than bdevs. | phk | 1999-12-12 | 1 | -2/+2 |
* | Bring these more into line with other modules that have .h files generated | peter | 1999-12-12 | 21 | -43/+43 |
* | Use the -c and -h args of vnode_if.sh to generate only the .h file that | peter | 1999-12-12 | 1 | -9/+7 |
* | Use a seperate -c and -h mode. The vnode_if.c file is compiled only into | peter | 1999-12-12 | 8 | -380/+476 |
* | Put on asbestos suit and put a splcam() around the 'Mounting root from..' | peter | 1999-12-12 | 2 | -0/+6 |
* | The sysctl mod_xx hack is no longer required now that we have totally | peter | 1999-12-12 | 1 | -10/+0 |
* | Remove some horrible #if 0'd code that has no hope of working now. It | peter | 1999-12-12 | 1 | -71/+0 |
* | Turn on warnings for the wd* driver with a loud pointer to ata*. This | peter | 1999-12-12 | 2 | -12/+22 |