summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Alphabetize descriptions and remove the "PCI" from the desciptions.imp2002-04-281-5/+6
* Add the code for the DRM, based on the code from the drm-kmod port.anholt2002-04-2748-0/+33683
* This patch fixes my breakage of ssid matching. I introduced theimp2002-04-271-6/+6
* Better names for the PCI cards. The biggest change is that we nowimp2002-04-271-7/+7
* Add a CAM interface to the aac driver. This is useful in case you shouldscottl2002-04-277-47/+983
* Make this driver compile for -stable also to prep for MFCimp2002-04-265-38/+115
* Move the new byte order function prototypes from <sys/param.h> tomike2002-04-2614-1/+14
* Simplify the RFC2783 and PPS_SYNC timestamp collection API.phk2002-04-262-22/+9
* Add ac97_reset function that polls ready bits in power register. Oneorion2002-04-262-7/+22
* Remove the tc_update() function. Any frequency change to thephk2002-04-261-1/+0
* vinum_open: recognize twed device.grog2002-04-261-1/+4
* Implement true multicast filtering.semenu2002-04-251-16/+64
* Add a power exceeded debug message.joe2002-04-251-1/+2
* MFNetBSD:joe2002-04-251-2/+2
* MFNetBSD:joe2002-04-251-5/+38
* MFNetBSD:joe2002-04-251-2/+9
* Add another chip id for the new LAVA 4-port serial card.jhay2002-04-241-0/+10
* Ignore the multifunction bit in the PCIR_HEADERTYPE.jhay2002-04-241-1/+1
* Don't call freeenv() on a modified pointer.mux2002-04-241-6/+7
* Major update to the aic7xxx driver:gibbs2002-04-2415-2889/+858
* Add macro functionality.gibbs2002-04-2410-208/+1248
* Prepare for a major update to the aac driver:scottl2002-04-245-259/+166
* Add missing splx calls in bge_tick. These don't make any functionaljdp2002-04-221-1/+4
* Implement shared secret mode for hostap mode.imp2002-04-222-24/+87
* Fix really dumb braino of mine; cast a sizeof() to an int, which it ismarkm2002-04-211-1/+1
* Change two KM_COPY()s to bcopy(). This should have been done when themike2002-04-202-2/+2
* Update the email appearing in copyright string.semenu2002-04-201-1/+1
* Merge ``&& must be ||'' bug noticed and fixed in OpenBSD. The only ill effectsemenu2002-04-201-1/+1
* Don't put a line break in string literals. GCC 3.1 complains and GCCmarcel2002-04-201-2/+2
* Fix compiling of acpica when debugging is enabled. In the previousmike2002-04-191-2/+7
* Move tx(4) driver to sys/dev/tx. BTW split hardware structures and constantssemenu2002-04-193-380/+12
* Make this build on 4.x machines again (building a -current kernel on aimp2002-04-193-36/+27
* - Remove KM_ macro calls and replace with the real function we're calling.arr2002-04-194-16/+12
* Some fixes for Symbol card.onoe2002-04-191-2/+20
* Fix the breakage of tagged queueing that the busdma integrationsos2002-04-185-27/+32
* Add the PCI ID for an upcoming variant of a soon-to-be released series ofscottl2002-04-181-0/+2
* Work around an Intel 21143 chip bug.mckay2002-04-182-14/+20
* Make delay iteration counts a function of hz as the delay period in eachbrian2002-04-171-25/+21
* Make delay iteration counts a function of hz as the delay period in eachbrian2002-04-171-5/+5
* Rework the kernel environment subsystem. We now convert the staticmux2002-04-173-23/+54
* Revert part of revision 1.49 which was supposed to be white spacejoe2002-04-171-1/+1
* diff reductionjulian2002-04-171-9/+0
* Slight diff-reduction to -stable.julian2002-04-171-5/+5
* Add MODULE_VERSION.mdodd2002-04-171-0/+1
* - Convert the 'hfa' ATM interface driver to newbus.mdodd2002-04-175-0/+966
* Scale back # of luns supported for SCC to 16384- oops- top 3 bits are amjacob2002-04-163-28/+112
* Diff reduction to 4.x version.julian2002-04-161-44/+41
* Add support for the nVIDIA nForce ATA controller.sos2002-04-162-58/+50
* Merge from OpenBSD's fixes:imp2002-04-162-278/+278
* Minor format nitimp2002-04-161-1/+0
OpenPOWER on IntegriCloud