summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add support for IODATA USB-RSAQ3 USB-Serial Adapter.hrs2005-07-032-0/+3
* - Update the CPU version check to recognize P4/EMT64 CPUs. [1]jkoshy2005-07-031-1/+1
* o Make ipw(4) more robust against frames received with a bad length.damien2005-07-031-3/+9
* o Add new ids for the Belkin F5D7050damien2005-07-031-3/+10
* Add another ural(4) device (Belkin F5D7050)damien2005-07-031-0/+1
* Upon relection, we shouldn't allow the tuple structs to be modified byimp2005-07-013-11/+7
* Fix another fallout from the ifnet change that assumed that a softcharti2005-07-016-9/+9
* Make a pass and cleanup the printfs from this driver.imp2005-07-013-21/+11
* Minor cleanup of ep driver and pccard attachment:imp2005-07-013-45/+68
* Use correct pointer type. This should fix non-functional re(4)yongari2005-07-011-1/+1
* Add a much-requested feature: The ability for pccard attachments toimp2005-07-014-8/+18
* MFP4:jkoshy2005-06-302-24/+30
* o Fix a write mbuf-after-free bug. The duration field of the 802.11 headerdamien2005-06-291-9/+23
* Add a chipset field to the lookup. Use this chipset type to determineimp2005-06-281-168/+58
* Disable the drm_initmap calls in radeon_cp.c, due to them resulting in improperanholt2005-06-281-0/+6
* Zero donecount on auto request sense.sos2005-06-281-0/+1
* Dont call ata_finish in ad_dump as that is no longer needed and causes panic.sos2005-06-271-10/+11
* Implement suspend/resume operation for snd_csa(4)glebius2005-06-274-17/+220
* Add a quirk for a motherboard whose acpi timer runs too fast.dwmalone2005-06-261-0/+8
* Fix some long standing bugs in writing to the BPF device attached todwmalone2005-06-261-1/+7
* o When calling ep_get_macaddr(), provide it a local buffer. Add a commentimp2005-06-264-19/+22
* Make the initialization in the AGPv3 case match that of Linux. Fixes hangs onanholt2005-06-261-8/+28
* Mark the permanent map for radeon registers read-only. Failure to set this flaganholt2005-06-241-1/+2
* Backout the change I made before 5.4-R since I wasn't aware that it was onlydwhite2005-06-241-0/+21
* Eliminate unused argument in PCMCIA_CARD macro.imp2005-06-2419-211/+238
* Add wireless + flash CF card I haveimp2005-06-241-0/+1
* Fix a read mbuf-after-free error in the iwi driver that was provoked bysilby2005-06-231-9/+6
* polled commands can read or write, so bus_dmamap_sync properlyps2005-06-231-2/+16
* Struct ifatm isn't at the beginning of the softc anymore. Use theharti2005-06-221-2/+2
* Free the struct ifnet when detaching is complete. Also add BPF stuff.harti2005-06-221-0/+23
* Fix the debugging macro. The struct ifnet isn't embedded in softcharti2005-06-221-1/+1
* Fix a -Wuninitialized warning reported by rwatson.jkoshy2005-06-211-1/+2
* Add the ID of my Thinkpad R40. Makes the module detect and with thecracauer2005-06-171-1/+1
* Some chipset drivers redefine the busspace_isa_{io|mem} tags. Thismarcel2005-06-161-3/+20
* Fix four casts of the softc to a struct ifnet.brooks2005-06-151-4/+4
* Move if_alloc() higher in the attach function so sc->ifp is populatedbrooks2005-06-141-6/+6
* Remove a duplicate assignment.brooks2005-06-141-1/+1
* Initialize sc->an_ifp when doing if_alloc(). This prevents an(4)delphij2005-06-141-1/+1
* Fix syscons on amd64. The SC_PIXEL_MODE commit from May 29th added a newpeter2005-06-142-4/+4
* Build on pc98.brooks2005-06-121-1/+1
* Stop the interface before detaching and freeing it, rather than after.brooks2005-06-121-1/+1
* change 'dev' to 'sc->sc_dev' to fix the build.scottl2005-06-121-1/+2
* s/sc_enaddr/enaddr/ to fix pc98 build.brooks2005-06-111-19/+19
* Avoid GCC optimizations from injecting a call to memset(?) in ordermarcel2005-06-111-1/+2
* Move if_alloc() up so it's before mii_phy_probe().brooks2005-06-114-25/+30
* Move if_alloc() up in fxp_attach() so there's an ifp beforebrooks2005-06-111-6/+7
* Add an evil hack to work around a cast from the softc to the ifnet thatbrooks2005-06-111-4/+6
* Acquire Giant before making some CAM calls that need Giant to be held.vkashyap2005-06-112-1/+5
* Avoid deadlock in fxp driver when system runs out of mbufs.wes2005-06-101-1/+6
* Wrap the calls to the ISA DMA specific sndbuf_dma*() functions ofmarius2005-06-101-0/+10
OpenPOWER on IntegriCloud