summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2005-04-010 -> prodidx. breakage for 5700 Bx workaround introduced in rev 1.21Brad Smith
2005-03-31- add support for reading Xircom's EEPROMBrad Smith
2005-03-31enable receive checksum offloadBrad Smith
2005-03-30init pool after we allocate softc array in case malloc failsMichael Shalayeff
2005-03-30restore all of the registers on resume to cope with power loss duringDavid Gwynne
2005-03-30make the powerhooks the responsibility of the bus ohci is attached toDavid Gwynne
2005-03-30Use the inverse of the T bit in the HcFmRemaining register when adjustingChristopher Pascoe
2005-03-29add copyright meMarco Peereboom
2005-03-29add copyright meMarco Peereboom
2005-03-29add raid mgmt ioctlsMarco Peereboom
2005-03-29add commandsMarco Peereboom
2005-03-29add raid definesMarco Peereboom
2005-03-29pull over some minor fixes from NetBSD:Martin Reindl
2005-03-28syncTheo de Raadt
2005-03-28two more radeon; gklok@cogeco.caTheo de Raadt
2005-03-28Use USBD_DEFAULT_TIMEOUT on control transfers, rather than the SCSI requestChristopher Pascoe
2005-03-28minor spelling corrections.Christopher Pascoe
2005-03-28Use mii_phy_tick() instead of duplicating code.Kenneth R Westerback
2005-03-28shorten dmesgDavid Gwynne
2005-03-27EB -> GBBrad Smith
2005-03-27regenBrad Smith
2005-03-27EB -> GBBrad Smith
2005-03-27remove FreeBSD ifdef bloat.Brad Smith
2005-03-27Fix possible double alignment, and a memory leak in error path. MostlyKenneth R Westerback
2005-03-27another fxp PCI idBrad Smith
2005-03-27regenBrad Smith
2005-03-27ICH-6M fxp PCI idBrad Smith
2005-03-26Use "struct em_softc *sc" consistently all over and uncover theBrad Smith
2005-03-26enable reception of multicast frames; from NetBSDChristian Weisgerber
2005-03-26simplify man! no need to outline pci_mapreg_map() anymore just use itMichael Shalayeff
2005-03-26Enable wsfont_add(), it will be necessary on sparc.Miod Vallat
2005-03-26Cleanup. Use defines, standard names, consistant comparison operators, etc.Kenneth R Westerback
2005-03-25regenMichael Shalayeff
2005-03-25belkin bt and the unsupported netgear ma111v2Michael Shalayeff
2005-03-25regenMichael Shalayeff
2005-03-25a bunch of ati ixp* idsMichael Shalayeff
2005-03-25calculate the rpm for a disklabel; implement new io discipline for mirror; th...Michael Shalayeff
2005-03-25during probe test for a mem window reduction in case there is not enough spac...Michael Shalayeff
2005-03-24enable memory-mapped i/o everywhere but on i386Martin Reindl
2005-03-24another D-Link DFE-670TXD PCMCIA card, next MAC 3-byte seq; fromTheo de Raadt
2005-03-23typo corrections; ok krw a long time agoTheo de Raadt
2005-03-23fix a possible kernel panic in the ar5211 and ar5212 detach functions.Reyk Floeter
2005-03-23use URAL_DEBUG not RAL_DEBUG. use logprintf for consistency. default toDamien Bergamini
2005-03-23add new vendor/product ids.Damien Bergamini
2005-03-23regen.Damien Bergamini
2005-03-23more ural devicesDamien Bergamini
2005-03-23do packet accounting (opackets/oerrors/ierrors).Damien Bergamini
2005-03-23print the mac address in dmesg like every other nic we haveDavid Gwynne
2005-03-23USB_DEBUG implies URAL_DEBUG.David Gwynne
2005-03-22fix probable pasto that calculated a control register value forMarco S Hyman