aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add comment about MAC miningWarner Losh2005-02-121-0/+8
* Bumped up the driver version, following recent changes.Vinod Kashyap2005-02-121-1/+1
* Really old PCMCIA cards stored the MAC address in the attribute memoryWarner Losh2005-02-121-3/+41
* Make sure the last command byte makes it onto the wire.Poul-Henning Kamp2005-02-111-4/+6
* Diff reduction with p4.Warner Losh2005-02-111-6/+3
* Improve EOS handling.Poul-Henning Kamp2005-02-111-8/+17
* Eliminate the ED_VENDOR_{PCCARD,LINKSYS} types. These cards reallyWarner Losh2005-02-113-8/+9
* Skip PNP probes. If there are isapnp or pnpbios instances of this driver,Warner Losh2005-02-111-0/+3
* Merge in patch to support AP scanning via ifconfig and the newBill Paul2005-02-111-0/+127
* Move enable/disable 16bit access routines into if_ed. SlightlyWarner Losh2005-02-103-35/+30
* useWarner Losh2005-02-101-3/+8
* Remove lots of tab/space errors introduced by massive cut-n-paste action.Julian Elischer2005-02-101-229/+229
* Take into account that Pinnacle screwed up their PCI ID in the beginning..Julian Elischer2005-02-101-4/+5
* 1. Revert back to the way the older driver handled XPT_PATH_INQ. This seems toVinod Kashyap2005-02-103-7/+7
* StatificationPoul-Henning Kamp2005-02-101-3/+3
* Make a bunch of malloc types static.Poul-Henning Kamp2005-02-103-3/+2
* Extricate probing of the gwether card (Gateway AT) from the middle ofWarner Losh2005-02-101-64/+74
* Remove an ifdef that's been here for a long time. So long, in fact,Warner Losh2005-02-101-7/+0
* Constify.Poul-Henning Kamp2005-02-091-4/+4
* Break out obscure ISA cards into their own files, as well as ne2000Warner Losh2005-02-098-1722/+1958
* add support for NetMos NM9805 1284 Printer portWilko Bulte2005-02-091-0/+9
* Since we no longer use kvtop, we no longer need machine/md_var.hWarner Losh2005-02-091-1/+0
* If either ed_probe_Novell or ed_attach returns an error, release theWarner Losh2005-02-091-2/+5
* Remove some unused variables.Scott Long2005-02-091-2/+0
* Remove the messy locking dance around xpt_done()Scott Long2005-02-092-13/+0
* Remove DLINK_3, its unused. Remove NETGEAR FA410TX, since it is theWarner Losh2005-02-091-3/+0
* o Remove duplicate LINKSYS ETHERFAST entry.Warner Losh2005-02-091-4/+3
* Remove reference to softc from probe entirely...Warner Losh2005-02-091-1/+0
* Minor style cleanup. Get rid of extra {}, extra blank lines and someWarner Losh2005-02-091-131/+67
* o Remove ifdef PC98, since this file has diverged quite a bit fromWarner Losh2005-02-091-133/+58
* No need to bzero softc.Warner Losh2005-02-081-2/+0
* Convenience function to clear memory of the card, and then check to makeWarner Losh2005-02-082-0/+23
* Simplify the "and if we're in the debugger, don't use locks" logic,Robert Watson2005-02-081-9/+5
* Next step on the road to IRPs: create and use an imitation of theBill Paul2005-02-084-36/+122
* Use ANSI function definitions, tweak a couple of prototypes to match (sinceWarner Losh2005-02-081-116/+48
* use fixed types for the calls to ed_pio_readmem, ed_pio_writemem.Warner Losh2005-02-083-35/+18
* Make it possible to unload ed. Move the ed_pccard_detach routine toWarner Losh2005-02-086-22/+25
* Fix style bugs introduced in the de__Pification of this code.Warner Losh2005-02-081-23/+21
* Fix crashdumps on twe. The twe_immediate_request() path was not onlyScott Long2005-02-082-12/+25
* Use if_link_state_change() instead of rt_ifmsg(). Remove include net/route.h.Gleb Smirnoff2005-02-071-9/+4
* Use kern_open() directly rather than a stackgap detour via open().John Baldwin2005-02-071-15/+10
* Avoid using tsleep() in the resume path as it may result in theMatthew N. Dodd2005-02-071-1/+4
* Remove handling _PSS notifies from acpi_cpu and let acpi_perf handle them.Nate Lawson2005-02-072-18/+13
* Enable interrupt routing as first choice on alpha.Bernd Walter2005-02-071-1/+1
* Allocate more space for softc. Amazing my machine survived this.Poul-Henning Kamp2005-02-061-1/+1
* Move the $NetBSD$ tag to the top of the file, per standard NetBSDWarner Losh2005-02-061-5/+5
* ccs is a size_t. RAY_CCS_INDEX takes ccs and does math on it,Warner Losh2005-02-061-2/+2
* Remove acpi throttling support from the acpi_cpu(4) driver now that thisNate Lawson2005-02-061-236/+9
* Break out acpi throttling support into a new relative cpufreq driver,Nate Lawson2005-02-061-0/+384
* Move resource allocation routines from cardbus_cis.c to cardbus.c.Warner Losh2005-02-064-354/+303