| Commit message (Expand) | Author | Age | Files | Lines |
* | Finished updating module event handlers to be compatible with | bde | 1998-11-15 | 3 | -12/+6 |
* | Fixed the bug that caused negative busycounts in devstat. The | bde | 1998-11-15 | 1 | -6/+6 |
* | Add a missing newline | luigi | 1998-11-14 | 1 | -1/+1 |
* | Remove `amd', `nca' SCSI devices to match Mike's LINT commit. | obrien | 1998-11-12 | 1 | -6/+2 |
* | MF22: Bring in some linux sound ioctl support which I committed to 2.2 | jkh | 1998-11-12 | 2 | -2/+77 |
* | Remove all mention of the 'amd' driver. It can come back if we grow | msmith | 1998-11-11 | 2 | -16/+2 |
* | Argh, I don't know how I managed this, but it would help to actually | peter | 1998-11-11 | 1 | -2/+2 |
* | Add entry for AOpen AW37 | luigi | 1998-11-10 | 1 | -0/+6 |
* | kzipboot uses kern/inflate.c outside the kernel by providing its own | peter | 1998-11-10 | 1 | -4/+2 |
* | Fix probes when a port address is specified. | gibbs | 1998-11-10 | 3 | -48/+21 |
* | * Fix a couple of places in the device pager where an address was | dfr | 1998-11-08 | 5 | -7/+7 |
* | Missing newline at end of file causes syntax error. | peter | 1998-11-08 | 2 | -4/+4 |
* | Enable 686 class optimisations for all 686-class processors, not just the | msmith | 1998-11-08 | 1 | -7/+7 |
* | Don't define the module glue if building as an LKM, this happens to have | peter | 1998-11-07 | 1 | -1/+3 |
* | USERCONFIG_BOOT -> INTRO_USERCONFIG | msmith | 1998-11-06 | 2 | -6/+6 |
* | Create an 'ibcs2' module so that scripts can tell if it's statically | peter | 1998-11-06 | 1 | -1/+20 |
* | make lnc0 definition in LINT match GENERIC | obrien | 1998-11-06 | 2 | -4/+4 |
* | add AMD Am7990 & Am79C960 to description of lnc(4) | obrien | 1998-11-06 | 2 | -4/+4 |
* | Document the new NSFBUFS option. | dg | 1998-11-05 | 2 | -2/+16 |
* | iicbus probe and attach deferred until root_bus_configure() call. | nsouch | 1998-11-04 | 1 | -5/+1 |
* | Make a.out kernels kld compatable by default... | peter | 1998-11-04 | 1 | -10/+2 |
* | Remove stray(?) debugging printf's and cngetc()'s that freeze boot several | peter | 1998-11-04 | 1 | -8/+2 |
* | Remove an error message from sb interrupt driver -- it | luigi | 1998-11-04 | 1 | -8/+0 |
* | Back out previous commit. The bpfilter -> bpf transition will have to be a | des | 1998-11-03 | 4 | -12/+12 |
* | Rename the 'bpfilter' pseudo-device to 'bpf'. The old syntax is still legal | des | 1998-11-03 | 4 | -12/+12 |
* | Remove USERCONFIG_BOOT, add INTRO_USERCONFIG | msmith | 1998-11-03 | 1 | -2/+2 |
* | Remove the USERCONFIG_BOOT option. Userconfig script data is searched | msmith | 1998-11-03 | 3 | -65/+115 |
* | Don't update the screen while the cursor shape is being changed | yokota | 1998-11-03 | 1 | -1/+5 |
* | spell check | obrien | 1998-11-02 | 2 | -6/+6 |
* | Oops forgot to remove peter's 'device iicbb0' declaration. Done. | nsouch | 1998-11-01 | 2 | -4/+2 |
* | Add controller iicbb (generic I2C bit-banging code) and lpbb | nsouch | 1998-11-01 | 2 | -4/+32 |
* | Add John Dyson's SYSCTL descriptions, and an export of more stats to | peter | 1998-10-31 | 1 | -2/+3 |
* | I do not know if this is correct, but add iicbb0 as a device so that | peter | 1998-10-31 | 2 | -2/+4 |
* | Fixup prototypes so that this beastie compiles. | peter | 1998-10-31 | 1 | -4/+4 |
* | pcf.c: timeout management added | nsouch | 1998-10-31 | 3 | -147/+309 |
* | Document that we support i82595-based Ethernet adapters (Intel EtherExpress | des | 1998-10-30 | 2 | -2/+4 |
* | Fix a typo, and remove verbose error reporting when in | luigi | 1998-10-30 | 1 | -2/+4 |
* | Use "KB" instead of "Kb" for KiloBytes, consistently with other | luigi | 1998-10-30 | 3 | -9/+9 |
* | Add the ability to specify where on the at_shutdown queue a handler is | msmith | 1998-10-30 | 5 | -27/+21 |
* | A small fragment of new ISA framework: manifest constants for the resources | wollman | 1998-10-29 | 1 | -0/+43 |
* | Added a second argument, "activate" to the vm_page_unwire() call so that | dg | 1998-10-28 | 1 | -4/+3 |
* | Check the major number of the boot device more carefully. There was only | bde | 1998-10-26 | 1 | -5/+3 |
* | Don't follow null bdevsw pointers. The `major(dev) < nblkdev' test rotted | bde | 1998-10-25 | 1 | -2/+3 |
* | Update to current reality. We can now track several LORSTA on separate | phk | 1998-10-24 | 1 | -136/+185 |
* | Ignore `vector xxxintr' specifications except for checking their syntax. | bde | 1998-10-23 | 1 | -2/+2 |
* | Update timecounters to new interface. | phk | 1998-10-23 | 3 | -25/+25 |
* | Removed all `vector xxxintr' specifications. Interrupt handlers are now | bde | 1998-10-22 | 5 | -21/+20 |
* | Removed all `vector xxxintr' specifications. Interrupt handlers are now | bde | 1998-10-22 | 1 | -3/+3 |
* | Quote port names that have a digit in them. IO_TIMER1 was lexed as | bde | 1998-10-22 | 7 | -38/+38 |
* | Removed all `vector xxxintr' specifications. Interrupt handlers are now | bde | 1998-10-22 | 7 | -246/+246 |