summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Hook up the new locations of the atkbdc(4), atkbd(4) and psm(4) sourcemarius2005-06-1014-3215/+522
* Revert the unnecessicary addition of some braces in fxp_attach(). Don'tbrooks2005-06-101-3/+1
* Delete a file that was meant to be renamed while repo-copying it butmarius2005-06-101-180/+0
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-10176-2421/+2581
* Make ichsmb(4) child device handling properly.takawata2005-06-103-8/+31
* - Only create the led(4) interface, if setting the thinklight is possiblemarkus2005-06-101-9/+14
* Identify the Intel ICH4 EHCI controller.benno2005-06-101-0/+5
* Enable SATA hotplug support.sos2005-06-101-0/+4
* Only set mode when the incoming ioctl is IOC_VOID, until we have betterdelphij2005-06-101-1/+3
* Fix the long standing problem with poor transferrates on Intel ICHH typesos2005-06-091-2/+3
* Import a mostly rewritten and extended version of acpi_ibm:markus2005-06-091-330/+724
* MFP4:jkoshy2005-06-0917-1196/+3896
* Fix the register offset for the ATAPI count register thats used tosos2005-06-091-2/+2
* Use tabs instead of spaces to indent, per style(9)imp2005-06-091-21/+20
* Use the presence of ctlr->dmainit instead of r_res1 to find out when tosos2005-06-091-1/+1
* Change station mode beacon timer setup to insure the calculatedsam2005-06-091-6/+49
* My abstracting out the MAC reading code to fix pccard broke pci. Addimp2005-06-081-0/+1
* Add support for the Intel 31244.sos2005-06-082-81/+255
* Set the correct IFS parameters for the beacon tx queuesam2005-06-072-1/+49
* Misc keycache changes:sam2005-06-062-79/+176
* Apply the usual woodoo for 64bitness.sos2005-06-061-2/+2
* Add support for nVidia's software RAID "MediaShield".sos2005-06-062-7/+257
* Not yet ready to burn this, so unmark power stuff.... non-type 0 busses still...imp2005-06-061-4/+0
* Correct commentimp2005-06-061-2/+1
OpenPOWER on IntegriCloud