summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* There is no way to enter the attach routine twice with the same softcbrooks2003-10-305-167/+157
* Explain why the lock-free allocation algorithm is safe in our caseharti2003-10-301-0/+18
* Add support for the VIA 8237 (both PATA and SATA part).sos2003-10-302-80/+104
* Reinvent the used-flag for external mbufs. This and the on-card flagharti2003-10-303-19/+56
* Don't attempt to destroy the driver mutex when it hasn't yetdeischen2003-10-291-1/+1
* Fix a panic that occurs when resuming. For some reason, sc->cur_scp isnjl2003-10-291-0/+3
* mark interrupt handlers MPSAFEsam2003-10-292-2/+2
* Allow sending of more than one raw cell from a single mbuf. Only theharti2003-10-291-8/+11
* Remove a superfluous ) from the previous commit. This was obviouslyharti2003-10-291-1/+1
* Make the maximum number of pages for external mbufs configurable inharti2003-10-293-2/+7
* Make the value of the HATM_DEBUG symbol the default for the debuggingharti2003-10-293-13/+15
* Inline a function that was called only in one place directly into that place.harti2003-10-292-72/+72
* We have some space in the external mbufs so use this space forharti2003-10-292-2/+5
* Defer allocation of the actual receive mbuf until the external bufferharti2003-10-294-29/+30
* Get rid of the mutexes for the exernal buffer free lists. Useharti2003-10-293-52/+51
* Cleanup the interrupt code that deals with the busmaster bits.sos2003-10-281-47/+58
* This should allow us to boot with DMA enabled on unknown PCI ATAsos2003-10-282-25/+48
* When we cannot allocate an external buffer (bacause we've hitharti2003-10-271-9/+5
* const char ** needs to be passed, not char **.imp2003-10-271-1/+1
* sync to 1.77imp2003-10-271-4/+4
* Correct CEM33imp2003-10-271-1/+1
* Make sn MPSAFE. This has survived a couple of make buildworlds withimp2003-10-262-123/+119
* Pass sc to GO_WINDOW macro.imp2003-10-266-26/+24
* Sync to pccarddevs 1.76imp2003-10-261-1/+4
* Add Olicom GoCard 28.8k versionimp2003-10-261-0/+1
* Sync to 1.75 of pccarddevsimp2003-10-261-2/+5
* Minor tweak to Olicom 2220. Also add the OC-2232 while I'm here.imp2003-10-261-1/+2
* add newcard support to eximp2003-10-261-2/+28
* Sync to pccarddevs 1.74imp2003-10-261-1/+4
* Add ID for olicom GOCARD Ethernet (OC2220)imp2003-10-261-0/+1
* Style changes:imp2003-10-261-16/+16
* Const poison string accessor functions.imp2003-10-264-10/+11
* Minor style nits suggested by sam and mdodd:imp2003-10-254-26/+33
* Convert to bus_space.imp2003-10-254-144/+206
* Fix fwmem_strategy() race in 4-stable.simokawa2003-10-252-1/+6
* Move validity check of 'xfer->fc != NULL' to right place.simokawa2003-10-251-4/+4
* Add devctl(4) notify support to ACPI. Various subsystems now notifynjl2003-10-257-3/+39
* Whole grab-bag of changes:imp2003-10-257-208/+216
* Start to minimize diffs between vx and ep. These latter is based on aimp2003-10-255-89/+127
* Add support for another multiple serial port card based on OX16PCI954 deviceambrisko2003-10-241-0/+13
* Don't try to use dev->dma_lock unless dma is initialized (dev->dma != NULL)anholt2003-10-241-2/+1
* Sysctl names should not contain dots. Convert them to underlines.harti2003-10-241-19/+19
* Add dumb console driver and related bits.simokawa2003-10-243-0/+969
* Fix for FW_ASYREQ.simokawa2003-10-241-39/+36
* Don't check timeout just after booted.simokawa2003-10-241-3/+15
* Backswards is as backwards does: If we're MPSAFE, then we don't needimp2003-10-241-2/+2
* Update to latest from DRI CVS. Primary new feature is mostly-complete smpnganholt2003-10-2436-1217/+1320
* Add simple support for AGP 3.0 including enabling 8x mode. The simplejhb2003-10-231-13/+108
* Use a switch statement on the devid instead of if-else for determing whichjhb2003-10-231-6/+18
* Const poison crc routines (why these aren't centralized, I'm not sure).imp2003-10-231-9/+9
OpenPOWER on IntegriCloud