summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2006-03-25free storage of clabel before bailing out.rtr
2006-03-25Use device_parent().thorpej
2006-03-25Use device_parent().thorpej
2006-03-23Add entry for ciss(4). Added as MI even though it has so farhe
2006-03-23Change header location in accordance with moving ACPI-CA to sys/dist/acpicakochi
2006-03-23change header location in accordance with moving ACPI-CA to sys/distkochi
2006-03-23Move ACPI-CA to sys/dist/acpica.kochi
2006-03-23Move to sys/dev/acpi/acpica.kochi
2006-03-23Move to sys/dist/acpica.kochi
2006-03-23Move from sys/dev/acpi/acpica/Osd.kochi
2006-03-23This one is good for making one's brain hurt. Turns out that theoster
2006-03-23Regenchristos
2006-03-23PR/33133: Dave J. Barnes: Belkin F5D5020 Ethernet PCMCIA card not recognisedchristos
2006-03-21fw_bus_probe_thread: change wmesg from "-" to "fwprobe".yamt
2006-03-21Add a bunch of evbmips device names.gdamore
2006-03-21Add a driver, ciss(4), for the HP/Compaq drivers using the newerhe
2006-03-21Regenerated files after adding IDs for HP/Compaq Smart Array controllers.he
2006-03-21Add a bunch of IDs for Compaq/HP Smart Array controllers supportedhe
2006-03-21regen.wiz
2006-03-21Fix typo, reported by seebs in PR 33106.wiz
2006-03-21as yamt and bouyer pointed out, there are a few other cases where l shoulddogcow
2006-03-20Don't attempt to call (*sme->sme_gtredata)() or (*sme->sme_streinfo)()lukem
2006-03-19Change MALLOC to malloc and FREE to free in one instance where thehe
2006-03-19Free allocated memory if attach fails.david
2006-03-19avoid deref of NULLrtr
2006-03-19Use tabs instead of spaces with previous change.simonb
2006-03-19Fix memory leaks when some components of a raid where missing duringdavid
2006-03-18Fix eeprom == NULL and size test.chris
2006-03-18dag_h will always be NULL in this case, and thus we can eliminate aoster
2006-03-18Fix apostrophe key on Spanish keyboards.jmmv
2006-03-18Revert local changes not meant for previous commit.jmcneill
2006-03-18Check the return value of AUCONV_MALLOC. Fixes a pile of CIDs related tojmcneill
2006-03-18Don't use intarg uninitialized in wsdisplay_usl_ioctl2. Fixes CID 2507jmcneill
2006-03-18__wdcwait_reset(): if we hare there we have a wdc pointer, so no need to checkbouyer
2006-03-18in VNDIOCGET, make sure there's a valid lwp. coverity CID 837.dogcow
2006-03-17don't use MALLOC with a non-constant size; use malloc instead.christos
2006-03-17Fix range to check to avoid a static buffer overrun, whenchris
2006-03-16handle another difference between the BSDs:chs
2006-03-16include if_ether.h if you want to use ether_sprintf()christos
2006-03-14Make this compile with WSKBD_DEBUG again.uwe
2006-03-14Constify scancode translation table.uwe
2006-03-14Support WSDISPLAY_COMPAT_RAWKBD so that this keyboard is usable under X.uwe
2006-03-14Oops, fix botch in previous.tsutsui
2006-03-14TAB/space cleanup.tsutsui
2006-03-14use lockmgr() instead of bespoke code for mutual exclusion in fss_ioctl().chs
2006-03-14regenchs
2006-03-14add an rlphy clone from IC Plus. from openbsd.chs
2006-03-13regenchristos
2006-03-13kern/33071: Dave J. Barnes: Recognize ADMtek ADM8515 USB2.0 Ethernet Converterchristos
2006-03-12add nfe.chs