aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Use ANSI function definitions, in preference to the K&R definitions.Warner Losh2005-02-152-34/+15
* Remove more deadwood that never got implemented in NEWCARD, since NEWCARDWarner Losh2005-02-151-15/+0
* Move the harvesting of the MAC address out of the generic novell probeWarner Losh2005-02-143-21/+49
* Move the #defines from edreg to edvar which don't have anything to doWarner Losh2005-02-142-46/+48
* o It turns out that most of the ne-2000 cards that I have got real unhappyWarner Losh2005-02-142-13/+45
* Correct the SiS 755 PCI ID. Confirmed against Linux code.Eric Anholt2005-02-141-1/+1
* No use for this AMD64 special-case "return NULL;" in probe now that we don'tEric Anholt2005-02-141-2/+0
* Remove card_get_function. It looks like it was intended to be aWarner Losh2005-02-141-9/+0
* Rework DL10019/DL10022 support. This tries to reset things in a moreWarner Losh2005-02-142-12/+26
* MFp4: Merge in AX88790 support from my p4 tree. I've had this in myWarner Losh2005-02-142-3/+17
* Add some comments in preparation for converting bcopy/bzero to busspace.Warner Losh2005-02-141-9/+14
* MFP4: Optimize the layout of softc somewhat. This groups the u_charsWarner Losh2005-02-141-4/+4
* Abort any active transfers when the device detaches. This fixes aIan Dowse2005-02-141-0/+44
* Add a new function usbd_abort_default_pipe() that aborts any transfersIan Dowse2005-02-142-0/+7
* Fix a missing /*-David E. O'Brien2005-02-141-1/+1
* Request a CPU private mapping from sf_buf_alloc(). If the swap-backedAlan Cox2005-02-131-1/+6
* When attached to a high-speed device, report a more appropriateIan Dowse2005-02-133-3/+18
* Allow users to manually override quirks with the tunable "debug.acpi.quirks".Nate Lawson2005-02-131-2/+6
* Add support for the CPUFREQ_FLAG_INFO_ONLY flag. Devices that report thisNate Lawson2005-02-131-12/+39
* Install netgraph type at an appropriate time.Ruslan Ermilov2005-02-132-2/+2
* Be sure to register with cpufreq(4). On systems that only supportedNate Lawson2005-02-131-9/+36
* Attach an acpi_perf device for every processor that offers the rightNate Lawson2005-02-131-2/+2
* Check handle types.Poul-Henning Kamp2005-02-123-78/+199
* Add ibcntl as alias for ibcntPoul-Henning Kamp2005-02-123-243/+274
* - Re-write OF_decode_addr() with a bus-neutral approach, adding supportMarius Strobl2005-02-121-1/+1
* Merge revision 1.5 from NetBSD: Fix a typo in a comment.Marius Strobl2005-02-121-2/+2
* Split the ibfoo API into its own file.Poul-Henning Kamp2005-02-124-794/+926
* Improve the mining of MAC address from the card:Warner Losh2005-02-121-7/+36
* Fix prototype for ibeot()Poul-Henning Kamp2005-02-121-1/+1
* Two problems here:Ruslan Ermilov2005-02-122-42/+2
* 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-234/+234
* 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