aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Reoganize/update the SysKonnect driver:Bill Paul2000-04-223-160/+512
* Add PHY drivers for the XMAC II's internal PHY and the Broadcom BCM5400Bill Paul2000-04-224-0/+1138
* RegenerateBill Paul2000-04-221-2/+10
* Add entries for the XMAC II's internal PHY and the Broadcom BCM5400Bill Paul2000-04-221-1/+7
* Now that we fixed the isp_sendmarker botch, we can now do initial busMatt Jacob2000-04-211-4/+1
* Functional driver with new command queue in place.Duncan Barclay2000-04-211-1277/+1067
* Roll minor version. Increase size (and add defines for) topology storage.Matt Jacob2000-04-211-2/+9
* Some minor tweaklets.Matt Jacob2000-04-213-21/+44
* Add in the now required malloc.h include. I guess somebodyMatt Jacob2000-04-211-0/+1
* Pick up topology more sanely at f/w startup. Change the restrictions ofMatt Jacob2000-04-211-22/+34
* Update (finally) 1.15.37 to 1.19.03 for the 2100. This allows us to notMatt Jacob2000-04-211-20026/+23524
* One minor bugfix:Mike Smith2000-04-202-4/+19
* o Preliminary support for mapping the CIS by the driver.Warner Losh2000-04-201-4/+6
* Remove bogus commentWarner Losh2000-04-201-2/+0
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-1948-53/+0
* OK. Next step: we read in CIS.Warner Losh2000-04-198-217/+34
* try the fix from creative bugzilla for nmi problemCameron Grant2000-04-181-2/+2
* Remove unneeded <sys/buf.h> includes.Poul-Henning Kamp2000-04-1819-19/+0
* Provide mem* for compat with NetBSD to fix LINTWarner Losh2000-04-172-3/+15
* When in infrastructure mode, use address 3 from the 802.11 header as theBill Paul2000-04-171-2/+7
* more mmap fixesCameron Grant2000-04-173-35/+30
* make drivers start at beginning of buffer when triggered - improves mmap.Cameron Grant2000-04-174-14/+32
* Remove unloaded printf. We do this now in the newbus layer.Warner Losh2000-04-173-3/+0
* Second patch that prepares for the addition of theGerard Roudier2000-04-161-300/+302
* Remove debugging codeRoger Hardiman2000-04-161-1/+1
* Fix typo in interrupt handling code and fix bug in setting of adelayRoger Hardiman2000-04-164-14/+24
* Make vinum compile again using the "cast to buf" workaround.Poul-Henning Kamp2000-04-163-20/+21
* - Define registers as offsets from register base rather than offsets fromMatthew N. Dodd2000-04-162-14/+10
* Include <sys/bus.h>, which is needed after Doug's latest object changes.Warner Losh2000-04-162-0/+4
* A messy commit that checkpoints the driver (not known to actually work)Duncan Barclay2000-04-151-236/+330
* Merged in a load of information from the card documentation - not finished yet.Duncan Barclay2000-04-151-120/+337
* A few comment tidy-ups.Duncan Barclay2000-04-151-13/+27
* First patch that prepares for the adding of multi-firmwareGerard Roudier2000-04-151-313/+233
* Update to driver 2.11.Roger Hardiman2000-04-155-8/+26
* Complete the bio/buf divorce for all code below devfs::strategyPoul-Henning Kamp2000-04-1523-422/+429
* make mmap sort-of work. there seem to be interactions with certain hwCameron Grant2000-04-155-154/+172
* Change && to || in probe routine so that the mlphy driver doesn'tBill Paul2000-04-141-1/+1
* Add vendor/device codes for SmartBridges SmartLink USB ethernet adapterBill Paul2000-04-141-0/+1
* Regenerate.Bill Paul2000-04-142-2/+18
* Add entry for SmartBridges SmartLink USB ethernet adapter.Bill Paul2000-04-141-0/+4
* Change the maximum I/O transfer size to DFLTPHYS. This should fixJonathan Lemon2000-04-131-1/+1
* - Add an additional call to eisa_add_iospace() so we get the right IOPORTMatthew N. Dodd2000-04-131-1/+2
* checkpoint latest pccard/pcic hacking:Warner Losh2000-04-137-165/+143
* - Release allocated resources on error.Yoshihiro Takahashi2000-04-122-144/+163
* Set the value of rid variable for bus_alloc_resource(dev, SYS_RES_IOPORT,...)Yoshihiro Takahashi2000-04-121-2/+4
* Driver is now using miibus, and newbus.Semen Ustimenko2000-04-123-1100/+674
* Added code to handle QS6612 PHY as standard NS PHYSemen Ustimenko2000-04-111-5/+8
* Add features required for basic userland management utility:Mike Smith2000-04-115-135/+235
* Most of this commit are minor changes whilst trying to make the driverDuncan Barclay2000-04-091-216/+374
* Add support for ATA66 on newer revisions of the VIA 82C596Søren Schmidt2000-04-093-27/+40