summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Cosmetics: dont say Unknown but Generic chipset in probe..sos2000-05-281-1/+1
* Fix alignment problem on the alpha reported by several parties.sos2000-05-281-1/+1
* Use /sys/sys/*.h over /usr/include/sys.obrien2000-05-272-2/+2
* fix the return value of the SOUND_PCM_WRITE_CHANNELS ioctlcg2000-05-271-3/+7
* move various fields from pcm_channel to snd_dbufcg2000-05-263-174/+210
* if we have a codec init routine, fail the attach if init failscg2000-05-261-3/+7
* handle emulated dma readscg2000-05-2613-19/+51
* Add SUP1670 - Supra 336i V+ Intl. Since we update the PnP IDstanimura2000-05-261-0/+1
* Back out the previous change to the queue(3) interface.jake2000-05-2646-131/+131
* Regen.n_hibma2000-05-252-2/+32
* New entries (Mike Meyer)n_hibma2000-05-251-0/+6
* Initial import of a driver for the 3ware Escalade family of ATA RAIDmsmith2000-05-244-0/+2592
* Add 440MX chipset.kuriyama2000-05-241-0/+8
* Avoid double-call to bpf_mtap(). This is now handled in ether_input().archie2000-05-241-0/+2
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-2346-131/+131
* Add code which actually checks for the NCR PCI id so it can be used.jlemon2000-05-231-1/+2
* Fix a nasty bug in ata_intr, parens are a good thing if used right.sos2000-05-233-30/+46
* Moved a bit of resource allocation from probe to attach based on feedbackdmlb2000-05-231-122/+109
* Fixed return value of adv_attach function.nyan2000-05-231-17/+18
* Add PCI ID for NEC/Compaq controller.jlemon2000-05-221-2/+5
* Add PCI id for Compaq Smart Array 431 card.jlemon2000-05-221-0/+1
* MFRELENG_3dmlb2000-05-211-187/+625
* MFRELENG_3dmlb2000-05-211-10/+23
* MFRELENG_3dmlb2000-05-211-18/+28
* Implement an optimization of the VM<->pmap API. Pass vm_page_t's directlypeter2000-05-211-4/+2
* Compile in the case that anyone ever actually uses LEAVE_FREE_CHARS.hoek2000-05-211-1/+1
* Uh, ya, sure this almost compiled for __bsdi__. NOT!hoek2000-05-211-0/+1
* Prevent vidcontrol -i from crashing alphasgallatin2000-05-211-0/+8
* Oops, rman_get_bushandle() should be converted to rman_get_virtual()nyan2000-05-201-1/+1
* Match the include protection with the install location.obrien2000-05-201-3/+3
* Don't forget 'stripe' and 'mirror' commands when we turn offgrog2000-05-201-2/+2
* Rather than use a MD lpt.h, we now use the MI lptio.h.obrien2000-05-191-2/+1
* Fixed to support PC-98.nyan2000-05-192-2/+5
* Use the rman_get_bustag() and rman_get_bushandle() functions.nyan2000-05-191-9/+6
* Supported the mss on PC-98 and Sound Blaster 98.nyan2000-05-195-3/+84
* Add RSS0262 - 5614Jx3[G] V90+K56Flex Modem.tanimura2000-05-191-0/+1
* Add ACH2012 - 5634BTS 56K Video Ready Modem.tanimura2000-05-191-0/+1
* Print the correct value for the map type on a verbose boot.dfr2000-05-181-1/+1
* Add a couple of new PnP IDs.tanimura2000-05-181-0/+2
* Replace all references to lnc_softc with a typedef.paul2000-05-165-58/+58
* Update copyright.paul2000-05-161-8/+29
* Re-organise lnc driver in preparation for newbusifying it.paul2000-05-165-442/+540
* fix a speed bug that nobody noticedcg2000-05-151-4/+5
* Sync with NetBSD:n_hibma2000-05-142-4/+6
* Sync with NetBSD:n_hibma2000-05-141-3/+3
* Sync with NetBSD:n_hibma2000-05-142-88/+81
* Unchain lnc include files.paul2000-05-142-2/+1
* Fix includes to build from /sys/dev/lncpaul2000-05-142-2/+2
* Sync with NetBSD:n_hibma2000-05-142-7/+73
* Sync with the BPF and BRIDGE changes.paul2000-05-141-52/+5
OpenPOWER on IntegriCloud