| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 | -229/+229 |
| * | 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 |
| * | add support for NetMos NM9805 1284 Printer port | Wilko Bulte | 2005-02-09 | 1 | -0/+9 |
| * | Since we no longer use kvtop, we no longer need machine/md_var.h | Warner Losh | 2005-02-09 | 1 | -1/+0 |
| * | If either ed_probe_Novell or ed_attach returns an error, release the | Warner Losh | 2005-02-09 | 1 | -2/+5 |
| * | Remove some unused variables. | Scott Long | 2005-02-09 | 1 | -2/+0 |
| * | Remove the messy locking dance around xpt_done() | Scott Long | 2005-02-09 | 2 | -13/+0 |
| * | Remove DLINK_3, its unused. Remove NETGEAR FA410TX, since it is the | Warner Losh | 2005-02-09 | 1 | -3/+0 |
| * | o Remove duplicate LINKSYS ETHERFAST entry. | Warner Losh | 2005-02-09 | 1 | -4/+3 |
| * | Remove reference to softc from probe entirely... | Warner Losh | 2005-02-09 | 1 | -1/+0 |
| * | Minor style cleanup. Get rid of extra {}, extra blank lines and some | Warner Losh | 2005-02-09 | 1 | -131/+67 |
| * | o Remove ifdef PC98, since this file has diverged quite a bit from | Warner Losh | 2005-02-09 | 1 | -133/+58 |
| * | No need to bzero softc. | Warner Losh | 2005-02-08 | 1 | -2/+0 |
| * | Convenience function to clear memory of the card, and then check to make | Warner Losh | 2005-02-08 | 2 | -0/+23 |
| * | Simplify the "and if we're in the debugger, don't use locks" logic, | Robert Watson | 2005-02-08 | 1 | -9/+5 |
| * | Next step on the road to IRPs: create and use an imitation of the | Bill Paul | 2005-02-08 | 4 | -36/+122 |
| * | Use ANSI function definitions, tweak a couple of prototypes to match (since | Warner Losh | 2005-02-08 | 1 | -116/+48 |
| * | use fixed types for the calls to ed_pio_readmem, ed_pio_writemem. | Warner Losh | 2005-02-08 | 3 | -35/+18 |
| * | Make it possible to unload ed. Move the ed_pccard_detach routine to | Warner Losh | 2005-02-08 | 6 | -22/+25 |
| * | Fix style bugs introduced in the de__Pification of this code. | Warner Losh | 2005-02-08 | 1 | -23/+21 |
| * | Fix crashdumps on twe. The twe_immediate_request() path was not only | Scott Long | 2005-02-08 | 2 | -12/+25 |
| * | Use if_link_state_change() instead of rt_ifmsg(). Remove include net/route.h. | Gleb Smirnoff | 2005-02-07 | 1 | -9/+4 |
| * | Use kern_open() directly rather than a stackgap detour via open(). | John Baldwin | 2005-02-07 | 1 | -15/+10 |
| * | Avoid using tsleep() in the resume path as it may result in the | Matthew N. Dodd | 2005-02-07 | 1 | -1/+4 |
| * | Remove handling _PSS notifies from acpi_cpu and let acpi_perf handle them. | Nate Lawson | 2005-02-07 | 2 | -18/+13 |
| * | Enable interrupt routing as first choice on alpha. | Bernd Walter | 2005-02-07 | 1 | -1/+1 |
| * | Allocate more space for softc. Amazing my machine survived this. | Poul-Henning Kamp | 2005-02-06 | 1 | -1/+1 |
| * | Move the $NetBSD$ tag to the top of the file, per standard NetBSD | Warner Losh | 2005-02-06 | 1 | -5/+5 |
| * | ccs is a size_t. RAY_CCS_INDEX takes ccs and does math on it, | Warner Losh | 2005-02-06 | 1 | -2/+2 |
| * | Remove acpi throttling support from the acpi_cpu(4) driver now that this | Nate Lawson | 2005-02-06 | 1 | -236/+9 |
| * | Break out acpi throttling support into a new relative cpufreq driver, | Nate Lawson | 2005-02-06 | 1 | -0/+384 |
| * | Move resource allocation routines from cardbus_cis.c to cardbus.c. | Warner Losh | 2005-02-06 | 4 | -354/+303 |