aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Re-enable probe for isa and correct the plug and play issue thatWarner Losh2000-04-081-2/+2
* Make the N2 isa cards probe again. Remove the unused frame relay hooks.John Hay2000-04-082-430/+16
* Update the urio driver. It now works on NetBSD and OpenBSD as well.Nick Hibma2000-04-082-97/+243
* * Factor out the object system from new-bus so that it can be used byDoug Rabson2000-04-089-1/+16
* Newbusify amd driver.Yoshihiro Takahashi2000-04-072-89/+96
* Newbusify adv driver.Yoshihiro Takahashi2000-04-078-157/+166
* Use correct offset into register window.Matthew N. Dodd2000-04-071-1/+2
* - Convert dpt_pci.c to newbus.Matthew N. Dodd2000-04-076-454/+428
* If we can't allocate an IRQ resource, fail in the attach routine.Jonathan Lemon2000-04-071-0/+4
* Regen.Nick Hibma2000-04-062-2/+9
* Add Zip 250Nick Hibma2000-04-061-0/+1
* open_drive: Add kludges for vn and md.Greg Lehey2000-04-061-0/+4