Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-09-17 | Handful of additional devices. | Jonathan Gray | |
Partially from Lawrence Teo lcteo at uncc.edu | |||
2005-09-17 | regen | Jonathan Gray | |
2005-09-17 | Linksys USB200M v2 | Jonathan Gray | |
2005-09-17 | remove VPD bits | Brad Smith | |
2005-09-17 | add media detection and dual port detection for Yukon-2. | Brad Smith | |
from jason@ | |||
2005-09-17 | add some Realtek chip ids | Brad Smith | |
2005-09-16 | spelling. | Federico G. Schwindt | |
2005-09-16 | - remove code to read PCI VPD as we do not use that anymore. | Brad Smith | |
- remove some FreeBSD-ism's: struct resource *'s. - fail more gracefully in sk_probe() instead of in sk_attach() for newer unsupported ASIC revisions. From jason@ | |||
2005-09-15 | Stop compiling the texte console rotation code #ifdef __zaurus__, but use | Miod Vallat | |
a flag in the rasops_info structure; drivers which may use it shall declare a specific attribute for the config(8) machinery, so that the necessary code is compiled in. In addition to this, rotated font computation is now done on-demand, and a list of unrotated-rotated font cookie pairs is kept, rather than rotating all built-in wsfonts at initialization time. No user-perceptible functional change. Tested matthieu@ uwe@, ok uwe@ | |||
2005-09-15 | Revert rev 1.202 for now as it breaks at least one machine. | Jonathan Gray | |
2005-09-15 | Don't fake MODE SENSE page 4 info inside raid drivers, just let sd | Kenneth R Westerback | |
fake a geometry. Page 4 info does not get used for size information. Eliminate now unused union scsi_disk_pages. ok marco@ mickey@ pre-lock. | |||
2005-09-15 | Move two tiny sa2400 init functions back into calling sa2400 init function. | Jonathan Gray | |
2005-09-15 | Remove rtw_rfbus_write abstraction for readability. | Jonathan Gray | |
2005-09-14 | As the _create functions for all the rf transceivers now just set some | Jonathan Gray | |
default values, remove them and do value setting in rtw_rf_attach. | |||
2005-09-14 | Remove rtw_rf/rtw_rfbus and some other related abstractions | Jonathan Gray | |
which made things overly complicated. | |||
2005-09-14 | Support for ATI IXP 200/300/400 IDE mostly based on changes | Jonathan Gray | |
made by Quentin Garnier to NetBSD. tested by tdeval@ and ian@, ok grange@ | |||
2005-09-14 | decrease RX copy treshold to MHLEN to prevent | Can Erkin Acar | |
unnecessary copying if already allocating a cluster. fix a comment and remove a bogus check while there. | |||
2005-09-13 | some missing cleanup from the previous commit. | Federico G. Schwindt | |
2005-09-13 | knf; no binary change. | Federico G. Schwindt | |
2005-09-13 | make a macro instead of #ifdef DEBUG if() printf() #endif; no functional change | Michael Shalayeff | |
2005-09-13 | make compile; good | Michael Shalayeff | |
2005-09-13 | only include what is needed (tree.h) and not the whole metric assload of ↵ | Michael Shalayeff | |
unrelated crap (mbuf.h) | |||
2005-09-13 | replace the node hash table with a red-black tree. this fixes some | Reyk Floeter | |
bugs in the node table (like duplicate nodes in hostap mode), we get rid of possible hash collisions, and it simplifies the code. tested by many, ok damien@, jsg@ | |||
2005-09-12 | Do not ouput anything unless option CARDBUS_DEBUG; ok fgs@ | Miod Vallat | |
2005-09-12 | knf plus use __func__; no functional change. | Federico G. Schwindt | |
2005-09-12 | Do not leak memory if cardbus_read_exrom() fails; ok fgs@ | Miod Vallat | |
2005-09-12 | better cis string parsing. from drochner@netbsd.org; tested by jmc@. | Federico G. Schwindt | |
2005-09-12 | regen | Jonathan Gray | |
2005-09-12 | ZyDAS USB IDs. | Jonathan Gray | |
2005-09-12 | regen | Jonathan Gray | |
2005-09-12 | ZyDAS PCI IDs. | Jonathan Gray | |
2005-09-11 | typo, th -> the | Brad Smith | |
2005-09-11 | oops. unused var | Michael Shalayeff | |
2005-09-11 | do not inline pci_mapreg_map() anymore as it is olrite now; brad@ ok | Michael Shalayeff | |
2005-09-11 | Don't use a global variable to indicate that we are | Brad Smith | |
stge1023. Use an sc member. From christos NetBSD | |||
2005-09-10 | whitespace removal and KNF | Brad Smith | |
2005-09-10 | - a few fixes from the FreeBSD driver | Brad Smith | |
- make use of pci_mapreg_map() - ensure driver cleans after itself if ste_attach() fails | |||
2005-09-10 | copy the MAC address from sc_arpcom.ac_enaddr to sc_enaddr in | Brad Smith | |
gem_init() just before calling gem_init_regs() so the proper MAC address gets programmed into the card (if it has been changed by say ifconfig lladdr for example). Noticed and diff tested by: Troex Nevelin <troex at fury dot scancode dot ru> | |||
2005-09-10 | Prettier diagnostic message; ok deraadt@. | Alexander Yurchenko | |
2005-09-10 | ansi, no binary change. | Jonathan Gray | |
ok reyk@ | |||
2005-09-10 | regen | Brad Smith | |
2005-09-10 | add Chelsio Communications 10GbE PCI vendor and product ids. | Brad Smith | |
2005-09-10 | regen | Brad Smith | |
2005-09-10 | - add Apple FW PCI id | Brad Smith | |
- add ATI 9600 LE Secondary PCI id - make ATI Secondary PCI entries more consistent in naming | |||
2005-09-10 | regen | Brad Smith | |
2005-09-10 | add Neterion vendor id and Xframe 10GbE product id. | Brad Smith | |
2005-09-09 | knf. no binary change. | Federico G. Schwindt | |
2005-09-09 | regen | Michael Shalayeff | |
2005-09-09 | another via host bridge; from Maxim Bourmistrov <maxim@student.chalmers.se> | Michael Shalayeff | |
2005-09-08 | - Removes spl durring attach | Brad Smith | |
- Use pci_mapreg_map() - Ensure bge_attach() always cleans up properly upon failure ok krw@ sturm@ |