Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-01 | - remove unused function em_print_link_status() used by FreeBSD | Brad Smith | |
- add em_disable_vlans() which disables HW VLAN support; From FreeBSD | |||
2005-04-01 | Add support for polled umass/SCSI transactions. Should eliminate the panics | Christopher Pascoe | |
seen at reboot time after writing to umass devices. ok dlg@, testing markus@ | |||
2005-04-01 | 0 -> prodidx. breakage for 5700 Bx workaround introduced in rev 1.21 | Brad Smith | |
Noticed/tested by aaron@ | |||
2005-03-31 | - add support for reading Xircom's EEPROM | Brad Smith | |
- sync dc_mii_readreg() From FreeBSD | |||
2005-03-31 | enable receive checksum offload | Brad Smith | |
2005-03-30 | init pool after we allocate softc array in case malloc fails | Michael Shalayeff | |
2005-03-30 | restore all of the registers on resume to cope with power loss during | David Gwynne | |
suspend which leaves the controller totally unconfigured. help from and ok pascoe@ | |||
2005-03-30 | make the powerhooks the responsibility of the bus ohci is attached to | David Gwynne | |
ok uwe@ | |||
2005-03-30 | Use the inverse of the T bit in the HcFmRemaining register when adjusting | Christopher Pascoe | |
the frame length. ok dlg@ | |||
2005-03-29 | add copyright me | Marco Peereboom | |
per mickey@ | |||
2005-03-29 | add copyright me | Marco Peereboom | |
per mickey@ | |||
2005-03-29 | add raid mgmt ioctls | Marco Peereboom | |
ok mickey@ | |||
2005-03-29 | add commands | Marco Peereboom | |
ok mickey@ | |||
2005-03-29 | add raid defines | Marco Peereboom | |
ok mickey@ | |||
2005-03-29 | pull 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-28 | sync | Theo de Raadt | |
2005-03-28 | two more radeon; gklok@cogeco.ca | Theo de Raadt | |
2005-03-28 | Use USBD_DEFAULT_TIMEOUT on control transfers, rather than the SCSI request | Christopher Pascoe | |
timeout. ok dlg@ | |||
2005-03-28 | minor spelling corrections. | Christopher Pascoe | |
ok dlg@ | |||
2005-03-28 | Use mii_phy_tick() instead of duplicating code. | Kenneth R Westerback | |
tested & ok pvalchev@ | |||
2005-03-28 | shorten dmesg | David Gwynne | |
requested by deraadt@ ok pascoe@ | |||
2005-03-27 | EB -> GB | Brad Smith | |
2005-03-27 | regen | Brad Smith | |
2005-03-27 | EB -> GB | Brad Smith | |
2005-03-27 | remove FreeBSD ifdef bloat. | Brad Smith | |
ok krw@ | |||
2005-03-27 | Fix possible double alignment, and a memory leak in error path. Mostly | Kenneth R Westerback | |
from FreeBSD. ok brad@. | |||
2005-03-27 | another fxp PCI id | Brad Smith | |
2005-03-27 | regen | Brad Smith | |
2005-03-27 | ICH-6M fxp PCI id | Brad Smith | |
From: FreeBSD | |||
2005-03-26 | Use "struct em_softc *sc" consistently all over and uncover the | Brad Smith | |
watchdog reset message. ok krw@ | |||
2005-03-26 | enable reception of multicast frames; from NetBSD | Christian Weisgerber | |
2005-03-26 | simplify man! no need to outline pci_mapreg_map() anymore just use it | Michael Shalayeff | |
2005-03-26 | Enable wsfont_add(), it will be necessary on sparc. | Miod Vallat | |
2005-03-26 | Cleanup. Use defines, standard names, consistant comparison operators, etc. | Kenneth R Westerback | |
for auto negotiation ticks code. No functional change. ok brad@ | |||
2005-03-25 | regen | Michael Shalayeff | |
2005-03-25 | belkin bt and the unsupported netgear ma111v2 | Michael Shalayeff | |
2005-03-25 | regen | Michael Shalayeff | |
2005-03-25 | a bunch of ati ixp* ids | Michael Shalayeff | |
2005-03-25 | calculate 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-25 | during 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-24 | enable memory-mapped i/o everywhere but on i386 | Martin Reindl | |
suggested by mickey@, ok krw@, deraadt@, also tested by miod@ | |||
2005-03-24 | another D-Link DFE-670TXD PCMCIA card, next MAC 3-byte seq; from | Theo de Raadt | |
openbsd@sillence.co.uk | |||
2005-03-23 | typo corrections; ok krw a long time ago | Theo de Raadt | |
2005-03-23 | fix a possible kernel panic in the ar5211 and ar5212 detach functions. | Reyk Floeter | |
closes PR #4153. | |||
2005-03-23 | use URAL_DEBUG not RAL_DEBUG. use logprintf for consistency. default to | Damien Bergamini | |
debug level 0. | |||
2005-03-23 | add new vendor/product ids. | Damien Bergamini | |
2005-03-23 | regen. | Damien Bergamini | |
2005-03-23 | more ural devices | Damien Bergamini | |
2005-03-23 | do packet accounting (opackets/oerrors/ierrors). | Damien Bergamini | |
2005-03-23 | print the mac address in dmesg like every other nic we have | David Gwynne | |
ok damien@ |