| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update the pccard hooks to use a module style declaration instead. | Peter Wemm | 1999-01-19 | 6 | -68/+18 |
| * | Break configure() into a couple of stages to allow insertion of | Peter Wemm | 1999-01-19 | 1 | -22/+25 |
| * | Fix typo. Unit is spelled with a 'u'. 'init' just types too easily. | Julian Elischer | 1999-01-18 | 1 | -2/+2 |
| * | Fix screwed up previous commit. | Julian Elischer | 1999-01-18 | 1 | -4/+9 |
| * | From inspection, ISA interrupts were completely broken.. | Julian Elischer | 1999-01-18 | 1 | -1/+20 |
| * | Replaced by /usr/bin/gensetdefs a few months ago. | Peter Wemm | 1999-01-17 | 3 | -403/+0 |
| * | Use the gensetdefs that is now in /usr/bin, it's a superset of the | Peter Wemm | 1999-01-17 | 1 | -15/+9 |
| * | Remove references to an LKM that isn't built any more. | Peter Wemm | 1999-01-17 | 2 | -6/+4 |
| * | Minor cleanup; no more references to LKM's. | Peter Wemm | 1999-01-17 | 2 | -7/+4 |
| * | Remove the LKM glue since the support (src/lkm) has been gone a while. | Peter Wemm | 1999-01-17 | 1 | -34/+1 |
| * | Add LKM option so that the remaining code (hopefully) doesn't go stale. | Peter Wemm | 1999-01-17 | 2 | -2/+14 |
| * | Fix cut & paste mind-o: the entry for the xl driver should say ethernet, | Bill Paul | 1999-01-17 | 1 | -3/+3 |
| * | Don't forget copying video mode flags to the adapter info. block when | Kazutaka YOKOTA | 1999-01-17 | 1 | -1/+2 |
| * | Removed the #defines of interrupt handlers to NULL. This hack was for | Bruce Evans | 1999-01-17 | 1 | -60/+1 |
| * | Pass the unit number to the DMA cookie lookup routine and use it | Bruce Evans | 1999-01-17 | 2 | -5/+7 |
| * | There are two models of AMD K6-2 Model 8 (c.f. AMD's document), so the | KATO Takenori | 1999-01-16 | 2 | -27/+28 |
| * | Fix palette save/load functions. | Kazutaka YOKOTA | 1999-01-16 | 1 | -21/+41 |
| * | Don't let bugs in ide_pci.c break wdprobe(), at least for standard | Bruce Evans | 1999-01-16 | 1 | -25/+10 |
| * | Fetch an overide for NMBCLUSTERS from the kernel environment. Never allow | Mike Smith | 1999-01-15 | 1 | -1/+7 |
| * | Use a fast interrupt handler for the PCI version of the cy driver | Bruce Evans | 1999-01-15 | 2 | -2/+4 |
| * | Fixed corruption of the fd buffer queue. Once upon a time, the active | Bruce Evans | 1999-01-15 | 2 | -8/+16 |
| * | Backed out previous commit. MALLOC_DEFINE() needs <sys/kernel.h>. | Bruce Evans | 1999-01-14 | 1 | -3/+3 |
| * | Replace includes of <sys/kernel.h> with includes of | John Polstra | 1999-01-14 | 3 | -7/+7 |
| * | dftp -> dtfp Get it right... | Mike Smith | 1999-01-14 | 1 | -2/+2 |
| * | Fix various breakage after the recent keyboard driver change. | Kazutaka YOKOTA | 1999-01-14 | 2 | -14/+15 |
| * | Move notes on some flags for AT keyboard. They used to be for sc0, | Kazutaka YOKOTA | 1999-01-13 | 2 | -8/+12 |
| * | Assign cdev major 84 to 'dftp' for "Louis A. Mamakos" <louie@UU.NET> | Mike Smith | 1999-01-13 | 1 | -2/+2 |
| * | Oops, I accidentaly left the debug option on by default. | Kazutaka YOKOTA | 1999-01-13 | 1 | -2/+2 |
| * | Switch type of vxintr instead of using the previous casts. | Eivind Eklund | 1999-01-12 | 1 | -2/+2 |
| * | Take cdev major # 114 for ugen | Nick Hibma | 1999-01-12 | 1 | -1/+2 |
| * | Move a couple of functions to make __inline work. While I'm here, | Eivind Eklund | 1999-01-12 | 2 | -77/+82 |
| * | Add a prototype to silence warnings. | Eivind Eklund | 1999-01-12 | 1 | -1/+3 |
| * | Remove/comment out unused functions. | Eivind Eklund | 1999-01-12 | 2 | -23/+4 |
| * | Silence warnings by cleaning up xxxintr types | Eivind Eklund | 1999-01-12 | 3 | -7/+8 |
| * | Silence warnings. | Eivind Eklund | 1999-01-12 | 10 | -22/+37 |
| * | Clean up warnings; a couple of these came because of genuine errors in | Eivind Eklund | 1999-01-12 | 1 | -4/+6 |
| * | Silence warnings. | Eivind Eklund | 1999-01-12 | 5 | -12/+16 |
| * | Silence warnings by removing unused convenience function and | Eivind Eklund | 1999-01-12 | 1 | -16/+3 |
| * | Add support for the Cyrix Cx5530 PCI/ISA bridge which also includes | Julian Elischer | 1999-01-11 | 1 | -3/+2 |
| * | SLOW_VGA -> VGA_SLOW_IOACCESS here, too. | Eivind Eklund | 1999-01-11 | 2 | -4/+4 |
| * | Fix linux sendmsg() emulation | Mike Smith | 1999-01-11 | 1 | -2/+35 |
| * | Don't refer to i386/isa/kbdio.h anymore. Use dev/kbd/atkbdcreg.h instead. | Kazutaka YOKOTA | 1999-01-11 | 1 | -2/+3 |
| * | The first stage of console driver reorganization: activate new | Kazutaka YOKOTA | 1999-01-11 | 12 | -463/+615 |
| * | Added file handling to ulpt (USB printer) driver | Nick Hibma | 1999-01-11 | 1 | -1/+2 |
| * | Use truncate() instead of otruncate() - step on the way to stopping | Eivind Eklund | 1999-01-10 | 1 | -3/+3 |
| * | Forgotten options needed to build last ppbus commit. | Nicolas Souchu | 1999-01-10 | 1 | -1/+3 |
| * | Fix broken low level ppb_rxxx() return type: char becomes u_char. | Nicolas Souchu | 1999-01-10 | 2 | -18/+18 |
| * | Major ppbus commit with: | Nicolas Souchu | 1999-01-10 | 2 | -52/+486 |
| * | Back out last change to sysctl. | Poul-Henning Kamp | 1999-01-10 | 2 | -6/+0 |
| * | Add kernel support for sysctl descriptions. The NO_SYSCTL_DESCRIPTIONS option | Dag-Erling Smørgrav | 1999-01-10 | 2 | -2/+8 |