Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-08-25 | fill in the controllers name in the inq ioctl. spotted by deraadt@ | David Gwynne | |
2006-08-25 | don't need to clear if_timer during attach. | Brad Smith | |
2006-08-25 | only write to the RMAC_CFG_KEY register for the Xframe chipset. | Brad Smith | |
2006-08-25 | Allow the driver to compile with MSK_DEBUG. | Brad Smith | |
From riz@NetBSD | |||
2006-08-24 | Add some first PCI glue. | Marcus Glocker | |
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 | |
something other than SCSI_OK. for example, SCSI_SENSE is returned when the device has sense data. this code was left in to help debug problems in the field, but noones had any problems with mpi apart from it being too chatty when a device returns sense data... | |||
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 | |
a few surplus dmesg messages while here. | |||
2006-08-24 | when shutting down, wrap the variable manipulation in splusb() so weird | Jason Wright | |
stuff doesn't happen if we're interrupted. | |||
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 | |
they are. | |||
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 | |
about the disks that are configured on the controller. so far this fetches the right volumes and disks in each volume, but doesnt properly fill in the status, the size of both the volumes and disks, the type of raid, or the firmware version of the physical disks. | |||
2006-08-24 | regen | Gordon Willem Klok | |
2006-08-24 | Add vendor "miro computer products AG" and device MiroVIEDO DC20 plus | Gordon Willem Klok | |
three others found at pcidatabase.com. | |||
2006-08-24 | regen | Brad Smith | |
2006-08-24 | add the Epson Perfection 1670 and Stylus CX3650. | Brad Smith | |
From FreeBSD | |||
2006-08-23 | - fall back to 1Mbps if tx rate is returned as zero. avoids divide by zero. ↵ | Niall O'Higgins | |
should never happen, but sometimes it does on my amd64. ok damien@ | |||
2006-08-23 | Protect scsi_done() with splbio(), discussed with and okay dlg@, marco@ | Pedro Martelletto | |
and fgsch@, uwe@ time-out :( | |||
2006-08-23 | the maximum MTU allowed for IEEE802.11 is 2290 which is greater than | Damien Bergamini | |
MCLBYTES (usually 2048). allocate tx xfer buffers of IEEE80211_MTU_MAX instead of MCLBYTES. rx buffers are still limited to MCLBYTES though. | |||
2006-08-23 | in rum_rxeof(), don't check xfer length against IEEE80211_MIN_LEN since | Damien Bergamini | |
the CRC is not included in the xfer. check against sizeof(struct ieee80211_frame_min) instead. | |||
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 | Clear sti display on console attach, now that the bootloader leaves us | Miod Vallat | |
with scribbles around; ok mickey@ | |||
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 | |
ok deraadt@ | |||
2006-08-22 | - Re-add the m_adj() back into em_get_buf(), but this time check | Brad Smith | |
the HW max frame size and only call m_adj() if the size is less than or equal to MCLBYTES - ETHER_ALIGN (2046). - Set the HW long packet enable bit on all adapters, even 82573 based adapters which are capable of Jumbo's. - Only do RX alignment fixup on adapters capable of Jumbo frames. ok jason@ | |||
2006-08-22 | Deactivate the QTDs when removing a queue head to prevent the host | Christopher Pascoe | |
controller from reactivating it. Slight variation on what is suggested in the EHCI spec to work around problems with VIA controllers. ok dlg@ | |||
2006-08-22 | Be more aggressive about waiting for the host controller doorbell, | Christopher Pascoe | |
re-requesting it at half second intervals for up to five seconds. ok dlg@ | |||
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 | |
use. Easier to read and eliminates a potentially confusing unused call to wdgetdisklabel(). No change to object files. ok brad@ dlg@ grange@ deraadt@ marco@ | |||
2006-08-21 | Add missing amrr statistic updates. Makes rate control work proper. | Marcus Glocker | |
Pointed out by damien@. ok damien@ | |||
2006-08-21 | simplfy code a bit and fix comments, this is the MRU being set not the | Brad Smith | |
MTU. | |||
2006-08-21 | enable Jumbo support. | Brad Smith | |
2006-08-21 | another id. | Brad Smith | |
2006-08-21 | regen | Brad Smith | |
2006-08-21 | another Marvell Gig PHY. | Brad Smith | |
2006-08-20 | remove a comment. | Brad Smith | |
2006-08-20 | #if 0 -> #ifdef BNX_JUMBO | Brad Smith | |
2006-08-20 | For consistency with MSK_JSLOTS, go back to using the macro to figure out | Brad Smith | |
the number of Jumbo receive slots for SK_JSLOTS. no-op change. | |||
2006-08-20 | - turn the interface down if the user press the radio kill button while | Damien Bergamini | |
the interface is up. - undef WPI_DEBUG. | |||
2006-08-20 | stash a pointer to the scsibus attached to us. we can use this later to | David Gwynne | |
find the names of our volumes. | |||
2006-08-20 | definitions of the messages for raid, volume, and physical disks | David Gwynne | |