Age | Commit message (Expand) | Author |
2006-08-30 | Try to read station address from the chip first, then try the EEPROM (if we | Mark Kettenis |
2006-08-29 | Add support for onboard bge(4)'s on Sun UltraSPARC hardware that apparently | Mark Kettenis |
2006-08-28 | Completely rework the allocation/management of Rx buffers. | Damien Bergamini |
2006-08-28 | Move DMA mapping code from if_pgt_pci.c to pgt.c and port it as is for now. | Marcus Glocker |
2006-08-28 | Get MAC address from the OpenFirmware local-mac-address property on sparc64. | Mark Kettenis |
2006-08-28 | move the firmware messaging under NBIO since it's only used by bio. | David Gwynne |
2006-08-28 | revert flags usage commits. too close to release. will go in post release ins... | Brad Smith |
2006-08-28 | add a BGE_JUMBO flag. | Brad Smith |
2006-08-28 | turns out the volume info contains a bitmap of failed physdisks in it, so | David Gwynne |
2006-08-28 | Dell PCI vendor subid. | Brad Smith |
2006-08-28 | Set the BGE_NO3LED flag to properly adjust the PHY LED mode if attaching | Brad Smith |
2006-08-27 | it works a little better like this. | Brad Smith |
2006-08-27 | pack several boolean fields into the existing bge_flags field. | Brad Smith |
2006-08-27 | sigh, this is annoying. it appears that the arc firmware doesnt care if a | David Gwynne |
2006-08-27 | try to get the status of the volume out of the arc firmware and into | David Gwynne |
2006-08-27 | if a disk dissapears out of a raidset, then the raid info will list its id | David Gwynne |
2006-08-27 | little nit | David Gwynne |
2006-08-25 | update for the Triware to 3ware renaming and use pci_matchbyid(). | Brad Smith |
2006-08-25 | regen | Brad Smith |
2006-08-25 | - rename TRIWARE to 3WARE | Brad Smith |
2006-08-25 | Disable interrupts during the attach of UHCI and EHCI controllers. If | Christopher Pascoe |
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 |
2006-08-24 | Add some first PCI glue. | Marcus Glocker |
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 | 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-23 | regen | Brad Smith |
2006-08-23 | add SiS 191 Gig Ethernet PCI id. | Brad Smith |
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-21 | ramdisks do not have vlan, drop mbuf; ok brad | Theo de Raadt |
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 |
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 |
2006-08-20 | - turn the interface down if the user press the radio kill button while | Damien Bergamini |
2006-08-20 | stash a pointer to the scsibus attached to us. we can use this later to | David Gwynne |
2006-08-20 | definitions of the messages for raid, volume, and physical disks | David Gwynne |
2006-08-20 | cosmetic tweaks. | Brad Smith |