| Commit message (Expand) | Author | Age | Files | Lines |
| * | Don't include system-specific header files for userland program. | Greg Lehey | 2000-11-28 | 1 | -4/+4 |
| * | Avoid hardcoding the 'rid' and 'type' of the MEM/IOPORT resource. | Matthew N. Dodd | 2000-11-28 | 3 | -9/+13 |
| * | 1) When mucking with mapping registers, it is best to *not* have | Jonathan Chen | 2000-11-28 | 3 | -27/+72 |
| * | overhaul cis functions to read cis tuple by tuple (instead of all at once). | Jonathan Chen | 2000-11-28 | 1 | -130/+139 |
| * | A bunch of newcard/cardbus changes that's been sitting in my tree for a while: | Jonathan Chen | 2000-11-28 | 4 | -271/+383 |
| * | Patch to use M_ZERO | Jonathan Chen | 2000-11-27 | 1 | -8/+3 |
| * | Make diskerr() always log with printf. | Poul-Henning Kamp | 2000-11-26 | 1 | -2/+1 |
| * | Fix safety-net code. While technically a bug, I'm delighted to see | Mark Murray | 2000-11-26 | 1 | -1/+1 |
| * | D'uh. The explicit reseed was happening at the wrong security/privelige | Mark Murray | 2000-11-25 | 1 | -1/+1 |
| * | Greatly improve the boot-up unblocking time of the entropy device. | Mark Murray | 2000-11-25 | 3 | -4/+19 |
| * | More comment changing. Keep documentation in one place. | Mark Murray | 2000-11-25 | 1 | -4/+2 |
| * | Correct a comment. This represents a very minor policy change of my | Mark Murray | 2000-11-25 | 1 | -2/+0 |
| * | Stop explicitly using nanotime(9) and use the new get_cyclecounter(9) | Mark Murray | 2000-11-25 | 4 | -37/+34 |
| * | Change the driver to allocate its own callout structure, and modify | Jonathan Lemon | 2000-11-25 | 2 | -8/+12 |
| * | Lock down the network interface queues. The queue mutex must be obtained | Jonathan Lemon | 2000-11-25 | 17 | -126/+114 |
| * | Make sn_pccard_products[] static | Peter Wemm | 2000-11-25 | 1 | -1/+1 |
| * | Argh, I have fixed this cut/paste error twice before. I must have | Peter Wemm | 2000-11-25 | 1 | -3/+3 |
| * | Regenerate. Note that pccarddevs_data.h is not used. | Peter Wemm | 2000-11-25 | 2 | -2/+22 |
| * | Add Kingston and the KNE-PC2 card | Peter Wemm | 2000-11-25 | 1 | -0/+4 |
| * | Update the ed driver to probe and attach under a NEWCARD kernel (I was | Peter Wemm | 2000-11-25 | 2 | -2/+35 |
| * | Add a forgotten mutex_exit()/KUE_UNLOCK() to kue_init(). | Bill Paul | 2000-11-23 | 1 | -1/+3 |
| * | Devices that are running at splimp MUST use ng_queue_data() | Julian Elischer | 2000-11-21 | 1 | -2/+1 |
| * | Bump the buffersize from 0x1000 to 0x4000. | Julian Elischer | 2000-11-21 | 1 | -1/+1 |
| * | Don't test the return value from the actual command when determining | Mike Smith | 2000-11-21 | 1 | -5/+0 |
| * | Duh. These have been sitting in my tree since I committed this stuff. | Julian Elischer | 2000-11-20 | 2 | -0/+58 |
| * | Disable calling timeout() when doing bio. It was causing more prolems than | Scott Long | 2000-11-19 | 1 | -2/+8 |
| * | Further use of M_ZERO. | David Malone | 2000-11-18 | 5 | -13/+7 |
| * | Fix a braino .. | Søren Schmidt | 2000-11-18 | 1 | -1/+1 |
| * | do not blindly assume 8khz is supported on open(). try for 8khz but respect | Cameron Grant | 2000-11-18 | 1 | -3/+6 |
| * | Make sure we don't cross stripe boundaries when reviving striped plexes. | Dag-Erling Smørgrav | 2000-11-17 | 1 | -4/+6 |
| * | Put the probe verboseness behind bootverbose | Søren Schmidt | 2000-11-16 | 1 | -11/+15 |
| * | Set OPEN Flag on open. | Nick Hibma | 2000-11-15 | 1 | -3/+11 |
| * | Add support for the Accton EN2242 MiniPCI adapter. This is just an | Bill Paul | 2000-11-14 | 2 | -0/+4 |
| * | Close PR# 21843 and PR# 21864. This adds support for WEP and updates some | Bill Paul | 2000-11-13 | 3 | -12/+121 |
| * | Classify all EISA cards with major firmware revions '2' as 742As. | Justin T. Gibbs | 2000-11-13 | 3 | -3/+22 |
| * | Don't attempt to reference a NULL scb_data area during teardown events | Justin T. Gibbs | 2000-11-13 | 1 | -0/+2 |
| * | Changes necessary to make this work. | Warner Losh | 2000-11-12 | 5 | -108/+83 |
| * | Only offset raid disks > 1 on the HPT, this should solve the | Søren Schmidt | 2000-11-12 | 1 | -1/+2 |
| * | Better handling of immediate commands, mainly to solve timeouts | Søren Schmidt | 2000-11-12 | 4 | -12/+37 |
| * | Hopefully fix the probing problems that caused lost slaves etc.. | Søren Schmidt | 2000-11-12 | 1 | -53/+67 |
| * | aic7xxx.c: | Justin T. Gibbs | 2000-11-12 | 3 | -4/+16 |
| * | Change MEXTADD usage to pass the two new arguments. | Bosko Milekic | 2000-11-11 | 2 | -2/+2 |
| * | Change check for existence of mbuf->m_ext.ext_free to check of new ext_type | Bosko Milekic | 2000-11-11 | 1 | -1/+1 |
| * | Sync Perforce IDs, add tranceiver state change support, and correct | Justin T. Gibbs | 2000-11-10 | 10 | -58/+150 |
| * | Sync perforce IDs. | Justin T. Gibbs | 2000-11-10 | 7 | -7/+7 |
| * | The fe driver does not support pnp devices. | Yoshihiro Takahashi | 2000-11-10 | 1 | -0/+4 |
| * | OpenFirmware/PowerPC loader, part 2. | Benno Rice | 2000-11-10 | 2 | -9/+23 |
| * | Add missing delay after card reset. | Pierre Beyssac | 2000-11-09 | 1 | -0/+1 |
| * | Farewell our code. We will switch acpica code from Intel. | Takanori Watanabe | 2000-11-09 | 27 | -9394/+0 |
| * | Rearrange the timeouts in the reset code a bit, some ATAPI devices | Søren Schmidt | 2000-11-08 | 1 | -2/+2 |