summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded <sys/buf.h> includes.phk2000-04-1819-19/+0
* Provide mem* for compat with NetBSD to fix LINTimp2000-04-172-3/+15
* When in infrastructure mode, use address 3 from the 802.11 header as thewpaul2000-04-171-2/+7
* more mmap fixescg2000-04-173-35/+30
* make drivers start at beginning of buffer when triggered - improves mmap.cg2000-04-174-14/+32
* Remove unloaded printf. We do this now in the newbus layer.imp2000-04-173-3/+0
* Second patch that prepares for the addition of thegroudier2000-04-161-301/+303
* Remove debugging coderoger2000-04-161-1/+1
* Fix typo in interrupt handling code and fix bug in setting of adelayroger2000-04-164-14/+24
* Make vinum compile again using the "cast to buf" workaround.phk2000-04-163-20/+21
* - Define registers as offsets from register base rather than offsets frommdodd2000-04-162-14/+10
* Include <sys/bus.h>, which is needed after Doug's latest object changes.imp2000-04-162-0/+4
* A messy commit that checkpoints the driver (not known to actually work)dmlb2000-04-151-236/+330
* Merged in a load of information from the card documentation - not finished yet.dmlb2000-04-151-121/+338
* A few comment tidy-ups.dmlb2000-04-151-13/+27
* First patch that prepares for the adding of multi-firmwaregroudier2000-04-151-313/+233
* Update to driver 2.11.roger2000-04-155-8/+26
* Complete the bio/buf divorce for all code below devfs::strategyphk2000-04-1523-422/+429
* make mmap sort-of work. there seem to be interactions with certain hwcg2000-04-155-154/+172
* Change && to || in probe routine so that the mlphy driver doesn'twpaul2000-04-141-1/+1
* Add vendor/device codes for SmartBridges SmartLink USB ethernet adapterwpaul2000-04-141-0/+1
* Regenerate.wpaul2000-04-142-2/+18
* Add entry for SmartBridges SmartLink USB ethernet adapter.wpaul2000-04-141-0/+4
* Change the maximum I/O transfer size to DFLTPHYS. This should fixjlemon2000-04-131-1/+1
* - Add an additional call to eisa_add_iospace() so we get the right IOPORTmdodd2000-04-131-1/+2
* checkpoint latest pccard/pcic hacking:imp2000-04-137-165/+143
* - Release allocated resources on error.nyan2000-04-122-145/+164
* Set the value of rid variable for bus_alloc_resource(dev, SYS_RES_IOPORT,...)nyan2000-04-121-2/+4
* Driver is now using miibus, and newbus.semenu2000-04-123-1104/+678
* Added code to handle QS6612 PHY as standard NS PHYsemenu2000-04-111-5/+8
* Add features required for basic userland management utility:msmith2000-04-115-135/+235
* Most of this commit are minor changes whilst trying to make the driverdmlb2000-04-091-217/+375
* Add support for ATA66 on newer revisions of the VIA 82C596sos2000-04-093-27/+40
* Re-enable probe for isa and correct the plug and play issue thatimp2000-04-081-2/+2
* Make the N2 isa cards probe again. Remove the unused frame relay hooks.jhay2000-04-082-430/+16
* Update the urio driver. It now works on NetBSD and OpenBSD as well.n_hibma2000-04-082-97/+243
* * Factor out the object system from new-bus so that it can be used bydfr2000-04-089-1/+16
* Newbusify amd driver.nyan2000-04-072-91/+98
* Newbusify adv driver.nyan2000-04-078-157/+166
* Use correct offset into register window.mdodd2000-04-071-1/+2
* - Convert dpt_pci.c to newbus.mdodd2000-04-076-457/+431
* If we can't allocate an IRQ resource, fail in the attach routine.jlemon2000-04-071-0/+4
* Regen.n_hibma2000-04-062-2/+9
* Add Zip 250n_hibma2000-04-061-0/+1
* open_drive: Add kludges for vn and md.grog2000-04-061-0/+4
* (finally!) add keywords raid4 and partition.grog2000-04-061-1/+3
* complete_rqe: Remove a race condition in RAID-4 and RAID-5 where agrog2000-04-061-2/+2
* Awi driver, ported from NetBSD from Atsushi Once-san.imp2000-04-0611-0/+5049
* make poll() dtrt, previously when playing it would trigger if there was lesscg2000-04-051-2/+2
* decrease buffer size to 4kcg2000-04-051-23/+58
OpenPOWER on IntegriCloud