summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* Regen.takawata2003-04-212-6/+20
* Add another product ID for if_axe and correct vendor ID descriptiontakawata2003-04-212-2/+5
* Remove unused code.simokawa2003-04-211-70/+32
* Explicitly declare 'int' parameters.obrien2003-04-212-0/+2
* Add eMicro codec ids.orion2003-04-211-1/+4
* Use SOUND_MIXER_IGAIN to toggle 20dB mic boost for want of a betterorion2003-04-211-18/+50
* Regenerate.wpaul2003-04-202-2/+16
* Add support for the Netgear FA120 and the D-Link DUBE100 (AX88172-basedwpaul2003-04-202-0/+4
* Regen usbdevs.wpaul2003-04-202-2/+18
* Add device driver support for the ASIX Electronics AX88172 USB 2.0wpaul2003-04-203-0/+1374
* Convert the tx(4) driver to use the busdma API.mux2003-04-202-126/+328
* Better comment, more style(9) fixes.mux2003-04-201-4/+4
* Additional malloc failure checks.orion2003-04-203-4/+15
* more style(9) changes.obrien2003-04-201-6/+8
* more style(9) changes.obrien2003-04-201-32/+32
* A few style(9) fixes.obrien2003-04-201-50/+50
* style(9).mux2003-04-201-8/+11
* Make this file closer to style(9) paradigm.mux2003-04-191-212/+215
* - Enable interrupts only at the end of epic_attach() when all themux2003-04-191-39/+35
* - Correct a comment made bogus by my last commit.mux2003-04-191-2/+4
* Various cleanups:mux2003-04-191-20/+1
* Tell the upper layer(s) that we support long frames.pdeuskar2003-04-181-0/+4
* Add support for Planex FNW-3602-T(CardBus 100M/10M).sanpei2003-04-182-0/+12
* Sync to 1.48sanpei2003-04-181-9/+3
* fix corega vendor id(use vendor string and product string)sanpei2003-04-181-1/+2
* Sync with Creative's 8010.h rev 1.39.obrien2003-04-181-3/+3
* Revise attach/detach resource cleanupnjl2003-04-175-19/+67
* Get wlread() closer to working. Use m->m_len as the initial value forjhay2003-04-171-1/+9
* Add locking to wlinit().jhay2003-04-171-0/+2
* Put the spl calls back until we are sure that everything that they coverjhay2003-04-171-3/+14
* Perform warm or cold reset AC97 per the spec depending on state of theorion2003-04-172-22/+49
* Revert part of revision 1.97 by calling dc_stop() unconditionallyiedowse2003-04-171-2/+1
* MFp4(simokawa_firewire):simokawa2003-04-1719-2139/+2477
* Don't include <sys/disklabel.h>phk2003-04-163-3/+0
* Include <sys/ioccom.h> instead of <sys/disklabel.h>phk2003-04-161-1/+1
* Add locking and remove all the spl() calls.jhay2003-04-161-22/+43
* Get rid of COMPAT_OLDISA and move in the direction of newbus.jhay2003-04-162-234/+340
* Remove the register keyword.jhay2003-04-161-62/+62
* Update comment to match reality.sobomax2003-04-161-2/+1
* Cosmetics.sos2003-04-161-2/+2
* Fix a panic with Cenatek controllers.sos2003-04-161-1/+2
* Fix bogus maxsegsz parameter for bus_dma_tag_create().simokawa2003-04-161-1/+1
* - Don't call pci_enable_io() in drivers (unless needed for resume).mdodd2003-04-1617-198/+4
* Return status for PCI methods '{enable,disable}_{io,busmaster}'.mdodd2003-04-164-25/+65
* When the driver allocates memory or I/O ports, enable that bit in theimp2003-04-151-14/+26
* cosmetic style fixesfjoe2003-04-151-9/+13
* - Express hard dependencies on bus (pci, isa, pccard) andmdodd2003-04-1560-74/+162
* Use pci_enable_{busmaster|io}() instead of directly writing intosobomax2003-04-141-3/+3
* Use a sim for each device on it's own instead of one for all umassticso2003-04-141-145/+62
* Panic if bus_dmamap_load() doesn't respect maxsegsz.simokawa2003-04-141-3/+9
OpenPOWER on IntegriCloud