summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* add EHCI (USB 2.0) controller support.ticso2003-04-146-0/+3605
* Before attaching device set PCIM_CMD_PORTEN in addition tosobomax2003-04-141-2/+2
* More correct patch: Only call biofinish if we have not already sentphk2003-04-141-1/+18
* Call biofinish() also when we get a malloc() failure.phk2003-04-141-4/+1
* Driver for Granch SBNI16 SHDSL modemfjoe2003-04-132-0/+1251
* Add new sysctl MIB (hw.acpi.supported_sleep_state) to indicateiwasaki2003-04-111-0/+23
* - Call ether_ifdetach() before shutting down the hardware.mux2003-04-111-20/+18
* I deserve a big pointy hat for having missed all those referencesmux2003-04-1014-31/+31
* - Clean up the fxp_release() and fxp_detach() functions.mux2003-04-101-46/+46
* Spell 55 with two '5'ssos2003-04-101-2/+2
* Add a few more older SiS ID's.sos2003-04-102-34/+41
* Add quirk for LOGITECH WMRPAD.mdodd2003-04-101-0/+1
* - Add LOGITECH WMRPAD, MOTOROLA SB410, and SANDISK SDDR05.mdodd2003-04-103-0/+24
* Fix interrupt race.imp2003-04-101-1/+1
* SMC 8041 is the same thing as LINKSYS COMBO_ECARD, so no extra entryimp2003-04-101-1/+0
* Add Billionton CFLT10N and SMC8041 (although I'm not 100% sure the latter isimp2003-04-101-1/+2
* Remove bogus line and entry, restore cnet ne2000 add smc 8041imp2003-04-103-12/+14
* reorganize the supported card table. We don't need the enet_vendor orimp2003-04-101-272/+57
* Sync to 1.46imp2003-04-101-114/+122
* MFNetBSD:imp2003-04-101-2/+6
* Don't set the description if NULL.imp2003-04-101-1/+2
OpenPOWER on IntegriCloud