Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-04-26 | managment -> management; | Jason McIntyre | |
ok mickey@ | |||
2003-04-25 | viaenv(4) driver from NetBSD adapted for sysctl interface. | Alexander Yurchenko | |
The viaenv driver provides support for the hardware monitor in the VIA VT82C686A South Bridge. Initial work on viaenv driver was done by henning@ a while ago. Tested and ok'ed by millert@ and henning@. | |||
2003-04-24 | regen | Alexander Yurchenko | |
2003-04-24 | Two ServerWorks CSB6 devices found in dmesg from | Alexander Yurchenko | |
Per-Erik Persson <pere@fos.su.se> | |||
2003-04-20 | regen | Alexander Yurchenko | |
2003-04-20 | Add Intel 82801DBM IDE | Alexander Yurchenko | |
2003-04-20 | In pdc20265_pci_intr() perform shared irq check only if channel is | Alexander Yurchenko | |
enabled since it reqires accessing channel's bus space. Problem reported by Armin Wolfermann <aw@osn.de>. | |||
2003-04-19 | correct opacket/obytes statistics; from sam@freebsd | Jason Wright | |
2003-04-19 | Make the ubsec_feed* routines void, noone looks at the return value (always ↵ | Jason Wright | |
zero anyway); from freebsd. | |||
2003-04-19 | Davicom DM9009 support | Henning Brauer | |
tested by Lucas Reddinger <lucas at wlwdesigns.com> | |||
2003-04-19 | regen | Henning Brauer | |
2003-04-19 | +davicom DM9009 | Henning Brauer | |
2003-04-11 | Match PCI_PRODUCT_INTEL_PRO_100_VE_4 and PCI_PRODUCT_INTEL_PRO_100_VM_4. | Todd C. Miller | |
Assume these two need FXPF_HAS_RESUME_BUG. If not, that can be changed later. PCI_PRODUCT_INTEL_PRO_100_VE_4 tested by Jan Johansson. | |||
2003-04-10 | deallocate resources on failures; pt out by tedu@; millert@ ok | Michael Shalayeff | |
2003-04-06 | strcat/strcpy/sprintf cleanup. krw@, anil@ ok. art@ tested sparc64. | Hakan Olsson | |
2003-04-05 | Change timeout detection from > or >= EAP_XXX_TIMEOUT to ==. | Todd C. Miller | |
The > was wrong and >= is not needed (== is suuficient). OK krw@ From Patrick Latifi | |||
2003-04-02 | add support for the other Sun Crypto 1000; from sam at errno dot com | Jason Wright | |
2003-04-02 | better | Jason Wright | |
2003-04-02 | sync | Jason Wright | |
2003-04-02 | another Sun Crypto 1000 ID | Jason Wright | |
2003-04-02 | PCI_CAP_MBI should really be PCI_CAP_MSI | Alexander Yurchenko | |
ok jason@ | |||
2003-04-01 | Add a couple of new pci subclasses and caps from NetBSD | Alexander Yurchenko | |
ok jason@ | |||
2003-03-29 | Very limited support for Promise PDC20376 SATA. Only parallel ATA | Alexander Yurchenko | |
compatibility mode works for now. Based on tests by Jedi/Sector One <j@pureftpd.org>. | |||
2003-03-28 | unbreak after SiS pcidevs change | Todd C. Miller | |
2003-03-28 | regen | Alexander Yurchenko | |
2003-03-28 | Little consistency in SiS section | Alexander Yurchenko | |
ok deraadt@ | |||
2003-03-28 | Improve debug output a bit | Alexander Yurchenko | |
2003-03-21 | install a powerhook to restore the AC97 state after suspend; | Jason Wright | |
aditya at dsl dot cis dot upenn dot edu via pr 3165; ok millert | |||
2003-03-19 | regen | Todd C. Miller | |
2003-03-19 | Add ProSavage DDR video; Nick Holland | Todd C. Miller | |
2003-03-19 | regen | Michael Shalayeff | |
2003-03-19 | match on nvidia nforce2; from netbsd@ via wayne@epipe.com.au; miod@ ok | Michael Shalayeff | |
2003-03-19 | Add i830 support from NetBSD via patch in kernel/3150. | Todd C. Miller | |
Verified to not break i81[05] and tested on two i830s. | |||
2003-03-19 | regen | Todd C. Miller | |
2003-03-19 | s/82845G_IV/82845G_IGD/ from NetBSD | Todd C. Miller | |
2003-03-13 | print LZS-only and such for the cards (more clear than saying "disabled" for ↵ | Jason Wright | |
the 9751 which isn't true these days) | |||
2003-03-12 | regen | Alexander Yurchenko | |
2003-03-12 | In SiS entries block: sort, consistency a bit and add some devices | Alexander Yurchenko | |
found on the machine of Paul de Weerd <paul@mail.me.maar.nu> ok deraadt@ | |||
2003-03-12 | sk is capable of transmitting and receiving longer packets for 802.1q vlans | Nathan Binkert | |
thanks to David Gwynne <loki@niteshade.net>. ok jason@ deraadt@ | |||
2003-03-12 | sync | Theo de Raadt | |
2003-03-12 | new intel agp | Theo de Raadt | |
2003-03-12 | regen | Alexander Yurchenko | |
2003-03-12 | Add a bunch of SiS host bridges from NetBSD | Alexander Yurchenko | |
2003-03-12 | a missing htole32 and a pasto; from netbsd | Michael Shalayeff | |
2003-03-10 | Fix for the "short cable bug" in sis: | Ryan Thomas McBride | |
A small number of DP83815's will have excessive receive errors when using short cables (<30m/100feet) in 100Base-TX mode. This patch was taken from the National Semiconductor linux driver and (supposedly - no mention of this in any NS docs) modifies the dsp's signal attenuation. ok jason@ deraadt@ markus@ From Willem Dijkstra wpd at xs4all dot nl | |||
2003-03-09 | flag stereo channels as reversed. those rare people without swapped stereo | Ted Unangst | |
can use config -e to set flags to 0x0001. ok deraadt@ mickey@ | |||
2003-03-08 | regen | Michael Shalayeff | |
2003-03-08 | a bunch of fw ids for ti and ricoh | Michael Shalayeff | |
2003-03-06 | add support for vlan tagging correctly; from Chris Pascoe | Jason Wright | |
2003-03-06 | this is a fix for kernel panics and craches along w/ other stability | Michael Shalayeff | |
improvements worked out over past few months w/ different people. the main bug was fixes w/ help of harding@motd.ca . 10x to all and enjoy the better driver (; |