| Commit message (Expand) | Author | Age | Files | Lines |
* | Use ANSI function definitions, in preference to the K&R definitions. | Warner Losh | 2005-02-15 | 2 | -34/+15 |
* | Remove more deadwood that never got implemented in NEWCARD, since NEWCARD | Warner Losh | 2005-02-15 | 1 | -15/+0 |
* | Move the harvesting of the MAC address out of the generic novell probe | Warner Losh | 2005-02-14 | 3 | -21/+49 |
* | Move the #defines from edreg to edvar which don't have anything to do | Warner Losh | 2005-02-14 | 2 | -46/+48 |
* | o It turns out that most of the ne-2000 cards that I have got real unhappy | Warner Losh | 2005-02-14 | 2 | -13/+45 |
* | Correct the SiS 755 PCI ID. Confirmed against Linux code. | Eric Anholt | 2005-02-14 | 1 | -1/+1 |
* | No use for this AMD64 special-case "return NULL;" in probe now that we don't | Eric Anholt | 2005-02-14 | 1 | -2/+0 |
* | Remove card_get_function. It looks like it was intended to be a | Warner Losh | 2005-02-14 | 1 | -9/+0 |
* | Rework DL10019/DL10022 support. This tries to reset things in a more | Warner Losh | 2005-02-14 | 2 | -12/+26 |
* | MFp4: Merge in AX88790 support from my p4 tree. I've had this in my | Warner Losh | 2005-02-14 | 2 | -3/+17 |
* | Add some comments in preparation for converting bcopy/bzero to busspace. | Warner Losh | 2005-02-14 | 1 | -9/+14 |
* | MFP4: Optimize the layout of softc somewhat. This groups the u_chars | Warner Losh | 2005-02-14 | 1 | -4/+4 |
* | Abort any active transfers when the device detaches. This fixes a | Ian Dowse | 2005-02-14 | 1 | -0/+44 |
* | Add a new function usbd_abort_default_pipe() that aborts any transfers | Ian Dowse | 2005-02-14 | 2 | -0/+7 |
* | Fix a missing /*- | David E. O'Brien | 2005-02-14 | 1 | -1/+1 |
* | Request a CPU private mapping from sf_buf_alloc(). If the swap-backed | Alan Cox | 2005-02-13 | 1 | -1/+6 |
* | When attached to a high-speed device, report a more appropriate | Ian Dowse | 2005-02-13 | 3 | -3/+18 |
* | Allow users to manually override quirks with the tunable "debug.acpi.quirks". | Nate Lawson | 2005-02-13 | 1 | -2/+6 |
* | Add support for the CPUFREQ_FLAG_INFO_ONLY flag. Devices that report this | Nate Lawson | 2005-02-13 | 1 | -12/+39 |
* | Install netgraph type at an appropriate time. | Ruslan Ermilov | 2005-02-13 | 2 | -2/+2 |
* | Be sure to register with cpufreq(4). On systems that only supported | Nate Lawson | 2005-02-13 | 1 | -9/+36 |
* | Attach an acpi_perf device for every processor that offers the right | Nate Lawson | 2005-02-13 | 1 | -2/+2 |
* | Check handle types. | Poul-Henning Kamp | 2005-02-12 | 3 | -78/+199 |
* | Add ibcntl as alias for ibcnt | Poul-Henning Kamp | 2005-02-12 | 3 | -243/+274 |
* | - Re-write OF_decode_addr() with a bus-neutral approach, adding support | Marius Strobl | 2005-02-12 | 1 | -1/+1 |
* | Merge revision 1.5 from NetBSD: Fix a typo in a comment. | Marius Strobl | 2005-02-12 | 1 | -2/+2 |
* | Split the ibfoo API into its own file. | Poul-Henning Kamp | 2005-02-12 | 4 | -794/+926 |
* | Improve the mining of MAC address from the card: | Warner Losh | 2005-02-12 | 1 | -7/+36 |
* | Fix prototype for ibeot() | Poul-Henning Kamp | 2005-02-12 | 1 | -1/+1 |
* | Two problems here: | Ruslan Ermilov | 2005-02-12 | 2 | -42/+2 |
* | Add comment about MAC mining | Warner Losh | 2005-02-12 | 1 | -0/+8 |
* | Bumped up the driver version, following recent changes. | Vinod Kashyap | 2005-02-12 | 1 | -1/+1 |
* | Really old PCMCIA cards stored the MAC address in the attribute memory | Warner Losh | 2005-02-12 | 1 | -3/+41 |
* | Make sure the last command byte makes it onto the wire. | Poul-Henning Kamp | 2005-02-11 | 1 | -4/+6 |
* | Diff reduction with p4. | Warner Losh | 2005-02-11 | 1 | -6/+3 |
* | Improve EOS handling. | Poul-Henning Kamp | 2005-02-11 | 1 | -8/+17 |
* | Eliminate the ED_VENDOR_{PCCARD,LINKSYS} types. These cards really | Warner Losh | 2005-02-11 | 3 | -8/+9 |
* | Skip PNP probes. If there are isapnp or pnpbios instances of this driver, | Warner Losh | 2005-02-11 | 1 | -0/+3 |
* | Merge in patch to support AP scanning via ifconfig and the new | Bill Paul | 2005-02-11 | 1 | -0/+127 |
* | Move enable/disable 16bit access routines into if_ed. Slightly | Warner Losh | 2005-02-10 | 3 | -35/+30 |
* | use | Warner Losh | 2005-02-10 | 1 | -3/+8 |
* | Remove lots of tab/space errors introduced by massive cut-n-paste action. | Julian Elischer | 2005-02-10 | 1 | -234/+234 |
* | Take into account that Pinnacle screwed up their PCI ID in the beginning.. | Julian Elischer | 2005-02-10 | 1 | -4/+5 |
* | 1. Revert back to the way the older driver handled XPT_PATH_INQ. This seems to | Vinod Kashyap | 2005-02-10 | 3 | -7/+7 |
* | Statification | Poul-Henning Kamp | 2005-02-10 | 1 | -3/+3 |
* | Make a bunch of malloc types static. | Poul-Henning Kamp | 2005-02-10 | 3 | -3/+2 |
* | Extricate probing of the gwether card (Gateway AT) from the middle of | Warner Losh | 2005-02-10 | 1 | -64/+74 |
* | Remove an ifdef that's been here for a long time. So long, in fact, | Warner Losh | 2005-02-10 | 1 | -7/+0 |
* | Constify. | Poul-Henning Kamp | 2005-02-09 | 1 | -4/+4 |
* | Break out obscure ISA cards into their own files, as well as ne2000 | Warner Losh | 2005-02-09 | 8 | -1722/+1958 |