Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2005-04-17 | temporarly remove 802.11a channels from the set of supported channels until | Damien Bergamini | |
i figure out why the firmware crashes when scanning in the 5.2GHz spectrum. this makes 2915ABG adapters work (b/g only). | |||
2005-04-17 | don't disassociate on SIOCSIFADDR if the interface is already up and running. | Damien Bergamini | |
2005-04-17 | regen | Jonathan Gray | |
2005-04-17 | Add some common ids for unsupported wireless chipsets. | Jonathan Gray | |
2005-04-17 | regen | Jonathan Gray | |
2005-04-17 | Radeon 9800 Pro from Jonathan Fromer <jf at daimi.au.dk> | Jonathan Gray | |
GeForce FX Go 5700 in dmesg from Ludo Smissaert <ludo at ludikidee.com> Additional Radeon 9200 from several Mac Mini dmesgs. | |||
2005-04-16 | do not provide round_buffer if not needed unless explained why in comments | Michael Shalayeff | |
2005-04-16 | Add SATA 8 channel. | Marco Peereboom | |
Requested, help and tested by Travis Gillitzer, tgillitzer at gmail dot com. | |||
2005-04-16 | Sync. | Marco Peereboom | |
2005-04-16 | Add MegaRAID SATA 8 channel. | Marco Peereboom | |
2005-04-16 | remove lots of crud from this driver, makes it fit on the alpha media | Theo de Raadt | |
2005-04-15 | sync | Theo de Raadt | |
2005-04-15 | shrink | Theo de Raadt | |
2005-04-15 | regen | Michael Shalayeff | |
2005-04-15 | some hp smart array devs and fix compaq smrtarray ids and add 6422 | Michael Shalayeff | |
2005-04-15 | Simplify matching logic using pci_matchbyid() and correct some comments. | Jonathan Gray | |
2005-04-14 | make sure round_blocksize does not produce 0 after alignment | Michael Shalayeff | |
2005-04-14 | do not reset tuner and audio settings on open/close; from jakemsr@ | Michael Shalayeff | |
2005-04-11 | Make sure that the requested size is a multiple of block size in | Matthieu Herrb | |
auvia_build_dma_ops(). Patch by miod@, ok deraadt@. | |||
2005-04-11 | get rid of the lines on ehci attach that show the version and the companion | David Gwynne | |
controllers. remove the insane amount of support code needed just for the printing of the companion controllers while here. zap it deraadt@ sure pascoe@ | |||
2005-04-10 | - Run em_local_timer() once per second instead of running it once per 2 seconds. | Brad Smith | |
This makes gathering of error stats more precise, and netstat(1) output look right. - Modify the caller of em_encap() to detect a NULL m_head and not try to queue the mbuf if that happens. From FreeBSD ok krw@ beck@ | |||
2005-04-10 | Support for ICH6M IDE. Tested on a Dell Latitude D810 by | Jonathan Gray | |
Raymond Lillard <rlillard at sonic.net>. ok grange@ | |||
2005-04-10 | regen | Jonathan Gray | |
2005-04-10 | ICH6M IDE | Jonathan Gray | |
2005-04-08 | remove dmesg spewage when link changes, ok deraadt, brad, canacar | Bob Beck | |
2005-04-08 | fix parenthesis | Brad Smith | |
2005-04-08 | - enable reception of VLAN sized frames | Brad Smith | |
- enable HW receive checksum offload ok pvlachev@ | |||
2005-04-08 | recognize Dell OEM 2312 card. | Brad Smith | |
From FreeBSD | |||
2005-04-08 | regen | Brad Smith | |
2005-04-08 | add QLogic 2312 and 6312 cards | Brad Smith | |
2005-04-05 | regen. | Federico G. Schwindt | |
2005-04-05 | winmodem found in vaio PCGFR315M; ok deraadt@ | Federico G. Schwindt | |
2005-04-05 | Don't clobber the returned sample rate when the AC97 changes it. | Marco S Hyman | |
This lets an application know, should it bother testing, that a requested bit rate is not available. 'looks ok to me' mickey@ | |||
2005-04-05 | prevent non-root users to invoke wanpipe ioctls. | Can Erkin Acar | |
noticed by uwe@, looks ok deraadt@ | |||
2005-04-05 | match on nforce4 and nforce2-400 ac97 as well; form netbsd | Michael Shalayeff | |