summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Correct the spelling of m_devget() in the sysctl variable description.ru2003-11-021-1/+1
* MFp4:imp2003-11-022-49/+99
* MFp4:imp2003-11-021-6/+14
* MFp4:imp2003-11-021-1/+3
* MFP4:imp2003-11-021-0/+1
* Make sure we get all user-written input. This simplifies themarkm2003-11-021-14/+5
* Do if_xname conversion. I missed this one because it's pc98 only.brooks2003-11-011-2/+2
* Make the cardbus driver a derived class of the pci driver. In theory, thisdfr2003-11-012-38/+3
* GEOM'ify atapi-cd. Original patch by phk, subtle changes by me.sos2003-11-012-183/+128
* Shorten the code by removing one "do-nothing" function, replacing itmarkm2003-11-011-10/+1
* Fix cable detection on AMD chips.sos2003-11-011-5/+6
* o check hal ABI version to catch driver-HAL mismatchessam2003-11-011-0/+16
* Remove a bogus PCI ID entry.scottl2003-11-011-2/+0
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-3176-362/+298
* Add support for the Broadcom BCM5788 (just another entry to the PCIwpaul2003-10-312-0/+3
* Fix breakage on ia64: PAGE_SIZE on ia64 is large enough that more thanharti2003-10-311-1/+5
* Add a new sysctl MIB to control exclusive login.simokawa2003-10-311-1/+6
* Reject too large OHCI version number.simokawa2003-10-311-4/+5
* Add a compatibility macro for FreeBSD-4.simokawa2003-10-311-0/+1
* Remove unused lp_unit member from softc.brooks2003-10-301-3/+0
* Remove unused FXP_UNIT() macro.brooks2003-10-301-2/+0
* ifp->if_name can't be null when we just assigned a static string to it.brooks2003-10-301-5/+0
* 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
OpenPOWER on IntegriCloud