summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Split the ibfoo API into its own file.phk2005-02-124-794/+926
* Improve the mining of MAC address from the card:imp2005-02-121-7/+36
* Fix prototype for ibeot()phk2005-02-121-1/+1
* Two problems here:ru2005-02-122-42/+2
* Add comment about MAC miningimp2005-02-121-0/+8
* Bumped up the driver version, following recent changes.vkashyap2005-02-121-1/+1
* Really old PCMCIA cards stored the MAC address in the attribute memoryimp2005-02-121-3/+41
* Make sure the last command byte makes it onto the wire.phk2005-02-111-4/+6
* Diff reduction with p4.imp2005-02-111-6/+3
* Improve EOS handling.phk2005-02-111-8/+17
* Eliminate the ED_VENDOR_{PCCARD,LINKSYS} types. These cards reallyimp2005-02-113-8/+9
* Skip PNP probes. If there are isapnp or pnpbios instances of this driver,imp2005-02-111-0/+3
* Merge in patch to support AP scanning via ifconfig and the newwpaul2005-02-111-0/+127
* Move enable/disable 16bit access routines into if_ed. Slightlyimp2005-02-103-35/+30
* useimp2005-02-101-3/+8
* Remove lots of tab/space errors introduced by massive cut-n-paste action.julian2005-02-101-234/+234
* Take into account that Pinnacle screwed up their PCI ID in the beginning..julian2005-02-101-4/+5
* 1. Revert back to the way the older driver handled XPT_PATH_INQ. This seems tovkashyap2005-02-103-7/+7
* Statificationphk2005-02-101-3/+3
* Make a bunch of malloc types static.phk2005-02-103-3/+2
* Extricate probing of the gwether card (Gateway AT) from the middle ofimp2005-02-101-64/+74
* Remove an ifdef that's been here for a long time. So long, in fact,imp2005-02-101-7/+0
* Constify.phk2005-02-091-4/+4
* Break out obscure ISA cards into their own files, as well as ne2000imp2005-02-098-1722/+1958
* add support for NetMos NM9805 1284 Printer portwilko2005-02-091-0/+9
* Since we no longer use kvtop, we no longer need machine/md_var.himp2005-02-091-1/+0
* If either ed_probe_Novell or ed_attach returns an error, release theimp2005-02-091-2/+5
* Remove some unused variables.scottl2005-02-091-2/+0
* Remove the messy locking dance around xpt_done()scottl2005-02-092-13/+0
* Remove DLINK_3, its unused. Remove NETGEAR FA410TX, since it is theimp2005-02-091-3/+0
* o Remove duplicate LINKSYS ETHERFAST entry.imp2005-02-091-4/+3
* Remove reference to softc from probe entirely...imp2005-02-091-1/+0
* Minor style cleanup. Get rid of extra {}, extra blank lines and someimp2005-02-091-131/+67
* o Remove ifdef PC98, since this file has diverged quite a bit fromimp2005-02-091-134/+59
* No need to bzero softc.imp2005-02-081-2/+0
* Convenience function to clear memory of the card, and then check to makeimp2005-02-082-0/+23
* Simplify the "and if we're in the debugger, don't use locks" logic,rwatson2005-02-081-9/+5
* Next step on the road to IRPs: create and use an imitation of thewpaul2005-02-084-36/+122
* Use ANSI function definitions, tweak a couple of prototypes to match (sinceimp2005-02-081-116/+48
* use fixed types for the calls to ed_pio_readmem, ed_pio_writemem.imp2005-02-083-35/+18
* Make it possible to unload ed. Move the ed_pccard_detach routine toimp2005-02-086-22/+25
* Fix style bugs introduced in the de__Pification of this code.imp2005-02-081-25/+23
* Fix crashdumps on twe. The twe_immediate_request() path was not onlyscottl2005-02-082-12/+25
* Use if_link_state_change() instead of rt_ifmsg(). Remove include net/route.h.glebius2005-02-071-9/+4
* Use kern_open() directly rather than a stackgap detour via open().jhb2005-02-071-15/+10
* Avoid using tsleep() in the resume path as it may result in themdodd2005-02-071-1/+4
* Remove handling _PSS notifies from acpi_cpu and let acpi_perf handle them.njl2005-02-072-18/+13
* Enable interrupt routing as first choice on alpha.ticso2005-02-071-1/+1
* Allocate more space for softc. Amazing my machine survived this.phk2005-02-061-1/+1
* Move the $NetBSD$ tag to the top of the file, per standard NetBSDimp2005-02-061-5/+5
OpenPOWER on IntegriCloud