| Commit message (Expand) | Author | Age | Files | Lines |
* | Add missing m_free() so we actually drain the send buffer in monitor mode. | brooks | 2002-02-20 | 1 | -0/+2 |
* | Check the status of the card bridge first thing, rather than last in | imp | 2002-02-20 | 1 | -10/+16 |
* | Add u_int16 prodext value in CISTPL_MANF_ID. This gets a fifth byte | shiba | 2002-02-20 | 3 | -0/+15 |
* | Update xe driver to probe and attach in a NEWCARD kernel. | shiba | 2002-02-20 | 3 | -310/+365 |
* | Release allocated memory and bus_space_handle on an error. | nyan | 2002-02-19 | 1 | -3/+21 |
* | Clean up some debugging output. | n_hibma | 2002-02-19 | 1 | -9/+26 |
* | Put the stard/end adjustments back. They are needed. Also make start | imp | 2002-02-19 | 1 | -2/+18 |
* | o Count the number of mem and io spaces we allocate. If none work, bail out | imp | 2002-02-19 | 1 | -3/+15 |
* | Do the cast away of unsignedness in a way that is more commprehensible. | imp | 2002-02-19 | 1 | -1/+1 |
* | Merge from NetBSD: | joe | 2002-02-19 | 1 | -4/+13 |
* | Add play (but not record) support for the Sis 7012. | alfred | 2002-02-19 | 1 | -3/+27 |
* | Add support for the Highpoint HPT372 based cards (rocketraid 133). | sos | 2002-02-18 | 3 | -31/+40 |
* | Fix the problem that some (in my book broken) disks reports | sos | 2002-02-18 | 1 | -1/+2 |
* | More for f/w crash dumps (bug fixing and adding ioctl entry points | mjacob | 2002-02-18 | 4 | -4/+63 |
* | Fix a formatting error. | joe | 2002-02-17 | 1 | -6/+6 |
* | KNF style the code, ready for an MFC. | joe | 2002-02-17 | 1 | -54/+64 |
* | KNF style the code, ready for an MFC. | joe | 2002-02-17 | 1 | -38/+41 |
* | Move the bus_space_subregion function from the puc driver to the bus_space | nyan | 2002-02-17 | 1 | -12/+0 |
* | Support for f/w crash dumps (2200 && 23XX). | mjacob | 2002-02-17 | 4 | -20/+401 |
* | Hints for WWN are now WWNN and/or WWPN. | mjacob | 2002-02-17 | 1 | -2/+2 |
* | Add in support firmware crash dumps. Change CFG options to split | mjacob | 2002-02-17 | 1 | -2/+13 |
* | Bulk changes made during the BSDcon kernel summit and travel afterwards. | imp | 2002-02-17 | 3 | -582/+669 |
* | I am sick of being told that "cstsevent occures". | des | 2002-02-16 | 1 | -2/+2 |
* | Add the puc (PCI "Universal" Communications) driver. The idea and some of | jhay | 2002-02-16 | 4 | -0/+1649 |
* | Dont try to attach ATA RAID's if none found. | sos | 2002-02-16 | 1 | -0/+3 |
* | Merge from NetBSD: | joe | 2002-02-16 | 5 | -16/+21 |
* | Re-add bmaj to the cdevsw's, but don't compile it in on -current. | joe | 2002-02-15 | 6 | -0/+18 |
* | #include "opt_compat.h" so that the support for old ioctls can actually | bde | 2002-02-15 | 2 | -0/+8 |
* | Added undocumented options AAC_DEBUG, ACD_DEBUG, ACPI_MAX_THREADS, | bde | 2002-02-15 | 3 | -1/+5 |
* | Spell #if 0 correctly | gallatin | 2002-02-14 | 1 | -2/+2 |
* | Fix a bug introduced in rev.1.40 which can cause systems to crash when | green | 2002-02-14 | 1 | -7/+9 |
* | Regenerate. | joe | 2002-02-14 | 2 | -2/+9 |
* | Support the HP 5400C scanner. | joe | 2002-02-14 | 2 | -0/+2 |
* | Rework revision 1.12, and wrap the bmaj entry with an #if doesn't | joe | 2002-02-14 | 1 | -0/+3 |
* | Reinstate revision 1.14. The empty uscannerioctl() was accidently | joe | 2002-02-14 | 1 | -6/+0 |
* | - Added support for receive in multiple | pdeuskar | 2002-02-13 | 7 | -4951/+5234 |
* | Add ID's for a couple of upcoming cards. | scottl | 2002-02-13 | 1 | -0/+4 |
* | Add support for the Linksys WMP-11, Prism 2.5, PCI adaptor. | brooks | 2002-02-12 | 2 | -78/+149 |
* | Add support for the Cenatek Rocket Drive. | sos | 2002-02-12 | 2 | -2/+14 |
* | Fix buglets in the ATAPI resume code. | sos | 2002-02-12 | 5 | -16/+26 |
* | Major update of the ATA RAID code, part 2: | sos | 2002-02-12 | 5 | -153/+420 |
* | Two fixes from Jonathan Hanna: | imp | 2002-02-12 | 1 | -6/+4 |
* | Don't claim to have routed an interrupt when the method actually returned an | msmith | 2002-02-12 | 2 | -2/+9 |
* | Remove mbuf exhaustion warning messages; these are handled by the | silby | 2002-02-11 | 2 | -6/+0 |
* | Remove mbuf exhaustion warning messages; these are handled by the | silby | 2002-02-11 | 1 | -6/+0 |
* | Add support for the HighPoint HPT374 4 channel ATA chip. | sos | 2002-02-11 | 2 | -2/+30 |
* | Fix some bugs in the ohci driver with respect to irq setup failure. | joe | 2002-02-11 | 1 | -3/+4 |
* | Merge from NetBSD: revs 1.89 and 1.90. | joe | 2002-02-11 | 1 | -0/+16 |
* | Regenerate. | joe | 2002-02-11 | 2 | -2/+30 |
* | Merge from NetBSD. | joe | 2002-02-11 | 2 | -1/+29 |