| Commit message (Expand) | Author | Age | Files | Lines |
* | Split the ibfoo API into its own file. | phk | 2005-02-12 | 4 | -794/+926 |
* | Improve the mining of MAC address from the card: | imp | 2005-02-12 | 1 | -7/+36 |
* | Fix prototype for ibeot() | phk | 2005-02-12 | 1 | -1/+1 |
* | Two problems here: | ru | 2005-02-12 | 2 | -42/+2 |
* | Add comment about MAC mining | imp | 2005-02-12 | 1 | -0/+8 |
* | Bumped up the driver version, following recent changes. | vkashyap | 2005-02-12 | 1 | -1/+1 |
* | Really old PCMCIA cards stored the MAC address in the attribute memory | imp | 2005-02-12 | 1 | -3/+41 |
* | Make sure the last command byte makes it onto the wire. | phk | 2005-02-11 | 1 | -4/+6 |
* | Diff reduction with p4. | imp | 2005-02-11 | 1 | -6/+3 |
* | Improve EOS handling. | phk | 2005-02-11 | 1 | -8/+17 |
* | Eliminate the ED_VENDOR_{PCCARD,LINKSYS} types. These cards really | imp | 2005-02-11 | 3 | -8/+9 |
* | Skip PNP probes. If there are isapnp or pnpbios instances of this driver, | imp | 2005-02-11 | 1 | -0/+3 |
* | Merge in patch to support AP scanning via ifconfig and the new | wpaul | 2005-02-11 | 1 | -0/+127 |
* | Move enable/disable 16bit access routines into if_ed. Slightly | imp | 2005-02-10 | 3 | -35/+30 |
* | use | imp | 2005-02-10 | 1 | -3/+8 |
* | Remove lots of tab/space errors introduced by massive cut-n-paste action. | julian | 2005-02-10 | 1 | -234/+234 |
* | Take into account that Pinnacle screwed up their PCI ID in the beginning.. | julian | 2005-02-10 | 1 | -4/+5 |
* | 1. Revert back to the way the older driver handled XPT_PATH_INQ. This seems to | vkashyap | 2005-02-10 | 3 | -7/+7 |
* | Statification | phk | 2005-02-10 | 1 | -3/+3 |
* | Make a bunch of malloc types static. | phk | 2005-02-10 | 3 | -3/+2 |
* | Extricate probing of the gwether card (Gateway AT) from the middle of | imp | 2005-02-10 | 1 | -64/+74 |
* | Remove an ifdef that's been here for a long time. So long, in fact, | imp | 2005-02-10 | 1 | -7/+0 |
* | Constify. | phk | 2005-02-09 | 1 | -4/+4 |
* | Break out obscure ISA cards into their own files, as well as ne2000 | imp | 2005-02-09 | 8 | -1722/+1958 |
* | add support for NetMos NM9805 1284 Printer port | wilko | 2005-02-09 | 1 | -0/+9 |
* | Since we no longer use kvtop, we no longer need machine/md_var.h | imp | 2005-02-09 | 1 | -1/+0 |
* | If either ed_probe_Novell or ed_attach returns an error, release the | imp | 2005-02-09 | 1 | -2/+5 |
* | Remove some unused variables. | scottl | 2005-02-09 | 1 | -2/+0 |
* | Remove the messy locking dance around xpt_done() | scottl | 2005-02-09 | 2 | -13/+0 |
* | Remove DLINK_3, its unused. Remove NETGEAR FA410TX, since it is the | imp | 2005-02-09 | 1 | -3/+0 |
* | o Remove duplicate LINKSYS ETHERFAST entry. | imp | 2005-02-09 | 1 | -4/+3 |
* | Remove reference to softc from probe entirely... | imp | 2005-02-09 | 1 | -1/+0 |
* | Minor style cleanup. Get rid of extra {}, extra blank lines and some | imp | 2005-02-09 | 1 | -131/+67 |
* | o Remove ifdef PC98, since this file has diverged quite a bit from | imp | 2005-02-09 | 1 | -134/+59 |
* | No need to bzero softc. | imp | 2005-02-08 | 1 | -2/+0 |
* | Convenience function to clear memory of the card, and then check to make | imp | 2005-02-08 | 2 | -0/+23 |
* | Simplify the "and if we're in the debugger, don't use locks" logic, | rwatson | 2005-02-08 | 1 | -9/+5 |
* | Next step on the road to IRPs: create and use an imitation of the | wpaul | 2005-02-08 | 4 | -36/+122 |
* | Use ANSI function definitions, tweak a couple of prototypes to match (since | imp | 2005-02-08 | 1 | -116/+48 |
* | use fixed types for the calls to ed_pio_readmem, ed_pio_writemem. | imp | 2005-02-08 | 3 | -35/+18 |
* | Make it possible to unload ed. Move the ed_pccard_detach routine to | imp | 2005-02-08 | 6 | -22/+25 |
* | Fix style bugs introduced in the de__Pification of this code. | imp | 2005-02-08 | 1 | -25/+23 |
* | Fix crashdumps on twe. The twe_immediate_request() path was not only | scottl | 2005-02-08 | 2 | -12/+25 |
* | Use if_link_state_change() instead of rt_ifmsg(). Remove include net/route.h. | glebius | 2005-02-07 | 1 | -9/+4 |
* | Use kern_open() directly rather than a stackgap detour via open(). | jhb | 2005-02-07 | 1 | -15/+10 |
* | Avoid using tsleep() in the resume path as it may result in the | mdodd | 2005-02-07 | 1 | -1/+4 |
* | Remove handling _PSS notifies from acpi_cpu and let acpi_perf handle them. | njl | 2005-02-07 | 2 | -18/+13 |
* | Enable interrupt routing as first choice on alpha. | ticso | 2005-02-07 | 1 | -1/+1 |
* | Allocate more space for softc. Amazing my machine survived this. | phk | 2005-02-06 | 1 | -1/+1 |
* | Move the $NetBSD$ tag to the top of the file, per standard NetBSD | imp | 2005-02-06 | 1 | -5/+5 |