summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Collapse)Author
2005-04-01- remove unused function em_print_link_status() used by FreeBSDBrad Smith
- add em_disable_vlans() which disables HW VLAN support; From FreeBSD
2005-04-01Add support for polled umass/SCSI transactions. Should eliminate the panicsChristopher Pascoe
seen at reboot time after writing to umass devices. ok dlg@, testing markus@
2005-04-010 -> prodidx. breakage for 5700 Bx workaround introduced in rev 1.21Brad Smith
Noticed/tested by aaron@
2005-03-31- add support for reading Xircom's EEPROMBrad Smith
- sync dc_mii_readreg() From FreeBSD
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
suspend which leaves the controller totally unconfigured. help from and ok pascoe@
2005-03-30make the powerhooks the responsibility of the bus ohci is attached toDavid Gwynne
ok uwe@
2005-03-30Use the inverse of the T bit in the HcFmRemaining register when adjustingChristopher Pascoe
the frame length. ok dlg@
2005-03-29add copyright meMarco Peereboom
per mickey@
2005-03-29add copyright meMarco Peereboom
per mickey@
2005-03-29add raid mgmt ioctlsMarco Peereboom
ok mickey@
2005-03-29add commandsMarco Peereboom
ok mickey@
2005-03-29add raid definesMarco Peereboom
ok mickey@
2005-03-29pull over some minor fixes from NetBSD:Martin Reindl
- use ETHER_ADDR_LEN where apropriate - consistency fixes in mem-io vs io-io logic - fixes for 21143 in full-duplex mode - minor nits here and there ok brad@
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
timeout. ok dlg@
2005-03-28minor spelling corrections.Christopher Pascoe
ok dlg@
2005-03-28Use mii_phy_tick() instead of duplicating code.Kenneth R Westerback
tested & ok pvalchev@
2005-03-28shorten dmesgDavid Gwynne
requested by deraadt@ ok pascoe@
2005-03-27EB -> GBBrad Smith
2005-03-27regenBrad Smith
2005-03-27EB -> GBBrad Smith
2005-03-27remove FreeBSD ifdef bloat.Brad Smith
ok krw@
2005-03-27Fix possible double alignment, and a memory leak in error path. MostlyKenneth R Westerback
from FreeBSD. ok brad@.
2005-03-27another fxp PCI idBrad Smith
2005-03-27regenBrad Smith
2005-03-27ICH-6M fxp PCI idBrad Smith
From: FreeBSD
2005-03-26Use "struct em_softc *sc" consistently all over and uncover theBrad Smith
watchdog reset message. ok krw@
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
for auto negotiation ticks code. No functional change. ok brad@
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; ↵Michael Shalayeff
this also changes the mirror striping strategy a bit to achieve the scatter-gathering; of course it has been proven that new discipline still makes troubles thus not enabling it yet );
2005-03-25during probe test for a mem window reduction in case there is not enough ↵Michael Shalayeff
space in the hole for a large one (ie generic now boots same as ramdisk on some machinesw/ lots of bios); found and testing by niallo@
2005-03-24enable memory-mapped i/o everywhere but on i386Martin Reindl
suggested by mickey@, ok krw@, deraadt@, also tested by miod@
2005-03-24another D-Link DFE-670TXD PCMCIA card, next MAC 3-byte seq; fromTheo de Raadt
openbsd@sillence.co.uk
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
closes PR #4153.
2005-03-23use URAL_DEBUG not RAL_DEBUG. use logprintf for consistency. default toDamien Bergamini
debug level 0.
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
ok damien@