Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-06-27 | comma | Theo de Raadt | |
2005-06-27 | typo; mitja@muzenic.net | Theo de Raadt | |
2005-06-27 | card broadcom serial, plus set frequency | Theo de Raadt | |
2005-06-15 | add Linksys PCMPC200 | Brad Smith | |
2005-06-08 | useless netns includes; there was no NS stuff ever here | Henning Brauer | |
2005-05-29 | - better pcidevs entries for Intel Gig and add 82573 ids | Brad Smith | |
- add/fix up Abocom enries | |||
2005-05-29 | add the RTL8185 (not working yet) | Reyk Floeter | |
2005-05-28 | Don't display vid/pid from CIS if vid is 0. | Jonathan Gray | |
Makes more sense than displaying the PCI values which is already covered by the PCI code. | |||
2005-05-28 | Don't use vid/pid from the CIS if vid is 0 when reporting unmatched | Jonathan Gray | |
devices. Several devices have been known to have this behaviour. ok deraadt@ | |||
2005-05-28 | make sure to enable socket on resume. | Robert Nagy | |
in order for the enable to work disable the socket on suspend. ok jsg@, mickey@ | |||
2005-05-27 | make sure to enable socket on resume. | Robert Nagy | |
in order for the enable to work disable the socket on suspend. lot of help from mickey@ ok jsg@ millert@ | |||
2005-05-27 | print the screwed ofs in the panic msg | Michael Shalayeff | |
2005-05-26 | add a cardbus attachment for uhci. This code is based on the ohci_cardbus.c | Nathan Binkert | |
and uhci_pci.c files. ok dlg@ | |||
2005-05-16 | Use cardbus_matchbyid(). | Brad Smith | |
ok millert@ jsg@ | |||
2005-05-09 | PCI_{VENDOR,PRODUCT} -> CARDBUS_{VENDOR,PRODUCT} for correctness. | Brad Smith | |
no functional change. | |||
2005-05-09 | add cardbus_matchbyid(), mimics the PCI layers pci_matchbyid(). | Brad Smith | |
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-03-30 | make the powerhooks the responsibility of the bus ohci is attached to | David Gwynne | |
ok uwe@ | |||
2005-03-08 | Cosmetics... | Thierry Deval | |
Mainly remove space between locators parens, replace spaces with tabs where appropriate and consistently align dependencies. | |||
2005-03-05 | Clean up the tree from incomplete, unreliable and unsupported IEEE1394 code. | Thierry Deval | |
Ok deraadt@, miod@ | |||
2005-02-22 | make ral compile on macppc. | Damien Bergamini | |
pointed out by "barryg" (Barry Dexter A. Gonzaga). | |||
2005-02-19 | fix dmesg output. | Damien Bergamini | |
2005-02-18 | make sure bpfilter.h is included before including ralvar.h. fixes a panic | Damien Bergamini | |
in if_ral_cardbus.c. | |||
2005-02-16 | Fix scoping error when unhooking the interrupt handler. reyk@ ok | Aaron Campbell | |
2005-02-15 | Driver for Ralink Technology RT2500 wireless adapters. | Damien Bergamini | |
2005-02-10 | Remove redundant product name strings, simplify matching slightly. | Jonathan Gray | |
2005-02-09 | Match D-Link DWL-610. | Jonathan Gray | |
2005-01-16 | - recognize Microsoft PCI and CardBus adapters | Brad Smith | |
- recognize Hawking CardBus adapter - simplify 3Com switch case and fold in with ADMtek case - use 64-bit multicast hash for all instances of ADMtek 983 chipset Hawking CardBus adapter reported by Alec Berryman <alec at thened dot net> Microsoft adapters from FreeBSD dc(4) driver | |||
2005-01-16 | get EEPROM width on all cards except for the original PNIC | Brad Smith | |
or XIRCOM cards. Based on the FreeBSD dc(4) driver. | |||
2005-01-14 | rev 1.63 | Brad Smith | |
Avoid an unnecessary copy of a packet if it is already in a single mbuf. Introduce an additional device flag for those NICs which require the transmit buffers to be aligned to 32-bit boundaries. From FreeBSD | |||
2005-01-14 | cardbus re(4) support (Realtek 8169) heavily based on if_rl. | Peter Valchev | |
still work in progress but it works (this is committed through it), some PHY timeout issues to resolve | |||
2005-01-14 | minor prototypes style; ok deraadt | Peter Valchev | |
2005-01-04 | shrink dmesg output | Jonathan Gray | |
2004-12-29 | from freebsd: ehci.c 1.13, ehci_pci.c 1.13, ehcireg.h 1.5, ehcivar.h 1.3 | David Gwynne | |
log message: Attempt to follow the correct procedure for synchronising with the system BIOS to disable legacy device emulation as per the "EHCI Extended Capability: Pre-OS to OS Handoff Synchronisation" section of the EHCI spec. BIOSes that implement legacy emulation using SMIs are supposed to disable the emulation when this procedure is performed. tested on various archs by jsg@ and me ok pascoe@, looks sane jsg@ | |||
2004-12-29 | Driver for Realtek 802.11 devices from NetBSD. | Jonathan Gray | |
Not yet working. | |||
2004-12-07 | ohci and ehci at cardbus support from netbsd | David Gwynne | |
this relies on a fix to kthreads that is not yet committed, so it wont be enabled for now. my boss said it was ok to commit this while im at work. ok deraadt@ drahn@. | |||
2004-11-23 | support the gpio found on ath(4) devices. | Reyk Floeter | |
ok grange@ | |||
2004-11-20 | remove redundant commented out bits for com@cardbus | Brad Smith | |
2004-11-20 | no tlp, we have dc. | Brad Smith | |
2004-11-02 | imported Sam Leffler's ath driver for atheros multimode wireless nics | Reyk Floeter | |
from NetBSD and FreeBSD. ok deraadt@ | |||
2004-10-07 | cardbusdevs -> pcidevs | Brad Smith | |
From NetBSD | |||
2004-09-18 | - Record handles for memory and IO space | Brad Smith | |
- If the CIS pointer is all-0s, don't try to read the CIS. From NetBSD | |||
2004-09-18 | add Linksys PCM200 | Brad Smith | |
From: Chuck Gagnon <gagnocg at mac dot com> | |||
2004-09-17 | regen | Brad Smith | |
2004-09-17 | add Linksys vendor ID and Linksys PCM200 ID | Brad Smith | |
From: Chuck Gagnon <gagnocg at mac dot com> | |||
2004-08-04 | interrupt coalescing on post 82557 chips; from freebsd via Dmitry Bogdan ↵ | Michael Shalayeff | |
<dsb@poi.dvo.ru> | |||
2004-08-04 | Fix printing of revision string. | Todd C. Miller | |
2004-08-02 | - Initialise all function's latency timer and cacheline size. | Brad Smith | |
- Fix grammar in error message. From NetBSD ok deraadt@ | |||
2004-07-28 | 3Com OfficeConnect 3CRSHPW796 Cardbus card is atw(4) rev 1.5. | Todd C. Miller | |
Patch based on info from Sigfred Håversen and David Young. | |||
2004-07-25 | Store pci/cardbus revision number. From NetBSD (dyoung) | Todd C. Miller | |