Age | Commit message (Expand) | Author |
2006-08-24 | Fix a few more cases where we propogate low level errors to userland. | Gordon Willem Klok |
2006-08-24 | Check for a selftest failure after reset in the correct register. | Miod Vallat |
2006-08-24 | Enable the appropriate serial transmitters in VXT2000 serial routines, this | Miod Vallat |
2006-08-24 | s/IEEE80211_MTU_MAX/IEEE80211_MAX_LEN/ in my previous commit. | Damien Bergamini |
2006-08-24 | dont print debug output when the scsi completion path returns with | David Gwynne |
2006-08-24 | show the firmware revision of the disks. | David Gwynne |
2006-08-24 | report the size of the disks and volumes correctly. | David Gwynne |
2006-08-24 | Be sure to print device name in debug messages, remove | Jonathan Gray |
2006-08-24 | Add support for HMACs to the via c3/c7 crypto driver. For now, we | Hans-Joerg Hoexer |
2006-08-24 | when shutting down, wrap the variable manipulation in splusb() so weird | Jason Wright |
2006-08-24 | too much copy and paste. report raid 1 correctly. | David Gwynne |
2006-08-24 | ignore passthru volumes, struct bioc_vol isnt smart enough to know what | David Gwynne |
2006-08-24 | figure out the raid level of the volume. | David Gwynne |
2006-08-24 | oops, im unlocking too often | David Gwynne |
2006-08-24 | a start at the BIOC INQ, VOL, and DISK ioctls for fetching information | David Gwynne |
2006-08-24 | regen | Gordon Willem Klok |
2006-08-24 | Add vendor "miro computer products AG" and device MiroVIEDO DC20 plus | Gordon Willem Klok |
2006-08-24 | regen | Brad Smith |
2006-08-24 | add the Epson Perfection 1670 and Stylus CX3650. | Brad Smith |
2006-08-24 | Move d_secpercyl test to after setting default size. Missed in earlier | Kenneth R Westerback |
2006-08-23 | - fall back to 1Mbps if tx rate is returned as zero. avoids divide by zero. ... | Niall O'Higgins |
2006-08-23 | Protect scsi_done() with splbio(), discussed with and okay dlg@, marco@ | Pedro Martelletto |
2006-08-23 | the maximum MTU allowed for IEEE802.11 is 2290 which is greater than | Damien Bergamini |
2006-08-23 | in rum_rxeof(), don't check xfer length against IEEE80211_MIN_LEN since | Damien Bergamini |
2006-08-23 | regen | Brad Smith |
2006-08-23 | add SiS 191 Gig Ethernet PCI id. | Brad Smith |
2006-08-23 | Add Nova Tech NV-902W, and mention another Zinwell ural(4) device. | Jonathan Gray |
2006-08-23 | regen | Jonathan Gray |
2006-08-23 | Add another ural(4) device, Nova Tech NV-902W. | Jonathan Gray |
2006-08-22 | Fix possible NULL deref from Alexey V. Vatchenko <avv@mail.zp.ua> | Marco Peereboom |
2006-08-22 | More register defines. | Miod Vallat |
2006-08-22 | Wrap dmesg | Miod Vallat |
2006-08-22 | Clear sti display on console attach, now that the bootloader leaves us | Miod Vallat |
2006-08-22 | Implement pmap_steal_memory() if HAVE_PMAP_DIRECT; no change except for | Miod Vallat |
2006-08-22 | provide some smp locking around protection fault trap from user too; original... | Michael Shalayeff |
2006-08-22 | Same change as on i386: use a case-insensitive comparison when checking | Tom Cosgrove |
2006-08-22 | remove the check for the number of heads reported by the BPB altogether, | Nikolay Sturm |
2006-08-22 | Use a case-insensitive comparison when checking for bogus SMBIOS | Tom Cosgrove |
2006-08-22 | use LIST_FOREACH; from FreeBSD | Martin Reindl |
2006-08-22 | Very initial import to support the PrismGT chipset (FullMAC for now). | Marcus Glocker |
2006-08-22 | - Re-add the m_adj() back into em_get_buf(), but this time check | Brad Smith |
2006-08-22 | acx(4) seems to work fine on amd64 here also, so enable it. | Jonathan Gray |
2006-08-22 | Deactivate the QTDs when removing a queue head to prevent the host | Christopher Pascoe |
2006-08-22 | Be more aggressive about waiting for the host controller doorbell, | Christopher Pascoe |
2006-08-21 | Answer ARP queries also for addresses on carp interfaces, if carps | Marco Pfatschbacher |
2006-08-21 | ramdisks do not have vlan, drop mbuf; ok brad | Theo de Raadt |
2006-08-21 | Delete #ifdef/#ifndef __OpenBSD__ chunks, leaving just the code we | Kenneth R Westerback |
2006-08-21 | Add missing amrr statistic updates. Makes rate control work proper. | Marcus Glocker |
2006-08-21 | simplfy code a bit and fix comments, this is the MRU being set not the | Brad Smith |
2006-08-21 | enable Jumbo support. | Brad Smith |