| Commit message (Expand) | Author | Age | Files | Lines |
* | Use the l_nullioctl exported from tty_conf.c rather than rolling our own. | dd | 2001-06-04 | 1 | -10/+0 |
* | While in the interrupt loop, check for a bogus interrupt value of 0xff. | jlemon | 2001-06-04 | 1 | -0/+9 |
* | Move out the files from src/sys/isa/ic/ to src/sys/dev/ic/, so they | joerg | 2001-06-04 | 4 | -5/+5 |
* | Fix my email address. I accidentally cut'npasted the wrong (old) | joerg | 2001-06-03 | 1 | -1/+1 |
* | Fix reversed arguments to pci_write_config() | peter | 2001-06-03 | 1 | -2/+2 |
* | Remove unused includes, use *min() inline functions rather than a | dd | 2001-06-03 | 1 | -26/+8 |
* | Only touch the PCR register in order to set bits for the fxp driver. | jlemon | 2001-06-02 | 1 | -1/+3 |
* | Backout previous revision. While it fixed many platforms, it broke | gallatin | 2001-05-31 | 1 | -5/+1 |
* | Add device driver support for the Level 1 LXT1001 NetCellerator | wpaul | 2001-05-31 | 2 | -0/+2240 |
* | fix typo | cg | 2001-05-30 | 2 | -2/+2 |
* | no longer used | cg | 2001-05-30 | 1 | -3496/+0 |
* | update this driver to use new firmware and incorporate many fixes. | cg | 2001-05-30 | 4 | -258/+313 |
* | state the licencing terms for this file | cg | 2001-05-30 | 1 | -0/+23 |
* | Dont try to play tracks outside whats on the media. | sos | 2001-05-30 | 1 | -1/+2 |
* | Update to support the NEC NR-7500A burners. | sos | 2001-05-30 | 1 | -2/+16 |
* | What I get for "fixing" at the last minute. Correct a mis-merge of takawata's | msmith | 2001-05-30 | 2 | -1/+1 |
* | Per jlemon: add code to nge_rxeof() to allow verification of TCP and | wpaul | 2001-05-29 | 1 | -0/+8 |
* | Fix mind-o in nge_rxeof(): I used CSUM_IP_CHECKED twice instead of | wpaul | 2001-05-29 | 1 | -1/+1 |
* | - Updates for new constant naming in the ACPI CA 20010518 update. | msmith | 2001-05-29 | 18 | -140/+157 |
* | Remove MFS compat bits. | phk | 2001-05-29 | 1 | -11/+0 |
* | Fix bug in debug code | sos | 2001-05-29 | 1 | -2/+2 |
* | Fix for the fixate problem on the Yamaha burners. | sos | 2001-05-29 | 2 | -4/+2 |
* | Spring MegaChange #1. | mjacob | 2001-05-28 | 9 | -255/+565 |
* | Make the beep duration independent of HZ. | phk | 2001-05-28 | 2 | -2/+3 |
* | finally fix intr routing on alphas such as the as500 after months of | gallatin | 2001-05-27 | 1 | -1/+5 |
* | beginnings of virtual playback channel support | cg | 2001-05-27 | 10 | -212/+927 |
* | add a new method for retrieving feeder parameters | cg | 2001-05-27 | 3 | -4/+39 |
* | don't erase info in sndbuf_setup() | cg | 2001-05-27 | 2 | -6/+24 |
* | In the VIRTUAL_TTY macro, add a check to make sure that the result of | dd | 2001-05-27 | 1 | -1/+2 |
* | Add a CONS_CLRHIST ioctl which instructs syscons to clear the history | dd | 2001-05-27 | 1 | -0/+6 |
* | Acquire vm_mtx before calling vm_pager_deallocate. | dd | 2001-05-27 | 1 | -1/+7 |
* | add Dualmode Zoom/FaxModem 56K (internal) Model 2919 | sanpei | 2001-05-26 | 1 | -0/+1 |
* | Dang, I lost the sign in that brucification. DTRT with PCATCH. | phk | 2001-05-26 | 1 | -17/+17 |
* | Currently, each wireless networking driver has it's own control program | phk | 2001-05-26 | 9 | -6/+1068 |
* | Separate out pci cardbus bridge definitions to a common file for use | imp | 2001-05-25 | 2 | -37/+66 |
* | Fix DMA on machines with more than 128MB. | scottl | 2001-05-25 | 1 | -1/+1 |
* | Don't lie to diskerr() now that it listens to us. | phk | 2001-05-25 | 1 | -5/+0 |
* | Change #if VINUMDEBUG to #ifdef VINUMDEBUG. This is a flag, not a variable. | grog | 2001-05-23 | 8 | -31/+27 |
* | Regenerate | wpaul | 2001-05-23 | 1 | -1/+6 |
* | Tweak the xmphy driver a little bit based on something I learned about | wpaul | 2001-05-23 | 3 | -8/+23 |
* | Vlan tags are 12 bits, mask off anything above since the chip doesn't | phk | 2001-05-23 | 1 | -2/+2 |
* | Use '+' not '|' to add PCATCH to tsleep. | phk | 2001-05-23 | 1 | -2/+2 |
* | Remove the empty uscannerioctl() and use noioctl() instead. | phk | 2001-05-23 | 1 | -8/+1 |
* | Move objflags from vinumvar.h to vinumobj.h in preparation for | grog | 2001-05-23 | 1 | -45/+1 |
* | Move objflags from vinumvar.h to vinumobj.h in preparation for | grog | 2001-05-23 | 1 | -2/+37 |
* | Move external declaration to vinumhdr.h. | grog | 2001-05-23 | 1 | -1/+2 |
* | Set flag VF_HASDEBUG in vinum_conf to indicate that the module was | grog | 2001-05-23 | 1 | -10/+6 |
* | New header file. | grog | 2001-05-22 | 1 | -0/+54 |
* | Convert this driver to (ab?)use line disciplines to get the input it | dd | 2001-05-22 | 1 | -17/+84 |
* | MALLOC -> malloc, FREE -> free | brian | 2001-05-22 | 1 | -5/+5 |