Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-17 | remove spurious bpf_mtap (I think it's leftover debugging code from a year ago) | Jason Wright | |
2005-05-16 | add a newline here | Brad Smith | |
2005-05-15 | sync | Martin Reindl | |
2005-05-15 | Schneider & Koch FDDI adapter | Martin Reindl | |
ok deraadt@ | |||
2005-05-14 | don't copy the capinfo field from the ap. forge our own based on what | Damien Bergamini | |
ieee80211_output.c does. | |||
2005-05-13 | should support channel 165 too in 802.11a mode. | Damien Bergamini | |
2005-05-13 | fix sensitivity setting. | Damien Bergamini | |
2005-05-13 | recognize 82551's | Brad Smith | |
2005-05-11 | Do not call mii_pollstat() immediately after mii_tick(). | Brad Smith | |
From FreeBSD | |||
2005-05-11 | Do not call mii_pollstat() from within device tick routines; the status | Brad Smith | |
information is updated by mii_tick(). From FreeBSD | |||
2005-05-11 | remove comment which is not valid anymore | Brad Smith | |
2005-05-11 | - Also match on Yukon LP's for the Lite rev A0 test. | Brad Smith | |
- Do not call mii_pollstat() from within device tick routines; the status information is updated by mii_tick(). - Take PHY out of reset for Yukon Lite rev A3. This resolves the intermittent "no PHY found!" issue. From FreeBSD - Recognize some newer Yukon chipsets ok krw@, tested by krw@ and a few others, mostly with LOM Lite A3's but also with some other ASIC revs too. | |||
2005-05-10 | use pci_matchbyid(). | Brad Smith | |
2005-05-10 | put this in the Attic | Brad Smith | |
2005-05-10 | Add epic(4) driver which supersedes tx(4). | Brad Smith | |
This buys us.. - bus_dma - big endian support - multicast - support for another EPIC chipset From NetBSD ok mickey@ | |||
2005-05-09 | replace sc_quirk with sc_flags, spotted and ok mickey@ | Marco Peereboom | |
2005-05-09 | regen | Brad Smith | |
2005-05-09 | add PCI id for SMC 83C175 | Brad Smith | |
2005-05-07 | enable transmit checksum offload on all chips except 82542. | Brad Smith | |
2005-05-07 | - enable transmit checksum offload | Brad Smith | |
- sync em_receive_checksum() closer to the FreeBSD driver tested on 540, 541PI, 543, 544 and 546EB by djm@, marco@, brad@ and a few others. | |||
2005-05-07 | regen | Brad Smith | |
2005-05-07 | better names for some Intel devices | Brad Smith | |
2005-05-06 | Remove debug printf which crept in; spotted by drahn@ | Miod Vallat | |
2005-05-04 | remove #ifdef __OpenBSD__ | Brad Smith | |
2005-05-03 | enable HW transmit checksum offload | Brad Smith | |
ok pvalchev@ | |||
2005-05-02 | Add ichwdt(4): Intel 6300ESB ICH watchdog timer driver. Disabled for | Alexander Yurchenko | |
now due to lack of testing. If you have a machine that uses this device please contact me. ok deraadt@ | |||
2005-05-02 | Add 6300ESB watchdog timer register definitions. | Alexander Yurchenko | |
2005-05-02 | Don't hardcode sizeof(pcireg_t) value. ok markus@ | Alexander Yurchenko | |
2005-05-01 | update the maxium sendqueue size on ifconfig up; this should fix problems | Markus Friedl | |
where IP cannot send packets larger then 11*mtu (e.g for large UDP/NFS packets); pascoe@ brad@ | |||
2005-04-30 | - Add missing break for SIOCSIFADDR | Brad Smith | |
- Allow setting the MTU ok pvalchev@ | |||
2005-04-30 | - Correct the if_link_state_change() logic. | Brad Smith | |
- Reading the EEPROM to learn the station address doesn't seem to work on boards with VIA gigE controllers that are embedded in VIA chipsets. Presumably, they don't have an external EEPROM and store the MAC address somewhere else. To get around this, read the station address from the RX filter registers instead. This has been tested to work on both embedded and standalone controllers. From FreeBSD ok pvalchev@ | |||
2005-04-29 | Support ATI IXP 400 SATA, which is a Silicon Image 3112 in sheep's clothing. | Jonathan Gray | |
Tested by Pedro la Peu <pedro at am-gen.org>. ok grange@ | |||
2005-04-29 | regen | Jonathan Gray | |
2005-04-29 | ATI IXP 400 devices and some additional Radeon XPRESS IDs. | Jonathan Gray | |
2005-04-25 | KNF and zap trailing whitespace. | Niall O'Higgins | |
no binary changes. | |||
2005-04-25 | csum -> csum_flags | Brad Smith | |
ok krw@ canacar@ | |||
2005-04-25 | use delay() and not tsleep() in attach. makes driver work properly with | Niall O'Higgins | |
``Ensoniq CT5880''-based card. from netbsd rev 1.59 ok mickey@ | |||
2005-04-25 | Use ETHERTYPE_VLAN. | Brad Smith | |
2005-04-23 | accept VLAN-sized frames | Brad Smith | |
2005-04-23 | make sure bus mastering is enabled | Martin Reindl | |
ok brad@ from NetBSD | |||
2005-04-22 | sparc -> sparc64 | Brad Smith | |
2005-04-21 | If the SMM driver had enabled ownership change interrupts, re-enable them | Christopher Pascoe | |
temporarily before we attempt to take control. ok dlg@ | |||
2005-04-21 | o if the mac address cannot be read, just fail and disestablish the | Federico G. Schwindt | |
irq (for shared irq's) on failure. (should other drivers do the same?) o if it's a rev 0x12 card, only use the first phy as it reports a non-existent one as well (From FreeBSD). o remove splimp/splx from ste_attach(). o some cleanup. thanks to matt at mattroberts dot org and paolo at actcom dot net dot il for testing; commit deraadt@. | |||
2005-04-20 | SiS 180/181/182 SATA support using generic sata_chip_map(). | Jonathan Gray | |
Hints from NetBSD and FreeBSD. ok grange@ | |||
2005-04-20 | Replace VIA SATA chip map routine with generic sata_chip_map(). | Jonathan Gray | |
ok grange@ | |||
2005-04-20 | SiS 760 support from a tech@ mail from peter.galbavy at knowtion.net | Jonathan Gray | |
ok grange@ | |||
2005-04-20 | SiS 661 support tested on a Gigabyte 8S661FXMP-RZ board. | Jonathan Gray | |
ok grange@ | |||
2005-04-20 | regen | Jonathan Gray | |
2005-04-20 | A bunch of PCI/SATA SIS devices. | Jonathan Gray | |
2005-04-18 | - check for ETHERMIN with SIOCSIFMTU ioctl case | Brad Smith | |
- don't need to trim off anything but the VLID bits in the driver anymore |